body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    background: url(../images/bgr.png) #f2f2f2 top repeat-x;
    color: #3d3d3d;
    font: 1.063rem malva, Arial, Helvetica, Sans-Serif;
    min-width: 320px;
}

a {
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    color: #bc0926;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus, .nav1 li:focus, .nav1 li a:focus {
  outline: 1px dotted #bd0926;
}

input,
select,
textarea {
    -webkit-border-radius: 0;
    border: #999999 1px solid;
    color: #333333;
    font: 1rem malva, Arial, Helvetica, sans-serif;
    padding: 10px;
}

li {
    list-style: none;
}

h1{
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0 1em;
    margin: 0 auto 25px;
    max-width: 705px;
    text-align: center;
}

h2 {
    color: #191919;
    font-size: 1.125rem;
    margin: 0 0 1em;
}

h2.startseite {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0 1em;
    color: #FFF;
}

h2.stellenportal {
    font-size: .938rem;
    margin: 0 0 .5em;
}
h3 {
    color: #191919;
    font-size: 1.125rem;
    margin:1em 0 0.3em
}

h4 {
    font-size: 1.063rem;
    margin: 0 0 .5em;
}

h5 {
    font-size: .938rem;
    margin: 0 0 .5em;
}

h6 {
    font-size: .75rem;
    margin: 0 0 1em;
}

p {
    line-height: 1.3em;
    padding: 0 0 1.3em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
}

.page-header,
.page-footer,
.page-container,
.page-title-info,
.nav-bottom-wrap {
    margin: 0 auto;
    max-width: 1230px;
    min-width: 320px;
    padding: 0 15px;
}

