@charset "utf-8";

#offcanvas ul li ul li, #offcanvas ul li ul li ul li {
    border-bottom: 1px dotted #ddd;
    list-style-type: none
}

#offcanvas ul li a, #offcanvas ul li ul li a {
    text-decoration: none;
    color: #3b4044;
    display: block
}

embed, img, object, video {
    max-width: 100%;
    height: auto;
    width: auto
}

.ie6 img {
    width: 100%
}

#container {
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    /* max-width: fit-content; */
    margin: 0 auto;
    max-width: 1650px;
}

#offcanvas .sf-menu {
    min-height: 800px;
    overflow-x: hidden
}

#offcanvas {
    height: 200px;
    display: block;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 60%;
    font-size: 1.8rem;
    z-index: 2
}

.closesubmenu-button {
    font-size: 1.3rem;
    color: #3b4044;
    padding: 1rem 0;
    display: block
}

#offcanvas ul li, #offcanvas ul li ul li, #offcanvas ul li ul li ul li, #offcanvas ul li:hover {
    list-style-image: none;
    margin: 0;
    padding: 0
}

#offcanvas ul {
    padding-left: 27px;
    margin-top: 0
}

#offcanvas ul li {
    list-style-type: square;
    color: #142643;
    font-weight: 400;
    font-size: 1.375rem
}

#offcanvas ul li ul {
    margin: 0;
    padding-left: 0;
    background: 0 0
}

#offcanvas ul li ul li ul {
    margin: 0;
    padding-left: 10px
}

#offcanvas ul li ul li ul li {
    background: 0 0
}

#offcanvas ul li ul li ul li:last-child {
    border-bottom: none;
    margin-bottom: 5px
}

#offcanvas ul li a {
    font-weight: 500;
    font-size: 1.25rem
}
#offcanvas ul li a.menuakt {
color: #bd1320;
   } 

#offcanvas ul li a:hover {
    color: #bd1320;
}

#offcanvas ul li ul li a {
    font-size: .975rem;
    font-weight: 400;
    padding: .4rem .3rem
}

.close a, .open a {
    color: #fff;
    padding: 0 2px;
    text-decoration: none
}

#offcanvas ul li ul li:hover {
    display: block;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s
}

#offcanvasf:target+#offcanvasf {
    display: block
}

#offcanvas:target+#wrapper {
    transform: translateX(60%);
    ms-transform: translateX(60%);
    -webkit-transform: translateX(60%);
    transition: transform .8s ease-in-out, ms-transform .8s ease-in-out;
    -webkit-transition: -webkit-transform .8s ease-in-out
}

#offcanvas:target+#wrapper .open {
    display: none
}

#offcanvas:target+#wrapper .close, .open a {
    display: block
}

#wrapper {
    z-index: 2;
    transition: transform .8s ease-in-out, ms-transform .8s ease-in-out;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    position: relative
}

#offcanvasmenu {
    clear: both;
    float: left;
    margin-left: 0;
    display: block;
    margin-top: 20px
}

.open a {
    font-size: 17px;
    font-size: 1.2rem
}

.close a {
    font-size: 17px;
    font-size: 1.2rem;
    display: none
}

#offcanvasmenu ul li a {
    color: #bd1320
}

#offcanvasmenu a:hover {
    color: #142643;
}

.open {
    display: block
}

.close {
    display: none
}

.pfeile {
    padding-right: 0.2em;
    *padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */
}

.pfeile:after {
    content: '';
    position: absolute;
    /* top: 50%; */
    /* right: 10%; */
    margin-top: 15px;
    margin-left: 10px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(0,0,0,.5);
    /* width: 100%; */
    /* float: right; */
}
 
 #offcanvas ul li ul li a.pfeile:after {    
    margin-top: 10px;
    margin-left: 10px;    
}

.pfeile:hover:after {
    border-top-color: #bd1320;
}

.menu-button {
    font-size: 1.75em;
    font-weight: 300;
    height: .9rem;
    width: .9rem;
    background: 0 0;
    cursor: pointer;
    position: relative;
    left: .7rem;
    top: -.1rem;
    border: none;
    margin-top: -.1rem;
    margin-right: .5em;
    color: #142643;
}

.menu-button:after {
    font-family: "Font Awesome 5 Free";
    content: '\f00b';
    position: absolute;
    top: .9rem;
    left: 0;
    line-height: 0;
    transition: all .4s ease;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.menu-button:hover:after {
    color: #bd1320;
    transition: all .4s ease
}

.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: #fff;
    z-index: 10
}

#headpic {
    margin-left: 0;
    overflow: hidden;
    float: left;
    margin-bottom: 8px;
    transition: .7s all
}

.headerinfowrap, .reduced .headerinfowrap {
    text-align: left;
    font-size: .975rem;
    font-weight: 400;
    color: #fff;
    transition: all .5s
}

.logopic {
    width: 100%;
    display: block;
    max-width: 300px;
    margin: 0 auto
}

#bread, #navi {
    display: none
}

.headerinfowrap {
    padding: .75rem
}

.reduced .headerinfowrap {
    padding: .15rem;
    margin-bottom: 0
}

#mainwrapstart, #sidebar, .headerinfowrap .gap {
    display: block;
    width: 100%
}

.headerinfowrap .gap {
    margin-right: 1%;
    font-size: .75rem
}

.headerinfowrap .gaphide1 {
    display: none
}

#mainwrapstart, .mainrightinfo {
    display: block;
    width: 100%;
    float: left
}

.fa {
    font-size: 1.75rem;
    font-weight: 500;
    color: #bd131e
}

.teasermid a, footer {
    /* color: #fff; */
    /* color: #545252; */
}

.fa.fa-map-marker, .fa.fa-phone, header .fa.fa-envelope, header.fa.fa-home {
    font-size: .975rem
}

#mainwrapstart {
    clear: both;
    margin-left: 0;
    /* margin-top: 40px; */
}

#mainwrapleft {
    width: 100%;
    float: left
}

#headernav, #mainwrapleft #aktuell {
    display: none
}

#maincontent {
    width: 100%;
    padding: 30px 10px 20px
}

#maincontent2 {
    width: 100%;
    margin-top: 20px;
    padding: 0
}

#sidebar {
    margin-left: 0;
    width: 100%;
    display: block;
    float: left;
    padding: 0
}

.quickinfomobile {
    min-height: 185px;
    background-color: #E3E3E3;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 1rem
}

.quickinfomobile ul li a {
    padding: .2rem 0;
    display: block
}

.quickinfomobile h4 {
    background: #BD1320;
    margin-top: 0;
    color: #fff;
    padding: 10px
}

.hide_mobile {
    display: inline-block
}

.hide_mobile1 {
    display: none
}

.show-hide-mobile-content {
    display: block
}

.hide_desktop, .show-hide-desk-content {
    display: none
}

#footerbo, #sliding, .contentwrap, footer {
    display: block
}

#footerbo {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    border-top: 1px solid #D3D3D3;
    margin-top: 1rem
}

.contentwrap {
    clear: both;
    max-width: 1260px;
    margin: auto;
    padding: 0 5px
}

footer {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    background: #323232;
    padding-top: 1.5rem;
    text-align: center;
    padding-left: 10px;
    padding-bottom: 1rem
}

.mdc-checkbox__checkmark-path {
    color: #848a88!important;
}

#cookiescript_reportdate {
    display: none!important;
}

