/************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: 'Joti One';
  font-style: normal;
  font-weight: 400;
  src: local('Joti One'), local('JotiOne-Regular'), url(../fonts/joti-one_latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Joti One';
  font-style: normal;
  font-weight: 400;
  src: local('Joti One'), local('JotiOne-Regular'), url(../fonts/joti-one_latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Joti One';
  font-style: normal;
  font-weight: 400;
  src: local('Joti One'), local('JotiOne-Regular'), url(../fonts/joti-one_ie.woff) format('woff');
}
/* !important overrides Bootstrap ".transition"-functions! */
/* !important overrides other ".animation"-functions! */
/* !important overrides other ".box-shadow"-functions! */
/* !important overrides other ".box-shadow"-functions! */
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  background: url("../img/Hintergrund-Pattern.png") repeat;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  font-size: 13px;
}
h1,
h2,
h3 {
  position: relative;
  font-weight: 600;
}
h1 {
  font-size: 22px;
  margin-bottom: 15px;
}
h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
/*
 * ######################
 * Page
 * ######################
 */
#page > .container {
  background-color: #FFF;
  box-shadow: 0 0 15px 0 grey;
}
/*
 * ######################
 * Header
 * ######################
 */
#main-header {
  border-bottom: 1px solid #E1E1E1;
  min-height: 130px;
  position: relative;
}
#contact-header {
  padding: 20px 15px;
  position: relative;
  font-size: 17px;
  z-index: 10;
}
#contact-header span.contact-phone:after {
  content: ' · ';
}
#contact-header .contact-label {
  font-weight: bold;
  color: #ef7723;
}
.navbar-toggle {
  margin-bottom: 4px;
}
.navbar-toggle .toggle-label {
  float: right;
  margin: -5px 0 0 28px;
  font-weight: bold;
  color: #E1E1E1;
  text-transform: uppercase;
  font-size: 17px;
}
.navbar-brand {
  padding: 0;
  height: auto;
}
a.mm1 {
  padding: 0 13px;
  float: left;
  text-decoration: none;
  color: #808080;
  line-height: 19px;
  height: 43px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  /* For Safari 3.1 to 6.0 */
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
}
a.mm1.active:after {
  content: "";
  border-bottom: solid 5px #EC671A;
  border-right: solid 5px transparent;
  border-left: solid 5px transparent;
  display: block;
  width: 5px;
  margin: 0 auto;
  position: relative;
  top: 19px;
}
a.mm1.active {
  padding: 0 13px 18px;
}
a.mm1.active,
a.mm1:hover {
  color: #343434;
  border-bottom: solid 2px #ef7723;
}
.icon-bar {
  display: block;
  width: 50px;
  height: 9px;
  border-radius: 4px;
  background-color: #E1E1E1;
}
.open .icon-bar {
  background-color: #FFF;
}
.icon-bar + .icon-bar {
  margin-top: 4px;
}
/*
 * ######################
 * Torso
 * ######################
 */
#torso {
  padding: 50px 0;
}
#torso a {
  color: #ef7723;
}
#torso a:hover {
  color: #a0490c;
}
/*
 * ######################
 * Footer
 * ######################
 */
#footer {
  padding: 15px 0;
  background-color: #343434;
  color: #EEE;
  font-size: 11px;
}
ul.mm1 {
  list-style: none;
  position: relative;
  margin-left: 22px;
  top: 87px;
  font-size: 13px;
  font-weight: 600;
}
ul.fm {
  margin: 0;
  float: right;
  list-style: none;
}
li.mm1 {
  display: inline-block;
  float: left;
}
li.fm {
  float: left;
  padding: 0 10px;
}
li.fm a {
  color: #eeeeee;
}
li.fm a:hover {
  color: #aaaaaa;
}
li.fm:last-child {
  padding-right: 0;
}
a.fm.active {
  color: #ffffff;
  font-weight: 600;
}
.footer-left {
  padding-left: 50px;
}
.footer-right {
  padding-right: 50px;
}
/*
 * ######################
 * Std Classen
 * ######################
 */
ul {
  margin-left: 18px;
}
.content {
  padding: 0 50px;
}
.orange,
.orange-text {
  color: #EC671A;
}
.print_header {
  display: none;
}
/*
 * ######################
 * Headlines
 * ######################
 */
.special-heading-border {
  border-top: 1px solid #E1E1E1;
  width: 100%;
  display: block;
  position: absolute;
  top: calc(51%);
}
.headline {
  z-index: 25;
  position: relative;
  padding-right: 15px;
  background-color: #FFF;
}
/*
 * ######################
 * google maps
 * ######################
 */
.tx-tgm-simplegooglemap-v2 #map_canvas {
  width: 100% !important;
}
/*
 * ######################
 * Form
 * ######################
 */
