@charset "utf-8"; img, object, embed, video {
    max-width: 100%;
    height: auto;
    width: auto;
}

.ie6 img {
    width: 100%;
}

#container {
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    clear: both;
}

#offcanvas {
    height: 400px;
}

#offcanvas .sf-menu {
    min-height: 800px;
    overflow-x: hidden;
}

#offcanvas {
    display: block;
    overflow: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    min-height: 100%;
    width: 60%;
    background: none repeat scroll 0% 0% #494e51;
    font-size: 1.8rem;
    z-index: 0;
    clear: both;
    float: left;
    margin-left: 0px;
    width: 100%;
    display: block;
}

.closesubmenu-button {
    font-size: 1.3rem;
    color: #fff;
    padding: 1rem 0;
    display: block;
}

#offcanvas ul {
    padding-left: 27px;
    margin-top: 0px;
}

#offcanvas ul li {
    padding: 0;
    list-style-image: none;
    margin: 0;
    list-style-type: square;
    color: #b9d065;
    font-weight: 300;
    font-size: 1.375rem;
}

#offcanvas ul li:hover {
    padding: 0 0%;
    list-style-image: none;
    margin: 0;
}

#offcanvas ul li ul {
    margin: 0;
    padding-left: 0px;
    background: none;
}

#offcanvas ul li ul li ul {
    margin: 0;
    padding-left: 10px;
}

#offcanvas ul li ul li {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    border-bottom: 1px dotted #dddddd;
    padding: 0;
}

#offcanvas ul li ul li ul li {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    border-bottom: 1px dotted #dddddd;
    padding: 0;
    background: none;
}

#offcanvas ul li ul li ul li:last-child {
    border-bottom: none;
    margin-bottom: 5px;
}

#offcanvas ul li a {
    display: block;
    color: rgb(200,200,200);
    text-decoration: none;
    font-size: 1rem;
    color: #dddddd;
    font-weight: 400;
    font-size: 1.25rem;
}

#offcanvas ul li ul li a {
    display: block;
    color: rgb(200,200,200);
    text-decoration: none;
    font-size: 0.975rem;
    color: #dddddd;
    font-weight: normal;
    padding: 0.4rem 0.3rem;
}

#offcanvas ul li ul li:hover {
    display: block;
    background: #454545;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
}
.pfeile {
    padding-right: .2em;
    * padding-right: 1em
}

.pfeile:after {
    content: '';
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #b9d065;
    transition: all .7s
}
#topmenubox {
    position: fixed;
    background: #fff;
    top: 0;
    /* height: 148px; */
    width: 100%;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
    /* padding-bottom: 15px; */
    transition: 0.5s all;
}

#topmenubox.reduced {
    height: 130px;
    transition: 0.5s all;
    padding-bottom: 0px;
}

#topmenubox img {
    max-height: 110px;
    transition: 0.5s all;
}

#topmenubox.reduced img {
    max-height: 75px;
    transition: 0.5s all;
}

#offcanvasf:target + #topmenubox {
    display: relative;
}

#offcanvas:target + #wrapper {
    transform: translateX(60%);
    ms-transform: translateX(60%);
    -webkit-transform: translateX(60%);
    transition: transform 0.8s ease-in-out, ms-transform 0.8s ease-in-out;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
}

#offcanvas:target + #wrapper .open {
    display: none;
}

#offcanvas:target + #wrapper .close {
    display: block;
}

#wrapper {
    z-index: 2;
    transition: transform 0.8s ease-in-out, ms-transform 0.8s ease-in-out;
    /* all others */
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    /* Safari and Chrome */
    position: relative;
}

#offcanvasmenu {
    clear: both;
    float: left;
    margin-left: 0px;
    /* width: 170px; */
    display: block;
    /* width: 20%; */
}

.open a {
    font-size: 17px;
    font-size: 1.2rem;
    color: white;
    text-decoration: none;
    padding: 0px 2px;
    display: block;
}