#sliding {
    clear: none;
    float: left;
    position: relative;
    margin: 0 auto
}

#sliding figure img {
    min-width: 150%;
    max-width: 170%;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -20%
}

.maincontent {
    width: 100%;
    float: left;
    margin: 0
}

.teaserstart {
    display: none
}

.mainrightinfo .teaserstart {
    padding: 0
}

.teasertop {
    /* padding: 30px 10px; */
}

.teasermid {
    padding-top: 15px;
    margin: 0
}

.teasermid a:hover {
    color: #4F4F4F
}

.teasericon {
    background: rgb(18 15 15 / 20%);
    /* padding: 55px 0px 40px 0px; */
    float: left;
    width: 100%;
    display: block;
}

.teasericon h3 {
    font-size: 1.75rem;
    font-weight: 500;
}

.t-circle h3 {
    color: #cb1717;
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: .25rem;
}

.teasericon figure {
    text-align: center;
    display: inline-block;
    position: relative;
}

.teasericon figure .fab, .teasericon figure .fas, .teasericon figure .far {
    float: none;
    padding: 0;
    color: #474444;
}

.t-circle figure .fab, ..t-circle figure .fas, ..t-circle figure .far {
    width: 8rem;
    height: 8rem;
    border-radius: 100%;
    font-size: 4rem;
    line-height: 8rem;
    color: #fff;
    background: #cb1717;
}

.t-circle figure .fab {
    width: 8rem;
    height: 8rem;
    border-radius: 100%;
    font-size: 4rem;
    line-height: 8rem;
    color: #fff;
    background: #cb1717;
}
.teaserpic {
    padding: 55px 0px 40px 0px;
    float: left;
    width: 100%;
    display: block;
    padding: 0;
    padding-bottom: 30px;
}

.teaserbottom {
    background: #fff;
    /* background: red; */
    /* padding-top: 20px; */
    /* padding-bottom: 10px; */
}
.teaserbottom-4 {
    background: #fff;
    padding-top: 20px;
    margin-bottom: 30px;
    /* padding-bottom: 10px; */
    /* background: red; */
}

.teaserbottom.line1 {
    background: #e7e7e8;
    padding-bottom: 0
}

.teaserbottom.line1 h3 {
    font-size: 2.375rem;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: .5rem;
    margin-top: .75rem;
    color: #3d4344;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}

.teaserbottom.line1 img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: .75rem 0
}

.teaserbottom.line1 img:hover {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    transition: all .3s
}

.teaserbottom.line1 figcaption p {
    color: #3d4344;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
    font-size: 1.125rem;
    text-align: center;
    font-weight: 600;
    width: 95%
}

.mainleft, .mainmid, .mainmidtext, .mainright {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    transition: all .7s;
}

.teasermid1back {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 0;
    float: left;
    position: relative;
    padding: 22% 0;
    background-size: cover;
    background-image: url(../../bilder/slides/bild_footer.jpg);
    background-position: right center;
}

.teasermid1back .vid {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 1rem;
}

.vidp {
    font-size: 1.275rem;
    line-height: 1.3;
    font-weight: 400;
    text-align: right;
    color: #fff;
    margin-right: 8%;
    text-transform: uppercase;
    margin-top: 2%;
}

footer .mainleft, footer .mainmid, footer .mainright {
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
    margin: 0
}

.mainright {
    margin-top: 20px
}

.nomarg {
    margin-left: 0!important;
    margin-right: 0!important;
}

.mainsubcenter {
    display: inline-block;
    text-align: right;
    position: relative
}

.mainmid, .mainmidtext {
    margin: 20px 0;
}

figcaption p {
    text-align: left;
    color: #2e2d30;
    -webkit-hyphens: autoe;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    font-size: 1.125rem;
    font-weight: 300;
}
.mainmidtext p.lead {
   font-weight:500
}
.teaserbottom-4 figcaption p.subheader{
    text-transform: uppercase;
    color: red;
    font-size: 1.1875rem;
    color: #c92338;
    font-weight: 400;
    text-align: center;
}

.teasericon figcaption p {
    padding: 0 10%;
}

.t-circle figcaption p {
    color: #cb1717;
    padding: 0 10%;
    font-weight: 300;
    text-align: center;
}

.teasertop figcaption {
    max-width: 420px;
    margin: 0 auto
}

.teasertop figcaption p {
    text-align: left;
    color: #505d68;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.4;
    padding: 1% 0
}

.teasertop .mainmid figcaption p {
    font-size: 1.175rem;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.6;
    padding: 1% 0;
    text-align: left
}

.teasertop .mainleft figcaption, .teasertop .mainmid figcaption {
    color: #fff;
    padding: 1% 5%
}

.teasertop .mainmid figcaption ul {
    list-style-type: none;
    padding: 0 0 0 1rem;
    text-indent: -1rem;
    list-style-position: inside
}

.teasertop .mainmid figcaption li {
    color: #fff;
    font-size: 1.25rem;
    text-align: left;
    margin: .5rem 0;
    text-transform: uppercase
}

.teasertop .mainmid figcaption li:before {
    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âº';
    margin-right: 10px;
    font-weight: 500;
    font-size: 1.375rem
}

.teasertop .mainright figcaption {
    padding: 1% 5%
}

.number {
    font-size: 1.3rem;
    border-radius: 0;
    margin: 3px 0 18px 5px;
    padding: 0;
    width: 1.5em;
    background: #bd0926;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    transition: all .2s ease-in-out 0s
}

.number:hover {
    background: #3b4044;
    transition: all .3s ease-in-out 0s
}

.icon-edit:before {
    content: "\f09a";
    font-family: FontAwesome;
    position: relative;
    font-style: normal;
    display: none;
    height: 1.5em;
    line-height: 1.5;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    left: 10px;
    top: 2px;
    color: #fff
}

.icon2-edit:before, .icon3-edit:before {
    font-style: normal;
    display: block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    top: 2px;
    color: #fff;
    position: relative;
    font-family: FontAwesome
}

.icon2-edit:before {
    content: "\f095";
    left: 8px
}

.icon3-edit:before {
    content: "\f003";
    left: 5px
}

.teaserbottom h3, .teasertop .teaserbottom h3, .textbox h3 {
    line-height: 1;
    /* text-transform: uppercase; */
}

.suchfeld {
    background-repeat: no-repeat;
    height: 40px;
    /* padding-left: 40px; */
    max-width: 35px;
    border: 1px solid #b6bcc2;
    font-weight: 400;
    transition:all .7s;
    background-image: url(/fileadmin/config/script/css/search-icon.png);
    border: none;
    cursor: pointer;
}
.suchfeld:focus {
    max-width: 15rem;
    transition: all .7s;
    border: 1px solid #b6bcc2;
}
.suchfeld {
    background-repeat: no-repeat;
    height: 34px;
    /* padding-left: 40px; */
    max-width: 35px;
    border: 1px solid #b6bcc2;
    font-weight: 400;
    transition:all .7s;
    background-image: url(/fileadmin/config/script/css/search-icon.png);
    border: none;
    cursor: pointer;
     transition:all .7s;
    color: transparent;
}
.suchfeld:focus {
    max-width: 15rem;
    transition: all .7s;
    border: 1px solid #b6bcc2;
    width:100%;
    background-color:#e7e6e6;
    border-radius:10px;
    padding:.25rem 1rem;
    transition:all .7s;
    padding-left: 45px;
    color: #5f605f;
}


