@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,300italic,400italic);
html, body {
    height: 100%;
}
body {
  background-color: #f5f5f5;
  background-size: 100%;
  font-family: "Helvetica", Open Sans, sans-serif;
  font-size: 16px;
    line-height: 1.7;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.container-full {
    margin: 0 auto !important;
    overflow-x: hidden;
    width: 100%;
    min-height: calc(100vh - 50px);
}
.container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0;
  padding-right: 0;
}
.content {
  border-top: 2px solid #bbb;
  margin-top: 1.67em;
  padding-top: 1.67em;
}
.sitewrapper {
  background-color: #fff;
}
.sitewrapper > .container > *{
}
.headerwrapper {
  margin: auto;
  position: relative;
}
.headerwrapper + img {
    width: 100%!important;
    height: auto;
}
.sitebanner {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.leading-bar {
  height: 25px;
  width: 100%;
  background-color: #f5f5f5;
}
.logo {
  position: absolute;
  margin-left: 16px;
  z-index: 999;
}
.logo a {
  color: #e7e7e7;
  display: block;
  font-size: 50px;
}
.logo img {
  height: 100px;
}
/* Footer *************************************/ 
.footer {
  background-color: #005ea8;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  color: #fff;
    text-align: right;
}
footer .ce-textpic a, 
footer .ce-textpic a:visited, 
footer .ce-textpic a:hover {
  color: #fff;
}
footer p:last-child {
  margin-top: -50px;
  text-align: left;
}
/* footer .ce-textpic a[href*="https://www.xing.com"]{
  background: transparent url(/fileadmin/pfi-template/Resources/Images/logo-xing.png) 50% no-repeat;
  /*a[href*="https://www.twitter.com"]
      transparent url(/fileadmin/pfi-template/Resources/Images/Twitter.png) 50% no-repeat;*/
 /* bottom: 4px;
  color: transparent;
  line-height: 26px;
  padding: 2px 8px;
  position: relative;
} */


.footer .ce-textpic,
.footer .frame p{
  background-color: #005ea8;
    margin-bottom: 0;
}
.footer .frame p{
    padding: 0 60px;
}
/* FONTS */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
}
h1, .h1 {
    color: #1364b9;
    color: #0066ae;
    font-size: 28px;
}
h2, .h2 {
    color: #0066ae;
    font-size: 25px;
}
h3, .h3 {
    color: #0066ae;
    font-weight: bold;
    font-size: 21px;
}
h4, .h4 {
    font-weight: bold;
    font-size: 18px;
}
h5, .h5 {
    font-weight: bold;
    font-size: 16px;
}
a {
    color: #005ea8;
    color: #0066ae;
}

/* NAV *************************************/

