@charset "UTF-8";
/**
* Copyright (c) 2016 Buff ! Meine Werbeagentur GmbH
* All rights reserved
*/
/*---------------------------------------------------------------------------*
* Fonts
* --------------------------------------------------------------------------*/
@font-face {
  font-family: "pt_serifbold";
  src: url("../Fonts/PTF75F-webfont.eot");
  src: url("../Fonts/PTF75F-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/PTF75F-webfont.woff") format("woff"), url("../Fonts/PTF75F-webfont.ttf") format("truetype"), url("../Fonts/PTF75F-webfont.svg#pt_serifbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_serifregular";
  src: url("../Fonts/PTF55F-webfont.eot");
  src: url("../Fonts/PTF55F-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/PTF55F-webfont.woff") format("woff"), url("../Fonts/PTF55F-webfont.ttf") format("truetype"), url("../Fonts/PTF55F-webfont.svg#pt_serifregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_serifitalic";
  src: url("../Fonts/PTF56F-webfont.eot");
  src: url("../Fonts/PTF56F-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/PTF56F-webfont.woff") format("woff"), url("../Fonts/PTF56F-webfont.ttf") format("truetype"), url("../Fonts/PTF56F-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_sansbold";
  src: url("../Fonts/PTS75F-webfont.eot");
  src: url("../Fonts/PTS75F-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/PTS75F-webfont.woff") format("woff"), url("../Fonts/PTS75F-webfont.ttf") format("truetype"), url("../Fonts/PTS75F-webfont.svg#pt_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_sansregular";
  src: url("../Fonts/PTS55F-webfont.eot");
  src: url("../Fonts/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/PTS55F-webfont.woff") format("woff"), url("../Fonts/PTS55F-webfont.ttf") format("truetype"), url("../Fonts/PTS55F-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------------------------------------------------*
* Animationen
* --------------------------------------------------------------------------*/
@keyframes animatedBackground {
  from {
    opacity: 0;
    background: #242424;
  }
  to {
    opacity: 1;
    background: #FFFFFF;
  }
}
@-webkit-keyframes animatedBackground {
  from {
    opacity: 0;
    background: #242424;
  }
  to {
    opacity: 1;
    background: #FFFFFF;
  }
}
/*---------------------------------------------------------------------------*
* Variablen
* --------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*
* Global
* --------------------------------------------------------------------------*/
/*----global styles for tags*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

P, FORM, UL, H1, H2, H3, H4, H5 {
  margin: 0px;
  padding: 0px;
}

header, section, footer, aside, nav, main, article {
  display: block;
}

button:focus {
  outline: 0;
}

HTML {
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  position: relative;
}

BODY {
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  position: relative;
  min-height: 100%;
  font-family: "pt_serifregular", sans-serif;
  font-size: 16px;
  color: #434242;
}

IMG {
  border: 0px;
  max-width: 100%;
  height: auto;
}

A {
  transition: all 400ms ease 0s;
  outline: none;
  text-decoration: none;
  color: #032B5F;
}
A:hover {
  text-decoration: none;
}

HR {
  height: 1px;
  border: none;
  background: #032B5F;
}

H1, H2, H3, H4, H5 {
  margin: 20px 0px 10px 0px;
  font-family: "pt_sansbold", sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #032B5F;
}

H1 {
  font-size: 36px;
}

H2 {
  font-size: 30px;
}

H3 {
  font-size: 28px;
}

H4 {
  font-size: 24px;
}

H5 {
  font-size: 20px;
}

/*----global styles for universal elements*/
.floatclear {
  clear: both;
}

.outer {
  width: 100%;
}

.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px;
}
.inner:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.back-to-top {
  background: RGBA(0, 0, 0, 0.5);
  position: fixed;
  bottom: 70px;
  right: 10px;
  padding: 0.65em 0.3em 0 0.3em;
  color: #FFFFFF;
  font-size: 50px;
  line-height: 0.5em;
  text-decoration: none;
}

.hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

.donthyphenate {
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}

/*----styles for structure*/
#bodywrapper {
  min-height: 100%;
  margin: 0px auto;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+41,e5e5e5+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e5e5e5 41%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #e5e5e5 41%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #e5e5e5 41%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e5e5e5",GradientType=0 );
  /* IE6-9 */
}

* html #bodywrapper {
  height: 100%;
}

/* SF IE6 */
/*toptoolbar*/
#toptoolbar {
  background: #032B5F;
  color: #FFFFFF;
}

.hsgtemplate #toptoolbar {
  background: #434242;
}

#toptoolbar A {
  display: block;
  padding: 13px 10px 7px 10px;
  color: #FFFFFF;
  font-size: 80%;
}
#toptoolbar LI {
  display: inline-block;
}
#toptoolbar A.buttonbox {
  display: inline-block;
  padding: 10px 5px;
  font-size: 140%;
}
#toptoolbar .inner {
  padding: 0 30px;
}
#toptoolbar .toptoolbarflag {
  height: 16px;
  width: auto;
}