.scm {
    text-align: right;
    font-size: 3.25rem;
    margin-right: 10px;
    color: #0079c0;
    float: right;
    margin-left: 15px;
    display: none
}

.searchcontent {
    margin: 12px 5px 0 0px;
    display: inline-block;
    /*! width: 100%; */
    float: left;
}

.socials {
    margin-left: 10px;
    float: left;
    margin-top: 10px;
    /* display: none; */
}

.searchcontent .socials {
    float: left;
    text-align: right;
    display: inline-block
}

.socials .fa {
    font-size: 2.25rem;
    margin-right: .5rem
}

.socials .fa:last-child {
    margin-right: 0
}

.socials .fab {
    font-size: 2.25rem;
    margin-right: .5rem
}

.socials .fab:last-child {
    margin-right: 0;
}
.socials .fa {
        color: #bd1320;
        font-size: 2.5rem
    }

    .socials .fab {
        color: #bd1320;
        color: #514f50;
        font-size: 2.25rem;
        margin-left: .35rem;
        transition: all .5s;
    }
 .socials .fab:hover {
        color: rgb(31 32 34);
        color: #bd1320;
        transition: all .5s;
    }

footer .fa {
    color: #bd131e;
    font-size: 1.5rem
}

footer .mainright .mainsubcenter .fa {
    color: #fff;
    font-size: 2.25rem;
    margin-right: .75rem;
    /* display: none; */
}

footer .fab {
    color: #bd131e;
    font-size: 1.5rem;
    transition: all .5s;
}

footer .mainright .mainsubcenter .fab {
    color: #fff;
    font-size: 2.25rem;
    margin-right: .75rem;
    transition: all .5s;
}
footer .mainright .mainsubcenter .fab:hover {
        color: rgb(162 163 166);
        transition: all .5s;
    }

.fa-facebook-square {
    color: #0079c0
}

.schriftgr {
    float: left;
    width: 100%;
    display: block;
    max-height: 20px;
    margin-left: 8px;
    margin-bottom: 5px
}

.schriftgroe {
    font-size: .9375em
}

.schriftgr1, .schriftgr2, .schriftgr3 {
    text-decoration: none;
    padding: 0 8px;
    border: 1px solid #b6bcc2;
    color: #3b3d40;
    margin-right: .5em
}

.schriftgr3 {
    margin-right: 8px
}

.schriftgr1:hover, .schriftgr2:hover, .schriftgr3:hover {
    color: #000;
    background: #c2c0c0
}

.mediabuttons {
    float: left;
    margin: 10px 2px 0 5px
}
.teasertop i {
  text-align: center;
  float: left;
  width: 5rem;
  height: 5rem;
  /* border: 1px solid #909090; */
  border-radius: 100%;
  margin-right: 7px;
  /*space between*/
  background: #fbd007;
  background: #213f58;
  display: block;
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 5rem;
  color: #fff;
  text-align: center;
}
.teasertop a i {
  /* font-size: 5rem; */
  /* line-height: 10rem; */
  /* color: #fff; */
  /* text-align: center; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  transition: all .7s;
  float: left!important;
}
.teasertop a i:hover {
  opacity: .7;
  transition: all .7s;
  filter: blur(2px);
  
}
.teasertop .mainleft:hover {
  opacity: .8;
  transition: all .7s;
  filter: blur(3px);
  
}
.teasertop a {
  /* width:100%; */
  /* margin-left: 50%; */
}
.teaserbottom.bottom2 figcaption h3 {
  font-size: 1.75rem;
  font-size: 1.5rem;
  margin: 0;
  font-weight: 400;
  text-align: left;
  color: #c61a2c;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.teaserbottom.bottom2 {
  /* background: #494949; */
  width: 100%;
  /* padding-top: 40px; */
}
.teasertop figcaption {
  /* max-width: 320px; */
  margin: 0 auto;
  /* display: block; */
  padding-left: 8rem;
}
.teaserbottom.bottom2 figcaption {
  /* float: none; */
  /* padding: 0; */
  /* float: right; */
  padding-left: 7rem;
}
.frame-bluebox .ce-bodytext li {
        font-weight: 500;
    }
.textareawidth {
    width: 15rem
}

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden
}

.imgcontainer .textbox, .teaserstart .mainright .csc-default {
    width: 100%;
    height: 100%;
  display:none;
}

.responsiveContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.responsiveContainer-no, .responsiveContainer-no1 , .responsiveContainer-no2 {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    display: none;
    width: 100%;
}

.responsiveContainer-no iframe, .responsiveContainer-no1 iframe,.responsiveContainer-no2 iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}

.teasericon figure .fab, .teasericon figure .fas, .teasericon figure .far {
    /* width: 6rem; */
    /* height: 6rem; */
    /* border-radius: 100%; */
    /* font-size: 2.5rem; */
    /* line-height: 6rem; */
    color: #fff;
    background: #505d68;
    /* transition: all .7s; */
}
.teasericon figure .fab:hover, .teasericon figure .fas:hover, .teasericon figure .far:hover {
        color: rgb(31 32 34);
        transition: all .7s;
    }
.teasertop i {
  text-align: center;
  float: left;
  width: 5rem;
  height: 5rem;
  /* border: 1px solid #909090; */
  border-radius: 100%;
  margin-right: 7px;
  /*space between*/
  background: #fbd007;
  background: #213f58;
  display: block;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 5rem;
  color: #fff;
  text-align: center;
}

.mainmidtext img:nth-child(n) {
    box-shadow: none
}

.mainmidtext p {
    color: #545252;
    text-align: left;
    font-size: 1.0625rem
}

.mainmidtext a {
    opacity: 1;
    color: #bd1320;
    font-weight: 500
}

.mainmidtext a:hover {
    color: #979696
}

.mainmidtext .teampicwrap a:hover {
    color: #fff
}

.mainmidtext {
    width: 100%;
    float: left;
    margin: 0;
    /* background: #bd1320; */
    text-align: center;
    padding: 3% 5%
}

.mainmidtext h1 {
    margin-left: 0;
    color: #fff;
    text-align: center;
    /* letter-spacing: 2px; */
    color: #c11414;
    color: #c92338;
    margin-bottom: .25rem;
}

.imgcontainer {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer
}

.imgcontainer .textbox {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -380px;
    background-color: rgba(42,59,75,.75);
    opacity: 0;
    padding: 20% 0 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.imgcontainer:hover .textbox {
    margin-top: 0;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.imgcontainer img, .imgcontainer img:hover {
    transition: all .4s ease
}

.textbox h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-top: 10%
}

.imgcontainer .text {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    opacity: .8;
    text-align: center
}

.imgcontainer img:hover {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px)
}

.teampicwrap figure {
    margin: 1% 0
}

.teampicwrap figure .teaserbottom h3 {
    text-align: center;
    margin-top: 1rem;
    text-transform: uppercase
}

.teaserbottom h3 {
    font-size: 1.875rem;
    margin-bottom: 1.125rem;
    margin-top: .5rem;
    color: #505d68;
    text-transform:none;
}
.teaserbottom-4 figcaption h3 {
    font-size: 1.875rem;
    margin-bottom: .5rem;
    margin-top: 0rem;
    padding-top: 0;
    color: #505d68;
    text-transform:none;
}