.navbar {
  position: absolute;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 0px;
  width: 100%;
  background-color: transparent !important;
  z-index: 10;
}
.navbar-header {
  width: auto
}
.navbar-toggle {
  position: absolute;
  right: 0px;
  margin-top: 35px;
  background-color: #0065B3;
}
#buttons {
  height: 75px;
}
#buttons a, #buttons li,
.nav > li > a {
  height: 75px;
  font-size: 20px;
}
.nav > li > a {
  padding-top: 28px;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-nav {
  margin-left: 334px;
}
.navbar-default {
  border: 0px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.navbar-nav > li:hover {
  background-color: #004a85;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
}
.navbar-nav > li > .dropdown-menu {
    padding: 0;
}
.navbar {
  margin-bottom: 0px;
  background-color: rgba(19,100,185,0.7) !important;
  height: 75px;
}
/*  zweite Menüebene  */
.dropdown-menu {
  background-color: #004A85;
  background-color: rgba(19, 100, 185, 0.8);
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu .divider {
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  color: #eee;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #ffffff;
  color: #004A85;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #ffffff;
  color: #004A85;
}
.dropdown-menu > li > a {
    font-size: 18px;
    padding: 10px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fff;
}
.dropdown-submenu{
  position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
}
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
.dropdown-submenu .pull-left{
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/* Suche und Sprachmenü ********************************/
#buttons{
  float: right;
  position: relative;
}
.flagmenu {
    float: right;
    list-style: none;
    height: 20px;
    margin-right: 5px;
  margin-bottom: 0px;
}
.flagmenu > li {
    float: left;
    margin: 0px 5px;
}
#buttons .flagmenu li *{
    font-size: 16px;
}
#buttons li,
#buttons a{
  color: #fff;
  display: inline-block;
  line-height: 75px;
} 
#search {
  background: url('../Icons/icon_search.png') 100% 32px no-repeat;
  cursor: pointer;
  display:inline-block; 
  text-indent: -999em;
  width: 30px;
}
#page-69 #search {
    display: none;
}
#buttons #c156{
    display: none;
}
#buttons input,
#buttons form {
  display: inline-block;
}
#buttons .tx-indexedsearch-autocomplete-words,
.navbar-collapse #c156 {
    background-color: #ffffffbb;
    padding: 10px;
}
.navbar-collapse #c156 {
    display: none;
    width: 363px;
    position: absolute;
    top: 100px;
    right: 0;
}
#buttons form .input-group {
    display: none;
}
input {
    border-radius: 0;
}
.btn {
    background-color:#ddd;
}
#buttons input[type="text"] {
  width: 255px;
}
input[type="text"] {
    border:0 none;
    box-shadow: 0 0 2px #000 inset;
    padding: 0 6px;
}
button,
.btn {
    background-color: #d9d9d9;
    border:1px solid #aaa;
    border-color: #d9d9d9 #aaa #aaa #d9d9d9;
    color: #333;
    font-weight: bold;
}
#buttons input[type="submit"]{
    margin-left: 7px;
}
#buttons fieldset legend,
#buttons fieldset ~ p,
#buttons fieldset label {
    display: none;
}
#buttons .tx-indexedsearch-autocomplete {
    width: auto;
}
#buttons .tx-indexedsearch-autocomplete-words li {
    height: auto;
    line-height: 1.25em;
    color: #000;
    display: list-item;
    font-size: 16px;
}
#buttons .tx-indexedsearch-autocomplete .highlighted {
  background-color: #004A85 !important;
  color: #fff;
}

/* Inhalte **************************************************/
.content{
    margin-bottom: 2em;
}
.ce-textpic, .ce-table {
  margin-bottom: 1.67em;
}
.col-md-9 .ce-table,
.col-md-9 .ce-textpic {
  max-width: 750px;
}
ul, ol {
    margin-top: 0px;
    margin-bottom: 10px;
    list-style: square outside none;
    padding-left: 1.5em;
}
.news-single ul, .news-single ol, .news-single p,
.ce-bodytext ul,
.ce-bodytext ol,
.ce-bodytext p{
    margin-bottom: 2em;
}
.news-single p + ol,
.news-single p + ul,
.news-single ol + p,
.news-single ul + p,
.ce-bodytext p + ol,
.ce-bodytext p + ul,
.ce-bodytext ol + p,
.ce-bodytext ul + p{
    margin-top: -2em;
}

.ce-textpic figcaption {
  font-size: 14px;
  font-weight: bold;
}

/* Tabellen */
.contenttable th,
.contenttable td,
.ce-table th,
.ce-table td {
  padding: 0.2em 0.67em;
  border-right: 1px solid #fff;
}
.contenttable th:last-child,
.contenttable td:last-child,
.ce-table th:last-child,
.ce-table td:last-child {
  border-right: 0 none;
}
.contenttable tr,
.ce-table tr {
  background-color: #ddd;
}
.ce-table tr:nth-child(2n-1) {
    background-color: #005EA8;
    color: #fff;
}
/* contenttable */
.contenttable tr:nth-child(2n-1) {
  background-color: #fff;
}

.contenttable thead th {
  background-color: #003A65;
  color: #fff;
}
table caption {
  color: #111;
  font-size: 14px;
  font-weight: bold;
  padding: 0.2em 0.67em;
  text-align: left;
}
/* klickbare Boxen */
.js-clickable{
    cursor: pointer;
}
.js-clickable .more{
    display:none;
    visibility: hidden;
}
/* bunte Listenpunkte */
.js-li {
    color: #005EA8;
}
.js-li > span {
    color: #333;
}
iframe {
    border: 0 none;
}