#toolbarmenuwrapper {
  float: left;
}

#socialmediatoolbar {
  float: right;
}

#hsgmainhome {
  float: left;
}

/*header*/
#header {
  height: auto;
  width: 100%;
  margin: 20px auto 0px auto;
  padding: 0px 30px 20px 30px;
  z-index: 200;
  transition: all 400ms ease 0s;
}
#header #headerlogowrap {
  display: table;
  width: 100%;
}
#header .inner {
  border: 1px solid #E5E5E5;
  padding: 0;
  background: #FFFFFF;
}

.hsgtemplate HEADER #headerlogowrap {
  margin-bottom: 20px;
}
.hsgtemplate HEADER .inner {
  border: none;
  background: none;
}

/*logo*/
#imagelogo {
  display: table-cell;
  vertical-align: middle;
  transition: all 400ms ease 0s;
  text-align: center;
  padding: 0;
}

#bannerlogo {
  display: table-cell;
  vertical-align: middle;
  transition: all 400ms ease 0s;
  text-align: center;
  padding: 0;
  width: 65.5%;
}

#imagelogo {
  width: 32.5%;
  padding: 30px;
}
#imagelogo IMG {
  width: 240px;
  max-width: 100%;
  height: auto;
}

#bannerlogo IMG {
  width: 100%;
  height: auto;
}

#logospacer {
  display: table-cell;
  width: 2%;
}

.hsgtemplate #imagelogo, .hsgtemplate #bannerlogo {
  border: 1px solid #E5E5E5;
  background: #FFFFFF;
}
.hsgtemplate #imagelogo {
  padding: 40px 30px 20px 30px;
}
.hsgtemplate #imagelogo IMG {
  width: 200px;
}
.hsgtemplate #navwrapper {
  border: 1px solid #E5E5E5;
  background: #FFFFFF;
}

/*menu*/
#tpmenuwrapper {
  position: relative;
  background: #7481A3;
}

#mainnav {
  margin: 0;
  text-align: left;
}

UL.tpmenu {
  display: inline;
  padding: 0 25px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  background: none;
}
UL.tpmenu LI {
  display: inline-block;
  border-left: 1px solid #FFFFFF;
}
UL.tpmenu LI:last-child {
  border-right: 1px solid #FFFFFF;
}
UL.tpmenu LI A {
  display: block;
  padding: 15px 25px;
  margin: 0 1px;
  text-decoration: none;
  text-decoration: none;
  background: none;
  color: #FFFFFF;
}
UL.tpmenu LI A:hover, UL.tpmenu LI A.active {
  background: #032B5F;
  color: #FFFFFF;
}

#tpsecondmenuwrapper {
  border: 1px solid #E5E5E5;
  padding: 5px 25px 25px 25px;
  background: #FFFFFF;
  margin-bottom: 25px;
}

