* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;  /*has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;  /*Fix für Smooth Scrolling */
}


body {
    font-family: 'Ek Mukta', sans-serif;
    font-size:1em;
    line-height:1.5em;
    font-weight: 300;
}

/*#main .ce_text a:before {
    font-family: SSStandard;
    content: "redirect";
    color: #a39e9e;
    padding-right: 3px;
    font-size: 0.7em;
}*/

a {
    color: #e3000d;
}
a:hover {
    text-decoration: underline;
}

/*#main a[href ^="http://"]:before, #main a[href ^="https://"]:before {
    font-family: SSStandard;
    content: "link";
    color: #e3000d;
    font-size: 0.7em;
    padding-right: 3px;
}

#main a[href ^="mailto:"]:before{
    font-family: SSStandard;
    content: "mail";
    color: #e3000d;
    font-size: 12px;
    padding-right: 9px;
}*/

/*icon*/

a[href ^="http://"]:before, a[href ^="https://"]:before {
    content: "";
    display:inline-block;
    height: 15px;
    width:15px;
    background-size: 13px 13px;
    background-image: url("../layoutbilder/icon/link.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 3px;
}

a[href ^="mailto:"]:before {
    content: "";
    display:inline-block;
    height: 15px;
    width:15px;
    background-size: 13px 13px;
    background-image: url("../layoutbilder/icon/mail.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 10px;
}

a[href ^="tel:"]:before {
    content: "";
    display:inline-block;
    height: 15px;
    width:15px;
    background-size: 13px 13px;
    background-image: url("../layoutbilder/icon/phone.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 10px;
}

a[href ^="fax:"]:before {
    content: "";
    display:inline-block;
    height: 15px;
    width:15px;
    background-size: 13px 13px;
    background-image: url("../layoutbilder/icon/fax.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 10px;
}

a[href $='.vcf']:before {
    content: "";
    display:inline-block;
    height: 15px;
    width:15px;
    background-size: 13px 13px;
    background-image: url("../layoutbilder/icon/vcard.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 10px;
}

a.dk_mobilmenu:before {
    content: "";
    display:inline-block;
    height: 16px;
    width:16px;
    background-size: 16px 16px;
    opacity: 0.3;
    background-image: url("../layoutbilder/icon/menu.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 5px;
}

#main .mod_article .ce_text ul li:before {
    content: "";
    display:inline-block;
    height: 15px;
    width:15px;
    background-size: 5px 5px;
    background-image: url("../layoutbilder/icon/point.svg");
    background-repeat: no-repeat;
    background-position: bottom;
}

#main .mod_article .ce_text ul li ul li:before {
    content: "";
    display:inline-block;
    height: 15px;
    width:15px;
    background-size: 5px 5px;
    opacity: 0.5;
    background-image: url("../layoutbilder/icon/point-black.svg");
    background-repeat: no-repeat;
    background-position: bottom;
}


#main .mod_article .ce_text ul li ul li:last-child {
    border-bottom: none;
}

#footer a[href ^="http://"]:before {
    display: none;
}

/*#main a[href $='.pdf']:before, #main a[href $='.doc']:before, #main a[href $='.xls'] {
    font-family: SSStandard;
    content: "file";
    color: #a39e9e;
    padding-right: 5px;
}*/

/*typo*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #e3000d;
    margin-top: 0;

}

h3 {
    color: #000000;
}

h1{
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom: 20px
}

#main h2 {
    font-size: 1.3em;
    line-height: 1.5em;
}

p, li {

}

p strong {
    font-weight: 700;
}

a, a.dk_mobilmenu  {
    text-decoration:none;
    color:#000000;
}

.linie, .layout_full, .mod_search .odd, .mod_search .even{
    border-bottom:  solid 1px #a39e9e;
    padding-bottom: 20px;
    padding-top: 20px;
}

.linie_oben{
    border-top:  solid 1px #a39e9e;
    padding-top: 20px;
}

.lead {
    border-bottom:  solid 2px #a39e9e;
    margin-bottom: 30px;
}

.lead p {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #a39e9e;
}

.ohne-linie {
    border-bottom: none;
}

/* Downloads und Attachements News Stellen CN 4  + Regeln Zeilen 640 */
.ce_download, .ce_downloads li,  li.download-element {
    background-color: #ebebeb; /*  Restore der CN4 Icons */
    padding: 10px 5px 10px 25px; /*  Restore der CN4 Icons */
    margin-bottom: 20px;
    border: solid 1px #ebebeb;
}

.ce_downloads li:before, li.download-element:before {
    display: none;
}


.ce_download:hover, .ce_downloads li:hover, li.download-element:hover {
    background-color: #fff; /*  Restore der CN4 Icons */
}

#main .enclosure img {
    width: 18px;
    height: 18px;
}

#main .mod_newslist .pagination li {
    display: inline;
    padding: 5px 15px;
    background-color: #dbdbdb;
    margin-right: 15px;
}