.csc-mailform-field {
  width: 49%;
  float: left;
  margin-bottom: 15px;
}
.csc-mailform-field input {
  width: 100%;
  margin-bottom: 0;
  display: inline;
  min-width: 100px;
  padding: 13px;
  border-radius: 2px;
  border: 1px solid #E1E1E1;
}
.csc-mailform-field textarea {
  border: 1px solid #E1E1E1;
  width: 100%;
}
.csc-mailform-field label {
  display: block;
}
.csc-mailform-field.odd {
  margin-left: 2%;
}
.csc-mailform-field.submit {
  clear: both;
}
.csc-mailform-field.captcha,
.csc-mailform-field.full {
  width: 100%;
}
.csc-mailform-field.captcha input {
  width: 50%;
  float: left;
  margin-right: 15px;
}
.captcha_image {
  float: left;
}
input[type='submit'] {
  width: 140px;
}
input[type='submit']:hover {
  background-color: #EC671A;
  color: #FFF;
}
.error,
.required {
  color: #EC671A;
}
@media (max-width: 768px) {
  .content {
    padding: 0 15px;
  }
  ul.fm {
    float: left !important;
  }
  ul.fm li:first-child {
    padding-left: 0 !important;
  }
  .footer-right,
  .footer-left {
    padding: 0 15px;
  }
  .footer-right {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #main-header #contact-header {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .csc-mailform-field {
    display: block;
    width: 100%;
  }
  .csc-mailform-field.odd {
    margin-left: 0;
  }
}
@media print {
  #logo_link,
  #logo,
  .three-cols,
  .sidebar,
  .special-heading-border,
  #footer,
  #header ul,
  #header button {
    display: none !important;
  }
  #header {
    border: none;
  }
  .print_header {
    display: block;
  }
  .print_header img,
  .print_header span {
    float: left;
  }
  .print_header span {
    margin-left: 45px;
  }
}
@media (max-width: 992px) {
  .ce-gallery {
    width: 100%;
  }
}
@media (min-width: 640px) and (max-width: 1200px) {
  .ce-gallery .ce-column {
    margin: 0;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .ce-gallery .ce-column:first-child {
    padding-left: 0;
  }
  .ce-gallery .ce-column:last-child {
    margin-right: 0;
  }
  .ce-gallery img,
  .ce-gallery picture {
    width: 100%;
    height: auto;
  }
  .ce-gallery[data-ce-columns='2'] .ce-column {
    width: 50%;
  }
  .ce-gallery[data-ce-columns='3'] .ce-column {
    width: 33%;
  }
  .ce-gallery[data-ce-columns='4'] .ce-column {
    width: 25%;
  }
  .ce-gallery[data-ce-columns='5'] .ce-column {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .ce-gallery .ce-column {
    margin: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .ce-gallery img,
  .ce-gallery picture {
    width: 100%;
    height: auto;
  }
}
/*
######################
## Seitenspezifische Einstellungen
######################
*/
* {
  font-size: 17px;
  line-height: 150%;
  text-align: left;
  outline: none !important;
}
html,
body {
  background: #f1f1f1 fixed;
}
p {
  margin-bottom: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Joti One', 'Arial', 'serif';
}
figcaption {
  font-size: 0.75em;
  color: #F5F5F5;
}
.align-left {
  text-align: left;
}
.align-justify {
  text-align: justify;
}
.align-right {
  text-align: right;
}
.no-left-padding {
  padding-left: 0;
}
.no-right-padding {
  padding-right: 0;
}
.no-padding {
  padding: 0;
}
.display-table-cell {
  display: table-cell;
}
.text-align-center {
  text-align: center;
}
.subline-border-blue {
  border-top: 1px solid #005fab;
}
.subline-border-white {
  border-top: 1px solid #ffffff;
}
.fancybox-img {
  cursor: pointer;
}
.ce-intext.ce-left .ce-gallery {
  margin-right: 30px;
}
.full-width-autoHeight {
  width: 100%;
  height: auto;
}
.clearfix {
  clear: both;
}
.nullCoordinates {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.contactBox {
  width: 100%;
  background-color: #f1f1f1;
  margin-bottom: 20px;
  float: left;
}
.contactBox div.textContainer {
  float: left;
  margin: 8px;
}
.contactBox div.textContainer p {
  margin: 0;
  font-size: 0.75em;
  color: #000;
}
.contactBox img.contactImage {
  float: left;
  margin: 8px;
  border: 3px solid white;
  border-radius: 6px;
  max-height: 45px;
  max-width: 45px;
  transition: transform 0.3s ease-in-out !important;
  -o-transition: transform 0.3s ease-in-out !important;
  -ms-transition: transform 0.3s ease-in-out !important;
  -moz-transition: transform 0.3s ease-in-out !important;
  -webkit-transition: transform 0.3s ease-in-out !important;
  -o-transition: transform;
  -ms-transition: transform;
  -moz-transition: transform;
  -webkit-transition: transform;
}
.contactBox:hover {
  background-color: #D6D4D4;
  transition: background-color 0.3s ease-in-out !important;
  -o-transition: background-color 0.3s ease-in-out !important;
  -ms-transition: background-color 0.3s ease-in-out !important;
  -moz-transition: background-color 0.3s ease-in-out !important;
  -webkit-transition: background-color 0.3s ease-in-out !important;
  -o-transition: background-color;
  -ms-transition: background-color;
  -moz-transition: background-color;
  -webkit-transition: background-color;
}
.contactBox:hover .textContainer {
  font-size: 0.93em;
  font-weight: bold;
}
@media (max-width: 400px) {
  .contactBox {
    width: auto;
    margin-right: 9px;
    margin-bottom: 9px;
  }
  .contactBox div.textContainer {
    display: none;
  }
}
@media (min-width: 991px) {
  .rightContentContainer {
    margin-top: 25px;
  }
}
.Tx-Formhandler span.error {
  color: #005fab;
  font-style: italic;
  float: right;
}
.Tx-Formhandler div.error {
  display: none;
}
.Tx-Formhandler p {
  text-align: center;
}
.Tx-Formhandler #nachricht {
  text-align: left;
  resize: vertical;
}
.Tx-Formhandler .fieldname {
  font-size: 15px;
}
.Tx-Formhandler .form-control {
  color: #FFF;
  background-color: #C9377A;
  border-color: #E07BAE;
  text-align: center;
  max-height: 350px;
}
.Tx-Formhandler .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 12px 2px #f2f2f2;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 12px 2px #f2f2f2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 12px 2px #f2f2f2;
}
.Tx-Formhandler .btn {
  color: #da5399;
  background-color: #FFF;
  border-color: #E07BAE;
  font-weight: bold;
}
.Tx-Formhandler .btn:focus {
  color: #FFF;
  background-color: #C9377A;
  border-color: #C9377A;
  text-shadow: 0 0 12px #ffffff;
}
/********************************************************************************************************************************/
header.main-header {
  border-bottom: none;
  background-color: #ffffff;
}
header.main-header nav .main-navigation-container .navbar-header img {
  width: 90%;
  height: auto;
  padding-left: 35px;
  animation: logoPulse 1s ease-in-out 0.75s 2 normal;
  -o-animation: logoPulse 1s ease-in-out 0.75s 2 normal;
  -moz-animation: logoPulse 1s ease-in-out 0.75s 2 normal;
  -webkit-animation: logoPulse 1s ease-in-out 0.75s 2 normal;
  animation-fill-mode: none;
  -o-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  animation-play-state: running;
  -o-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}
@keyframes logoPulse {
  /* AUTO GENERATED */
  0% {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
  }
  100% {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-o-keyframes logoPulse {
  /* AUTO GENERATED */
  0% {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
  }
  100% {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes logoPulse {
  /* AUTO GENERATED */
  0% {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
  }
  100% {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes logoPulse {
  /* AUTO GENERATED */
  0% {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
  }
  100% {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes logoPulse {
  /* AUTO GENERATED */
  0% {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
  }
  100% {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
}
header.main-header nav .main-navigation-container .navbar-header img:hover {
  animation: logoPulse 1s ease-in-out 0.75s infinite normal;
  -o-animation: logoPulse 1s ease-in-out 0.75s infinite normal;
  -moz-animation: logoPulse 1s ease-in-out 0.75s infinite normal;
  -webkit-animation: logoPulse 1s ease-in-out 0.75s infinite normal;
  animation-fill-mode: none;
  -o-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  animation-play-state: running;
  -o-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}
@media (max-width: 767px) {
  header.main-header nav .main-navigation-container .navbar-header {
    position: relative;
    padding: 0 0 15px 0;
  }
  header.main-header nav .main-navigation-container .navbar-header a {
    position: relative;
  }
  header.main-header nav .main-navigation-container .navbar-header button {
    top: 20px;
  }
  header.main-header nav .main-navigation-container .navbar-header img {
    max-width: 135px;
  }
}
header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}
header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right {
  display: inline-block;
  top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1 {
  font-family: 'Joti One', 'Arial', 'serif';
  color: #005fab;
  line-height: 1.45em;
  font-size: 1.7em;
  background: url('../img/navitem-inactive.png') no-repeat center;
}
@media (max-width: 1200px) {
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1 {
    font-size: 1.23em;
    line-height: 200%;
    background-size: 40px 40px;
  }
}
@media (max-width: 991px) {
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1 {
    font-size: 0.96em;
    padding: 0 4px;
    line-height: 260%;
    background-size: 35px 35px;
  }
}
@media (max-width: 767px) {
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1 {
    width: 100%;
    padding: 0 !important;
    text-align: center;
  }
}
header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1:hover,
header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1.active,
header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1.active:after {
  color: #000;
  border-bottom: none;
  background: url('../img/navitem-active.png') no-repeat center;
  transform: scale(1.075);
}
@media (max-width: 1200px) {
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1:hover,
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1.active,
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1.active:after {
    background-size: 40px 40px;
  }
}
@media (max-width: 991px) {
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1:hover,
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1.active,
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1.active:after {
    background-size: 35px 35px;
  }
}
@media (max-width: 767px) {
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1:hover,
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1.active,
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a.mm1.active:after {
    transform: none;
  }
}
header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1:after {
  content: "|";
  position: relative;
  font-size: 1.7em;
  line-height: 1.95em;
  font-weight: bold;
  top: -7px;
  color: #005fab;
}
header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1:last-child:after {
  content: none;
}
@media (max-width: 767px) {
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 2px solid #005fab;
  }
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right {
    width: 100%;
    margin: 0;
    line-height: 84%;
  }
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 {
    width: 100%;
    float: none;
  }
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1 a {
    padding: 0 5% !important;
  }
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1:after {
    content: "";
  }
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1:hover {
    background-color: #005fab;
  }
  header.main-header nav .main-navigation-container .navbar-mm1-collapse.navbar-collapse ul.mm1.navbar-right li.mm1:hover a {
    color: #000;
    background: url('../img/navitem-active.png') no-repeat center;
    background-size: 35px 35px;
  }
}
header.main-header nav .main-navigation-container .collapse.navbar-collapse.navbar-mm2-collapse {
  background-color: #da5399;
  text-align: center;
}
header.main-header nav .main-navigation-container .collapse.navbar-collapse.navbar-mm2-collapse ul.mm2 {
  display: inline-block;
  position: relative;
  list-style: none;
  top: 6px;
  margin-left: 0;
}
header.main-header nav .main-navigation-container .collapse.navbar-collapse.navbar-mm2-collapse ul.mm2 li.mm2 {
  display: inline-block;
  float: left;
}
header.main-header nav .main-navigation-container .collapse.navbar-collapse.navbar-mm2-collapse ul.mm2 li.mm2 a.mm2 {
  color: #ffffff;
  font-family: 'Joti One', 'Arial', 'serif';
  padding: 0 13px;
  font-size: 1.05em;
  line-height: 1.05em;
  background-position: center;
}
header.main-header nav .main-navigation-container .collapse.navbar-collapse.navbar-mm2-collapse ul.mm2 li.mm2 a.mm2:hover,
header.main-header nav .main-navigation-container .collapse.navbar-collapse.navbar-mm2-collapse ul.mm2 li.mm2 a.mm2.active,
header.main-header nav .main-navigation-container .collapse.navbar-collapse.navbar-mm2-collapse ul.mm2 li.mm2 a.mm2.active:after {
  color: #005fab;
  border-bottom: none;
  text-decoration: none;
}
@media (max-width: 992px) {
  header.main-header nav .main-navigation-container .collapse.navbar-collapse.navbar-mm2-collapse ul.mm2 li.mm2 a.mm2 {
    font-size: 0.85em;
  }
}
header.main-header nav .main-navigation-container .collapse.navbar-collapse.navbar-mm2-collapse ul.mm2 li.mm2:after {
  content: "|";
  position: relative;
  font-size: 1.35em;
  line-height: 1.55em;
  font-weight: bold;
  color: #ffffff;
}
header.main-header nav .main-navigation-container .collapse.navbar-collapse.navbar-mm2-collapse ul.mm2 li.mm2:last-child:after {
  content: "";
}
@media (max-width: 767px) {
  header.main-header nav .main-navigation-container .collapse.navbar-collapse.navbar-mm2-collapse {
    display: block;
  }
}
header.main-header nav .metamenu {
  float: right;
  padding: 5px calc(17.5px) 0 0;
}
@media (max-width: 991px) {
  header.main-header nav .metamenu {
    padding: 15px calc(11.5px) 0 0;
  }
}
header.main-header .menu-bottom {
  background-color: #da5399;
  height: 48px;
  box-shadow: inset 0 8px 8px #c34c8a;
  -moz-box-shadow: inset 0 8px 8px #c34c8a;
  -webkit-box-shadow: inset 0 8px 8px #c34c8a;
}
/********************************************************************************************************************************/
.torso {
  padding-top: 0;
  padding-bottom: 0;
}
.torso h1,
.torso h2 {
  text-align: center;
  color: #005fab;
}
.torso h1 {
  font-size: 2.25em;
}
.torso h2 {
  font-size: 1.95em;
  margin-bottom: 20px;
}
.torso h3 {
  font-size: 1.60em;
}
.torso .contentContainer {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: calc(30px);
  box-shadow: inset 0 8px 8px #e2e2e2;
  -moz-box-shadow: inset 0 8px 8px #e2e2e2;
  -webkit-box-shadow: inset 0 8px 8px #e2e2e2;
}
.torso .contentContainer p {
  text-align: justify;
}
.torso .contentContainer .ce-row {
  float: left;
}
.torso .headline {
  border-top: 1px solid #005fab;
  display: block;
  margin-bottom: 35px;
}
.torso .blockContainer {
  padding: 35px 25px 35px;
}
.torso .blockContainer:first-child {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.torso .blockContainer.blockBackground-white {
  color: #4a4a4a;
  background-color: #ffffff;
  box-shadow: inset 0 8px 8px #e2e2e2;
  -moz-box-shadow: inset 0 8px 8px #e2e2e2;
  -webkit-box-shadow: inset 0 8px 8px #e2e2e2;
}
.torso .blockContainer.blockBackground-white .single-news-detail h1,
.torso .blockContainer.blockBackground-white .single-news-detail h2 {
  color: #005fab;
}
.torso .blockContainer.blockBackground-white h1,
.torso .blockContainer.blockBackground-white h2 {
  color: #005fab;
}
.torso .blockContainer.blockBackground-white ul li:before {
  content: "";
  background-image: url('/fileadmin/tgm_pitb/style2/img/star_blue.png');
}
.torso .blockContainer.blockBackground-white figure figcaption {
  color: #005fab;
}
.torso .blockContainer.blockBackground-white ul {
  margin-left: 36px;
  list-style: none;
}
.torso .blockContainer.blockBackground-white ul li {
  padding-left: 24px;
  background: url('/fileadmin/tgm_pitb/style2/img/star_blue.png') no-repeat 2px 5px;
  background-size: 16px 17px;
  color: #000;
}
.torso .blockContainer.blockBackground-white ul li:hover {
  background: url('/fileadmin/tgm_pitb/style2/img/star_pink.png') no-repeat 2px 5px;
  background-size: 16px 17px;
}
.torso .blockContainer.blockBackground-white ul.pagination li {
  padding: 0 2px !important;
  background: none !important;
}
.torso .blockContainer.blockBackground-blue {
  color: #ffffff;
  background-color: #005fab;
  box-shadow: inset 0 8px 8px #014e8a;
  -moz-box-shadow: inset 0 8px 8px #014e8a;
  -webkit-box-shadow: inset 0 8px 8px #014e8a;
}
.torso .blockContainer.blockBackground-blue .single-news-detail h1,
.torso .blockContainer.blockBackground-blue .single-news-detail h2 {
  color: #005fab;
}
.torso .blockContainer.blockBackground-blue .ce-bodytext p a,
.torso .blockContainer.blockBackground-blue .ce-bodytext li a {
  color: #FFF;
  text-decoration: underline;
}
.torso .blockContainer.blockBackground-blue h1,
.torso .blockContainer.blockBackground-blue h2 {
  color: #ffffff;
}
.torso .blockContainer.blockBackground-blue ul li:before {
  content: "";
  background-image: url('/fileadmin/tgm_pitb/style2/img/star_white.png');
}
.torso .blockContainer.blockBackground-blue figure figcaption {
  color: #ffffff;
}
.torso .blockContainer.blockBackground-blue ul {
  margin-left: 36px;
  list-style: none;
}
.torso .blockContainer.blockBackground-blue ul li {
  padding-left: 24px;
  background: url('/fileadmin/tgm_pitb/style2/img/star_white.png') no-repeat 2px 5px;
  background-size: 16px 17px;
  color: #FFF;
}
.torso .blockContainer.blockBackground-blue ul li:hover {
  background: url('/fileadmin/tgm_pitb/style2/img/star_pink.png') no-repeat 2px 5px;
  background-size: 16px 17px;
}
.torso .blockContainer.blockBackground-blue ul.pagination li {
  padding: 0 2px;
  background: none;
}
.torso .blockContainer.blockBackground-pink {
  color: #ffffff;
  background-color: #da5399;
  box-shadow: inset 0 8px 8px #c34c8a;
  -moz-box-shadow: inset 0 8px 8px #c34c8a;
  -webkit-box-shadow: inset 0 8px 8px #c34c8a;
}
.torso .blockContainer.blockBackground-pink .single-news-detail h1,
.torso .blockContainer.blockBackground-pink .single-news-detail h2 {
  color: #ffffff;
}
.torso .blockContainer.blockBackground-pink a {
  color: #ffffff;
  text-decoration: underline;
}
.torso .blockContainer.blockBackground-pink h1,
.torso .blockContainer.blockBackground-pink h2 {
  color: #ffffff;
}
.torso .blockContainer.blockBackground-pink ul li:before {
  content: "";
  background-image: url('/fileadmin/tgm_pitb/style2/img/star_white.png');
}
.torso .blockContainer.blockBackground-pink figure figcaption {
  color: #ffffff;
}
.torso .blockContainer.blockBackground-pink ul {
  margin-left: 36px;
  list-style: none;
}
.torso .blockContainer.blockBackground-pink ul li {
  padding-left: 24px;
  background: url('/fileadmin/tgm_pitb/style2/img/star_white.png') no-repeat 2px 5px;
  background-size: 16px 17px;
  color: #ffffff;
}
.torso .blockContainer.blockBackground-pink ul li:hover {
  background: url('/fileadmin/tgm_pitb/style2/img/star_blue.png') no-repeat 2px 5px;
  background-size: 16px 17px;
}
.torso .blockContainer.blockBackground-pink ul.pagination li {
  padding: 0 2px;
  background: none;
}
.torso .blockContainer.backgroundImage {
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  .torso .blockContainer.backgroundImage {
    background: center top;
    background-size: auto 100%;
  }
}
.torso .blockContainer.backgroundImage h1,
.torso .blockContainer.backgroundImage h2 {
  color: #005fab;
}
.torso .blockContainer.backgroundImage figure figcaption {
  color: #005fab;
}
.torso .blockContainer.backgroundImage ul {
  margin-left: 36px;
  list-style: none;
}
.torso .blockContainer.backgroundImage ul li {
  padding-left: 24px;
  background: url('/fileadmin/tgm_pitb/style2/img/star_blue.png') no-repeat 2px 5px;
  background-size: 16px 17px;
  color: #000;
}
.torso .blockContainer.backgroundImage ul li:hover {
  background: url('/fileadmin/tgm_pitb/style2/img/star_pink.png') no-repeat 2px 5px;
  background-size: 16px 17px;
}
.torso .blockContainer.backgroundImage ul.pagination li {
  padding: 0 2px;
  background: none;
}
.torso .blockContainer.guestbook-container h2 {
  line-height: 235%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -50px;
  background: url('/fileadmin/tgm_pitb/style2/img/star_blue_dark.png') no-repeat center;
  background-size: 70px 70px;
}
.torso .blockContainer.guestbook-container h2:hover {
  cursor: pointer;
  transform: scale(1.075);
}
@media (max-width: 1200px) {
  .torso .blockContainer.guestbook-container h2 {
    margin-left: 0;
  }
}
.torso .blockContainer.guestbook-container .btn {
  margin-top: 15px;
  font-size: 1em;
  text-decoration: none !important;
}
.torso .blockContainer.blockBackground-blue .ce-textpic .ce-gallery,
.torso .blockContainer.blockBackground-pink .ce-textpic .ce-gallery {
  margin-top: 5px;
  margin-bottom: 10px;
}
.torso .blockContainer.blockBackground-blue .ce-textpic .ce-gallery .ce-row img,
.torso .blockContainer.blockBackground-pink .ce-textpic .ce-gallery .ce-row img {
  margin: 0 0 5px 0;
  border: 3px solid #FFF;
  border-radius: 3px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.torso .blockContainer .back-link-cutOnXS {
  font-size: 0.95em;
}
.torso .blockContainer .tx-js-guestbook {
  max-width: none;
  padding: 0;
}
.torso .blockContainer .tx-js-guestbook .guestbook-fieldLabel {
  color: #FFF;
}
.torso .blockContainer .tx-js-guestbook .form-group {
  margin: 0;
}
.torso .blockContainer .tx-js-guestbook .form-group:last-child {
  margin: 15px 0;
}
.torso .blockContainer .tx-js-guestbook .guestbookEntry {
  padding: 0;
  color: #000;
}
.torso .blockContainer .tx-js-guestbook .guestbookEntry .message {
  margin-bottom: 10px;
}
.torso .blockContainer .tx-js-guestbook .guestbookEntry .comment-header {
  text-decoration: underline;
}
.torso .blockContainer .tx-js-guestbook .guestbookEntry .data-block {
  margin-bottom: 10px;
  padding: 0;
}
.torso .blockContainer .tx-js-guestbook .guestbookEntry .data-block span.date {
  font-size: 0.95em;
}
.torso .blockContainer .tx-js-guestbook .guestbookEntry .data-block a {
  color: #000;
}
.torso .blockContainer .tx-js-guestbook .guestbookEntry .comment {
  margin-bottom: 10px;
}
.torso .blockContainer .tx-js-guestbook .guestbookEntry .comment hr {
  margin: 5px 0;
}
.torso .blockContainer .tx-js-guestbook .guestbookEntry .comment .comment-header,
.torso .blockContainer .tx-js-guestbook .guestbookEntry .comment .comment-text {
  font-size: 0.9em;
}
@media (max-width: 767px) {
  .torso .blockContainer .tx-js-guestbook .guestbookEntry .article-additionalContent {
    height: 60px;
  }
}
.torso .blockContainer .tx-js-guestbook ul.tx-js-paginator.pagination {
  margin-left: 0;
}
.torso .blockContainer .tx-js-guestbook .article-additionalContent.additionalContentBottom:after {
  content: none;
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .torso .blockContainer .tx-js-guestbook {
    width: 100%;
  }
}
.title-subline {
  display: table;
  width: 100%;
  margin: 0;
  padding-top: 10px;
}
.title-subline div:nth-child(1),
.title-subline div:nth-child(3) {
  width: 45%;
}
.title-subline div:nth-child(2) {
  width: 10%;
}
.title-subline img {
  position: relative;
  top: -23px;
  margin: 0 10px;
  transition: transform 0.8s ease-in-out !important;
  -o-transition: transform 0.8s ease-in-out !important;
  -ms-transition: transform 0.8s ease-in-out !important;
  -moz-transition: transform 0.8s ease-in-out !important;
  -webkit-transition: transform 0.8s ease-in-out !important;
}
.title-subline img:hover {
  transform: rotate(360deg) !important;
  -o-transform: rotate(360deg) !important;
  -ms-transform: rotate(360deg) !important;
  -moz-transform: rotate(360deg) !important;
  -webkit-transform: rotate(360deg) !important;
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.tour-container .tour-text-container p,
.tour-container .tour-image-container {
  text-align: center;
}
.tour-container .tour-image {
  margin: 15px 15px 0 0;
  border: 4px solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) {
  .tour-container .tour-image:first-child {
    margin-left: 15px;
  }
  .tour-container .tour-image:last-child {
    margin-right: 0;
  }
}
.ce-textpic .ce-gallery figcaption {
  text-align: center;
}
.ce-textpic .ce-gallery .ce-row {
  text-align: center;
}
.ce-textpic .ce-gallery .ce-row .ce-column {
  padding: 5px;
}
.ce-textpic .ce-gallery .ce-row .ce-column .ce-media {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
/***********************************************************/
.ce-column {
  margin-right: 0;
  padding-right: 20px;
}
.ce-gallery img,
.ce-gallery picture {
  width: 100%;
  height: auto;
}
.ce-gallery .ce-column:first-child {
  padding-left: 0;
}
.ce-gallery .ce-column :last-child {
  margin-right: 0;
}
.ce-gallery .ce-row {
  width: 100%;
}
.torso .ce-left .ce-gallery,
.torso .ce-right .ce-gallery {
  width: 33.3333333333334%;
}
.torso .ce-center .ce-gallery {
  position: relative;
  left: 15%;
  width: 70%;
}
.ce-gallery[data-ce-columns='2'] .ce-column {
  width: 50%;
}
.ce-gallery[data-ce-columns='3'] .ce-column {
  width: 33%;
}
.ce-gallery[data-ce-columns='4'] .ce-column {
  width: 25%;
}
.ce-gallery[data-ce-columns='5'] .ce-column {
  width: 20%;
}
.ce-gallery[data-ce-columns='6'] .ce-column {
  width: 16.66666666666667%;
}
.ce-gallery[data-ce-columns='7'] .ce-column {
  width: 14.28571428571428%;
}
.ce-gallery[data-ce-columns='8'] .ce-column {
  width: 12.5%;
}
/***********************************************************/
.footer {
  color: #4a4a4a;
  background-color: #ffffff;
  padding-top: 35px;
  padding-bottom: 0;
  opacity: 10;
  box-shadow: inset 0 8px 8px #e2e2e2;
  -moz-box-shadow: inset 0 8px 8px #e2e2e2;
  -webkit-box-shadow: inset 0 8px 8px #e2e2e2;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #005fab;
  border-bottom: 2px dotted #005fab;
  margin-top: 0;
  line-height: 175%;
}
.footer .infoBox {
  padding: calc(17.5px) 30px 35px;
  border-right: 1px solid #F2F2F2;
}
.footer .infoBox .lastInfoBoxInColumn .contactBox {
  margin-bottom: 0;
}
.footer .infoBox .metamenu {
  margin-top: 15px;
}
.footer .infoBox.awards img {
  margin: 0;
  border: none;
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.footer .infoBox.awards > div:first-child img {
  width: 76px;
}
.footer .infoBox.awards > div:first-child .ce-gallery:first-child {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .footer .infoBox.awards p {
    text-align: center;
  }
}
.footer .infoBox.awards .ce-bodytext p {
  font-size: 0.67em;
}
@media (max-width: 1200px) {
  .footer .infoBox.awards .ce-bodytext p {
    font-size: 0.9em;
  }
}
@media (max-width: 992px) {
  .footer .infoBox.awards .ce-bodytext p {
    font-size: 0.9em;
  }
}
.footer .infoBox:first-child div:nth-of-type(3) h2:after {
  display: inline-block;
  float: right;
  position: relative;
  font-family: "FontAwesome", serif;
  padding-left: 5px;
  content: "\F1B9";
  animation: carAnimation 1.5s linear 0s infinite normal;
  -o-animation: carAnimation 1.5s linear 0s infinite normal;
  -moz-animation: carAnimation 1.5s linear 0s infinite normal;
  -webkit-animation: carAnimation 1.5s linear 0s infinite normal;
  animation-fill-mode: none;
  -o-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  animation-play-state: running;
  -o-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}
@keyframes carAnimation {
  /* AUTO GENERATED */
  0% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(1px, 0, 0);
    -moz-transform: translate3d(1px, 0, 0);
    -ms-transform: translate3d(1px, 0, 0);
    -o-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
  30% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: translate3d(2px, 0, 0);
    -moz-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -o-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  50% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    -moz-transform: translate3d(-2px, 0, 0);
    -ms-transform: translate3d(-2px, 0, 0);
    -o-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  80% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    -moz-transform: translate3d(-1px, 0, 0);
    -ms-transform: translate3d(-1px, 0, 0);
    -o-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-o-keyframes carAnimation {
  /* AUTO GENERATED */
  0% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(1px, 0, 0);
    -moz-transform: translate3d(1px, 0, 0);
    -ms-transform: translate3d(1px, 0, 0);
    -o-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
  30% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: translate3d(2px, 0, 0);
    -moz-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -o-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  50% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    -moz-transform: translate3d(-2px, 0, 0);
    -ms-transform: translate3d(-2px, 0, 0);
    -o-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  80% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    -moz-transform: translate3d(-1px, 0, 0);
    -ms-transform: translate3d(-1px, 0, 0);
    -o-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-ms-keyframes carAnimation {
  /* AUTO GENERATED */
  0% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(1px, 0, 0);
    -moz-transform: translate3d(1px, 0, 0);
    -ms-transform: translate3d(1px, 0, 0);
    -o-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
  30% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: translate3d(2px, 0, 0);
    -moz-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -o-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  50% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    -moz-transform: translate3d(-2px, 0, 0);
    -ms-transform: translate3d(-2px, 0, 0);
    -o-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  80% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    -moz-transform: translate3d(-1px, 0, 0);
    -ms-transform: translate3d(-1px, 0, 0);
    -o-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-moz-keyframes carAnimation {
  /* AUTO GENERATED */
  0% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(1px, 0, 0);
    -moz-transform: translate3d(1px, 0, 0);
    -ms-transform: translate3d(1px, 0, 0);
    -o-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
  30% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: translate3d(2px, 0, 0);
    -moz-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -o-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  50% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    -moz-transform: translate3d(-2px, 0, 0);
    -ms-transform: translate3d(-2px, 0, 0);
    -o-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  80% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    -moz-transform: translate3d(-1px, 0, 0);
    -ms-transform: translate3d(-1px, 0, 0);
    -o-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-webkit-keyframes carAnimation {
  /* AUTO GENERATED */
  0% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(1px, 0, 0);
    -moz-transform: translate3d(1px, 0, 0);
    -ms-transform: translate3d(1px, 0, 0);
    -o-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
  30% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: translate3d(2px, 0, 0);
    -moz-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -o-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  50% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    -moz-transform: translate3d(-2px, 0, 0);
    -ms-transform: translate3d(-2px, 0, 0);
    -o-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  80% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    -moz-transform: translate3d(-1px, 0, 0);
    -ms-transform: translate3d(-1px, 0, 0);
    -o-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
.footer .infoBox:first-child div:nth-of-type(3) h2:hover:after {
  animation: carAnimationFast 1.5s linear 0s infinite normal;
  -o-animation: carAnimationFast 1.5s linear 0s infinite normal;
  -moz-animation: carAnimationFast 1.5s linear 0s infinite normal;
  -webkit-animation: carAnimationFast 1.5s linear 0s infinite normal;
  animation-fill-mode: none;
  -o-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  animation-play-state: running;
  -o-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}
@keyframes carAnimationFast {
  /* AUTO GENERATED */
  0% {
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
  }
  10% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  20% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  30% {
    -webkit-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    -o-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  40% {
    -webkit-transform: translate3d(-4px, 0, 0);
    -moz-transform: translate3d(-4px, 0, 0);
    -ms-transform: translate3d(-4px, 0, 0);
    -o-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: translate3d(4px, 0, 0);
    -moz-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
    -o-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  80% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}
@-o-keyframes carAnimationFast {
  /* AUTO GENERATED */
  0% {
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
  }
  10% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  20% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  30% {
    -webkit-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    -o-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  40% {
    -webkit-transform: translate3d(-4px, 0, 0);
    -moz-transform: translate3d(-4px, 0, 0);
    -ms-transform: translate3d(-4px, 0, 0);
    -o-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: translate3d(4px, 0, 0);
    -moz-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
    -o-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  80% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}
@-ms-keyframes carAnimationFast {
  /* AUTO GENERATED */
  0% {
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
  }
  10% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  20% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  30% {
    -webkit-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    -o-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  40% {
    -webkit-transform: translate3d(-4px, 0, 0);
    -moz-transform: translate3d(-4px, 0, 0);
    -ms-transform: translate3d(-4px, 0, 0);
    -o-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: translate3d(4px, 0, 0);
    -moz-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
    -o-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  80% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}
@-moz-keyframes carAnimationFast {
  /* AUTO GENERATED */
  0% {
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
  }
  10% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  20% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  30% {
    -webkit-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    -o-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  40% {
    -webkit-transform: translate3d(-4px, 0, 0);
    -moz-transform: translate3d(-4px, 0, 0);
    -ms-transform: translate3d(-4px, 0, 0);
    -o-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: translate3d(4px, 0, 0);
    -moz-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
    -o-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  80% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}
@-webkit-keyframes carAnimationFast {
  /* AUTO GENERATED */
  0% {
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
  }
  10% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  20% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  30% {
    -webkit-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    -o-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  40% {
    -webkit-transform: translate3d(-4px, 0, 0);
    -moz-transform: translate3d(-4px, 0, 0);
    -ms-transform: translate3d(-4px, 0, 0);
    -o-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: translate3d(4px, 0, 0);
    -moz-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
    -o-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  80% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}
.footer .infoBox:last-child {
  border: none;
}
@media (max-width: 1199px) {
  .footer .infoBox {
    padding: 15px 35px;
  }
  .footer .infoBox p {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .footer .infoBox {
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #F2F2F2;
  }
  .footer .infoBox:nth-child(3) {
    padding-bottom: 5px;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .footer .infoBox {
    height: auto !important;
  }
}
.footer .ce-gallery .ce-row .ce-column .ce-media {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
@media (max-width: 992px) {
  .footer .ce-gallery {
    width: auto;
  }
}
img.backToTop {
  position: relative;
  float: right;
  width: 52px;
  height: auto;
  bottom: 140px;
  cursor: pointer;
  right: 5%;
  border-radius: 2px;
}
@media (max-width: 1500px) {
  img.backToTop {
    display: none !important;
  }
}
.metamenu,
.metamenu a {
  font-size: 0.875em;
  color: #BBB;
}
.metamenu a {
  cursor: pointer;
}
table {
  color: #FFF;
}
table thead tr {
  background-color: #BB527B;
}
table thead tr th {
  text-align: center;
}
table tbody tr {
  background-color: #da5399;
}
table tbody tr td p:last-child {
  margin-bottom: 0;
}
/****  EXT:news  ****/
.no-news-found {
  text-align: center;
  color: #FFF !important;
}
.more-photos-videos {
  position: relative;
}
@media (max-width: 767px) {
  .more-photos-videos:last-child {
    margin-top: 10px;
  }
}
.more-photos-videos:last-child {
  margin-top: 10px;
}
.news-list-view div.article {
  color: black;
  padding: 0;
}
.news-list-view div.article .news-img-wrap {
  margin: 0;
  background-color: transparent;
}
.news-list-view div.article .news-img-wrap a {
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .news-list-view div.article .teaser-text-box-container {
    margin-top: 0 !important;
  }
}
@media (max-width: 600px) {
  .news-list-view div.article .teaser-text-box-container {
    min-height: 0;
  }
}
.news-list-view div.article .teaser-text-box-container .teaser-text-box {
  background-color: #ffffff;
  padding: 10px 30px;
  overflow: hidden;
  height: auto;
}
.news-list-view div.article .teaser-text-box-container .teaser-text-box h2 {
  margin: 0 0 12px 0;
  text-align: left;
  border-bottom: 2px solid #005fab;
}
.news-list-view div.article .teaser-text-box-container .teaser-text-box h2 a {
  text-decoration: none;
}
.news-list-view div.article .teaser-text-box-container .teaser-text-box h2 a span {
  padding: 5px;
  font-family: 'Joti One', 'Arial', 'serif';
  font-size: 1.4em;
  color: #005fab;
  line-height: 175%;
}
.news-list-view div.article .teaser-text-box-container .teaser-text-box h2 a span:hover {
  color: #000;
}
.news-list-view div.article .teaser-text-box-container .teaser-text-box .teaser-text {
  text-align: right;
  margin-bottom: 0;
  padding: 0;
}
.news-list-view div.article .teaser-text-box-container .teaser-text-box .teaser-text div {
  font-size: 0.8em;
  line-height: 160%;
  margin-top: 5px;
}
.news-list-view div.article .teaser-text-box-container .teaser-text-box .teaser-text div p,
.news-list-view div.article .teaser-text-box-container .teaser-text-box .teaser-text div a {
  font-size: 1em;
}
.news-list-view div.article .article-additionalContent span.date {
  position: relative;
  top: -3px;
}
.news-list-view div.article .article-additionalContent span.date time {
  position: relative;
  font-size: 0.85em;
}
@media (max-width: 410px) {
  .news-list-view div.article .article-additionalContent span.date time {
    font-size: 0.75em;
  }
}
@media (max-width: 385px) {
  .news-list-view div.article .article-additionalContent span.date time {
    font-size: 0.62em;
  }
}
.news-list-view div.article .article-additionalContent a.more {
  position: relative;
  z-index: 100;
  float: right;
  right: 55px;
  color: #FFF;
}
@media (max-width: 590px) {
  .news-list-view div.article .article-additionalContent a.more {
    right: 34px;
  }
}
@media (max-width: 550px) {
  .news-list-view div.article .article-additionalContent a.more {
    top: 2px;
    right: 18px;
    font-size: 0.8em;
  }
}
@media (max-width: 510px) {
  .news-list-view div.article .article-additionalContent a.more {
    top: 4px;
    right: 14px;
  }
}
@media (max-width: 490px) {
  .news-list-view div.article .article-additionalContent a.more {
    top: 6px;
    right: -9px;
    font-size: 0.75em;
  }
}
@media (max-width: 435px) {
  .news-list-view div.article .article-additionalContent a.more {
    display: none;
  }
}
.news-list-view div.article:last-child {
  margin-bottom: calc(17.5px);
}
.news-list-view div.page-navigation > p {
  display: none;
}
ul.pagination.tx-js-paginator li a,
ul.pagination.tx-js-paginator li span {
  border-radius: 0;
}
ul.pagination.tx-js-paginator li.first,
ul.pagination.tx-js-paginator li.last {
  display: none;
}
ul.pagination.tx-js-paginator li.previous a,
ul.pagination.tx-js-paginator li.previous span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.pagination.tx-js-paginator li.next a,
ul.pagination.tx-js-paginator li.next span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
ul.pagination li a,
ul.pagination li.disabled span,
ul.pagination li span {
  color: #FFF !important;
  background-color: #da5399;
}
ul.pagination li a,
ul.pagination li.active span,
ul.pagination li.disabled span,
ul.pagination li span {
  border-color: #B95F91;
}
ul.pagination li a:hover,
ul.pagination li a:focus,
ul.pagination li.active span:focus,
ul.pagination li.active span:hover,
ul.pagination li.active span,
ul.pagination li span:hover {
  background-color: #C9377A !important;
}
ul.pagination li.disabled span {
  cursor: default;
}
ul.pagination li.disabled span:hover {
  background-color: #C9377A;
}
ul.pagination li.active span,
ul.pagination li.first span,
ul.pagination li.previous span,
ul.pagination li.next span,
ul.pagination li.last span {
  color: #FFF;
  background-color: #da5399;
  border-color: #da5399;
}
ul.pagination li.active span:hover,
ul.pagination li.first span:hover,
ul.pagination li.previous span:hover,
ul.pagination li.next span:hover,
ul.pagination li.last span:hover {
  cursor: pointer;
}
ul.pagination li.active span:hover,
ul.pagination li.first span:hover,
ul.pagination li.previous span:hover,
ul.pagination li.next span:hover,
ul.pagination li.last span:hover,
ul.pagination li.active span:focus,
ul.pagination li.first span:focus,
ul.pagination li.previous span:focus,
ul.pagination li.next span:focus,
ul.pagination li.last span:focus {
  background-color: #C9377A;
  border-color: #FFF;
}
ul.pagination li.current.active span {
  background-color: #C9377A;
}
ul.pagination li.current.active span:hover {
  cursor: not-allowed;
}
.article-additionalContent {
  height: 30px;
  background-color: #F7E2EF;
  padding: 5px 15px;
}
.article-additionalContent span.date {
  color: #005fab;
}
.article-additionalContent.additionalContentBottom:after {
  right: -68px;
  border-bottom: solid 30px #da5399;
  border-right: solid 105px #FFF;
  border-left: solid 105px transparent;
}
@media (max-width: 590px) {
  .article-additionalContent.additionalContentBottom:after {
    border-right-width: 85px;
    border-left-width: 85px;
    right: -73px;
  }
}
@media (max-width: 550px) {
  .article-additionalContent.additionalContentBottom:after {
    border-right-width: 65px;
    border-left-width: 65px;
    right: -64px;
  }
}
@media (max-width: 510px) {
  .article-additionalContent.additionalContentBottom:after {
    border-right-width: 60px;
    border-left-width: 60px;
  }
}
@media (max-width: 490px) {
  .article-additionalContent.additionalContentBottom:after {
    border-right-width: 35px;
    border-left-width: 35px;
    right: -59px;
  }
}
@media (max-width: 435px) {
  .article-additionalContent.additionalContentBottom:after {
    display: none;
  }
}
.article-additionalContent.additionalContentTop:before {
  left: 30px;
  border-top: solid 30px #da5399;
  border-right: solid 105px #FFF;
  border-left: solid 105px transparent;
}
.article-additionalContent.additionalContentTop:before,
.article-additionalContent.additionalContentBottom:after {
  content: "";
  position: relative;
  float: right;
  top: -5px;
  width: 1px;
}
.news-article-preview .teaser-image-box {
  width: 100%;
  height: 177px;
  background-color: #F2F2F2;
  border: 4px solid #FFF;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0 0 5px #f2f2f2;
  -moz-box-shadow: 0 0 5px #f2f2f2;
  -webkit-box-shadow: 0 0 5px #f2f2f2;
}
@media (max-width: 767px) {
  .news-article-preview .teaser-image-box {
    height: auto;
  }
}
.news-article-preview .teaser-image-box .news-img-wrap img {
  min-height: 167px;
  width: 100%;
  position: relative;
}
.news-article-preview .teaser-image-box .news-img-wrap,
.news-article-preview .teaser-image-box .news-img-wrap a {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .news-img-wrap {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .listViewAlbum .news-article-preview {
    display: none;
  }
}
.button-on-bg-blue {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #ffffff !important;
  font-size: 1.25em;
}
@media (max-width: 992px) {
  .button-on-bg-blue {
    margin-top: 10px;
  }
}
.button-on-bg-blue:hover,
.button-on-bg-blue:active,
.button-on-bg-blue:focus,
.button-on-bg-blue:visited {
  text-decoration: none;
}
.button-on-bg-blue:hover,
.button-on-bg-blue:active,
.button-on-bg-blue:focus {
  background-color: #286090 !important;
}
.button-on-bg-blue:active,
.button-on-bg-blue:focus {
  border-color: #204d74 !important;
}
.button-on-bg-blue:hover {
  border-color: #224d77;
}
.button-on-bg-pink {
  background-color: #da5399;
  border-color: #e07bae;
  color: #ffffff !important;
  font-size: 1.25em;
}
@media (max-width: 992px) {
  .button-on-bg-pink {
    margin-top: 10px;
  }
}
.button-on-bg-pink:hover,
.button-on-bg-pink:active,
.button-on-bg-pink:focus,
.button-on-bg-pink:visited {
  text-decoration: none;
}
.button-on-bg-pink:hover,
.button-on-bg-pink:active,
.button-on-bg-pink:focus {
  background-color: #c55389 !important;
}
.button-on-bg-pink:active,
.button-on-bg-pink:focus {
  border-color: #b95f91 !important;
}
.button-on-bg-pink:hover {
  border-color: #cb669d;
}
.button-on-bg-white {
  background-color: #ffffff;
  border-color: #d1d1d1;
  color: #da5399 !important;
  font-size: 1.25em;
}
@media (max-width: 992px) {
  .button-on-bg-white {
    margin-top: 10px;
  }
}
.button-on-bg-white:hover,
.button-on-bg-white:active,
.button-on-bg-white:focus,
.button-on-bg-white:visited {
  text-decoration: none;
}
.button-on-bg-white:hover,
.button-on-bg-white:active,
.button-on-bg-white:focus {
  background-color: #ebebeb !important;
}
.button-on-bg-white:active,
.button-on-bg-white:focus {
  border-color: #dbdbdb !important;
}
.button-on-bg-white:hover {
  border-color: #d2d2d2;
}
.social-share-buttons {
  padding: 10px;
}
.article .news-img-wrap .outer a {
  border-radius: 4px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.article .news-img-wrap .outer a .article-image {
  max-width: 100%;
  height: auto;
}
.article .news-img-wrap .outer p.news-img-caption {
  text-align: center;
  font-size: 0.65em;
}
.article .news-img-wrap .imageContainer {
  height: 130px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 4px !important;
}
@media (max-width: 767px) {
  .article .news-img-wrap .imageContainer {
    height: auto;
  }
}
.article .news-img-wrap .imageContainer .outer {
  height: 100%;
  overflow: hidden;
}
.article .news-img-wrap .imageContainer .outer a {
  border: none;
  padding: 0;
}
@media (min-width: 550px) and (max-width: 767px) {
  .article .news-img-wrap .imageContainer .outer a {
    width: 100%;
  }
  .article .news-img-wrap .imageContainer .outer a img {
    width: 100%;
  }
}
.article .single-news-detail {
  color: #000;
  background-color: #FFF;
}
.article .single-news-detail h1 {
  padding: 5px;
  font-family: 'Joti One', 'Arial', 'serif';
  color: #005fab;
  border-bottom: 2px solid #005fab;
}
.article .single-news-detail .article-detail-container {
  margin: 0 calc(17.5px);
}
.article .single-news-detail .article-additionalContent {
  padding: 5px 30px;
}
.article .single-news-detail .article-additionalContent time,
.article .single-news-detail .article-additionalContent .single-news-category,
.article .single-news-detail .article-additionalContent .single-news-category,
.article .single-news-detail .article-additionalContent .single-news-author {
  position: relative;
  top: -3px;
  font-size: 0.8em;
  color: #005fab;
}
.article .single-news-detail .article-additionalContent .single-news-category span {
  font-size: 1em;
}
.article .single-news-detail .article-additionalContent .backToNewsList {
  position: relative;
  z-index: 100;
  float: right;
  top: -7px;
  right: -162px;
  color: #FFF;
  cursor: pointer;
}
@media (max-width: 390px) {
  .article .single-news-detail .article-additionalContent .backToNewsList {
    top: -2px;
    right: -157px;
    font-size: 0.8em;
  }
}
@media (max-width: 376px) {
  .article .single-news-detail .article-additionalContent .backToNewsList {
    top: -32px;
    right: 51px;
    font-size: 0.8em;
  }
}
.article .single-news-detail .article-additionalContent:after {
  right: -85px;
}
.article .single-news-detail .news-img-wrap {
  width: 100%;
  margin: 0;
  padding: 15px 30px;
}
.article .single-news-detail .news-img-wrap .col {
  padding: 0 5px;
}
.article .single-news-detail .article-news-text {
  text-align: justify;
}
.article .single-news-detail .article-text-container {
  padding: 5px 30px;
}
.article .article-additionalContent.additionalContentBottom {
  padding: 5px 30px;
}
.album .article-additionalContent {
  padding: 5px 30px;
}
.album .outer a {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.album .teaser-text {
  padding: 0 30px;
}
.sectionMenu {
  list-style: none;
  margin: 0 13px;
}
.sectionMenu li {
  line-height: 185%;
  margin-top: 0;
  text-align: right;
}
@media (max-width: 991px) {
  .sectionMenu li {
    text-align: left;
  }
}
.sectionMenu li a {
  color: #005fab;
  text-decoration: none;
}
.sectionMenu li:hover a {
  color: #da5399;
}
.sectionMenu li:hover:before,
.sectionMenu li:hover:after {
  animation: starRotation 0.8s ease-in-out 0.5s 1 normal;
  -o-animation: starRotation 0.8s ease-in-out 0.5s 1 normal;
  -moz-animation: starRotation 0.8s ease-in-out 0.5s 1 normal;
  -webkit-animation: starRotation 0.8s ease-in-out 0.5s 1 normal;
  animation-fill-mode: none;
  -o-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  animation-play-state: running;
  -o-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
  background: url('/fileadmin/tgm_pitb/style2/img/star_pink.png') no-repeat;
  background-size: 20px 20px;
}
@keyframes starRotation {
  /* AUTO GENERATED */
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes starRotation {
  /* AUTO GENERATED */
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes starRotation {
  /* AUTO GENERATED */
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes starRotation {
  /* AUTO GENERATED */
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes starRotation {
  /* AUTO GENERATED */
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.sectionMenu li:before,
.sectionMenu li:after {
  content: "";
  position: relative;
  display: inline-block;
  top: 6px;
  width: 20px;
  height: 20px;
  background: url('/fileadmin/tgm_pitb/style2/img/star_blue.png') no-repeat;
  background-size: 20px 20px;
}
.sectionMenu li:before {
  float: left;
  left: -15px;
}
@media (min-width: 992px) {
  .sectionMenu li:before {
    display: none;
  }
}
.sectionMenu li:after {
  float: right;
  right: -15px;
}
@media (max-width: 991px) {
  .sectionMenu li:after {
    display: none;
  }
}
.sectionMenu:hover {
  cursor: pointer;
}
.googleMaps {
  margin-top: 35px;
  border: 3px solid #FFF;
  border-radius: 4px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.googleMaps iframe {
  display: block;
  width: 100%;
  height: 450px;
}
body#pid-1 .torso .contentContainer .leftContent .ce-textpic .ce-gallery .ce-row .ce-column .ce-media {
  box-shadow: none !important;
}
body#pid-34 hr {
  margin: 35px 0;
}
body#pid-34 .rightContentContainer {
  margin-top: 0;
}
body#pid-34 .rightContentContainer h2 {
  position: relative;
  top: 8px;
  margin-top: 30px;
}
body#pid-34 .rightContentContainer hr {
  position: relative;
  top: 1px;
  border-color: #005fab;
}
body#pid-86 .blockContainer ul,
body#pid-99 .blockContainer ul {
  margin-left: 36px;
  list-style: none;
}
body#pid-86 .blockContainer ul li a,
body#pid-99 .blockContainer ul li a {
  color: #FFF;
}
body#pid-86 .blockContainer ul li:before,
body#pid-99 .blockContainer ul li:before {
  content: none;
}
body#pid-99 .blockContainer ul li:hover {
  background: url('/fileadmin/tgm_pitb/style2/img/star_pink.png') no-repeat 2px 5px;
  background-size: 16px 17px;
}
/***********************************************************************************************************************/
.clock {
  float: right;
  top: 5px;
  border-radius: 50%;
  border: 2px solid #005fab;
  height: 20px;
  position: relative;
  width: 20px;
  font-size: 1em;
  z-index: 1;
}
.clock .hour {
  height: 25%;
  top: 25%;
}
.clock .minute {
  height: 40%;
  top: 10%;
}
.clock .hour,
.clock .minute {
  position: absolute;
  width: 9%;
  left: 45.5%;
  background: #005fab;
  border-radius: .01em;
  transform-origin: 50%, 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes clockHandAnimation {
  /* AUTO GENERATED */
  100% {
    transform: rotate(360deg);
  }
  0% {
    transform: rotate(0deg);
  }
}
@-o-keyframes clockHandAnimation {
  /* AUTO GENERATED */
  100% {
    transform: rotate(360deg);
  }
  0% {
    transform: rotate(0deg);
  }
}
@-ms-keyframes clockHandAnimation {
  /* AUTO GENERATED */
  100% {
    transform: rotate(360deg);
  }
  0% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes clockHandAnimation {
  /* AUTO GENERATED */
  100% {
    transform: rotate(360deg);
  }
  0% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes clockHandAnimation {
  /* AUTO GENERATED */
  100% {
    transform: rotate(360deg);
  }
  0% {
    transform: rotate(0deg);
  }
}
.clock:hover .hour {
  animation: clockHandAnimation 12s linear 0s infinite normal;
  -o-animation: clockHandAnimation 12s linear 0s infinite normal;
  -moz-animation: clockHandAnimation 12s linear 0s infinite normal;
  -webkit-animation: clockHandAnimation 12s linear 0s infinite normal;
  animation-fill-mode: none;
  -o-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  animation-play-state: running;
  -o-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}
.clock:hover .minute {
  animation: clockHandAnimation 4s linear 0s infinite normal;
  -o-animation: clockHandAnimation 4s linear 0s infinite normal;
  -moz-animation: clockHandAnimation 4s linear 0s infinite normal;
  -webkit-animation: clockHandAnimation 4s linear 0s infinite normal;
  animation-fill-mode: none;
  -o-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  animation-play-state: running;
  -o-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}
.clock:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #005fab;
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@keyframes clockHandAnimationFast {
  /* AUTO GENERATED */
  100% {
    transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
  }
}
@-o-keyframes clockHandAnimationFast {
  /* AUTO GENERATED */
  100% {
    transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
  }
}
@-ms-keyframes clockHandAnimationFast {
  /* AUTO GENERATED */
  100% {
    transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
  }
}
@-moz-keyframes clockHandAnimationFast {
  /* AUTO GENERATED */
  100% {
    transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
  }
}
@-webkit-keyframes clockHandAnimationFast {
  /* AUTO GENERATED */
  100% {
    transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
  }
}
.hour-container {
  animation: clockHandAnimationFast 43200s linear 0s infinite normal;
  -o-animation: clockHandAnimationFast 43200s linear 0s infinite normal;
  -moz-animation: clockHandAnimationFast 43200s linear 0s infinite normal;
  -webkit-animation: clockHandAnimationFast 43200s linear 0s infinite normal;
  animation-fill-mode: none;
  -o-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  animation-play-state: running;
  -o-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}
.minute-container {
  animation: clockHandAnimationFast 3600s linear 0s infinite normal;
  -o-animation: clockHandAnimationFast 3600s linear 0s infinite normal;
  -moz-animation: clockHandAnimationFast 3600s linear 0s infinite normal;
  -webkit-animation: clockHandAnimationFast 3600s linear 0s infinite normal;
  animation-fill-mode: none;
  -o-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  animation-play-state: running;
  -o-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}
/**************************************************************************************************************************************/
.elementContainer {
  background-color: #FFF;
}
.elementContainer .imageContainer {
  width: 176px;
  height: 176px;
  background-color: #F2F2F2;
  border: 4px solid #E8E8E8;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0 0 5px #f2f2f2;
  -moz-box-shadow: 0 0 5px #f2f2f2;
  -webkit-box-shadow: 0 0 5px #f2f2f2;
}
.elementContainer .imageContainer .news-img-wrap,
.elementContainer .imageContainer .news-img-wrap .news-img-wrap a,
.elementContainer .imageContainer .news-img-wrap img {
  width: 178px;
  height: 178px;
}
.elementContainer .imageContainer .news-img-wrap img {
  position: relative;
}
.elementContainer .textContainer {
  margin: 10px 25px 10px 10px;
}
.elementContainer .textContainer .newsTitle h2 {
  margin: 0 0 12px 0;
  text-align: left;
  border-bottom: 2px solid #005fab;
}
.elementContainer .textContainer .newsTitle h2 a {
  text-decoration: none;
}
.elementContainer .textContainer .newsTitle h2 a span {
  padding: 5px;
  color: #005fab;
  font-family: 'Joti One', 'Arial', 'serif';
  font-size: 1.4em;
  line-height: 100%;
}
.elementContainer .textContainer .newsTitle h2 a span:hover {
  color: #000;
}
@media (max-width: 660px) {
  .elementContainer .imgCol {
    display: none;
  }
  .elementContainer .textCol {
    width: 100%;
    padding-left: 35px;
  }
}
.albumListView .elementContainer .imageContainer {
  width: 100%;
}
@media (max-width: 767px) {
  .albumListView .elementContainer .imageContainer {
    height: auto;
  }
}
.albumListView .elementContainer .imageContainer .news-img-wrap {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .albumListView .elementContainer .imageContainer .news-img-wrap a {
    width: 100%;
  }
}
.albumListView .elementContainer .imageContainer .news-img-wrap img {
  width: 100%;
  height: auto;
  position: relative;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  header.main-header {
    padding: 0;
  }
  header.main-header nav#main-navigation div.main-navigation-container .collapse.navbar-collapse.navbar-mm1-collapse ul.mm1.navbar-right li.mm1 a.mm1 {
    background: url('../img/navitem-inactive.png') no-repeat !important;
    background-position-x: 50% !important;
  }
  .contactBox {
    border: 1px solid #4a4a4a;
  }
  .contactBox .outerImageContainer {
    display: block;
    width: 65px;
  }
  .contactBox .contactImage {
    border-color: #DADADA;
  }
  .print-blackWhiteFilter {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
  }
  .subline-border-white {
    border-color: #000;
  }
  .btn {
    color: #000 !important;
  }
  .article .row .article-datePublished {
    border: 1px solid #da5399;
  }
  .infoBox .contactBox .textContainer {
    margin: 7px;
  }
  .infoBox h2:after {
    display: none !important;
  }
  img.backToTop,
  .article a.more,
  .article-additionalContent.additionalContentTop:before,
  .article-additionalContent.additionalContentBottom:after,
  .collapse.navbar-collapse.navbar-mm2-collapse,
  .infoBox .clock,
  .googleMaps {
    display: none !important;
  }
}
@media print and (max-width: 767px) {
  header.main-header nav#main-navigation div.main-navigation-container .collapse.navbar-collapse.navbar-mm1-collapse {
    display: none;
  }
}
@media print and (max-width: 767px) {
  header.main-header nav .main-navigation-container .navbar-header img {
    height: auto;
    width: auto;
  }
  header.main-header nav .main-navigation-container .navbar-header span.icon-bar {
    background-color: #000 !important;
  }
}