.close a {
    font-size: 17px;
    font-size: 1.2rem;
    color: white;
    text-decoration: none;
    padding: 0px 2px;
    display: none;
}

#offcanvasmenu a:hover {
    color: #b9d065;
}

.open {
    display: block;
}

.close {
    display: none;
}

.menu-button {
    font-size: 36px;
    font-family: verdana !important;
    font-weight: normal !important;
    font-style: normal !important;
    height: 0.9rem;
    width: 0.9rem;
    background: none;
    cursor: pointer;
    position: relative;
    left: 0;
    top: -0.1rem;
    border: none;
    margin-top: -0.1rem;
    margin-right: 1.25rem;
}

.menu-button:after {
    content: '\2261';
    color: #323639;
    position: absolute;
    top: 0.7rem;
    left: 0.0rem;
    line-height: 0rem;
}

.menu-button:hover:after {
    color: #b9d065;
}

.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    background: #fff;
    z-index: 10;
}

#headpic {
    margin-top: 0;
    max-width: 390px;
}

#navi {
    display: none;
}

#bread {
    display: none;
}

#mainwrapstart {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    position: relative;
}

#maincontent {
    width: 100%;
    padding: 30px 10px 20px 10px;
}

#sidebar {
    margin-left: 0;
    width: 100%;
    display: block;
    float: left;
    padding: 0;
}

#headernav {
    display: none;
}

.contentwrap {
    clear: both;
    max-width: 1200px;
    margin: auto;
    padding: 0px 10px;
    position: relative;
}

#dropin {
    position: fixed;
    max-width: 600px;
    height: auto;
    top: 20%;
    left: 0%;
    color: #fff;
    font-size: 1rem;
    text-align: left;
    z-index: 10000;
    background: #fff;
    padding: 10px 0px;
    transition: all .8s;
    border: 1px solid #142643;
}

.headwrap {
    max-width: 1400px;
}

.img-ef {
}

.img-ef img {
    transition: all 0.3s;
}

.img-ef img:hover {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
    transition: all 0.3s;
    transform7: scale(1.005, 1.005);
    opacity: 0.85;
}

.contentwrap-sm {
    display: block;
    margin: auto;
}

.contentwrap-in {
    display: block;
    margin: auto;
}

footer {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    background: #313131;
    color: #d2d2d2;
    padding: 25px 0px 10px 0px;
}

.footerco {
    width: 100%;
    font-size: 0.9375rem;
    color: #bfbfbf;
    font-weight: 300;
    float: left;
}

#sliding {
    clear: none;
    float: left;
    width: 100%;
    position: relative;
    z-index: -1;
    margin-top: 155px;
}

figcaption .teaserlink a {
    color: red;
}

a.teaserlink {
}

.teasermid .teaserlink {
    position: absolute;
    bottom: 0px;
    right: 5px;
    display: block;
}

.teasermiddle .teaserlink {
    position: absolute;
    bottom: 0px;
    right: 5px;
    display: block;
}

a.teaserlink:hover {
    color: #2f3439;
    transition: all 0.3s;
}

a.teaserlink:after {
    font-family: FontAwesome;
    font-size: 1.5rem;
    display: inline-block;
    /* content: '\e03a'; */
    color: #b9d065;
    font-weight: 300;
    font-size: 1.75rem;
    content: '\f138';
    transition: all 0.3s;
}

a.teaserlink:hover:after {
    color: #828080;
}

.maincontent {
    width: 100%;
    float: left;
}

.teasertop {
    background: #93bf7a;
    z-index: 5;
}

.teasermiddle {
    background: #1a171b;
    z-index: 5;
    padding: 60px 0;
}

.startclaim {
    font-size: 2.75rem;
    line-height: 1.1;
    margin-bottom: 0rem;
    color: #333538;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.teasermid {
    background: #1a171b;
    padding: 40px 0px 20px 0px;
}

.teaserbottom {
    background: #2f3439;
}