#contentwrapper UL.tpmenu2 {
  list-style: none;
}
#contentwrapper UL.tpmenu2 LI A {
  display: block;
  padding: 10px 25px;
  margin: 0 0 5px 0;
  font-family: "pt_serifregular";
  text-decoration: none;
  background: #7481A3;
  color: #FFFFFF;
}
#contentwrapper UL.tpmenu2 LI A:hover, #contentwrapper UL.tpmenu2 LI A.active {
  background: #032B5F;
}
#contentwrapper UL.tpmenu2.lvl-1 LI A {
  padding: 5px 25px 5px 70px;
}

#rootline {
  padding: 10px 0 10px 60px;
  font-size: 70%;
}
#rootline .breadcrumb {
  list-style: none;
}
#rootline UL, #rootline LI {
  display: inline;
}
#rootline A {
  text-decoration: underline;
  font-family: "pt_serifitalic";
}
#rootline A:hover {
  text-decoration: none;
}

/* mobilemenu */
#mobilenavopen {
  display: none;
  float: right;
  max-width: 20%;
  border: #FFFFFF;
  color: #032b5f;
  background: none;
  font-size: 30px;
  padding: 10px 10px 10px 10px;
}
#mobilenavopen:after {
  content: "☰";
}
#mobilenavopen.opennav:after {
  content: "✕";
}

#mobinavwrapper {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  display: none;
  background: #888888;
  overflow-y: auto;
  max-height: 100%;
  padding-top: 72px;
  -webkit-transition: all ease-in 0.4s;
  -moz-transition: all ease-in 0.4s;
  -ms-transition: all ease-in 0.4s;
  -o-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
}
#mobinavwrapper.opennav {
  display: block;
}
#mobinavwrapper A {
  display: block;
  width: 80%;
  padding: 15px;
  color: #FFFFFF;
}
#mobinavwrapper .sub A {
  float: left;
}
#mobinavwrapper .current > A {
  color: #FFFFFF;
}
#mobinavwrapper UL {
  list-style-type: none;
}
#mobinavwrapper LI {
  clear: both;
  border-top: 1px solid #888888;
  background: #7481a3;
  overflow: hidden;
  font-weight: 500;
}
#mobinavwrapper LI.active {
  background: #032b5f;
}
#mobinavwrapper LI.current {
  background: #032b5f;
}
#mobinavwrapper LI:last-child {
  border-bottom: 1px solid #888888;
  margin-bottom: -1px;
}
#mobinavwrapper .lvl-mob-sub {
  display: none;
}
#mobinavwrapper .lvl-mob-2 A {
  padding-left: 40px;
}
#mobinavwrapper .lvl-mob-3 A {
  padding-left: 80px;
}
#mobinavwrapper .lvl-mob-4 A {
  padding-left: 120px;
}
#mobinavwrapper .togglemenu-toplevel, #mobinavwrapper .togglemenu-lvl-2, #mobinavwrapper .togglemenu-lvl-3, #mobinavwrapper .togglemenu-lvl-4 {
  width: 20%;
  padding: 10px;
  border: none;
  color: #FFFFFF;
  background: none;
  display: block;
  text-align: center;
}
#mobinavwrapper .togglemenu-sub:after {
  content: "+";
  font-size: 150%;
  line-height: 1.5em;
}
#mobinavwrapper .togglemenu-sub.open:after {
  content: "-";
  font-size: 150%;
  line-height: 1.5em;
}
#mobinavwrapper .togglemenu-sub.open ~ .lvl-mob-sub {
  display: block;
}

/*content*/
#contentwrapper.inner {
  max-width: 1460px;
  padding: 0 30px 25px 30px;
}
#contentwrapper A {
  text-decoration: underline;
  font-family: "pt_serifitalic";
}
#contentwrapper .slick-slider-wrapper A {
  text-decoration: none;
}

#maincontent, #asidecontent {
  display: block;
  animation: animatedBackground 0.5s ease-in 1;
  animation-delay: 0s;
  -webkit-animation: animatedBackground 0.5s ease-in 1;
  -webkit-animation-delay: 0s;
  line-height: 1.5em;
}

#maincontent {
  width: 65.5%;
  float: left;
  border: 1px solid #E5E5E5;
  padding: 5px 25px 25px 25px;
  background: #FFFFFF;
}