.highlight {
    background: #dbdbdb;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 700;
}

.mod_search .odd, .mod_search .even {
    margin-top: 30px;
}

.relevance {
    font-weight: 300;
}

time {
    color: #a39e9e;
}

.pagination li:before {
    display: none;
}

#wrapper {
    background-color:#fff;
    min-height: 100%;
    width: 100%;
    position: relative;
}

/*headerbereich*/

#header {
    position: relative;
}

/*kopfbereich weiss*/

#head-oben {
    line-height: 60px;
    position: absolute;
    right: 8%;
    top: -60px;
}

#kopfnavigation li {
    float: right;
    margin-right: 10px;
}

#kopfnavigation li a:hover, #kopfnavigation li a:active {
    color: #e3000d;
}

#kopfnavigation  {
    float:left;
    /*margin-right: 20px;*/
}

#header td label {
    display: none;
}

.suche input {
    padding-left: 5px;
    width: 180px;
}

/* CN4 label ausblenden */
#head-oben label {
    display: none;
}

/* CN4 ohne tableform #header .ce_form.tableform*/
#header .ce_form {
	float: left;
	margin-right: 10px;
}

nav.mod_changelanguage {
	float: left;
}

nav.mod_changelanguage li {
    float: left;
    margin-right: 5px;
}

nav.mod_changelanguage li.active {
   color: #e3000d;
}



/* Kopfbild(er) */

#headerbild {
    margin-top: 60px;


}

#headerbild .inside {
}


#logo {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
}

#logo .image_container {
    position: absolute;
    right: 0;
    z-index: 20;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(255,255,255,0.6);
    height: inherit;
}

#logo img {
    padding-top: 120px;
}

#headerbild .mod_article .ce_text {
    position: absolute;
    left: 25%;
    top: 120px;
    z-index: 20;
}

#headerbild .mod_article .ce_text p {
    background-color: rgba(227,0,13,0.8);
    color: #ffffff;
    font-size: 3em;
    padding: 0px 15px 0px 50px;
    line-height: 65px;
    font-weight: 300;
}


#headerbild .mod_article .ce_text p strong {
    font-weight: 700;
}

#headerbild .ce_image {
}
.head img {
    width: 100%;
    hight: auto;
    border-top: 2px solid #a39e9e;
    border-bottom: 2px solid #a39e9e;
}

.dk_menu {
    display: none;
}

#container {
    min-height:1000px;
    padding-bottom: 150px;
    /* width: 75%;  PSW Breite für 2-spaltige Version
    max-width: 1200px; /* PSW Breite für 2-spaltige Version */
}

#container .inside {
    margin-top: 30px;
}

#left {
    background: url("../layoutbilder/hintergrund_verlauf_links.jpg") left top no-repeat;
}

#left .inside{
    width: 230px;
    position: absolute;
    right: 0;
    padding-left: 32px;
    padding-right: 20px;
}

#left .inside {
    background: url("../layoutbilder/hintergrund_verlauf_links.jpg") left top no-repeat;
}

#main .mod_article {
    width: 90%;
    margin-bottom: 30px;
}

#main .mod_article ul {
    margin-bottom: 30px;
}

/* Hauptnavigation*/

.mod_navigation a {
    display: block;
}

.mod_navigation a:hover {
    text-decoration: none;
}

.mod_navigation ul.level_1 {
    padding-bottom:30px;
}