.teasermid figure, .teasermiddle figure {
    padding-top: 1rem;
    padding-bottom: 15px;
}

.contentwrap-sm figure:last-child {
    margin-bottom: 1rem;
}

.mainleft, .mainmid, .mainmidtext, .mainright {
    width: 100%;
    float: left;
    text-align: center;
}

.teasermid .mainleft, .teasermid .mainmid, .teasermid .mainright {
    border-bottom: 1px solid #fff;
}

.teasermid .contentwrap-sm .mainright:last-child, .teasermiddle .contentwrap-sm .mainright:last-child {
    margin-bottom: 1rem;
    border-bottom: none;
}

.mainleft, .mainmid, .mainmidtext, .mainright {
    width: 100%;
    float: left;
    text-align: center;
    /* padding-bottom: 1rem; */
    position: relative;
}

.teasertop .mainleft img {
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
}

.mainmid, .mainmidtext {
    margin: 20px 0px 0px 0px;
}

.mainmidtext p {
    text-align: justify;
    color: #fff;
    font-size: 1.25rem;
}
/*
p {
    text-align: center;
*/

#dropin p {
    color: #333538;
}

figcaption p {
    text-align: center;
    color: #fff;
}

.searchcontent {
    margin: 10px 0px 0px 0px;
    /* float: left; */
    /*max-width: 140px;*/
    display: block;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.mediabuttons {
    float: left;
    margin: 12px 12px 0px 0px;
}

.textareawidth {
    width: 15rem;
}

.responsiveContainer-no {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 42%;
}

.responsiveContainer-no iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0px;
    overflow: hidden;
}

.responsiveContainer iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    float: left;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 7%;
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    float: left;
}

div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
    margin: 0;
    display: block;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 0;
    width: 100%;
    float: right;
    /* margin-bottom: 1rem */
}

.csc-textpic-text {
    float: left;
}

figure.csc-textpic-image {
    margin-bottom: 10px;
}

.detail {
    color: #fff !important;
    display: inline-block;
    min-width: 9rem;
}

.tab1 {
    display: inline-block;
    width: 2rem;
}

.tab2 {
    display: inline-block;
    width: 4rem;
}

.footertab1 {
    width: 100%;
    float: left;
    display: block;
}

.footertab2 {
    width: 100%;
    float: left;
    margin-top: 1rem;
}

.footertab3 {
    width: 100%;
    clear: both;
    float: left;
    margin: 1rem 0;
}

.footertab4 {
    width: 100%;
    float: left;
}

.footertab2inner p, .footertab3inner p {
    /* line-height: 1.6; */
}

.numbers1 {
    float: left;
    width: 20%;
    margin-right: 3%;
}

.numbers2 {
    float: left;
    width: 77%;
}

.numbers2 {
    float: left;
    width: 77%;
    position: relative;
    min-height: 8rem;
}

.teasermid img {
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
}

.shadow {
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
}

.responsiveContainer {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 200%;
}

.responsiveContainer iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    padding-left: 20px;
}

#c209 .btn-primary {
    position: relative;
    min-width: 350px;
    padding-left: 0px;
    transition: all 0.6s;
    margin-right: 15px;
}

#c39 .btn-primary:after {
    font-family: FontAwesome;
    content: "\f16a";
    font-size: 4rem;
    padding-top: 0px;
    vertical-align: center;
    color: rgb(242,145,7);
    text-align: center;
    transition: all 0.6s;
}

#c39 .btn-primary:hover:after {
    color: #fff;
    transition: all 0.6s;
}

.top_link {
    display: block;
    z-index: 10000;
    padding: 0.8rem;
    transition: all 0.4s ease-in-out 0.4s;
    position: absolute;
    width: 100%;
    /*background: #191919;*/
}

.top_link a {
    color: #7eab64;
    opacity: 0.6;
}

.top_link a:hover {
    color: #7eab64;
    opacity: 0.9;
}

.top_link a:after {
    font-family: FontAwesome;
    content: '\f139';
    font-size: 50px;
    display: inline-block;
}