.teasertop .teaserbottom h3 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    margin-top: 1.625rem;
    color: #fff;
    font-weight: 400;
    text-align: left
}

a.teaserlink {
    float: right;
    margin-top: .5rem;
    margin-right: 5px;
    transition: all .4s
}

*/ .mainrightinfo .teaserstart a {
    float: right;
    margin-right: 10%;
    transition: all .4s;
    text-align: right;
    width: 100%
}

.mainrightinfo .teaserstart a:hover {
    color: transparent;
    transition: all .4s
}

.mainrightinfo .teaserstart a:after {
    font-family: "Font Awesome 5 Free";
    font-size: 1.375rem;
    display: inline-block;
    content: '\f101';
    content: url(arrow-forwards.png);
    margin-left: 5px;
    opacity: .7;
    transition: all .6s ease
}

.mainrightinfo .teaserstart a:hover:after {
    opacity: 1
}

a.teaserlink:after {
    /* margin-top: 5px; */
    font-family: "Font Awesome 5 Free";
    font-size: 1.375rem;
    /* font-size:1.25rem; */
    display: inline-block;
    content: '\f101';
    content: '\f061';
    content: '\f138';
    content: '\f35a';
    color: #bc1421;
    font-weight: 900;
    padding-left:10px;
    position:abolute;
    right:10px;
    transition: all .6s ease
}


a.teaserlink:hover:after {
    /* margin-top: 5px; */
    
    color: #101010;
    opacity:1;
    transition: all .6s ease
    
}
.teasertop a.teaserlink:before, .teaserbottom.teasericon a.teaserlink:before, .teaserbottom-4 a.teaserlink:before {
    content: 'mehr lesen';
    left: -100px;
    right:10px;
    opacity:0;
    transition: all 0.8s;
}
.teasertop a.teaserlink:hover:before, .teaserbottom.teasericon a.teaserlink:hover:before, .teaserbottom-4 a.teaserlink:hover:before {
    content: 'mehr lesen';
    color: #c92338;
    left: -100px;
    right:10px;
    opacity:1;
    transition: all 0.8s;
}
/*
.teaserbottom.teasericon a.teaserlink:before {
    content: 'weitere Infos ';
    left: -100px;
    right:10px;
    transition: all 0.5s;
}
.teaserbottom-4 a.teaserlink:before {
    content: 'mehr ';
    left: -80px;
    transition: all 0.5s;
   
}
*/

.teaserstart .mainleft, .teaserstart .mainmid {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 30px;
    background-color: #339ee6;
    border-bottom: none;
    padding: 0 0 0 20px
}

.teaserstart .mainright {
    margin-top: 30px
}

.teaserstart .teaserlink {
    float: right;
    color: transparent;
    transition: color .6s;
    display: block;
    padding-bottom: 7px
}

.teaserstart a.teaserlink:after {
    font-family: "Font Awesome 5 Free";
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 15px;
    content: url(arrow-forwards.png);
    opacity: .7;
    transition: all .6s ease
}

.teaserstart a.teaserlink:hover {
    color: transparent
}

.teaserstart a.teaserlink:hover:after {
    opacity: 1
}

.teaserstart a.teaserlink:before {
    content: ''
}

.teaserbottom .teaserlink {
    bottom: 10px;
    right: 15px;
    display: block;
    /* margin-top: -10px; */
    font-size: 1.125rem;
    position: absolute
}

a.teaserlink:hover {
    color: #505d68;
    opacity: .7;
    transition: all .6s
}

.mainrightinfo p {
    text-align: justify;
    font-size: 1.125rem
}

.mainrightinfo .csc-default:first-child p {
    text-align: justify;
    font-size: 1.1875rem;
    padding: 0 3%;
    margin-bottom: 2rem
}

#dropin, #dropin p, footer p {
    text-align: left
}



#dropin {
    position: fixed;
    max-width: 600px;
    height: auto;
    top: 20%;
    left: 0;
    color: #fff;
    font-size: 1rem;
    z-index: 10000;
    background: #fff;
    padding: 10px 0;
    transition: all .8s;
    border: 1px solid #142643
}

#dropin h2 {
    color: #252424;
    margin-top: 1rem;
    font-weight: 500
}

#dropin p {
    color: #fff
}

#dropin .button1 {
    width: 50%;
    min-width: 200px;
    background: #302E2D;
    color: #fff
}

.form-control, .form-group {
    width: 100%;
    float: left
}

#dropin .button1:hover {
    color: #90afbc
}

footer p {
    color: #fff;
    line-height: 1.6;
    font-size: .9375rem;
    font-weight: 500
}

 #footernav {
        margin-top: 13px
    }

.top_link {
    display: block;
    z-index: 100000;
    padding: .8rem;
    transition: all .4s ease-in-out .4s;
    float: right;
    text-align: right;
    font-weight:700;
}

#topmenubox, #topmenubox img, #topmenubox.reduced img {
    transition: .7s all
}

.top_link a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0aa';
    font-size: 50px;
    display: inline-block
}

.subnav {
    display: none
}

#topmenubox {
    top: 0;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
    display: block
}

#topmenubox.reduced {
    transition: .7s all;
    padding: 0
}

#topmenubox img {
    max-height: 80px
}

label {
    cursor: pointer;
    clear: both;
    display: block;
    float: left;
    font-weight: 400;
    min-width: 9rem;
    text-align: left
}

.form-control {
    min-width: 250px
}

button.btn-primary {
    background: #2e2f31;
    transition: all .8s;
    color: #fff;
    border: none;
    padding: 10px 25px;
}

button.btn-primary:hover {
    opacity: .7;
    transition: all .8s
}

.teasertop .mainmid .mainmidinner h4 a {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.1;
    display: block;
    margin-bottom: .25rem;
    margin-top: .25rem;
}

.teasertop .mainmidinner p {
    text-align: center;
    text-align: justify;
    font-size: 1.125rem;
}