#asidecontent {
  width: 32.5%;
  float: right;
}

#rightcontent, .sidebarcontent {
  border: 1px solid #E5E5E5;
  padding: 5px 25px 25px 25px;
  background: #FFFFFF;
  margin-bottom: 25px;
}

#topcontent {
  border: 1px solid #E5E5E5;
  padding: 25px;
  background: #FFFFFF;
  margin-bottom: 25px;
}

.sidebarcontent .ce-textpic, #topcontent .ce-textpic {
  margin-bottom: 0;
}

/*footer*/
FOOTER {
  display: block;
  width: 100%;
  background: #032B5F;
  color: #FFFFFF;
}

.footercol {
  padding: 0;
  width: 22.3%;
  font-size: 90%;
}

.column14 {
  float: left;
  padding: 0;
}

.column24, .column34 {
  float: left;
  margin: 0px 0 0 3.5%;
}

.column44 {
  float: right;
  margin: 0px 0 0 3.5%;
}

FOOTER A {
  text-decoration: none;
  color: #FFFFFF;
}
FOOTER A:hover {
  text-decoration: none;
  color: #FFFFFF;
}
FOOTER H1, FOOTER H2, FOOTER H3, FOOTER H4, FOOTER H5 {
  color: #FFFFFF;
  font-size: 19px;
}

#madeby {
  padding: 5px 15px;
  text-align: right;
  font-size: 70%;
  opacity: 0.5;
}

#signature {
  list-style-type: none;
  color: #032B5F;
}
#signature LI {
  margin-right: 20px;
  display: inline;
  font-size: 80%;
}

#copyright {
  position: absolute;
  bottom: 0px;
  height: 25px;
  width: 100%;
  margin: 0 auto;
}
#copyright SPAN {
  margin: 0px 2px;
}