/*Suchergebnisse*/
div.kesearchbox {
    position: relative;
    height: 39px;
    margin: 0 0 10px 0;
    text-align: left;
}
.suchfeld {
    max-width: 150px;
}

.tx-kesearch-pi1 {
    font-family: "Open Sans Condensed" !important;
    font-size: 1.25rem !important;
}

#kesearch_results .result-list-item .result-number, #kesearch_results .result-list-item .result-title {
    font-size: 1.5rem !important;
}

/*ergebnisse suche* z.B. 1 Treffer*/
#kesearch_num_results {
    color: #fff !important;
    max-width: 150px;
    float: left;
}

#kesearch_results .result-list-item .result-teaser {
    color: #707070;
}

.kesearch_searchbox .resetbutt {
    /* float: left; */
    /* display:none; */
}

.kesearch_searchbox .submitbutt {
    /* float: left; */
    /* display:none; */
}

.responsiveContainer-no1,.responsiveContainer-no2 {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    display: none;
    width: 100%;
    margin-top: 2rem;
}

.responsiveContainer-no1 iframe,.responsiveContainer-no2 iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}

#c209 .btn-primary {
    position: relative;
    min-width: 350px;
    padding-left: 0px;
    transition: all 0.6s;
    margin-right: 15px;
}

#c209 .btn-primary:after {
    font-family: FontAwesome;
    content: "\f16a";
    font-size: 4rem;
    padding-top: 0px;
    vertical-align: center;
    color: rgb(242, 145, 7);
    text-align: center;
    transition: all 0.6s;
}

#c209 .btn-primary:hover:after {
    color: #fff;
    transition: all 0.6s;
}

@media only screen and (min-width: 350px) {
    .searchcontent {
        margin: 10px 0px 0px 0px;
        float: right;
        max-width: inherit;
        display: block;
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
    }
}

@media only screen and (min-width: 400px) {
    .searchcontent {
        /* float: right; */
        /* width: 75%; */
        /* text-align: right; */
    }
    .suchfeld {
    max-width: inherit;
}

    #c163 label {
        width: 320px;
        /* width: 100%; */
        /* max-width: 280px; */
    }

    #c163 input[type="text"], input[type="password"] {
        margin: 0px 0px 1rem;
        vertical-align: baseline;
        padding: 0.3rem 0.25rem;
        * vertical-align: middle;
        padding-right: 0px;
        color: #1a171b;
        /* width: 100%; */
        float: right;
        width: unset;
        min-width: 220px;
        /* max-width: 250px; */
    }

    #c163 input[type="submit"] {
        margin: 0px 0px 1rem;
        vertical-align: baseline;
        padding: .75rem 0rem;
        * vertical-align: middle;
        padding-right: 0px;
        color: #fff;
        width: 200px;
        margin-top: 1rem
    }

    #c163 div {
        clear: both;
        margin: 1rem 0;
        max-width: 380px;
        /* float: left; */
    }
}

@media only screen and (min-width: 420px) {
    .responsiveContainer {
        height: 0;
        position: relative;
        overflow: hidden;
        padding-bottom: 150%;
    }
}

@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;
    }

    .headerpic {
        width: 33.333%;
        display: block;
        float: right;
    }

    #headpic p {
        margin: 0;
        display: block;
    }

    #headpic p img {
        width: 33.333%;
        display: block;
        float: right;
    }

    .maincontent {
        width: 100%;
        float: left;
    }

    .mainleft, .mainmid, .mainmidtext, .mainright {
        width: 100%;
        float: left;
    }

    p {
        text-align: justify;
    }

    figcaption p, .csc-textpic-text p {
        font-size: 1rem;
        line-height: 1.4;
    }

    .teasermid figcaption p, .csc-textpic-text p {
        /* padding-bottom: 1rem; */
    }

    .footertab2 {
        width: 100%;
        float: left;
    }

    .footertab3 {
        width: 60%;
        clear: both;
        /* float: left; */
    }

    .footertab4 {
        width: 39%;
        float: left;
    }

    .footertab2inner {
        display: inline-block;
        text-align: left;
    }

    div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        margin-right: 0;
        width: 50%;
        float: left;
        /* margin-bottom: 1rem */
        /* max-width: 284px; */
        margin-right: 5%;
    }

    .csc-textpic-text {
        float: left;
        width: 45%;
    }
}