.mod_navigation ul.level_1 li {
    padding-top:5px;
    padding-bottom:3px;
    border-bottom:2px solid #dbdbdb;
    font-size:1rem;
    line-height:24px;
    text-indent:3px;
}

.mod_navigation ul.level_1 li.active,
.mod_navigation ul.level_1 li:hover {
    background:-moz-linear-gradient(bottom,#ebebeb,#ffffff);
    background:-webkit-linear-gradient(bottom,#ebebeb,#ffffff);
    background:-o-linear-gradient(bottom,#ebebeb,#ffffff);
    background:-ms-linear-gradient(bottom,#ebebeb,#ffffff);
    background:linear-gradient(to top,#ebebeb,#ffffff);
    -pie-background:linear-gradient(bottom,#ebebeb,#ffffff);
    border-bottom:2px solid #e3000d;
    line-height: 24px;
    font-weight:bold;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}

/* Subnavigation*/

.mod_navigation ul.level_2 {
    min-height:15px;
    margin-bottom:0;
    padding-left:10px;
    background-repeat:no-repeat;
    background:-moz-linear-gradient(bottom,#ebebeb,#ffffff);
    background:-webkit-linear-gradient(bottom,#ebebeb,#ffffff);
    background:-o-linear-gradient(bottom,#ebebeb,#ffffff);
    background:-ms-linear-gradient(bottom,#ebebeb,#ffffff);
    background:linear-gradient(to top,#ebebeb,#ffffff);
    -pie-background:linear-gradient(bottom,#ebebeb,#ffffff);
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    text-indent: 0px;
}

.mod_navigation ul.level_2 li,
.mod_navigation ul.level_2 li:hover {
    font-weight:normal;
    color:#000;
    background-image: none!important;
    text-indent: 0px;
    border-bottom:2px solid #ffffff;
    line-height: 24px;
}

.mod_navigation ul.level_2 li:last-child {
    border: 0;
}

/*.mod_navigation ul.level_2 li.active,
.mod_navigation ul.level_1 li.trail,
.mod_navigation ul.level_2 li.sibling:hover,
.mod_navigation ul.level_2 li:hover
{
    line-height: 24px;
    font-weight: normal;
    text-decoration:none;
    color: #e3000d;
}*/

.mod_navigation ul.level_2 li.active,
.mod_navigation ul.level_2 li a:hover
{
    border-bottom:2px solid #e3000d;
    line-height: 24px;
    font-weight: normal;
    text-decoration:none;
    color: #e3000d;
}

.mod_navigation ul.level_2 li a:hover
{
    border-bottom:none;
}


.mod_navigation ul.level_1 li.trail {
    font-weight: bold;
    border-bottom:2px solid #e3000d;
}

.mod_navigation ul.level_1 li.submenu {
    padding-bottom:0;
}

.mod_navigation ul.level_2 li.active.first {
    padding-top:6px;
}

.mod_navigation ul.level_2 li.active.last,
.mod_navigation ul.level_2 li.last:hover {
    border-bottom:0px;
    font-weight:normal;
    line-height: 24px;
}

/*Adresse links*/
#left .ce_text.block {
    padding-bottom:20px;
    font-size:1em;
    line-height:1.3em;
    color:#000;
}

/*Adresse Icon*/
#left .icon, #footer .icon, #main .icon {
    padding-right:3px;
    font-size:0.9em;
    color:#e3000d;
}

/*Hauptspalte/Textspalte*/


#main {
    background:url("../layoutbilder/hintergrund_verlauf_rechts.jpg") left top no-repeat,
    url("../layoutbilder/hintergrund_verlauf_links.jpg") right top no-repeat;
    min-height: 500px;
}

#main .inside {
    padding-left:50px;
    padding-right: 50px;
}

#main .image_container img.linie {
    border-top: 1px solid #e3000d;
    border-bottom: 1px solid #e3000d;
    margin-bottom: 20px;
}

#main .content-slider {
    margin-top: 15px;
}

#main .image_container img {
    width: 100%;
}

#main .image_container {
    border-top: 0;
    border-bottom: 0;
}

/*#main .mod_article ul li:before {
    font-family: SSStandard;
    content: "target";
    font-size: 9px;
    color: #e3000d;
    padding-right: 8px;
}*/

#main .mod_article li {
    border-bottom: 1px solid #dbdbdb;
    line-height: 25px;
}

#main .mod_article ul{
    /*list-style-type: square;
    list-style-position: outside;
    padding-left: 30px;
    list-style-color: #f90;*/
    text-indent: -17px;
    padding-left: 17px;
}

/* CN4 Korrektur Attachements News Stellen  + Regeln Zeilen 230 */ 
#main .ce_downloads ul, #main ul.enclosure {
    text-indent: 0;
    padding-left: 0;
}


#main .ce_downloads li, #main ul.enclosure li {
    border-bottom: none;

}