/* Bildvergrößerung *
#imagelightbox {
    -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .85 );
    box-shadow: 0 0 3.125em rgba( 0, 0, 0, .85 );
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}
/**/
/* Submenu */
.frame-type-menu_pages ul{
    border-top: 2px solid #666;
    list-style-type: none;
    padding:0;
}
.frame-type-menu_pages li a {
    border-style: solid;
    border-width: 0;
    sborder-color:#666;
    border-bottom-width: 2px;
    color: #666;
    display: block;
    font-weight: bold;
    font-size: 15px;
    padding: .3em 0;
}
.frame-type-menu_pages li a:hover {
    stext-decoration: none;
    sbackground-color: #005EA8;
    sborder-color: #666;
    color: #000;
    border-top-width: 2px;
    margin-top: -2px;
    stext-shadow:  0 0 1px #888;
}
.frame-space-after-extra-large {
    margin-bottom: 7em;
}

/* E-Mail-Adressen */
.ts-a:after{ content:"@"; }
.ts-b:after{ content:"."; }


/* contact */
.tx-powermail .powermail_fieldset .powermail_field.powermail_submit, .tx-powermail .powermail_fieldset .powermail_field.powermail_reset {
    background-color: #005EA8;
}
.tx-powermail .powermail_fieldset {
    border: 0;
    background: #fff;
    padding: 0;
}
.tx-powermail .powermail_fieldset .powermail_label, label {
    font-weight: normal;
}
.tx-powermail .powermail_create, .tx-powermail .powermail_confirmation {
    padding: 0;
    border: 0;
    background-color: #fff;
}
/* link to top ***************************/
#ts-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 70px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 94, 168, 0.8) url(../Images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
#ts-top.cd-is-visible, #ts-top.cd-fade-out, .no-touch #ts-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
#ts-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  
  background-color: rgba(0, 94, 168, 1);
}
#ts-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  sopacity: .5;
}
#ts-top.cd-fade-out:hover,
.no-touch #ts-top:hover {
  background-color: rgba(0, 94, 168, 1);
  opacity: 1;
}
@media only screen and (min-width: 767px) {
  #ts-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #ts-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 70px;
  }
}
/* Sidebar / Seitenspalte ***********/
aside {
    font-size: 15px;
}
aside .ce-bodytext p:last-child {
    margin-bottom: 0;
}
/* News *************************/
.news{
    sclear: left;
    smargin-bottom: 120px;
}
.frame-layout-150 .article h3,
.frame-layout-150 .text h3 {
    font-size: 21px;
    margin-bottom:1.8em;
}
.frame-layout-150 p {
    font-size: 16px;
}
.teaser-text em,
.teaser-text strong,
.teaser-text b{
    font-style: normal;
    font-weight: normal;
}
.frame-layout-150 .slick-slider .article{
    position: relative;
    height: 310px;
    margin: 0;
}
.frame-layout-150 .slick-slider .text{
    height: 100%;
    position: absolute;
    padding:20px 20px 0 20px;
    right: 0;
    background-color: rgba(48,48,48,0.8);
    color: #fff;
    z-index: 1;
    width: 567px;
}
.frame-layout-150 .article .news-img-wrap,
.frame-layout-150 .article .news-img-wrap a{
    margin: 0; 
    padding: 0;
    border:0 none;
}
.frame-layout-150 .slick-slider a{
    color: #fff;
}
.slick-dotted.slick-slider {
  margin-bottom: 90px;
}



/* Slider off **/
.news-list-view:not(.slick-slider) .header {
    padding-top: 1em;
}
.news-list-view:not(.slick-slider) .article .news-img-wrap img {
    max-width: 100%;
    width: 100%;
}

/* Detail view **/
.news-single .article .news-img-wrap,
.news-single .article .news-img-wrap a{
    margin: 0 0 30px 20px; 
    padding: 0;
    border:0 none;
}
.news-single-date {
    color:#666;
    float:none;
    font-weight:bold;
    margin:0 0 -10px 0;
}
.news-single .article .teaser-text {
    color: #333;
    font-size:100%;
    margin:0;
}
/* News list */
.news .page-navigation ul li.current,
.news .page-navigation ul li a {
    font-weight: bold;
    padding: 0.2em 0.3em;
}