@media only screen and (min-width: 520px) {
    .responsiveContainer {
        height: 0;
        position: relative;
        overflow: hidden;
        padding-bottom: 120%;
    }

    #dropin {
        padding: 10px 25px;
    }
}
@media only screen and (min-width: 520px) {
    .mainmidtext h1 {
    font-size: 3.75rem;
    line-height: 1.1;
    margin-bottom: 0rem;
    color: #333538;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 3.5rem 1rem;
    hyphens: inherit;
}

.mainmidtext h2 {
    font-size: 1.5rem;
    line-height: 1.0;
    margin-bottom: 1rem;
    color: #333538;
    text-transform: uppercase;
}
.mainmid, .mainmidtext {
    margin: 20px 0px 20px 0px;
}
    }

@media only screen and (min-width: 700px) {
    #mainwrapleft #aktuell {
        display: none;
        width: 100%;
        float: left;
        padding: 0px 0px 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 {
        z-index: 11000;
        width: 99.5%;
        margin-bottom: 0px;
        text-align: right;
    }

    #headpic {
        /* margin-bottom: 6px; */
        float: left;
    }

    #bread {
        clear: both;
        float: left;
        margin-left: 25px;
        margin-top: 0.75rem;
        width: 100%;
        display: block;
        color: #797878;
        font-size: 0.835rem;
    }

    .startclaim {
        font-size: 3.75rem;
        line-height: 1.1;
        margin-bottom: 0rem;
        color: #333538;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        text-align: center;
        padding: 3.5rem 1rem;
    }

    .mainmidtext {
        width: 90%;
        float: left;
        text-align: left;
        margin: 0;
        /* margin: 0 0% 0 17%; */
    }

    .teasermid figure, .teasermiddle figure {
        border-bottom: none;
    }

    .teasermid figcaption h3, .teasermiddle figcaption h3 {
        margin-top: 1rem;
        font-size: 1.625rem;
        text-align: center;
        color: #b9d065;
    }

    .mainleft {
        width: 30%;
        float: left;
        text-align: left;
    }

    .mainmid {
        width: 30%;
        float: left;
        text-align: left;
        margin: 0 5% 0 5%;
    }

    .mainright {
        width: 30%;
        float: left;
        text-align: left;
    }

    .searchcontent {
        /* float: left; */
        display: block;
        /* margin-top: -50px; */
    }

    .csc-textpic-text {
        float: left;
        width: 45%;
    }

    .footertab1 {
        width: 50%;
        float: left;
        display: block;
    }

    .footertab2 {
        width: 48%;
        float: left;
        margin: 0;
        margin: 0 0% 0 2%;
    }

    figcaption p, .csc-textpic-text p {
        text-align: justify;
    }

    .teasermid .mainleft, .teasermid .mainmid, .teasermid .mainright, .teasermiddle .mainleft, .teasermiddle .mainmid, .teasermiddle .mainright {
        border-bottom: none;
    }

    textarea {
        min-width: 400px;
        resize: both;
    }
}