.textbox .h3like {
    font-size: 1.75rem;
    line-height: 1.0;
    margin-bottom: .5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

@media only screen and (min-width: 481px) {
    .gridContainer {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        z-index: 10
    }

    .logopic {
        width: 33.333%;
        display: block;
        float: left;
        max-width: 100%;
        margin: 0
    }

    #headpic p img, .headerpic {
        width: 33.333%;
        display: block;
        float: right
    }

    #dropin {
        padding: 10px
    }

    #headpic p {
        margin: 0;
        display: block
    }

    .headerinfowrap .gap, .headerinfowrap .gaphide1 {
        display: inline-block
    }

    .headerinfowrap .gap {
        margin-right: 1%;
        font-size: .75rem;
        width: inherit
    }

    #maincontent {
        float: left;
        padding: 30px 10px 20px
    }

    .mainleft, .mainmid, .mainright {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 1rem;
        padding: 0 10%;
    }
    .teaserpic .mainleft, .teaserpic .mainmid, .teaserpic .mainright {
        width: 100%;
        float: left;
        text-align: center;
        /* margin: 20px 0; */
        /* padding: 0 10%; */
    }

    .teaserstart .mainleft, .teaserstart .mainmid {
        width: 48%;
        float: left;
        background-color: #339ee6;
        border-bottom: none;
        padding: 0 0 0 20px;
        text-align: left
    }

    .teaserstart .mainleft {
        margin: 0 4% 0 0
    }

    .teaserstart .mainmid {
        margin: 0
    }

    footer .mainleft, footer .mainmid, footer .mainright {
        width: 100%
    }

    footer .mainleft {
        margin-right: 15px
    }

    footer p {
        color: #fff;
        line-height: 1.6;
        font-size: .9375rem;
        font-size: 1.125rem;
        font-weight: 300;
        text-align: left;
        margin-top: .5rem;
        /* text-transform: uppercase; */
    }

    .teaserbottom img {
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        height: auto
    }

    .teaserbottom img:hover {
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);
        transition: all .4s ease
    }

    #maincontent2 {
        padding-left: 0;
        width: 48%;
        float: left;
        padding-right: 0;
        text-align: left;
        margin-top: 0
    }

    #footerd, .schriftgr {
        width: 100%;
        margin-left: 0;
        float: left
    }

    #footerd {
        clear: both;
        display: block
    }

    .hide_desktop1 {
        display: none
    }

    p {
        text-align: justify
    }

    #sliding figure img {
        min-width: 120%;
        max-width: 150%;
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: -8%:
    }

    .schriftgr {
        display: block;
        text-align: right;
        max-height: 20px;
        margin-top: -5px;
        margin-bottom: 0
    }

    #offcanvasmenu {
        clear: both;
        float: left;
        margin-left: 0;
        display: block
    }

    .searchcontent {
        margin: 13px 5px 0 3px;
    }

    .mainmidtext p {
        font-size: 1.125rem;
    }

    .vidp {
        font-size: 1.625rem;
        line-height: 1.3;
        font-weight: 400;
        text-align: left;
        color: #fff;
        /* margin-right: 8%; */
        margin-left: 2%;
        text-transform: uppercase;
        margin-top: 4%;
    }
}

@media only screen and (min-width: 600px) {
    #bread, .mainmidtext {
        width: 100%;
        float: left
    }

    #mainwrapleft #aktuell {
        display: none;
        width: 100%;
        float: left;
        padding: 0 0 5px;
        background: #E3E3E3;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 195px;
        margin-bottom: 20px
    }

    #headernav {
        clear: none;
        display: none;
        z-index: 11000;
        margin-bottom: 0;
        text-align: right;
        color: #fff
    }

    #dropin {
        padding: 10px 25px
    }

    #headpic {
        overflow: hidden;
        float: left
    }

    .quickinfo {
        min-height: 195px;
        padding-bottom: 5px;
        background-color: #E3E3E3;
        margin-bottom: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .quickinfo ul li a {
        padding: .1rem 0;
        display: block
    }

    .quickinfo h4 {
        background: #BD1320;
        margin-top: 0;
        color: #fff;
        padding: 10px
    }

    #bread {
        clear: both;
        margin-left: 25px;
        margin-top: .75rem;
        display: block;
        color: #797878;
        font-size: .835rem
    }

    .teasertop {
        padding: 30px 0 20px;
    }

    .nomarg {
        margin-left: 0;
        margin-right: 0
    }

    .mainmidtext {
        margin: 0
    }

    .searchcontent {
        clear: initial;
        float: right;
        margin: 13px 5px 0 10px;
        width: inherit;
    }
    .socials {
    float: right;
    margin-top: 10px;
    /* display: none; */
}

    .mediabuttons {
        float: right;
        margin: 12px 8px 0 0
    }

    #sliding figure img {
        max-width: 140%;
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    footer ul li {
        list-style: none;
        float: left
    }

    .schriftgr1, .schriftgr2, .schriftgr3 {
        text-decoration: none;
        padding: 0 8px;
        border: 1px solid #b6bcc2;
        color: #3b3d40;
        margin-right: 0
    }

    .mainmidtext h1 {
        font-size: 2rem
    }

    h2.mainmidtex {
        text-align: center;
        color: #313131;
        font-size: 2.9375rem;
        font-size: 2rem;
        padding: 0;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 1.5rem
    }

    .mainmidtext p {
        text-align: justify;
    }

    .form-group {
        width: 70%;
        float: left;
        /* padding-left: 2%; */
    }

    .form-group .input {
        max-width: 80%;
    }

    .form-control {
        width: 70%;
        float: left;
        min-width: 250px
    }

    .vidp {
        font-size: 1.875rem;
        line-height: 1.3;
        font-weight: 400;
        text-align: right;
        color: #fff;
        margin-right: 5%;
        text-transform: uppercase;
        margin-top: 5%;
    }
}

@media only screen and (min-width: 660px) {
    .scm {
        text-align: right;
        font-size: 3.25rem;
        margin-right: 10px;
        color: #0079c0;
        float: inherit;
        margin-left: 15px;
        display: none
    }
}