/* Slideshow ***************************************/
.flex-direction-nav a::before {
}
.flexslider {
  border: 0 !important;
}
#flexslider-640 .caption-wrapper{
    display:none;
}
.slidercontent{
  position: relative;
}
#flexslider-575 .caption-align-left,
#flexslider-177 .caption-align-left {
    height: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -370px;
    position: relative;
    width: 1170px;
}
#flexslider-575 .caption-align-left .caption-text,
#flexslider-177 .caption-align-left .caption-text {
    background-color: rgba(19,100,185,0.7);
    bottom: 20px;  
    color: #fff;
    font-size: 28px;
    overflow: hidden;
    position: absolute;
    left: 30px;
    margin-top: 197px;
    width: 550px;
}
.slick-slider .slick-next::before, 
.slick-slider .slick-prev::before,
.tx-ws-flexslider .flex-direction-nav a,
#flexslider-575 .flex-direction-nav a,
#flexslider-177 .flex-direction-nav a {
    font-family: "flexslider-icon";
    font-size: 16px;
    color: #005EA8;    
    overflow: visible;
    text-shadow: 0 0 2px rgba(19, 100, 185, 0.7);
}
/**/


/*Slider News*/
/* Pfeile angleichen */
.flex-direction-nav .flex-prev { 
    opacity: 0; 
    left: 100px; 
}
.flex-direction-nav .flex-next { 
    opacity: 0; 
    right: 100px; 
    text-align: right; 
}
.slick-slider .slick-next::before, .slick-slider .slick-prev::before{
    color: rgba(0, 94, 168, 0.5);
  font-size: 40px;
}
.slick-slider .slick-next:hover::before, .slick-slider .slick-prev:hover::before{
    color: rgba(0, 94, 168, 1);
  font-size: 40px;
}
.slick-next::before{
    content: "\f002";
}
.slick-prev::before{
    content: "\f001";
}



/* Slideshow Referenzen */
#loader-slick-id581{
    display: none;
}
.js-referenzenlink {
    cursor: pointer;
}
/* Suche Indexed Search*/
.tx-indexedsearch-form,
.tx-indexedsearch-search-submit {
    display: inline-block;
}
.tx-indexedsearch-searchbox-button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:1px solid transparent;
    border-color: transparent #3876a5 #3876a5 transparent;
    background-color: #005EA8;
    color: #fff;
    font-weight: bold;
}

/* Inhaltselemente Layout */
/* halbe Breite */
.col-md-9.box-2 {
  padding: 0;
}
.box-2 > div:not(.frame-type-header),
.frame-layout-100,
.frame-layout-120 {
  float:left;
  width: 46%;
  margin: 0 0 30px 8%;
}
.frame-layout-120 {
  background-color: #ddd;
  padding: 0 15px;
}
/* 3 Boxen */
.box-3 > div:not(.frame-type-header) {
  float:left;
  width: 30%;
  margin-left: 5%;
}
/* 4 Boxen */
.box-4 > div:not(.frame-type-header) {
  float:left;
  width: 22%;
  margin-left: 3%;
}

/*.ce-slider .frame-layout-140:nth-child(3n-2),*/
.box-2 > div:nth-child(2n-1),
.frame-layout-100:nth-child(2n-1),
.frame-layout-120:nth-child(2n-1),
.box-3 > div:nth-child(3n-2),
.box-4 > div:nth-child(4n-3) {
  clear: left;
  margin-left: 0;
}
/*
.ce-slider .frame-layout-140 {
  float:left;
  width: 30% !important;
  margin-left: 5% !important;
}
.ce-slider .frame-layout-140:nth-child(3n-2){
  clear: left !important;
  margin-left: 0 !important;
}
*/

/* ganze Breite bei sonst halber Breite */
.box-2 > .frame-layout-110{
  background-color: #fff;
  clear: left;
  width: 100%;
}


/* Bilder Startseite */
.frame-layout-130 .ce-row {
  float: left;
}
.frame-layout-130 [data-ce-columns="2"] .ce-column {
    max-width: 100%;
}
.frame-layout-130 .ce-row .ce-column:nth-child(2n) {
  display: none;
}
.frame-layout-130 .ce-row:hover .ce-column:nth-child(2n-1) {
  display: none;
}
.frame-layout-130 .ce-row:hover .ce-column:nth-child(2n) {
  display: block;
}
.frame-layout-130 .ce-row:hover .ce-column:nth-child(2n) img {
  border-color: #0066ae;
}
.frame-layout-130 figure {
    position: relative;
    }