/*------------------------------------*
* Layouts von Contentelementen
* -----------------------------------*/
/* felogin Loginbox */
.tx-felogin-pi1 H3 {
  font-size: 26px;
}
.tx-felogin-pi1 LEGEND {
  display: none;
}
.tx-felogin-pi1 > DIV {
  font-size: 80%;
  line-height: 1.5em;
  padding-bottom: 10px;
  border-bottom: 1px dashed #7481A3;
}
.tx-felogin-pi1 FORM {
  margin-top: 10px;
}
.tx-felogin-pi1 FORM FIELDSET {
  border: none;
  padding: 0;
  margin: 0;
}
.tx-felogin-pi1 FORM FIELDSET DIV {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.tx-felogin-pi1 FORM FIELDSET DIV LABEL {
  font-size: 80%;
  color: #888888;
  line-height: 1.5em;
  width: 98%;
  margin-right: 2%;
  padding: 3px;
}
.tx-felogin-pi1 FORM FIELDSET DIV INPUT {
  width: 98%;
  margin-right: 2%;
  padding: 3px;
}
.tx-felogin-pi1 INPUT[name=submit] {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  border: none;
  background: #7481A3;
  color: #FFFFFF;
  font-family: "pt_serifregular";
  text-transform: uppercase;
  text-decoration: none;
}
.tx-felogin-pi1 INPUT[name=submit]:hover {
  background: #032B5F;
}

/*------------------------------------*
* iframebox_dsgvo
* -----------------------------------*/
.frame-type-iframeboxdsgvo_iframebox > .inner {
  padding: 0;
}

/*------------------------------------*
* FCE Struktur
* -----------------------------------*/
/*FCE grids*/
.fcemain {
  margin-bottom: 0px;
}
.fcemain .inner {
  padding: 0;
}

.fce1cols100box {
  position: relative;
  margin-bottom: 0px;
}

.mc11left {
  width: 49.5%;
  float: left;
  padding: 0;
  margin: 15px 0 30px 0;
}

.mc11right {
  width: 49.5%;
  float: right;
  padding: 0;
  margin: 15px 0 30px 0;
}

.mc23left {
  width: 66.3334%;
  float: left;
  padding: 0;
  margin: 15px 0 30px 0;
}

.mc23right {
  width: 32.6666%;
  float: right;
  padding: 0;
  margin: 15px 0 30px 0;
}

.mc33left {
  width: 32.6666%;
  min-width: 248px;
  float: left;
  padding: 0;
  margin: 15px 0 30px 0;
}

.mc33center {
  width: 32.6666%;
  min-width: 248px;
  float: left;
  margin: 15px 1% 30px 1%;
  padding: 0;
  margin-bottom: 0px;
}

.mc33right {
  width: 32.6666%;
  min-width: 248px;
  float: right;
  padding: 0;
  margin: 15px 0 30px 0;
}

.bg-border {
  padding: 30px;
}

.fcesubhead {
  margin-top: -10px;
  padding: 10px 0 10px 40px;
  font-size: 120%;
  border-top: 1px solid black;
}
.fcesubhead:before {
  font-family: "FontAwesome";
  content: "";
  margin: 0 15px 0 -34px;
}

/*FCE special*/
.smt {
  display: table;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 10px auto;
}
.smt A IMG, .smt A .smttext {
  transition: all 400ms ease 0s;
}
.smt A:hover IMG, .smt A:hover .smttext {
  opacity: 0.8;
}

.smtrowhelp {
  display: table-row;
}

.smtcontentwrapper, .smtimagewrap, .smtspacer {
  display: table-cell;
  vertical-align: middle;
}

.smtcontentwrapper {
  padding: 30px;
  width: 32.6666%;
}
.smtcontentwrapper.fleft {
  text-align: right;
  padding-right: 40px;
}
.smtcontentwrapper.fright {
  text-align: left;
  padding-left: 40px;
}

.smtspacer {
  width: 1%;
  background: #FFFFFF;
}

.smt .smtimagewrap {
  width: 66.33334%;
  height: auto;
}
.smt .smtimagewrap IMG {
  display: block;
  width: 100%;
  height: auto;
}

/*FCE slick slider*/
.slick-slider-wrapper {
  margin-bottom: 15px;
}

.single-item {
  height: 200px;
  opacity: 0;
  transition: all 400ms ease 0s;
}

.single-slide {
  height: auto;
}

.slick-initialized.single-item {
  height: auto;
  opacity: 1;
}

.slick-preloader {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.single-slide {
  position: relative;
}
.single-slide IMG {
  width: 100%;
  height: auto;
}

.slide-caption {
  position: absolute;
  margin: 0 auto;
  left: 50px;
  right: 0;
  text-align: left;
  border: 0px solid black;
}

.slick-prev {
  left: 25px;
  z-index: 10;
}

.slick-next {
  right: 25px;
  z-index: 10;
}

.slick-dots {
  margin: 0 -30px;
  bottom: -30px;
}

.slide-caption {
  bottom: 10%;
  opacity: 0;
  transition: all 3400ms ease 0s;
}
.slide-caption .slide-title {
  margin-bottom: 5px;
}
.slide-caption .slide-title SPAN {
  background: #032b5f;
  color: #FFFFFF;
  padding: 0px;
  font-family: "pt_sansbold";
  text-transform: uppercase;
  font-size: 250%;
  line-height: 1.6em;
  -webkit-box-shadow: 0px 0px 0px 6px #032b5f;
  -moz-box-shadow: 0px 0px 0px 6px #032b5f;
  box-shadow: 0px 0px 0px 6px #032b5f;
}
.slide-caption .slide-subtitle SPAN {
  background: #7481a3;
  color: #FFFFFF;
  padding: 0px;
  font-family: "pt_serifregular";
  font-size: 200%;
  line-height: 1.6em;
  -webkit-box-shadow: 0px 0px 0px 6px #7481a3;
  -moz-box-shadow: 0px 0px 0px 6px #7481a3;
  box-shadow: 0px 0px 0px 6px #7481a3;
}

.slick-active .slide-caption, .slick-cloned .slide-caption {
  opacity: 1;
}

/*FCE google maps iframe responsive*/
.google-maps, .google-maps-api {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.google-maps-api {
  width: 100%;
}
.google-maps-api #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*FCE mbgal*/
DIV.mbgal {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
}
DIV.mbgal img {
  border: 1px solid #7481A3;
  margin: 1.19%;
}

/*------------------------------------*
*Magnific Lightbox Popup
* -----------------------------------*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

/*------------------------------------*
*fluid_styled_content
* -----------------------------------*/
.ce-textpic {
  margin-bottom: 25px;
}

.ce-gallery figcaption {
  font-size: 80%;
  line-height: 1.1em;
}

.ce-column {
  margin-right: 10px;
}

.ce-media IMG {
  max-width: 100%;
  height: auto;
}

.ce-textpic ul {
  padding-left: 40px;
  list-style: none;
}
.ce-textpic li {
  margin-bottom: 10px;
}
.ce-textpic li:before {
  font-family: "FontAwesome";
  content: "";
  margin: 0 15px 0 -34px;
}

.ce-menu {
  padding-left: 25px;
}

.ce-div {
  border: none;
  background: none;
  border-bottom: 1px dashed #7481A3;
  width: 100%;
  max-width: 1400px;
  margin: 25px auto;
}

/*---------------------------------------------------------------------------*
* tx_news
* --------------------------------------------------------------------------*/
/*Global*/
.news {
  margin-bottom: 25px;
}

#contentwrapper .news h3 a {
  text-decoration: none;
  font-family: "pt_sansbold", sans-serif;
  text-decoration: none;
}

.news h3 {
  font-size: 28px;
  margin-bottom: 20px !important;
}

#contentwrapper .news a.more {
  display: inline-block;
  margin-top: 25px;
  padding: 10px;
  background: #7481A3;
  color: #FFFFFF;
  font-family: "pt_serifregular";
  text-transform: uppercase;
  text-decoration: none;
}

.news .article {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 0px;
}
.news .article .news-img-wrap a {
  padding: 0;
  border: none;
}
.news .footer {
  border-top: none;
  border-bottom: 1px dashed #7481A3;
  font-size: 80%;
}
.news .footer P {
  padding-bottom: 25px;
}

/*List*/
.news-list-view .article .news-img-wrap {
  float: right;
  width: 32.5%;
}
.news-list-view .article .news-img-wrap IMG {
  width: 100%;
  max-width: 280px;
  padding-left: 20px;
}
.news-list-view .page-navigation {
  height: 25px;
  border-bottom: 1px dashed #7481A3;
  margin-bottom: 25px;
  font-size: 80%;
}

/*Single*/
.news-single .article .news-img-wrap .outer {
  padding-left: 10px;
  float: left;
}
.news-single .article .news-img-wrap IMG {
  width: 100%;
  max-width: 550px;
}
.news-single .article .news-text-wrap {
  width: 65%;
}
.news-single .article .news-img-wrap {
  width: 32%;
  float: right;
  margin: 0 0 0 20px;
  padding-top: 5px;
}
.news-single .article .news-img-caption {
  font-size: 80%;
  line-height: 1.4em;
}
.news-single .article .teaser-text {
  color: #434242;
  font-family: "pt_sansbold";
  font-size: inherit;
  margin-bottom: 20px;
}
.news-single .article .news-backlink-wrap {
  margin-top: 20px;
}
.news-single .article .news-related UL {
  list-style-type: none;
}

/*---------------------------------------------------------------------------*
* RTE Klassen
* --------------------------------------------------------------------------*/
A.morebutton {
  display: inline-block;
  margin: 20px 0;
  background: #7481A3;
  padding: 10px 15px;
  color: #FFFFFF;
  transition: all 400ms ease 0s;
  text-decoration: none;
}
A.morebutton:hover {
  background: #FBC600;
  border: none;
  color: #032B5F;
}

.contenttable {
  width: 100% !important;
  height: auto !important;
}
.contenttable th, .contenttable td {
  text-align: left;
  border: 0px solid grey;
}
.contenttable th {
  width: 30%;
}

/*---------------------------------------------------------------------------*
 * Smartphonebar
 * --------------------------------------------------------------------------*/
#smartphonebar {
  display: none;
}
#smartphonebar .buttonboxwrapper {
  background: #142e41;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 5px 5px 5px;
  text-align: center;
  box-shadow: 0px 0px 15px -2px #000000;
  -moz-box-shadow: 0px 0px 15px -2px #000000;
  -webkit-box-shadow: 0px 0px 15px -2px #000000;
}
#smartphonebar .buttonboxwrapper a {
  display: block;
  padding: 10px;
  color: #FFFFFF;
}
#smartphonebar .buttonboxwrapper a:hover {
  color: #4F606E;
}
#smartphonebar .buttonboxwrapper a:visited {
  color: #FFFFFF;
}
#smartphonebar .buttonboxwrapper a:visited:hover {
  color: #4F606E;
}
#smartphonebar .toptoolbarflag {
  height: 22px;
  width: auto;
}
#smartphonebar .buttonbox {
  font-size: 30px;
  text-decoration: none;
  color: #FFFFFF;
}
#smartphonebar .buttonbox.mobilecall {
  display: none;
}
#smartphonebar .buttonbox.contactlink {
  display: inline;
}