#main .ce_downloads li:hover, #main ul.enclosure li:hover {
    border-bottom: 1px solid #dbdbdb;

}



#main a {
    color: #e3000d;
}

#main a:hover {
    text-decoration: underline;
}

/*Spaltendefinition*/

.rs-column {
    margin-right: 5%;
}

/*Tabelle*/

.ce_table {
    width: 100%;
    overflow: auto;
    margin: 0 0 1em;
}

.ce_table::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.ce_table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

table.sortable thead th.headerSortDown {
    cursor: pointer;
}

table.sortable thead th {
    cursor: pointer;
}

table.sortable thead th {
    background-color:  rgba(0, 0, 0, .3);
}

#main tbody tr {
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
}

#main tbody tr.odd {
    background-color:#ebebeb;
}

#main thead th {
    text-align: left;
    border-bottom: 2px solid #e3000d;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background:-moz-linear-gradient(bottom,#ebebeb,#ffffff);
    background:-webkit-linear-gradient(bottom,#ebebeb,#ffffff);
    background:-o-linear-gradient(bottom,#ebebeb,#ffffff);
    background:-ms-linear-gradient(bottom,#ebebeb,#ffffff);
    background:linear-gradient(to top,#ebebeb,#ffffff);
    -pie-background:linear-gradient(bottom,#ebebeb,#ffffff);
    border-bottom:2px solid #e3000d;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    min-width: 80px;
}

#main td {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px
}


.toggler {
    background-color: #a39e9e;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
    border-bottom: 1px solid #dbdbdb;
    outline: 0;
}

.toggler:before {
    font-family: SSStandard;
    content: "directright";
    font-size: 8px;
    padding-right: 2px;
    padding-left: 5px;
}

.ui-accordion-header-active:before, .toggler:hover:before {
    content: "dropdown";
}

.ui-accordion-header-active{
    background-color: #e3000d;
}

.toggler:hover {
    background-color: #e3000d;
}

/*Rechte Spalte*/

#right .inside {
    width: 230px;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 25px;
    background: url("../layoutbilder/hintergrund_verlauf_rechts.jpg") right top no-repeat;
}

#right .layout_latest, #right .ce_text.last {
    margin-top:10px;
    background:-moz-linear-gradient(bottom,#ebebeb,#ffffff);
    background:-webkit-linear-gradient(bottom,#ebebeb,#ffffff);
    background:-o-linear-gradient(bottom,#ebebeb,#ffffff);
    background:-ms-linear-gradient(bottom,#ebebeb,#ffffff);
    background:linear-gradient(to top,#ebebeb,#ffffff);
    -pie-background:linear-gradient(bottom,#ebebeb,#ffffff);
    border-bottom:2px solid #e3000d;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}

#aktuell {
    height:30px;
    padding-right:4px;
    padding-bottom: 7px;
    vertical-align:middle;
    background-color:#a39e9e;
    font-weight:normal;
    color:#fff;
}

#aktuell h1 a {
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 300;
    display: block;
    padding-left: 5px;
}

#aktuell:hover {
    background-color: #ebebeb;
}

#aktuell h1 a:hover {
    color: #a39e9e;
    text-decoration: none;
}

#aktuell p {
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 4px;
}

#right .info {
    margin-bottom:5px;
    font-size:0.688rem;
}

#right .info,
#right h2,
#right p {
    margin-right:4px;
    margin-left:4px;
}

#right .more {
    margin-bottom:2px;
}

#right .more a, #right .grau-verlauf a {
    color: #e3000d;
}