.frame-layout-130 figcaption {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.8);
    bottom: 8px;
    left: 8px;
    right: 8px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
}
.frame-layout-130 .ce-row:hover .ce-column:nth-child(2n) figcaption {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.8);
  color: #0066ae;
}
.frame-layout-130 .ce-textpic .ce-column {
  padding-right: 24px;
}
.frame-layout-130 .ce-row:first-child .ce-column {
  padding-left: 20px;
}
.frame-layout-130 .ce-row:last-child .ce-column {
  padding-right: 0;
}

/* Hover-effekt */
.ce-slider .frame,
.frame-layout-140 {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.ce-slider .frame *,
.frame-layout-140 * {
    stransition: all ease 0.8s;
}
.ce-slider .frame .ce-image,
.frame-layout-140 .ce-image{
    top: 0;
    z-index:3;
}
.ce-slider .slick-slide > div:last-child .frame,
.ce-slider .frame .ce-image .ce-gallery,
.frame-layout-140 .ce-image .ce-gallery{
    margin-bottom: 0;
}
.ce-slider .frame img,
.frame-layout-140 img{
    height: auto;
    width: 100%;
}
.ce-slider .frame h2,
.frame-layout-140 h2{
    align-items: center;
    display: flex;
    font-size: 16px;
    height: 100%;
    margin-top:0;
    position: absolute;
    text-align: center;
    width:100%;
    z-index:2;
}
.ce-slider h2 a,
.frame-layout-140 h2 a{
    align-items: center;
    display: flex;
    color:#fff;
    height: 100%;
    margin:0 auto;
    padding: 0 2%;
    text-shadow: 0 0 3px rgba(0,0,0,1);
    width:100%;
}
.ce-slider .frame:hover h2 a,
.frame-layout-140:hover h2 a{
    color:rgba(255,255,255,0);
    text-shadow: 0 0 3px rgba(0,0,0,0);
}
.ce-slider .frame h3,
.frame-layout-140 h3{
    transition: all ease 0.8s; 
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    color:#fff;
    font-size: 14px;
    left:0;
    line-height: 1.33em;
    margin:0;
    padding:5%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    align-content: center;
    justify-content:center;
    align-items: center;
    top:0;
    display:none;  
}
.ce-slider .frame:hover h3,
.frame-layout-140:hover h3{
    align-items: center;    
    display: flex;
}
.ce-slider .frame:hover img,
.frame-layout-140:hover img{
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.ce-slider .frame h2 * {
    transition: all ease 0s; 
}

.js-center {
    margin: 0 auto;
}

/* Slider on top */
.ce-slider.slick-slider .slick-prev,
.ce-slider.slick-slider .slick-next {
    width: 5%;
}
.ce-slider.slick-slider .slick-prev {
    left: -10%;
}
.ce-slider.slick-slider .slick-next {
    right: -10%;
}


.ce-slider .slick-track {
    margin-bottom: 1em;
}
.ce-slider.slick-slider .frame{
    width: 22% !important;
    margin-left: 4%;
}
.ce-slider.slick-slider .frame:nth-child(4n-3){
    margin-left: 0;
}
.ce-slider.slick-slider header,
.ce-slider.slick-slider .ce-image {
}
.ce-slider.slick-slider .frame h2 a,
.ce-slider.slick-slider .frame h3{
    padding: 0 2%;
}


/* Akkordeon */
.ce-accordeon h4{
    cursor: pointer;
}
.ce-accordeon h4 .bg{
    display: inline-block;
    height: 1.5em;
    margin: 0 0 -0.4em 0.3em;
    width: 1.5em;
}    
.dropdown span,
.ce-accordeon h4 .bg{
    background: #005ea8cc url(../Images/cd-top-arrow.svg) no-repeat center 50%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown.js-showsub span,
.ce-accordeon h4.toggled .bg{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
/* 2 Spalten **/
.ce-box-2 .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
    width: 46%;
}
.ce-box-2 .col-sm-6:first-child {
    margin-right: 8%;
}
/* Cookie-Warnung */
#tx_cookies {
    position: relative;
    z-index: 2;
}
#tx_cookies_inner {
    background-color: #005EA8;
    color: #fff;
    position: fixed;
    bottom: 70px;
    left: 30px;
    padding: 1em;
    width: 33.33%;
}
@keyframes cookieSlide {
    from {
        bottom: -100px;
    }
    to {
        bottom: 70px;      
    }
}    
#tx_cookies_inner {
    animation-name: cookieSlide;
    sanimation-delay: 2s;
    animation-duration: 2s;
    animation-fill-mode: backwards;
} 
#tx_cookies_inner h3,
#tx_cookies_inner a{
    color: #fff;
}
#tx_cookies_inner a{
    color: #fff;
    text-decoration: underline;
}
#tx_cookies_hide {
    clear: left;
}
#tx_cookies_inner p, #tx_cookies_inner form{
    float: left;
    margin-right: 1.2em;
}
#tx_cookies #tx_cookies_inner button, 
#tx_cookies #tx_cookies_inner input[type="submit"] {
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    padding: 0;
    position: relative;
    text-decoration: underline;
}
#tx_cookies #tx_cookies_inner #tx_cookies_close{
    float: right;
    padding-left: 10px;
    position: static;
}
/********************************************************************/
/********************************************************************/
/* Tablet und kleiner */
@media (max-width: 1280px) {
  .navbar-nav {
      margin-left: 280px;
  }
  .flagmenu {
    margin-right: 0;
    padding-left: 10px;  
  }
  .flagmenu > li {
    margin: 0 0 0 5px;
  }
  .nav > li > a {
    line-height: 75px;
    padding: 0 15px;
  }
  #search {
    width: 25px;  
  }
  .frame-layout-140 h2 a{
      font-size: 18px;
    }
  .frame-layout-140 h3 {
      font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .frame-layout-150 .news {
      width: 543px;
      margin: 0 auto;
    }
    .frame-layout-0 .news .article .news-img-wrap{
        margin:0 auto;
    }
    .frame-layout-0 .news .article .news-img-wrap a{
        border: 0 none;
        padding: 0;
    }
      .frame-layout-130 .ce-row:nth-child(3),
      [data-ce-columns="4"] .ce-column:nth-child(3) {
        clear: both;
      }
      .frame-layout-130 .ce-row:nth-child(1n) .ce-column {
        padding-left: 20px;
      }
      .frame-layout-130 .ce-center .ce-outer,
      .frame-layout-130 .ce-center .ce-inner {
      right: -26px;
      }
    .frame-layout-150 .slick-slider .text {
        position: absolute;
        width: auto;    
    }
    @keyframes textSlide {
        from {
            top: 100%;
            bottom: 0;
        }
        to {
            top: 0;        
        }
    }    
    .frame-layout-150 .slick-current .text {
        animation-name: textSlide;
        animation-delay: 2s;
        animation-duration: 2s;
        animation-fill-mode: backwards;
    }
  .ce-image img,
    .ce-textpic img,
  .ce-media img {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 992px) {
  #flexslider-177 {
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
        margin:0;  
  }
  #flexslider-177 .caption-align-left {
        margin-top: 0;
        height: unset;
        width: unset;
  }  
  #flexslider-177 .caption-align-left .caption-text {
    background-color: transparent;
    font-size: 22px;
    color: #000;    
    margin: 0;
    overflow: visible;
    position: static;
    padding: 5px 15px 0 15px;
    width: unset;
  }
  .nav > li > a {
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
  }
  #buttons li, #buttons a {
        line-height: 50px;
  }  
  #buttons a, #buttons li, .nav > li > a {
      height: 50px;
  }
  #search {
      background-position: 50% 55%;
    }
  .logo a {
        font-size: 30px;  
  }
  .logo img { 
    height:67px;
  }  
  .navbar {
    height: 50px;
  }  
  .navbar-nav {
        margin-left: 182px;
  }
  .content{
      border-top: 0 none;
        margin-top: 0;
        padding-top: 1.67rem;
  }
  footer > div > div > p {
        stop: -167px;
  }
    /* 3 Boxen -> 2 Boxen */
    .box-3 > div {
      clear:none;
         width: 46%;
      margin-right: 0;
      margin-left:8%;
    }
    
    /* 4 Boxen -> 3 Boxen */
    .box-4 > div:not(.frame-type-header) {
      clear:none;
      width: 30%;
      margin-right: 0;
      margin-left: 5%;
    }
    .box-3 > div:nth-child(3n-2),
    .box-4 > div:nth-child(4n-3) {
      clear:none;
    }
    
    .box-4 > div:nth-child(3n-2) {
      clear: left;
      margin-left: 0;
    }
    .ce-slider.slick-slider .frame:nth-child(1n) {
      width: 94% !important;
      margin-right: 3%;
        margin-left: 3%;
    }
    .ce-slider.slick-slider .slick-prev {
        left: 0;
    }
    .ce-slider.slick-slider .slick-next {
        right: 0;
    }
    .footer .frame p{
        padding:0 30px;    
    }
  
}
/* Slidercontrols always visible */
@media (max-width: 862px) {
  #flexslider-177 .caption-align-left {
  }  
  #flexslider-177 .caption-align-left .caption-text {
    smargin-bottom: -5em;
  }
}
/* ab hier Dropdown-Menü *******************************************/
@media (max-width: 767px) {
    .headerwrapper {
      z-index: 3;
    }  
  .navbar-toggle{
    margin-top: 8px;  
  }
  .navbar-default .navbar-collapse {
    margin-top: 75px !important;
    padding-left: 0px !important;
    border-width: 1px 30px 0 30px;
    border-color: #fff0;
    border-style: solid;
   }
  .navbar-collapse.in {
        overflow-y: visible;
   }
   .dropdown-menu{
        position: static;   
   }
  .navbar-nav {
    margin-left: 0 !important;
    background-color: #0066ae;
    margin-top: 0px;
  }
  .nav > li {
        position: relative;  
  }
  .nav a {
        float: left;
  }
  .navbar-default .navbar-nav > li > a,
  .nav .a1 {
        background-color: #0066ae !important;
      color: #fff !important;
        padding-left: 15px;
        width: 90%; /* fallback */
        width: calc(100% - 50px);        
  }
  .nav .a3,
  .nav .a2 {
        padding-left: 30px;
        width: 100%;
  }
    span.dropdown-toggle {
        background-color: #0066ae;
        float: right;
        width: 10%; /* fallback */
        width: 50px;
        height: 50px;
    }
  
  .dropdown-menu > li > a {
    white-space: normal;
  }
  .navbar-nav > li:hover .a2,
  .navbar-nav > li .a2 {
    background-color: #004a85 !important;
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > .a2 {
        color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      text-decoration: underline;
  }
  .js-showsub > .menu-2 {
        display: block;
        position: relative;
        width: 100%;
        z-index: 1;
  }
  .dropdown-menu.menu-3 {
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;        
        display:none; 
        width:100%; 
  }
  .navbar-nav .open .dropdown-menu > li > a.a3 {
    background-color: #0066ae;    
    color: #e7e7e7;
    padding: 5px 15px 5px 50px;
  }
  .navbar-collapse.in  {
      cursor: pointer;
  }
  .navbar-collapse.in #buttons {
     background-color: #0066ae;
     height: 50px;
     margin-right: -15px;
     padding-right: 10px;
  }
  .navbar-collapse #c156 {
        background-color: #00000099;  
  }
  #flexslider-177 .flexslider{
    display: none;
  }
  .logo {
    z-index: -1;
  }  
  .logo img {
  }
  .frame-layout-140 h2 a{
      font-size: 14px;
    }
  .ce-box-2 .col-sm-6 {
        width: 100%;
    }
    .ce-box-2 .col-sm-6:first-child {
        margin-right: 0;
    }

    .frame-layout-130 .ce-row:nth-child(1n) {
    width: 46%;
    margin-right: 0;
    }
    .frame-layout-130 .ce-row:nth-child(1n) .ce-column {
        padding: 0;
    }
      .frame-layout-130 .ce-row:nth-child(1n) .ce-column img {
        width: 100%;
        max-width: 100%;
        height: auto;
      }
    .frame-layout-130 .ce-row:nth-child(2n) {
        margin-left: 8%;
    }
    .frame-layout-130 .ce-center .ce-outer, 
    .frame-layout-130 .ce-center .ce-inner {
        float: left;
        position: static;
    }
    .frame-layout-130 .ce-above .ce-gallery, 
    .frame-layout-130 .ce-below .ce-gallery{
        margin-right:0;    
    }
    .frame-layout-150 .news {
        width:auto;
    }
    .news-list-view:not(.slick-slider) .header {
        clear: both;
        padding-top: 1em;
    }
    .news-list-view:not(.slick-slider) .teaser-text{
        border-bottom: 1px solid #999;
        padding-bottom: 1em;
    }
    .footer .frame p{
        padding: 0 30px;
    }
}