@media only screen and (min-width: 768px) {
    #topmenubox, #topmenubox img, #topmenubox.reduced img {
        transition: .7s all
    }

    .mainleft, .mainmid, .mainright, .teaserstart .mainleft, .teaserstart .mainmid, footer .mainmid {
        border-bottom: none
    }

    #offcanvas, #offcanvasmenu {
        display: none
    }

    #headernav, #headpic, .headernavmenu {
        display: block
    }

    .gridContainer {
        /* width: 100%; */
        /* max-width: 1620px; */
        padding-left: 0;
        padding-right: 0;
        margin: auto;
        overflow: hidden;
    }

    #dropin {
        width: 600px;
        margin: -300px auto 0 -300px;
        left: 50%;
        top: 65%
    }

    #headpic {
        width: 40%;
        margin-top: -1rem;
        margin-bottom: 1rem
    }

    #headernav {
        z-index: 11000;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        float: right
    }

    #headernav ul {
        margin: 0 0 5px;
        padding: 0
    }

    .show-hide-mobile-content {
        display: none
    }

    #topmenubox, .show-hide-desk-content {
        display: block
    }

    #topmenubox {
        top: 0;
        position: fixed;
        /* left: 0; */
        z-index: 100;
        width: 100%;
        margin: 0 auto;
        background: rgb(255 255 255 / 100%);
        max-height: 136px;
        max-width: 1650px;
        text-align: center;
    }

    #topmenubox.reduced {
        transition: .7s all;
        padding: 0;
        /* position: fixed; */
        /* margin: 0 auto; */
    }

    #topmenubox img {
        max-height: 117px;
    }

    #topmenubox.reduced #headernav, #topmenubox.reduced #navi {
        transition: .5s all
    }

    .imgcontainer {
        position: relative;
        overflow: hidden;
        display: inline-block;
        cursor: pointer
    }

    .teampicwrap figure {
        float: left;
        width: 31%;
        text-align: center;
        margin: 1% 1.1666666%
    }

    .imgcontainer img:hover {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
        transition: all .4s ease
    }

    .imgcontainer .textbox {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: -380px;
        background-color: rgba(42,59,75,.75);
        opacity: 0;
        padding: 18% 0 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .imgcontainer:hover .textbox {
        margin-top: 0;
        opacity: 1;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .textbox h3 {
        font-size: 1.25rem;
        line-height: 1;
        margin-bottom: 1rem;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center;
        margin-top: 10%
    }
    .textbox .h3like {
        font-size: 1.375rem;
        line-height: 1.0;
        /* margin-bottom: 1rem; */
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center;
    }

    .imgcontainer .text {
        color: #fff;
        font-size: 1.125rem;
        font-weight: 400;
        opacity: .8;
        text-align: center;
        line-height: 1.1
    }

    .teampicwrap figure .teaserbottom h3 {
        text-align: center;
        margin-top: 1rem;
        text-transform: uppercase;
        font-size: 1.25rem
    }

    .mediabuttons {
        margin: 4px 2px 0 0
    }

    #mainwrapstart, #navi, #sliding {
        margin-top: 0;
        display: block
    }

    #navi {
        float: right;
        width: 60%;
        z-index: 10;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: right;
        margin-top: -10px;
    }

    #mainwrapleft, .mainleft, .mainmid, .mainmidtext, .mainright, .teasermid .mainleft, .teaserstart .mainmid, .teaserstart .mainright, .teasertop .mainmidinner p {
        text-align: justify;
        font-size: 1.125rem;
    }

    #sliding {
        clear: none;
        float: left;
        width: 100%;
        background: #fff;
        z-index: 0;
        /* padding: 0 5px ; */
        /* margin-top: -62px; */
        margin-top: 128px;
    }

    #sliding figure img {
        max-width: 100%;
        min-width: 100%
    }

    .teasermid {
        padding-top: 0
    }

    .teaserbottom-4 .mainleft, .teaserbottom-4 .mainmid, .teaserbottom-4 .mainright {
        width: 49%;
        float: left;
        /* padding-bottom: 1rem; */
        /* padding-top: 1rem; */
        margin-bottom: 1rem;
        margin: 0 2% 0 0;
        /* background: grey; */
    }
    .teaserbottom-4 .mainmid, .teaserbottom-4 .mainright {
        width: 49%;
        float: left;
        /* padding-bottom: 1rem; */
        /* padding-top: 1rem; */
        margin-bottom: 1rem;
        margin: 0 2% 0 0;
        /* background: grey; */
    }
    .teaserbottom-4 .mainmid.nomarg,  .teaserbottom-4 .mainright.nomarg {
        /* margin-left:0!important; */
        /* margin-right:0!important; */
    }
     footer .mainleft, .footer .mainmid, footer .mainright {
        width: 24%;
        float: left;
        /* padding-bottom: 1rem; */
        /* padding-top: 1rem; */
        margin-bottom: 1rem;
        margin: 0 1.333333% 0 0;
        /* background: grey; */
    }

    #mainwrapstart {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        z-index: 1;
        position: relative;
        /* margin-top: 40px; */
    }

    #mainwrapleft {
        padding-left: 0;
        width: 77%;
        float: left
    }

    .mainleft {
        width: 31.5873%;
        float: left
    }
   

    .teasertop {
        /* padding: 50px 0 30px; */
    }

    .teasertop .mainleft {
        width: 48.75%;
        padding: 0;
        min-height: 500px;
    }

    .teasertop .mainmid, .teasertop .mainright {
        width: 23%;
        /* padding: 0; */
        width: width: 48.75%;
        width: 48.75%;
        /* padding-bottom: 50px; */
    }

    .teasertop .mainright p {
        padding-left: 3%
    }

    .mainleft, .mainmid, .mainright {
        padding: 0
    }

    .teasericon .mainleft, .teasericon .mainmid,.teasericon .mainright {
         padding: 0;
         margin-bottom:0;
         width: 80%;
         float: left;
         text-align: center;
         margin-bottom: 1rem;
         padding: 0 10%;
         margin-left: 0;
    }
     

    .teaserbottom .mainleft3 {
        width: 31.5873%;
        margin: 0;
        padding-top: 0
    }

    .teaserbottom.line1 .mainleft {
        padding-bottom: 0
    }

    .teaserstart .mainleft {
        width: 22%;
        float: left;
        text-align: left;
        margin: 0 4% 0 0;
        padding: 0 10px;
        height: 100%;
        border-right: #fff solid;
        min-height: 408px
    }

    .teaserstart .mainmid h3 {
        font-size: 1.625rem;
        color: #fff
    }
   .teasertop .mainmid .mainsubcenter h3 {
    margin-top: 1.5rem;
    font-size: 1.75rem;
    color: #fff;
    font-weight: 300
}
.teasertop .mainmid.slogan  {
    padding-left:50px;
    padding-top: 70px;
    padding-bottom: 100px;
}
.teasertop .mainmid.slogan h3 {
    margin: 1.75rem 0;
    font-size: 1.75rem;
    color: #343b43;
    font-weight: 300;
    text-align: left;
    text-transform: none;
    line-height: 1.3;
}

    .teaserbottom.bottom2 figcaption h3 {
  font-size: 1.65rem;
  margin-bottom: 1rem;
  hyphens:auto;
  margin-top: 0;
  padding-top: 0;
}

    .teasertop .mainmid .mainmidinner {
        width: 90%;
        margin-left: 0%;
    }

    .teasertop .mainmid .mainmidinner h4 a {
        color: #fff;
        font-size: 1rem;
        line-height: 1.1;
        display: block
    }
.nomarg {
        margin-left:0!important;
        margin-right:0!important;
    }
    footer .mainleft {
        /* width: 45%; */
        /* float: left; */
        /* margin-right: 4%; */
    }

    .mainmid {
        width: 31.5873%;
        float: left;
        margin: 0 2.61904%
    }
   
    .teaserpic .mainleft, .teaserpic .mainmid, .teaserpic .mainright {
        width: 31.5873%;
        float: left;
        /* text-align: center; */
        margin: 20px 0;
        /* padding: 0 10%; */
    }
    .teaserpic .mainmid {
        width: 31.5873%;
        float: left;
        margin: 20px 2.61904%;
    }
     .teaserpic .mainright {
        width: 31.5873%;        
    }

    .teaserstart p.infokasten {
        line-height: 1.5;
        font-size: .9375rem
    }

    .teaserstart .mainmid {
        width: 22%;
        float: left;
        margin: 0 4% 0 0;
        padding: 0 10px 0 20px
    }

    footer .mainmid {
        width: 45%;
        float: left;
        margin: 0 0 0 2%;
    }

    footer .mainright {
        width: 100%;
        padding: 0
    }

    footer.nomarg {
        margin-left: 0;
        margin-right: 0
    }

    .mainmidtext {
        width: 100%;
        float: left;
        margin: 0;
        padding: 2% 5%
    }

    .mainright {
        width: 31.5873%;
        float: left;
        margin-top: 0
    }
     

    .teaserstart .mainright {
        width: 48%;
        float: left;
        border-bottom: none;
        margin: 0
    }

    .teaserstart.mainright h3 {
        font-size: 2rem
    }

    .teaserbottom figcaption {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 30px
    }

    figcaption p {
        text-align: justify;
        padding: 0 15px;
    }
    .teaserbottom-4 figcaption p {
        text-align: justify;
        padding: 0 20px 0 20px;
    }

    .teaserbottom img {
        float: none;
        max-width: 100%;
        height: auto;
        margin-right: 0;
        /* max-height: 250px; */
    }
     /*
    .teaserbottom-4 img {
        max-width: 100%;
        max-height: 250px;
        width:inherit;
        margin-right: 0;
        /* max-height: 250px; */
    */

    .teaserbottom .teasericon .teaserlink {
        position: absolute;
        bottom: 20px;
        right: 20px;
        display: block;
        /* height: 40px; */
    }

    .teaserbottom h3 {
        font-size: 1.375rem;
        /* margin-bottom: 1.25rem; */
        font-weight: 300;
        text-align: center
    }

    .teaserbottom.line1 h3 {
        font-size: 2.375rem;
        font-size: 1.375rem
    }

    .mainmidtext h1 {
        font-size: 2.25rem;
    }

    h2.mainmidtex {
        font-size: 2.25rem
    }

    .mainmidtext h2 {
        font-size: 1.625rem;
        line-height: 1.3;
        /* font-weight: 500; */
    }

    .mainmidtext h3 {
        font-size: 1.5rem;
        line-height: 1.3;
        font-weight: 500;
    }

    #sidebar {
        width: 21%;
        width: 20%;
        margin-left: 2%;
        padding-right: 0;
        float: left;
        text-align: left;
        padding-top: 0;
        padding-bottom: 5px;
        display: block
    }

    #footer>ul {
        padding-left: 25px;
        margin: 0
    }

    #footer>ul li {
        display: block;
        margin: 0 3rem 0 0;
        padding: 0;
        float: left
    }

    .hide_mobile {
        display: none!important
    }

    .hide_desktop {
        display: inline-block
    }

    .textareawidth {
        width: 350px
    }

    article {
        -moz-column-count: 2;
        -moz-column-gap: 4rem;
        -webkit-column-count: 2;
        -webkit-column-gap: 4rem;
        column-count: 2;
        column-gap: 4rem:
    }

    .schriftgroe {
        font-size: .8175em
    }

    .top_link {
        position: fixed;
        right: 4px;
        display: block;
        top: 620px;
        z-index: 10000;
        padding: .5rem;
        transition: all .4s ease-in-out .4s
    }

    .top_link:hover {
        right: 4px;
        color: #495a75;
        transition: all .4s
    }

    .searchcontent {
        clear: initial;
        float: right;
        margin: 13px 5px 0 10px;
    }

    .teasermid1back h2 {
        font-size: 3.5rem;
        text-align: center;
        color: #fff;
        top: 2rem;
    }

    .teasermid1back {
        position: relative;
        padding: 22% 0;
        background-size: cover;
        margin: 30px 0;
    }

    .vidp {
        font-size: 2rem;
        line-height: 1.3;
        font-weight: 400;
        text-align: left;
        color: #fff;
        margin-left: 5%;
        text-transform: uppercase;
        margin-top: 2%;
    }

    .teasericon figure .fab, .teasericon figure .fas, .teasericon figure .far {
        /* float: none; */
        padding: 0;
    }

    .teasericon figcaption {
        /* margin-top: .75rem; */
        text-align: center;
    }