#right .grau-verlauf a {
    padding-top: 10px;
}

#right .more a:hover {
    text-decoration: underline;
}

.more:before, #right .grau-verlauf a:before {
    content: "";
    display:inline-block;
    height: 15px;
    width:15px;
    background-size: 13px 13px;
    background-image: url("../layoutbilder/icon/more.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 5px;
}

#right h2 a {
    margin-top:10px;
    margin-bottom:6px;
    color: #e3000d;
    font-size: 0.7em;
    line-height: 0.3em;
}

.mod_newslist img {
    width: 100%;
    height: auto;
}


footer a:hover, #left .adresse a:hover  {
    text-decoration: underline;
}

#footer .inside .adresse, #menuleiste {
    display:none;
}

#left .headmenu {
    display:block;
}


#headmenu {
    display: none;
}

/*sitemap*/

#main .main_sitemap li:before, #main .main_sitemap a:before {
    display: none;
}

#main .main_sitemap a, #main .main_sitemap li:last-child {
    border-bottom: none;

}

#main .main_sitemap ul {
    text-indent: 0;
    padding-left: 0;
}

#main .main_sitemap .level_2 li {
    margin-bottom: 1px;
    background-color: #ebebeb;
    text-indent: 17px;
}

a.slider-prev, a.slider-next {
    display: none;
}

#team .image_container {
    width: 60%;
}

#team .ce_text {
    border-top: 1px solid #a39e9e;
    padding-top: 20px;
}

/*hyperlink*/
#main .ce_hyperlink h2 {
    display: none;
}

/* CN4 caption nicht mehr in a verschachtelt #main .ce_hyperlink a .caption */
#main .ce_hyperlink .caption  {
    font-weight: 700;
    color: #ffffff;
    margin-top: 0;
    font-size: 1.3em;
    line-height: 1.5em;
    padding-left: 5px;
}

/* CN4 caption nicht mehr in a verschachtelt #main .ce_hyperlink a .caption:hover */
#main.ce_hyperlink .caption:hover {
    text-decoration: none;
}

#main .teaser {
    background: #e3000d;
    border: solid 3px #e3000d;
}

#main .teaser:hover {
    opacity: 0.2;


}


/*footer*/


footer {
    border-bottom: 3px solid #e3000d;
    position: absolute;
    bottom: 0;
    height: 150px;
    width: 100%;
    background:url("../layoutbilder/hg_footer.png")  bottom repeat-x;
}

footer .inside {
    position: absolute;
    margin-left:25%;
    padding-left: 50px;
    bottom: 0;
    /*background-color: #ffffff;
    border-left: solid #ffffff 270px;*/
}

footer ul li {
    display:inline;
    padding-right: 10px;
}

footer a, #left .adresse a {
    color: #e3000d;
}

/* Scroll to top */

#footer .ce_toplink {

}

/*@media screen and (min-width: 1025px) {*/

#backtotop {
    height: auto;
    bottom: 0;
    right: 15px;
    position: fixed;
    z-index: 30;
}  

#backtotop ul {
    /* padding-top: 15px;
    padding-bottom: 15px; */
    margin-bottom: 0;
}

#backtotop .inside a {
    text-decoration: none;
    color: #ffffff;
}
#backtotop ul li a {
    width: 30px;
    height: 30px;
    bottom: 30px;
    right: 30px;
    float: right;
    display: block;
    /*padding-top: 15px;
    padding-bottom: 15px;*/
    background-color: #a39e9e;
    font-size: 0;
	opacity: 0.5;

}

#backtotop ul li a::before {
    /*width: 30px;
    height: 30px;
    position: relative;
    float: right;
    display: block;
    text-align: center;
    font: 20px/30px FontAwesome, sans-serif;
    color: #fff;
    content: "\f077";*/
    content: "";
    display:inline-block;
    height: 30px;
    width:30px;
    background-size: 20px 20px;
    background-image: url("../layoutbilder/icon/totop.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    text-align: middle;
}
/*}*/

    
/*footer-ende*/

/*Gestaltungselemente*/

/*Galerie*/

.ce_gallery li:before {
    display: none;
}

#main .ce_gallery li {
    border-bottom: 0;
    padding-right: 1%;
    width: 24%;
}