.page-top-bar {
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.page-top {
    height: 210px;
}

.page-bottom-bar {
    background: #bb0a26;
    clear:both;
}

.page-header {
    height: 210px;
}

.header-content {
    border-bottom: 2px solid #e0e0e1;
    height: 110px;
}

.header-logo {
    float: left;
    height: 82px;
    margin: 15px 0 0;
    overflow: hidden;
    position: relative;
    width: 290px
}

.header-logo img {
    height: auto;
    left: -98px;
    position: absolute;
    top: -78px;
    width: 385px;
}

.home-page-title {
    background-size: cover;
    height: 100%;
    position: relative;
}

.page-title {
    clear: both;
    height: 446px;
    margin: 0 auto;
    max-width: 1400px;
    overflow: hidden;
}

.page-title-info {
    position: relative;
    top: 25%;
    transform: translateY(-35%);
}
.page-title_startseite .page-title-info {
    margin-right: 100px;
}
.title-slogans {
    color: #fff;
    float: right;
    max-width: 390px;
}

.title-slogan.header{
    box-shadow: 5px 0 0 #bd1729, -5px 0 0 #bd1729;
}

.home-page-title .title-slogans {
    max-width: 390px;
}

.title-slogan, .title-slogans h2 {
    background: #bd1729;
    display: inline;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0;
}

.page-title_startseite .title-slogans h2,.home-page-title .title-slogan, .home-page-title .title-slogans h2 {
    font-size: 2.0rem;
    line-height: 1.4;
    padding: 5px 0;
    display: inline;
    box-shadow: 8px 0 0 #bd1729, -8px 0 0 #bd1729;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.title-slogan2 {
    margin-top: 5px;
}

.title-slogan2 strong {
    background: #232323;
    display: inline;
    font-size: .813rem;
    font-weight: bold;
    padding: 5px;
}

.title-slogan3 {
    margin-bottom: 15px;
    margin-left: -8px;
}

.title-slogan3 .title-slogan{
  padding: 5px 0;
}

.title-slogan3 h3 {
    background: #fff;
    color: #2e2e2e;
    display: inline;
    font-size: .938rem;
    letter-spacing: 1px;
    padding: 10px;
}

.intro-text {
    font-size: 1.375rem;
    font-weight: 300;
    margin: 0 auto 25px;
    max-width: 705px;
    text-align: center;
}

.intro-text-with-spacing {
    margin-bottom: 30px;
}

.content-text {
    margin: 0 auto;
    max-width: 705px;
}

.hamburger {
    display: none;
    position: absolute;
    right: 20px;
    top: 15px;
}

.nav-overlay {
    background: #f2f2f2;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.nav-header {
    display: flex;
    float: right;
    font-size: 13px;
    line-height: 37px;
    padding: 50px 0 0;
}

.nav-header a {
    color: #404040;
    text-decoration: none;
}

.nav-header a:hover {
    color: #bd1729;
}

.nav-top {
    margin-right: 15px;
}

.nav-top ul {
    display: flex;
}

.nav-top li {
    margin: 0 10px;
}

.nav-top a:hover {
    color: #bd0926;
    text-decoration: none;
}

.nav-top li.active a, .nav-top .active a {
    color: #bd0926;
    font-weight: bold;
}

.nav-soclinks {
    display: flex;
    margin: 0 15px;
}

.nav-soclinks a {
    color: #bd1729;
    font-size: 22px;
    line-height: 37px;
    margin: 0 2px;
}

.nav-soclinks-footer a {
    color: #bd1729;
    font-size: 30px;
    text-decoration:none;
    padding-left:10px
}

.nav-soclinks a:hover {
    color: #525150;
}

.nav-login i {
    margin: 0 5px 0 0
}

.nav-path {
    font-size: .75rem;
    margin-bottom: 25px;
}

.nav-path a {
    color: #3d3d3d;
    text-decoration: none;
}

.nav-path a:hover {
    color: #bd0926;
}

.nav-path li {
    display: inline-block;
    position: relative;
}

/*.nav-path li:after {
    content: "\35";
    font: 1rem ElegantIcons;
    padding: 0 2px;
    vertical-align: -15%;
}*/

.nav-path li:last-child:after {
    display: none;
}

.nav-path .icon_house_alt {
    color: #3d3d3d;
    font-size: 17px;
}


.nav-path .icon-pfeil:after {
    content: "\35";
    font: 1rem ElegantIcons;
    padding: 0 2px;
    vertical-align: -15%;
}



.nav-mobile {
    display: none !important
}

.nav-mobile .nav-soclinks a {
    display: inline;
}

.nav1 {
    clear: both;
    font-size: 1.rem;
}

.nav1 ul {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: space-between;
}

.nav1 li {
    -webkit-box-flex: 1;
    display: inline-block;
    flex: 0 1 auto;
    /*overflow: hidden;   */
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav1 a {
    color: #444444;
    padding: 0 5px;
}

.nav1 a:hover {
    color: #bd0926;
    text-decoration: none;
}

.nav1 li.active a, .nav1 .active a {
    color: #bd0926;
    font-weight: bold;
}

.nav2 {
    font-size: .938rem;
}

.nav2 ul {
    margin: 0 0 20px;
}

.nav2 a {
    border-bottom: 1px solid #a2a2a2;
    color: #444444;
    display: block;
    padding: 10px 0;
    text-decoration: none;
}

.nav2 a:hover,
.nav2 .active a {
    border-bottom: 1px solid #bd0926;
    color: #bd0926;
}

.nav2-btn {
    border-top: 1px solid #a2a2a2;
    margin-bottom: 15px;
}

.nav2-btn a {
    position: relative;
}

.nav2-btn a:after {
    content: "\22";
    font: 1.25rem ElegantIcons;
    position: absolute;
    right: 0;
}

.nav2-logo {
    margin-bottom: 60px;
}

.nav2-logo-small-margin {
    margin-bottom: 20px;
}

.nav2-logo img {
    height: auto;
    max-width: 100%;
}

.nav2-logo a {
    border: 0 !important;
    padding: 0
}

.nav3 {
    font-size: .875rem;
    line-height: 34px;
    margin: 0 0 40px;
    position: relative;
    z-index: 100
}

.nav-filter {
    display: inline-block;
    line-height: 34px;
    margin: 0 15px 15px 0;
    position: relative;
    text-align: left;
}

.nav-filter li {
    display: block;
    line-height: normal;
    margin: 0 15px 10px;
}

.nav-filter a {
    color: #444444;
    display: block;
    font-size: .875rem;
    text-decoration: none;
}

.nav-filter a:hover,
.nav-filter .active a {
    color: #bd0926
}

.nav-filter-label {
    display: inline-block;
    margin: 0 15px 0 0
}

.nav-filter:hover {
    z-index: 10
}

.nav-filter ul {
    background: #ffffff;
    border: 1px solid #959595;
    border-radius: 0 0 8px 8px;
    display: none;
    left: 0;
    padding: 5px 0;
    position: absolute;
    top: 34px;
    width: 100%;
    z-index: 1;
}

.nav-filter:hover ul {
    display: block;
}

.nav-filter:hover .btn-filter {
    background: #ffffff;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.btn-filter {
    border: 1px solid #959595;
    border-radius: 8px;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    line-height: 34px;
    padding: 0 10px 0 15px;
    position: relative;
    text-decoration: none;
    width: 200px;
    z-index: 2;
}

.btn-filter.active{
  border-color: #bd0926;
  color: #bd0926;
}


.btn-filter .icon-pfeilrechts:after {
    content: "\33";
    font: 1.25rem ElegantIcons;
    position: absolute;
    right: 10px;
    top: 5px;
}


  /*
.btn-filter:after {
    content: "\33";
    font: 1.25rem ElegantIcons;
    position: absolute;
    right: 10px;
    top: 5px;
}*/

.btn-filter.active:after,
.nav-filter:hover .btn-filter:after {
    /*content: "\32";*/  
}

.nav-categories {
    display: inline-block;
}

.btn-category {
    border: 1px solid #959595;
    border-radius: 8px;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    line-height: 34px;
    margin: 0 15px 15px 0;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    z-index: 2
}

.btn-category.active,
.btn-category:hover {
    border: 1px solid #bd0926;
    color: #bd0926;
    text-decoration: none;
}

.list-categories {
    float: left;
}

.list-filters {
    float: right;
}

.nav-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 800
}

.nav-bottom-item {
    background: #fff;
    bottom: 0;
    left: 7px;
    padding: 20px;
    position: absolute;
    right: 7px;
    z-index: 10;
}

.nav-heading {
    cursor: pointer;
}

.nav-heading h1 {
    border-bottom: 1px solid #bd0926;
    color: #bd0926;
    font-size: .813rem;
    overflow: hidden;
    padding: 0 15px 8px 0;
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: bold;
    margin: 0 auto 0px;
}

.nav-heading h1:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(../images/pfeil-hoch.svg) #fff top no-repeat;
    height: 14px;
    width: 14px;
}