.teaserbottom.bottom2 figcaption {
    float: none;
    padding: 0;
    float: right;
    width: 70%;
    /* margin-left: 20px; */
  }
  
  .bottom2 figcaption p {
    text-align: left;
    padding-left: 0px;
    /* float:right */
    /* font-size: 1rem; */
  }
    .teasericon figure .fab, .teasericon figure .fas, .teasericon figure .far {
        /* width: 7rem; */
        /* height: 7rem; */
        /* border-radius: 100%; */
        /* font-size: 3rem; */
        /* line-height: 7rem; */
        /* color: #fff; */
        /* background: #cb1717; */
    }

    .teasertop i {
    /* width: 6rem; */
    /* height: 6rem; */
    /* font-size: 3.5rem; */
    /* line-height: 6rem; */
    color: #fff;
    text-align: center;
  }

    .t-circle {
        /* background: #e1dfdf; */
        /* padding: 55px 0px 0px 0px; */
    }
}

@media only screen and (min-width: 860px) {
    .teaserbottom h3 {
        font-size: 1.675rem
    }

    .teaserstart p.infokasten {
        line-height: 1.5
    }

    .teaserstart h3 {
        font-size: 2rem
    }

    footer .mainright {
        padding: 0;
        margin: 0
    }

    footer .mainright .mainrightinner {
        float: right
    }

    .teaserbottom.line1 h3 {
        font-size: 2.375rem;
        font-size: 1.5rem
    }

    .headerinfowrap .gap {
        margin-right: .5%;
        font-size: .75rem
    }

    .headerinfowrap .gaphide1 {
        display: inline-block
    }

    .headerinfowrap .gap:last-child {
        margin-right: .5%
    }

    .vidp {
        font-size: 2.25rem;
        line-height: 1.3;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        margin-top: 8%;
    }
}