#main .ce_gallery ul {
    text-indent: 0;
    padding-left: 0;
}

#main .ce_gallery>ul li.col_first {
    clear: none;
}

/*CN4 mod_mmenu Mobile Menu auch für strong.active statt nur span.active */
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-light .mm-list > li.mm-selected > span, .mm-menu.mm-light .mm-list > li.mm-selected > span, .mm-menu.mm-light .mm-list > li.mm-selected > strong, .mm-menu.mm-light .mm-list > li.mm-selected > strong {
	background: rgba(255, 255, 255, 0.6);
}
.mm-list > li > a, .mm-list > li > span, .mm-list > li > strong {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}


@media screen and (max-width: 1560px) {

    #team .image_container {
        width: 70%;
    }
}


@media screen and (max-width: 1440px) {

    #team .image_container {
        width: 85%;
    }
}

@media screen and (max-width: 1250px) {

    #logo {
        background: rgba(255,255,255,0.6);
        width: 28%;
    }

    #logo .image_container{
        background: none;
    }

    #logo img {
        padding-top: 100px;
    }

    #headerbild .mod_article .ce_text {
        top: 100px;
        left: 28%;
    }

    #headerbild .mod_article .ce_text p {
        padding: 0px 15px 0px 30px;
        font-size: 3em;
    }

    #container {
        padding-left: 28%;
    }

    #left .inside {
        background: none;
    }

    .rs-column {
        width: 90%;
        margin-right: 5%;
    }

    #main .inside {
        padding-left: 30px;
    }

    #main .mod_article {
        width: 100%;
    }

    #main .ce_gallery li {
        padding-right: 1%;
        width: 32%;
    }

    #team .image_container {
        width: 90%;
    }
}

@media screen and (max-width: 1000px) {

    #logo {
        width: 32%;
    }

    #logo img {
        padding-top: 90px;
    }

    #headerbild .mod_article .ce_text {
        top: 90px;
        left: 32%;
    }

    #headerbild .mod_article .ce_text p {
        font-size: 2.8em;
        padding: 0px 15px 0px 20px;
    }

    #container {
        padding-left: 32%;
    }

    .mit-rechte-spalte #container  {
        padding-right: 32%
    }

    #main .inside {
        padding-left: 20px;
    }

    #main .ce_gallery li {
        padding-right: 1%;
        width: 49%;
    }

    #team .image_container {
        width: 100%;
    }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
    #headerbild .mod_article .ce_text p {
    }

    #right {
        width: 45%;
    }
}