@media (max-width: 494px) {
    .headerwrapper + img{
      width: auto !important;
      height: 106px;
    }
    .content{
        border:0 none;
        padding-top: 3em;
    }
  .frame-layout-130 figcaption{
        font-size:16px;    
  }
  .ce-slider.slick-slider .frame:nth-child(n) {
      swidth: 100% !important;
    }
    /* 3 Boxen -> 2 Boxen */
    .box-2 > div:nth-child(1n),
    .box-3 > div {
      clear:left;
      float: none;
         width: auto;
      margin-right: auto;
      margin-left: auto;
    }
    
    /* 4 Boxen -> 3 Boxen */
    .box-4 > div:not(.frame-type-header) {
      clear:none;
      width: 46%;
      margin-right: 0;
      margin-left: 8%;
    }
    .box-4 > div:nth-child(3n-2) {
      clear:none;
    }
    .box-4 > div:nth-child(2n-1) {
      clear: left;
      margin-left: 0;
    }
    @keyframes cookieSlide {
        from {
            bottom: -100px;
        }
        to {
            bottom: 0;      
        }
    } 
    #tx_cookies_inner {
        bottom: 0;
        left: 0;        
        width: 100%;
    }
    .footer p {
      text-align:left;    
    }
    .footer p:last-child{
      margin-top:0;    
    }
}
@media (max-width: 344px) {
    body {
        font-size:12px;    
    }
    h1, .h1{
        font-size:20px;    
    }
    h2, .h2{
        font-size:16px;    
    }
    h3, .h3{
        font-size:15px;    
    }
    .frame-layout-130 .ce-above .ce-gallery, 
    .frame-layout-130 .ce-below .ce-gallery {
      margin: auto;
      max-width: 240px;
    }
    .frame-layout-130 .ce-row:nth-child(1n) {
        width: 100%;
        margin-left: 0;    
    }
  .frame-layout-130 .ce-row:nth-child(2n-1),
  [data-ce-columns="4"] .ce-column:nth-child(2n-1) {
    clear: both;
  }
  [data-ce-columns="4"] .ce-column {
    max-width: 50%;
  }
  [data-ce-columns="2"] .ce-column {
    float: none;
    margin-left:auto;
    margin-right:auto;
    max-width: 250px;
  }
  .frame-layout-140 h3 {
      font-size: 12px;
    }
}
@media (max-width: 277px) {
    .navbar {
      background-color: #fff0 !important;
    }
    .logo img {
      height: auto;
      width: calc(100vw - 100px);
    }
    .ce-intext.ce-nowrap > .ce-bodytext,
    .ce-textpic.ce-intext .ce-gallery,
    .frame-layout-130 .ce-row:nth-child(1n) {
        clear: both;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }
    
    .ce-intext.ce-nowrap > .ce-gallery {
       swidth:100%;    
    }
    .ce-right .ce-column {
        padding:0;    
    }
    .text-right {
        text-align:left;    
    }
    .box-2 > div:not(.schnubbel), 
    .frame-layout-100, 
    .frame-layout-120 {
     float: none;
    }
    .footer{
        font-size:14px;
    } 
}
@media (max-width: 200px) {
    .frame-layout-130 figcaption{
        sfont-size:14px;
        stop: -31px;  
    }
}

/* PC */
@media (min-width: 767px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
      display: block;
  }
  ul.nav .caret {
    display: none;  
  }
}