@media only screen and (min-width: 900px) {
    .teaserstart .mainleft {
        padding: 0 10px 0 20px
    }

    .textbox h3 {
        font-size: 1.375rem
    }

    .imgcontainer .text {
        font-size: 1.125rem;
        line-height: 1.1
    }

    .teampicwrap figure .teaserbottom h3 {
        font-size: 1.375rem
    }

    footer .mainleft {
        /* width: 35%; */
        /* float: left; */
        /* margin-right: 4%; */
    }

    footer .mainmid {
        /* width: 29%; */
        /* float: left; */
    }

    footer .mainright {
        /* width: 31%; */
        /* margin-left: 3%; */
        /* text-align: center; */
    }

    #footernav {
        margin-top: 45px
    }
      .teaserbottom.bottom2 figcaption h3 {
  /* font-size: 1.875rem; */
  margin-bottom: .75rem;
  hyphens:auto;
}
}
@media only screen and (min-width: 960px) {
    
    .teasericon .mainleft {
        width: 31.5873%;
        float: left;
        padding: 0;
    }
    
    .teasericon .mainmid {
        width: 31.5873%;
        float: left;
        margin: 0 2.61904%;
         padding: 0;
    }
    .teasericon .mainright {
        width: 31.5873%;
        float: left;
        margin-top: 0;
         padding: 0;
    }
 .teaserbottom-4 .mainleft, .teaserbottom-4 .mainmid, .teaserbottom-4 .mainright {
        width: 24%;
        float: left;
        /* padding-bottom: 1rem; */
        /* padding-top: 1rem; */
        margin-bottom: 1rem;
        margin: 0 1.333333% 0 0;
        /* background: grey; */
    }
    .teaserbottom-4 .mainmid, .teaserbottom-4 .mainright {
        width: 24%;
        float: left;
        /* padding-bottom: 1rem; */
        /* padding-top: 1rem; */
        margin-bottom: 1rem;
        margin: 0 1.333333% 0 0;
        /* background: grey; */
    }  
    .teaserbottom-4 .mainmid.nomarg  {
        /* margin-left: inherit!important; */
        margin-right: 1.333333%!important;
    }

     .imgcontainer .textbox {
        padding-top: 15%;
    }
    .textbox .h3like {
    font-size: 1.75rem;
    line-height: 1.0;
    /* margin-bottom: 1rem; */
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
    .textbox p.text {
    font-size: 1.65rem;
    
}
    }  

@media only screen and (min-width: 985px) {
   
    .teaserbottom h3 {
        font-size: 1.75rem
    }

    .teaserstart h4 {
        font-size: 1.5rem
    }

    .teaserstart .mainright h3 {
        font-size: 1.5rem;
        margin: 10px 0 0 15px
    }

    h2.mainmidtex, mainmidtext h1 {
        font-size: 2rem
    }

    .mainrightinfo .csc-default:first-child p {
        padding: 0 10%;
        margin-bottom: 2rem
    }

    h2.mainmidtex {
        text-align: center;
        color: #313131;
        padding: 0;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 1.5rem
    }


     footer .mainleft {
        /* width: 35%; */
        /* float: left; */
        /* margin-right: 4%; */
    }

    footer .mainmid {
        /* width: 32%; */
        /* float: left; */
    }

    footer .mainright {
        /* width: 30%; */
        /* margin-left: 1%; */
        /* text-align: center; */
    }

    .teaserbottom.line1 h3 {
        font-size: 2.375rem;
        font-size: 1.75rem
    }

    .headerinfowrap .gap {
        margin-right: 2%;
        font-size: .875rem
    }

    header.fa.fa-envelope-o, header.fa.fa-home, header.fa.fa-map-marker, header.fa.fa-phone {
        color: #93d8f1;
        font-size: 1.1rem;
        margin-right: 5px
    }

    .teasertop .mainmid .mainmidinner h4 a {
        color: #fff;
        font-size: 1.125rem;
        line-height: 1.1;
        display: block
    }

    .teasermid1back h2 {
        font-size: 5rem;
        text-align: center;
        color: #fff;
        top: 2rem;
        .vidp {
            font-size: 3rem;
            line-height: 1.4;
            font-weight: 400;
            text-align: left;
            color: #fff;
            margin-left: 50%;
            text-transform: uppercase;
            margin-top: 2%;
        }
       
             
    }

    @media only screen and (min-width: 1050px) {
        
       .teaserbottom-4 .mainleft, .teaserbottom-4 .mainmid, .teaserbottom-4 .mainright {
        width: 24%;
        float: left;
        /* padding-bottom: 1rem; */
        /* padding-top: 1rem; */
        margin-bottom: 1rem;
        margin: 0 1.333333% 0 0;
        /* background: grey; */
    }
    .teaserbottom-4 .mainmid, .teaserbottom-4 .mainright {
        width: 24%;
        float: left;
        /* padding-bottom: 1rem; */
        /* padding-top: 1rem; */
        margin-bottom: 1rem;
        margin: 0 1.333333% 0 0;
        /* background: grey; */
    }  
          footer .mainleft {
        /* width: 35%; */
        /* float: left; */
        /* margin-right: 4%; */
    }

    footer .mainmid {
        width: 32%;
        float: left
    }

    footer .mainright {
        width: 30%;
        margin-left: 1%;
        text-align: center
    }
         footer .mainleft, footer .mainmid, footer .mainright {
        width: 24%;
        float: left;
        /* padding-bottom: 1rem; */
        /* padding-top: 1rem; */
        margin-bottom: 1rem;
        margin: 0 1.333333% 0 0;
        /* background: grey; */
    }
        
        
        .mainmidtext h1 {
            font-size: 2.25rem
        }

        .textbox h3 {
            font-size: 1.5rem
        }

        .imgcontainer .text {
            font-size: 1.25rem;
            line-height: 1.2
        }

        .teampicwrap figure .teaserbottom h3 {
            font-size: 1.5rem
        }

        h2.mainmidtex {
            font-size: 2.125rem
        }

        .teaserbottom.line1 h3 {
            font-size: 2.375rem;
            font-size: 1.875rem
        }

        .teaserbottom h3 {
            font-size: 1.825rem
        }

        .mainmidtext h2 {
            font-size: 1.825rem;
            line-height: 1.3;
            /* font-weight: 500; */
        }

        #topmenubox img {
            /* max-height: 127px; */
        }

        .vidp {
            font-size: 2.75rem;
        }
    }

    @media only screen and (min-width: 1150px) {
        .mainmidtext h2 {
            /* font-size: 2.5rem; */
            line-height: 1.3;
            /* font-weight: 500; */
        }

        .teaserbottom h3 {
            font-size: 1.875rem
        }

        .teaserstart h4, .teasertop .teaserbottom h3 {
            font-size: 1.75rem
        }

        .teaserstart p.infokasten {
            line-height: 1.5
        }

        .mainrightinfo .csc-default:first-child p {
            text-align: justify;
            font-size: 1.25rem;
            padding: 0 14%;
            margin-bottom: 2rem
        }

        .mainmidtext h1, h2.mainmidtex {
            font-size: 2.5rem;
        }

        .teaserbottom.line1 h3 {
            font-size: 2.375rem;
            font-size: 2.125rem
        }

        .headerinfowrap .gap {
            margin-right: 4%
        }

        .teasertop .mainmid .mainmidinner {
            /* width: 96%; */
            margin-left: 0%;
        }

        .teasertop .mainmid .mainmidinner h4 a {
            color: #fff;
            font-size: 1.25rem;
            line-height: 1.1;
            display: block
        }

        .teasermid1back {
            padding: 20% 0;
        }

        .vidp {
            font-size: 2.75rem;
            line-height: 1.4;
            font-weight: 400;
            color: #fff;
            text-transform: uppercase;
            margin-top: 5%;
            margin-right: 2%;
        }
    }

    @media only screen and (min-width: 1250px) {
        .mainmidtext h1, h2.mainmidtex {
            font-size: 2.5rem
        }

        .teaserbottom.line1 h3 {
            font-size: 2.375rem;
            font-size: 2.25rem
        }

        .teaserbottom h3 {
            font-size: 1.875rem
        }

        .teasertop .mainmid .mainmidinner h4 a {
            text-transform: uppercase
        }

        .teasertop .mainmid .mainmidinner {
            width: 90%;
            margin-left: 0;
        }
        .teasertop .mainmid.slogan  {
    padding-left:90px;
    padding-top: 70px;
    padding-bottom: 100px;
}
    }
    }

    @media only screen and (min-width: 1300px) {
        .teaserbottom h3 {
            font-size: 2rem
        }

        .teaserstart h4 {
            font-size: 1.75rem
        }

        .teaserstart p.infokasten {
            line-height: 1.4;
            font-size: .9375rem
        }

        .vidp {
            /* font-size: 3rem; */
            line-height: 1.4;
            font-weight: 400;
            /* text-align: left; */
            color: #fff;
            /* margin-left: 50%; */
            text-transform: uppercase;
            margin-top: 5%;
        }

        .mainrightinfo .csc-default:first-child p {
            text-align: justify;
            font-size: 1.25rem;
            padding: 0 14%;
            margin-bottom: 2rem
        }

        .mainmidtext h1, h2.mainmidtex {
            font-size: 2.625rem
        }

        .teaserbottom.line1 h3 {
            font-size: 2.375rem
        }

        .teasertop .mainmid .mainmidinner h4 a {
            font-size: 1.275rem;
            text-transform: uppercase;
        }

        .teasertop .mainmid .mainmidinner {
            width: 80%;
            margin-left: 0;
        }

        #topmenubox img {
            /* max-height: 137px; */
        }

        .teasermid1back {
            padding: 17% 0;
        }
    }

    @media only screen and (min-width: 1430px) {
        .teaserbottom h3 {
            /* font-size: 2.25rem; */
        }

        .mainmidtext h1 {
            /* font-size: 3rem; */
        }

        h2.mainmidtex {
            font-size: 2.9375rem
        }

        .vidp {
            font-size: 3.25rem;
            line-height: 1.4;
            font-weight: 400;
            /* text-align: left; */
            color: #fff;
            /* margin-left: 5%; */
            text-transform: uppercase;
            margin-top: 4%;
        }
    }

    @media only screen and (min-width: 1500px) {
        .teasermid1back {
            padding: 14% 0;
        }
         .teaserbottom-4 figcaption p {
        text-align: justify;
        /* padding: 0 40px 0 35px; */
    }
    }