@media screen and (max-width: 900px) {

    #logo {
        width: 35%;
    }

    #logo .image_container {
        background: none;
    }

    #logo img {
        padding-top: 65px;
    }

    #headerbild .mod_article .ce_text {
        top: 65px;
        left: 35%;
    }

    #headerbild .mod_article .ce_text p {
        font-size: 2.5em;
        padding: 0px 15px 0px 10px;
    }

    #container {
        padding-left: 35%;
    }

    #headerbild .mod_article .ce_text p {
        font-size: 2em;
        line-height: 50px;
    }

    .dk_menu {
        display: block;
        width: 100%;
        position: absolute;
        z-index: 50;
        border-bottom: 2px solid #a39e9e;
        bottom: -30px;
        height: 31px;
        background:-moz-linear-gradient(bottom,#ebebeb,#ffffff);
        background:-webkit-linear-gradient(bottom,#ebebeb,#ffffff);
        background:-o-linear-gradient(bottom,#ebebeb,#ffffff);
        background:-ms-linear-gradient(bottom,#ebebeb,#ffffff);
        background:linear-gradient(to top,#ebebeb,#ffffff);
        -pie-background:linear-gradient(bottom,#ebebeb,#ffffff);
    }

    .dk_menu a{
        display: block;
        font-size: 1.3em;
        line-height: 1.6em;
        padding-left: 20px;
        color: #a39e9e;
    }

    .dk_menu:hover {
        background:-moz-linear-gradient(bottom,#a39e9e,#ffffff);
        background:-webkit-linear-gradient(bottom,#a39e9e,#ffffff);
        background:-o-linear-gradient(bottom,#a39e9e,#ffffff);
        background:-ms-linear-gradient(bottom,#a39e9e,#ffffff);
        background:linear-gradient(to top,#a39e9e,#ffffff);
        -pie-background:linear-gradient(bottom,#a39e9e,#ffffff);
    }

    .dk_menu a:hover {
        color: #fff;
    }

    #container {
        padding-left: 0;
        margin-top: 30px;
        padding-bottom: 240px;
    }

    #main {
        width: 100%;
    }

    #main .inside {
        padding-left: 20px;
        padding-right: 20px;
    }

    #main .mod_article {
        width: 100%;
    }

    #left {
        display: none;
    }

    #right .inside {
        width: 90%;
        background: none;
        margin-right: 15px;
        margin-left: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #footer .inside{
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
        position: relative;
    }

    #footer {
        height: 240px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #footer .inside .adresse {
        float: left;
        width: 30%;
        display: block;
    }

    #fussnavigation {
        float: left;
        width: 40%;
    }

    #fussnavigation li{
        display: block;
        font-size:13px;
        line-height:17px;
    }

}

@media screen and (max-width: 767px) {

    #logo img {
        padding-top: 60px;
        width: 200px;
    }

    #headerbild .mod_article .ce_text {
        top: 60px;
    }

    #headerbild .mod_article .ce_text p {
        font-size: 1.5em;
        line-height: 40px;
    }

    #container {
        padding-left: 0;
        margin-top: 50px;
    }

    .mit-rechte-spalte #container {
        padding-right: 0;
    }

    #main {
        width: 100%;
        min-height: 400px;
    }

    #main .inside {
        padding-left: 20px;
        padding-right: 20px;
    }

    #main .mod_article {
        width: 100%;
    }

    #left {
        display: none;
    }

    #right .inside {
        width: 94%;
        background: none;
        margin-left: 10px;
        margin-top: 30px;
    }

    #container {
        padding-bottom: 260px;
    }
    #footer {
        height: 260px;
    }

    #footer .inside {
        width: 100%;
    }

    #footer .inside .adresse {
        float: left;
        width: 50%;
        display: block;
    }

    #footer .inside {
        width: 94%;

    }


    #fussnavigation {
        border-bottom: solid 1px #fff;
        width: 100%;
        margin-bottom: 20px;
    }

    #fussnavigation li{
        display: inline;
    }

    #fussnavigation ul{
        margin-bottom: 0;
    }


}

@media screen and (max-width: 600px) {

    #logo img {
        padding-top: 40px;
        width: 200px;
    }

    #headerbild .mod_article .ce_text {
        top: 40px;
    }

    #headerbild .mod_article .ce_text p {
        font-size: 1.5em;
        line-height: 40px;
    }
    .suche input {
		 width: 100px;
    }

    #container {
        padding-bottom: 570px;
    }

    #rechts {
        width: 95%;
    }

    #footer {
        height: 555px;
    }


    #footer .inside .adresse {
        clear: both;
        width: 95%;
        display: block;
        border-bottom: solid 1px #fff;
        margin-bottom: 22px;
    }

    #footer .inside .adresse:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }


    #fussnavigation {
        border-bottom: solid 1px #fff;
        padding-bottom: 10px;
        margin-bottom: 10px;
        width: 95%;
    }

    #fussnavigation li{
        display: block;
    }

    #fussnavigation ul{
        margin-bottom: 0;
    }

}


@media screen and (max-width: 414px) {

    #logo img {
        padding-top: 30px;
        width: 200px;
    }

    #headerbild .mod_article .ce_text {
        top: 30px;
    }

    #headerbild .mod_article .ce_text p {
        font-size: 1.3em;
        line-height: 30px;
    }

    #logo .image_container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #main .ce_gallery li {
        padding-right: 0;
        width: 50%;
    }

}

@media screen and (max-width: 320px) {

    #logo img {
        padding-top: 25px;
        width: 200px;
    }

    #headerbild .mod_article .ce_text {
        top: 25px;
    }

    #headerbild .mod_article .ce_text p {
        font-size: 1.2em;
        line-height: 25px;
    }

    #logo .image_container {
        padding-left: 7px;
        padding-right: 7px;
    }

}