.nav-heading.active h1:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(../images/pfeil-unten.svg) #fff top no-repeat;
    height: 14px;
    width: 14px;
}

.nav-heading strong {
    font-size: .813rem;
}

.nav-popup {
    color: #4a4a49;
    font-size: .938rem;
    padding: 0 0 20px;
}

.nav-popup .btn-more {
    font-weight: bold;
}

.nav-popup .btn-more:after {
    margin: 0 0 0 5px;
    position: absolute;
    right: auto;
}

.page-columns {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 35px 0 70px;
}

.col-left {
    flex: 0 0 230px;
    overflow: hidden;
}

.col-center {
    flex: 0 1 100%;
    padding: 0 0 0 25px
}

.tiles .row {
    position: relative;
}

.tile-item {
    margin-bottom: 25px;
    height:400px;
}

.tile-item:hover .tile-box,
.tile-item-active .tile-box {
    box-shadow: 0 0 13px rgba(0, 0, 0, .3)
}

.tile-with-statement.active  .tile-box:after {
    background: url(../images/ico-pin.png) no-repeat;
    bottom: -13px;
    content: '';
    height: 13px;
    left: 50%;
    margin: 0 0 0 -14px;
    opacity: 0;
    position: absolute;
    width: 28px
}

.tile-with-statement.active .tile-box:after {
    opacity: 1
}