/*---------------------------------------------------------------------------*
* responsive
* --------------------------------------------------------------------------*/
#pfo-res-nav, #pic_on, #pic_off, label [for=pfo-res-nav], #mobilenav, #mobilemenu, #tpmenuaddedmobile, #imagelogomobile {
  display: none;
}

@media (max-width: 1340px) {
  UL.tpmenu.lvl-1 LI A {
    font-size: 15px;
    padding: 15px 5px;
  }

  #sidebuttonbar A {
    font-size: 20px;
    padding: 8px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1050px) {
  /*hide desktopstuff*/
  #mainnav, #sidebuttonbar, #tpsecondmenuwrapper, #socialmediatoolbar, .toolbarmenu, .sidebarcontent .tx-felogin-pi1, #rootline, #navwrapper {
    display: none;
  }

  /*global*/
  IMG.img-responsive {
    height: auto;
    max-width: 100%;
  }

  .inner, .layout-100 .inner {
    padding: 30px;
  }

  HEADER {
    margin: 95px auto 0 auto;
    height: auto;
    position: static;
    top: 0;
    padding: 20px;
  }
  HEADER.smaller {
    margin: 0 auto;
    height: auto;
    position: static;
    top: 0;
  }

  #imagelogo {
    display: none;
  }

  #bannerlogo {
    width: 100%;
  }

  #imagelogomobile {
    display: inline-block;
    background: #FFFFFF;
  }
  #imagelogomobile IMG {
    width: auto;
    height: 38px;
  }

  H1 {
    font-size: 32px;
  }

  H2 {
    font-size: 28px;
  }
  H2.fcehead {
    font-size: 28px;
  }

  H3 {
    font-size: 26px;
  }
  H3.fcesubhead {
    font-size: 26px;
  }

  H4 {
    font-size: 24px;
  }

  H5 {
    font-size: 28px;
  }

  #toptoolbar {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    background: #FFFFFF;
    color: #032b5f;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  }
  #toptoolbar .inner {
    padding: 5px 20px;
  }
  #toptoolbar #mobilenavopen {
    display: block;
  }
  #toptoolbar #hsgmainhome {
    display: none;
  }

  .hsgtemplate #toptoolbar {
    background: #FFFFFF;
  }

  #contentwrapper {
    margin: 10px 0 0 0;
    border: none;
  }
  #contentwrapper.inner {
    padding: 0 20px;
  }

  #maincontent, #asidecontent {
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  #maincontent {
    margin-bottom: 25px;
  }

  FOOTER {
    padding-bottom: 50px;
  }

  #copyright {
    float: none;
    text-align: center;
    margin: 0px;
    padding: 10px 0px 8px 0px;
  }

  #signature {
    float: none;
    text-align: center;
    margin: 0px;
    padding: 10px 0px 8px 0px;
  }
  #signature A {
    font-size: 110%;
  }

  #smartphonebar {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0px;
    top: auto;
    padding: 5px 0;
    background: #032B5F;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  }
  #smartphonebar .buttonbox {
    font-size: 32px;
  }
  #smartphonebar A {
    display: inline;
    padding: 0 4.5%;
  }
  #smartphonebar .buttonbox.contactlink {
    display: none;
  }
  #smartphonebar .buttonbox.mobilecall {
    display: inline;
  }
  #smartphonebar .csc-default {
    margin: 0;
  }

  #tpmenuaddedmobile {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 10px;
    text-align: center;
  }

  .news .article .news-text-wrap, .news .article .news-img-wrap {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .news .article .news-text-wrap {
    clear: both;
  }
  .news .article .news-img-wrap {
    text-align: left;
  }
  .news .article .news-img-wrap a, .news .article .news-img-wrap .mediaelement-image {
    float: none;
    display: inline;
  }
  .news .article .news-img-wrap IMG {
    float: none;
    padding-left: 0;
  }
  .news .article .news-img-wrap .outer {
    max-width: 250px;
    float: none;
    display: inline;
    padding: 0 5px;
  }

  .back-to-top {
    bottom: 50px;
    right: 10px;
  }

  A.morebutton {
    display: block;
    text-align: center;
  }

  .contenttable {
    width: 100%;
  }
  .contenttable th {
    width: 40%;
  }

  /*FCEs*/
  .mc11left, .mc11right, .mc23left, .mc23right, .mc33left, .mc33center, .mc33right, .column14, .column24, .column34, .column44 {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    height: auto;
    min-height: 0;
  }

  .mc33center {
    margin-left: 0px;
  }

  .smt, .smtrowhelp, .smtimagewrap {
    display: block;
  }

  .smt .smtimagewrap {
    width: 100%;
  }
  .smt A:hover IMG, .smt A:hover .smttext {
    opacity: 0;
  }

  .slide-caption .slide-title SPAN, .slide-caption .slide-subtitle SPAN {
    text-transform: uppercase;
    font-size: 130%;
    line-height: 1.9em;
  }

  FOOTER .google-maps, FOOTER .google-maps-api {
    padding: 0 20px 60% 20px !important;
    margin: 0 30px 20px 30px;
    width: auto;
  }

  /*fluid_styled_content*/
  .ce-right .ce-gallery, .ce-left .ce-gallery {
    float: none;
  }

  .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
    margin: 0;
  }

  .ce-above .ce-gallery {
    margin: 0;
  }

  .ce-gallery, .ce-row {
    text-align: center;
  }

  .ce-left .ce-gallery, .ce-column {
    float: none;
    text-align: center;
    display: inline;
  }

  .ce-media {
    margin-bottom: 10px;
    display: inline;
  }

  .ce-column {
    margin-right: 0;
  }

  .ce-gallery img {
    display: inline;
  }
  .ce-gallery figure {
    display: inline;
    margin-bottom: 20px;
    display: block;
  }
  .ce-gallery figcaption {
    display: block;
    font-size: 80%;
    line-height: 1.1em;
  }

  .ce-menu LI {
    width: 46%;
    height: auto;
  }
}
@media (max-width: 550px) {
  .ce-menu LI {
    width: 100%;
  }

  .slick-slider {
    background: #7481a3;
  }

  .slide-caption {
    position: static;
    padding: 0px;
  }
  .slide-caption SPAN {
    display: block;
    line-height: 1.2em;
  }
  .slide-caption .slide-title {
    margin-bottom: 0;
  }

  .slide-caption .slide-title SPAN, .slide-caption .slide-subtitle SPAN {
    line-height: 1.4em;
    padding: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .slick-prev {
    display: none !important;
  }

  .slick-next {
    display: none !important;
  }

  .slick-dots {
    bottom: -25px;
    margin: 0;
  }

  HEADER {
    padding: 0;
  }
  HEADER .inner {
    border: none;
  }

  #contentwrapper.inner {
    padding: 0;
  }
}

/*# sourceMappingURL=stylesheet.css.map */