@media only screen and (min-width: 768px) {
    #offcanvas {
        display: none;
    }

    #offcanvasmenu {
        display: none;
    }

    .gridContainer {
        width: 100%;
        max-width: 1920px;
        padding-left: 0%;
        padding-right: 0%;
        margin: auto;
        overflow: hidden;
    }

    #topmenubox {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        height: 120px;
        width: 100%;
        z-index: 100;
        width: 100%;
        margin: 0 auto;
        display: block;
        transition: 0.4s all;
        padding-top: 1rem;
    }

    #topmenubox.reduced {
        height: 140px;
        transition: 0.4s all;
        padding: 0;
        top: 0;
        background: #fff;
    }

    #topmenubox img {
        max-height: 137px;
        transition: 0.7s all;
    }

    #topmenubox.reduced img {
        max-height: 137px;
        transition: 0.7s all;
    }

    #topmenubox.reduced #headernav {
        transition: 0.5s all;
    }

    #headernav {
        display: block;
        z-index: 11000;
        text-align: right;
        background: #fff;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .headernavmenu {
        display: block;
    }

    #headernav ul {
        margin: 0px 0px 5px 15px;
        padding: 0px 0px 0px 0%;
    }

    #navi {
        clear: both;
        margin-top: 0rem;
        width: 105%;
        display: block;
        background: #fff;
        z-index: 10;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        text-align: right;
        float: left;
        margin-left: -10px;
        border-left: 10px solid #fff;
    }

    #sliding {
        clear: none;
        float: left;
        width: 100%;
        display: block;
        background: #fff;
        margin-top: 120px;
    }

    #mainwrapstart {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
        z-index: 1;
        position: relative;
    }

    .teasermid figcaption h3, .teasermiddle figcaption h3 {
        font-size: 2rem;
    }

    #footer > ul {
        padding-left: 25px;
        margin: 0;
    }

    #footer > ul li {
        display: block;
        margin: 0;
        padding: 0;
        margin-right: 3rem;
        float: left;
    }

    .footertab1 {
        width: 32%;
        float: left;
        display: block;
    }

    .footertab2 {
        width: 35%;
        float: left;
        display: block;
    }

    .footertab3 {
        width: 10%;
        /* float: left; */
        clear: none;
        margin: 0;
    }

    .footertab4 {
        width: 19%;
        float: left;
    }

    .footertab3inner {
        display: block;
    }

    .footertab4inner {
        float: right;
    }

    ul.footernavmenu {
        float: right;
    }

    .footerco {
        float: none;
    }

    .textareawidth {
        width: 350px;
    }

    div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        /* margin-right: 5%; */
        width: 30%;
        float: left;
    }

    .csc-textpic-text {
        float: left;
        width: 60%;
    }

    article {
        -moz-column-count: 2;
        -moz-column-gap: 4rem;
        -webkit-column-count: 2;
        -webkit-column-gap: 4rem;
        column-count: 2;
        column-gap: 4rem;
    }

    .teasermid figcaption p, .teasermiddle figcaption p, .csc-textpic-text p {
        /* color: #fff; */
        font-size: 1.1rem;
        /* padding-left: 1rem; */
        padding-right: 1rem;
    }

    .responsiveContainer {
        height: 0;
        position: relative;
        overflow: hidden;
        padding-bottom: 80%;
    }

    #dropin {
        width: 600px;
        margin: 0 auto;
        left: 50%;
        top: 65%;
        margin-left: -300px;
        margin-top: -300px;
    }

    .searchcontent {
        margin-top: 8px;
        /* float: right; */
        /* width: 40%; */
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }

    .top_link {
        display: block;
        position: fixed;
        right: -20px;
        display: block;
        top: 550px;
        z-index: 10000;
        padding: 0.5rem;
        font-weight: bold;
        transition: all 0.4s;
        width: 70px;
    }

    .top_link:hover {
        right: 0px;
        padding: 0.75rem;
        transition: all 0.4s;
    }
}

@media only screen and (min-width: 990px) {
    .numbers2 {
        min-height: 8rem;
    }

    .responsiveContainer {
        height: 0;
        position: relative;
        overflow: hidden;
        padding-bottom: 60%;
    }

    .teasermid figcaption h3, .teasermiddle figcaption h3 {
        font-size: 2.375rem;
    }
}

@media only screen and (min-width: 1150px) {
    #mainwrapstart {
    }
}

@media only screen and (min-width: 1300px) {
    #headpic {
        margin-left: 7%;
    }
}