.tile-pic {
    height: 227px;
    margin: 0 0 -7px;
}

.tile-pic-large {
    height: 305px;
    margin: 0 0 -7px;
}

.tile-pic-bg {
    background: #cdcdcd;
}

.tile-pic-bg-light {
    background: #e3e3e3;
}

.tile-logo {
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.tile-logo img {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.tile-box {
   /* background: #fff;
    margin: 0 7px;
    min-height: 180px;
    padding: 20px 20px 15px;
    position: relative   */
    display: flex;
    background: #fff;
    margin: 0 7px;
    min-height: 180px;
    padding: 20px 20px 15px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}

.tile-box-content {
    min-height: 115px
}

.tile-box-content-medium {
    min-height: 170px
}

.tile-box-content-large {
    min-height: 210px
}

.tile-head {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -27px;
}

.tile-head span {
    background: #232323;
    color: #fff;
    display: inline-block;
    font-size: .75rem;
    line-height: 27px;
    padding: 0 7px;
}

.tile-head-red span {
    background: #bd0926;
}

.tile-head-small {
    color: #bc0926;
    font-size: .75rem;
    font-weight: bold;
    margin-bottom: 10px;
}

/*.tile-head-small a {
    text-decoration: underline;
}*/

.tile-text {
    font-size: .938rem;
    margin-bottom: 5px;
    font-weight: bold;
}

.tile-text-link {
    display: block;
    font-size: .75rem;
    font-weight: bold;
}

.tile-text2 {
    font-size: .875rem;
}

.tile-text2 p {
    line-height: 1.25;
}

.tile-box-bot {
    border-top: 1px solid #a3a3a3;
    padding: 10px 0 0
}

.tile-revealed {
    background: #fff;
/*    clear: both;
    display: none;*/
    margin: 0 7px 25px;
    margin-bottom: 25px;
    padding: 45px;
    text-align: center;
}

.tile-revealed h2 {
    font-size: 1rem;
}

.tile-revealed-links-small {
    font-size: .75rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.tile-revealed-links-small a {
    text-decoration: underline;
}

.tile-revealed-text {
    font-size: 1.125rem;
}

.tile-revealed-text2 {
    font-size: .938rem;
    margin-bottom: 45px;
}

.tile-revealed-text2 h3 {
    margin: 0
}


.tile-revealed-text3 {
    font-size: .938rem;
    margin: 10px 0 10px 0;
}

.tile-revealed-pic img {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.ip-details {
    display: none;
}

.inlinepopup {
    width: 100%;
    float: left;
    position: relative;
}

.quotes {
    margin-bottom: 55px;
}

.quote-pic {
    border-radius: 50%;
    height: 195px;
    overflow: hidden;
    overflow: hidden;
    width: 195px;
}

.quote-pic img {
    height: auto;
    width: 100%;
}

.quotes blockquote {
    font-size: 1rem;
    font-style: italic;
    padding: 25px 0 0
}

.quotes cite {
    font-size: .875rem;
    font-style: normal;
    font-weight: bold;
}

.quote-links {
    font-size: 12px;
    font-weight: bold;
}

.quote-links a {
    display: block;
    text-decoration: underline;
}

.unordered-list {
    margin-bottom: 50px;
}

.unordered-list li {
    margin-bottom: .5em;
    padding: 0 0 0 30px;
    position: relative;
}

.unordered-list li:before {
    color: #bc0926;
    content: "\24";
    font: 1.188rem ElegantIcons;
    left: 0;
    position: absolute;
}

.accordeon {
    margin-bottom: 55px;
}

.accordeon-headline {
    border-bottom: 1px solid #adadad;
    border-top: 1px solid #adadad;
    cursor: pointer;
    font-size: 1.063rem;
    font-weight: normal;
    margin-bottom: -1px;
    padding: 15px 25px 15px 0;
    position: relative;
    clear: both;
}

.accordeon-headline:after {
    color: #3d3d3d;
    content: "\4c";
    font: 1.25rem ElegantIcons;
    margin: -10px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.accordeon-headline.active {
    border-bottom: 0;
}

.accordeon-headline.active:after {
    content: "\4b";
}

.accordeon-wrap {
    font-size: 1.063rem;
    padding: 10px 0 20px;
}

.btn-more {
    color: #191919;
    display: block;
    font-size: .75rem;
    position: relative;
    text-decoration: none;
}

.btn-more:hover {
    color: #bc0926;
}

/*.btn-more:after {
    content: "\24";
    font: 1rem ElegantIcons;
    position: absolute;
    right: 0;
}*/

.btn-more:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(../images/pfeil-rechts.svg) #fff top no-repeat;
    height: 13px;
    width: 13px;
}

/*.btn-more-statement:after {
    content: "\22";
}*/

.btn-more-info {
    margin: 12px 0 30px;
    margin-left: -2;
}

.btn-more-info a {
    background: #232323;
    color: #fff;
    font-size: .938rem;
    font-weight: bold;
    padding: 10px 35px 10px 0px;
    position: relative;
    text-decoration: none;
    line-height: 27px;
    box-shadow: 10px 0px 0 #232323, 0 0px 0 #232323;
    box-decoration-break: clone; /* FIREFOX */
}
.page-title_startseite .btn-more-info a {
    margin-left: -8px;
    padding-left: 8px;
}

.btn-more-info a:after {
    content: "";
    margin: -10px 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    background: url(../images/pfeil-rechts-weiss.svg) #232323 top no-repeat;
    height: 20px;
    width: 20px;
}

.btn-link {
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    background: #bd0926;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: .875rem malva;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    overflow: visible;
    padding: 0 15px;
    text-decoration: none;
    width: auto;
}

.btn-link:hover {
    color: #fff;
    opacity: .8;
    text-decoration: none;
}

.form-search {
    border: 1px solid #d9d9d9;
    border-radius: 19px;
    padding: 0 13px;
    width: 190px;
}

.form-search input {
    background: none;
    border: none;
    float: left;
    margin: 0;
    padding: 8px 4px;
    width: 89%;
}

.form-search .btn-search {
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    background: none;
    border: 0;
    color: #4a4a49;
    cursor: pointer;
    float: right;
    height: 18px;
    margin: 10px 0 0;
    padding: 0;
    transform: scaleX(-1);
    width: auto;
}

.form {
    margin: 0 0 1em;
}

.form .row {
    margin-bottom: 20px;
}

.form-input-wrap {
    margin: 0 0 5px;
}

.form-input-wrap input {
    border: 0;
    width: 100%
}

.form label {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
}

.form-submit {
    text-align: right;
}

.page-footer {
    color: #fff;
    display: -webkit-flex;
    display: flex;
    font-size: .875rem;
    justify-content: space-between;
    line-height: 33px;
    padding: 30px 20px;
}

.page-footer a {
    color: #fff;
    text-decoration: none;
}

.page-footer a:hover {
    opacity: .7
}

.nav-footer {
    flex: 1 1 33%;
}

.nav-footer ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.nav-footer li {
    margin: 0 20px;
}

.nav-footer-right ul {
    justify-content: flex-end;
}

/*.nav-footer-left li:first-child {
    margin-left: 0
}

.nav-footer-right li:last-child {
    margin-right: 0
}*/

.nav-footer-soclinks {
    display: flex;
    justify-content: center;
    margin: 0 15px;
}

.nav-footer-soclinks a {
    color: #fff;
    font-size: 30px;
    margin: 0 5px;
}

.content-pic img {
    height: auto;
    margin: 0 0 1em;
    width: 100%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.search-field{
  height: 30px;
}

.cms_item ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 40px;
}
hr.trennlinie{
   height:1px;
   border-width:0;
   color:#bd0926; ;
   background-color:#bd0926;
}

.referral{
  display:none !important
}

.cms_item ul li{
background: url('../images/pfeilrechts.svg') no-repeat left top 3px;
background-size: 16px 16px;
padding-left: 34px;
display: block;
}

/*.cms_item ul li:before{
    color: #bc0926;
    content: "\24";
    font: 1.188rem ElegantIcons;
    left: 0;
    position: absolute;
}*/

.error-message{
    position: absolute;
    width: 100%;
    top: 210px;
}

.team-pic{
  width: 100%;
}
.formular-element.group.clearfix {
    width: 100%;
}
input, textarea {
    width: 70%;
    border: 0px;
}
select {
    width: 100%;
    border: 0px;
}
.auswahl input{
    width: auto;
}

.cms_item.CCSS225 iframe{
    max-width: 100%;
}

.tile-revealed iframe{
  max-width: 100%;
}

.row.pic-large .tile-item{
  height: 400px;
}

.tile-revealed-text ul li{
    margin-bottom: .5em;
    padding: 0 0 0 30px;
    position: relative;
}

.tile-revealed-text ul li:before{
    color: #bc0926;
    content: "\24";
    font: 1.188rem ElegantIcons;
    /*left: 0;*/
    position: relative;
    top: 4px;
    right: 5px;
}

.tile-revealed-text strong {
    font-size: 1rem;
    font-weight: bold;
}

.tile-revealed-text{
  font-size: .938rem;
}

iframe {
  max-width: 100%;
}

.page-columns.detailseite{
    min-height: 75vH; /* Detailseiten mit zu wenig Inhalt führen sonst zu einem "Flackern" des Menü*/
}

.nav-mobile-menu{
    display:none !important;
}

.agn-div{
    line-height: 1.3em;
    padding: 0 0 1.3em;
}

.nav-paging{
  margin-top: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
    	flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: center;
        	flex-flow: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
        	justify-content: center;
  font-weight: bold;
  font-size: 15px;
  /*color: #565759;  */
  color: #2e2e2e;
  height: 20px;
  margin: -80px 0 60px
}
.nav-paging a{
  color: #1c1c1c;
  text-decoration: none;
}
.nav-paging-grid{
  margin: 0 20px;
}
.nav-paging i{
  vertical-align: -20%;
  margin: 0 5px;
  display:inline-block;
  font-size: 18px;
}

.bildergalerie {
    position:relative;
    width:24%;
    padding-top:24%;
    margin: 0.5%;
    float: left;
    overflow: hidden;
}

.bildergalerie-element {
    position:absolute;
    height:100%;
    width:100%;
    margin-top:-100%;
}

.fancybox-overlay.fancybox-overlay-fixed{
    max-width: 100%;
}

.box-quadrat{
    position:relative;
    width:100%;
    padding-top:100%;
    float: left;
    overflow: hidden;
    z-index: 2;
}

.quadrat .tile-head{
  position: relative;
  z-index: 2;
}

.tile-pic.box-quadrat{
  height: auto;
}

.quadrat .tile-item{
  height: auto;
}

.box-quadrat .tile-agn{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tile-agn.max-img img{
   width: 80%;
   margin-left: 10%;
   margin-right: 10%;
}

.quadrat.agn{
  height: auto;
}

.quadrat span{
  height: 27px;
    overflow: hidden;
}

.placeholder-white{
    border: none;
    bottom: -1px;
    height: 8px;
    z-index: 10;
    position: absolute;
    background-color: white;
    left: 7px;
    right: 7px;
}

.quadrat.stellenportal{
  height: auto !important;
}

.stellenportal .tile-logo img{
  width: 100%;
}

.tile-box-content span{
  height: auto;
}

.doks{
      display: inline-block;

}

.doks a.pdf{
    background-image: url(/frontend/standards/images/pdf.png);
        background-size: 16px;
    background-position-y: 3px;
    background-position-x: 0px;
}

.doks a.file {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 2px 0 2px 20px;
    white-space: nowrap;
    display: block;
}
.login-form{
    float: left;
    width:128px;
    padding-top: 3px;
}
.login-field{
    height: 28px;
    width: 260px;
}
.login-padding{
    padding-top: 8px;
}
a.close {
    display: none;
}
button.btn-link.abmelden {
    margin-top: 10px;
}

.div-link{
    display: block;
    /* height: 100%; */
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
}



.unsichtbar {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline;
  }

  .tile-head-small{
    height: 24px;
  }


  /* BILDERGALERIE */
  .cycle-slideshow img {
    height: auto;
    max-height: 553px;
    margin-left: auto;
    margin-right: auto;
}
.cycle-slideshow .row{
    width: 100%;
    margin:0;
}
.pagerpic img{
    display:none
}
.btn-left{
    background: url(../images/btn-left2.png) top no-repeat;
    cursor: pointer;
    height: 31px;
    left: 20px;
    margin: -30px 0 0;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    top: 53%;
    width: 31px;
    z-index: 10001;
}
.btn-left a{
    background: url(../images/btn-left.png) top no-repeat;
    display: block;
    height: 23px;
    width: 23px
}
.btn-right{
    background: url(../images/btn-right2.png) top no-repeat;
    cursor: pointer;
    height: 31px;
    margin: -30px 0 0;
    opacity: 0.7;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 53%;
    width: 31px;
    z-index: 10001;
}

.btn-right a{
    background: url(../images/btn-right.png) top no-repeat;
    display: block;
    height: 23px;
    width: 23px
}

/* Galerie */
.pic-galerie {
    float: left;
    margin: 0 2% 8px 0;
}
.invisible {
    position: absolute;
    left: -1000px;
    font-size: 0px;
}
.ym-skip, .ym-hideme, .ym-print {
    position: absolute;
    top: -32768px;
    left: -32768px;
}

/* ----------------------------------------------- */
/* Barrierefreiheit */
/* Accordion        */
/* ----------------------------------------------- */
.hidden { display:none;}
.accordion-container h2 {
  margin:0;
}
h2 button {
    all: inherit;
    background: url(../images/ico-plus.svg) right center no-repeat;
    cursor:pointer;
    width:100%;
    border-bottom: 1px solid #adadad;
    border-top: 1px solid #adadad; font-size: 1.063rem;
    font-weight: normal;
    margin-bottom: -1px;
    padding: 15px 25px 15px 0;
}
h2 button[aria-expanded="true"] {
   background-image: url(../images/ico-minus.svg);
}
.accordion-panel {
  margin:15px 0 15px 0;
}
.accordion-panel:focus {
  outline:none;
    -webkit-animation-name: animation;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-play-state: running;

    animation-name: animation;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-play-state: running;
}
@-webkit-keyframes animation {
    0%     {border-color:#f9eed8;}
    100.0%  {border-color:#fff;}
}

@keyframes animation {
    0%     {border-color:#f9eed8;}
    100.0%  {border-color:#fff;}
}
.accordion-panel p{
  margin:0 0 1em 0;
  padding:0;
}






@media reader, speech, aural {
*:after {
display: none;
visibility: hidden;
content:none
}
}


.page-title_startseite {
    max-width: 100%;
}
.startseite_untertitel {
    padding-bottom: 20px;
}
.startseite_untertitel h2{
    color:#bd1729;
    font-weight:bold;
    font-size: 1.5rem;
}
.startseite_untertitel h3{
    font-size: 1.375rem;
    font-weight: 300;
    width: 70%
}
.startseite_untertitel p{
    font-size: 1rem;
    font-weight: 300;
    width: 70%
}
 .row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    flex-grow: 1;
}

.tile-text2 h2 {
    hyphens: auto;
}
.tiles_start {
   padding-top: 20px;
}
.title-slogans_start h2{
    font-size: 1.9rem;
}

