@font-face {
    font-family:"BentonSansRegular";
    src:url("../fonts/BentonSansRegular.woff2") format("woff2"),
    url("../fonts/BentonSansRegular.woff") format("woff"),
    url("../fonts/BentonSansRegular.otf") format("opentype");
    font-style:normal;
    font-weight:400;
}


@font-face {
    font-family:"BentonSansBold";
    src:url("../fonts/BentonSansBold.woff2") format("woff2"),
    url("../fonts/BentonSansBold.woff") format("woff"),
    url("../fonts/BentonSansBold.otf") format("opentype");
    font-style:normal;
    font-weight:400;
}

/* oswald-regular - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../fonts/oswald-v48-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/oswald-v48-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/oswald-v48-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/oswald-v48-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oswald-v48-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oswald-v48-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body { font-family: "BentonSansBold",sans-serif; }
a {color: #00933c}
a:hover {color: #00933c}

h1, h2, h3, h4 { font-family: "BentonSansBold";}
h5 { font-size: 18px; line-height: 20px;}
section h2 {margin-bottom: 50px; margin-top: 50px; font-size: 32px}
area {outline:none;}

hr {border-top: 1px solid #ccc}

p{font-family: BentonSansRegular; font-size: 13px; }

b, strong {font-weight: 500; font-family: "BentonSansBold",sans-serif;}

section h3 { }

.aktuell li, .about li, .downloads li {padding-bottom: 8px;}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/*
section p.drop-cap:first-letter { float: left; font-size: 38px; line-height: 32px; padding-top: 4px; padding-right: 4px;  }
 */

/* Custom Button Styles */

.btn-white { border-radius: 0; color: #333; background-color: #fff; box-shadow: 1px 9px 23px rgba(0,0,0,.5); font-size: 1.8em; padding: 5px 12px; font-weight: 400; }

.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}
.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,.btn-light:focus, .btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* --------- Side Menu --------- */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0;
    width: 320px    ;
    height: 100%;
    transform: translateX(-320px);
    overflow-y: auto;
    background: #fff;;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li #menu-close { border-bottom: 1px solid #e7e7e7;}
.sidebar-nav li { display: block; width: auto; border-bottom: 1px solid #e7e7e7;}
.sidebar-nav li li { width: 100%; }
.navbar-default .navbar-nav>li>a, .navbar-default li a { padding: 14px; color: #000; }
.sidebar-nav li a:hover { color: #fff; background: #888; }
.sidebar-nav li.sidebar-brand { margin-right: 44px; }
.sidebar-nav li.sidebar-brand a:hover { color: #000; background: rgba(255,255,255,.0);}

.sidebar-nav .languageswitch {
    background-color: #00933c;
}

html[lang=ab] .languageswitch {
    background: #00933c;
}
/*html[lang=ab] .languageswitch:last-child {
     background: none;
 }*/
#menu-toggle {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 8px;
    padding-bottom: 7px;
}

#sidebar-wrapper.active {
    left: 320px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: -4px 0 0 15px;
}


.navdropdown {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}
.navdropdown .caret, .navdropdown i {
    float: right;
    margin: 0 5px 0;
}
.navdropdown .indicator {
    float: right;
}
.navdropdown > a {
    /*  border-bottom: 1px solid #e7e7e7;*/
}
.navdropdown .panel-body {
    padding: 0;
    background-color: #eee;
}
.navdropdown .panel-body .nav {
    width: 100%;
}
.navdropdown .panel-body .nav li {
    border-bottom: 1px solid #e7e7e7;
}
.navdropdown .panel-body .nav li:last-child {
    /* border-bottom: none; */
}
.navdropdown .panel-body .panel > a {
    margin-left: -20px;
    padding-left: 35px;
}
.navdropdown .panel-body .panel-body {
    margin-left: -15px;
}
.navdropdown .panel-body .panel-body li {
    padding-left: 25px;
}
.navdropdown .panel-body .panel-body li:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.menu-subpage-link {
    width: auto;
    margin-right: 48px;
}
.menu-subpage-toggle {
    float: right;
    text-align: center;
}
.menu-subpage-toggle i {
    width: 20px;
    height: 20px;
    margin: 0;
}

@media (max-width: 720px) {
    /*  #sidebar-wrapper { width: 100%; transform: translateX(-720px);}*/

}
/* search */

ul.tx-indexedsearch-browsebox {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
ul.tx-indexedsearch-browsebox > li {
    display: inline;
}
ul.tx-indexedsearch-browsebox > li > a,
ul.tx-indexedsearch-browsebox > li > strong {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #00933c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.searchresult-container {
    margin: 20px 0 50px 0;
}

.searchresult-container h3 a{
    color: #00933c;
}

#tx-indexedsearch-searchbox-button-submit{
    font-family: BentonSansRegular;
}
/*------------------------------------------*/
.projektraeger {
    position: fixed;
    top: 2em;
    right: -300px;
    z-index: 2;
}
.projektraeger a {
    width: 48px;
    height: 46px;
    margin-right: 10px;
    vertical-align: top;
}
@media(min-width:721px) {
    .projektraeger { width: 600px;}
    .projektraeger a:hover {
        width: 320px;
        height: 84px;
        margin-right: 10px;
    }
}

@media(max-width:439px) {
    .projektraeger {
        right: 4px!important;
        top: 1em!important;}
}
@media(max-width:720px) {
    .projektraeger {
        right: 50px;
        top: 1em;}
}


/* Header */
.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed;
    padding-top:
}
header .container {padding-top: 18vh;}
header .panel { border-radius: 0; border: 1px solid rgba(0,0,0,0.5);}
header p {margin-bottom: 4px;}

.parallaxheader .panel-body {
    padding: 24px;
    font-size: 16px;
}
.parallaxheader .panel-body img {
    margin-bottom: 24px;
    max-width: 100%;
    display: block;
    height: auto;
}

.page-scroll {
    font-family: FontAwesome;
    font-size: 100px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5;
}
.page-scroll:active, .page-scroll:focus, .page-scroll:hover { text-decoration: none; opacity: 1; color: #fff; }
.page-scroll:before { content: "\f078"; }



/* --------- Carousel - Slider Startseite  --------- */
.carousel, .item, .active { height: 100%; }
.carousel-inner { height: 100%; }
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.heightauto {
    height: auto;
}

.carousel-control.left, .carousel-control.right { background: none;}
.carousel-control .icon-next, .carousel-control .icon-prev { margin-top: -50px;  font: normal normal normal 100px/1 FontAwesome;}
.carousel-control .icon-prev:before { content: "\f053"}
.carousel-control .icon-next:before { content: "\f054"}
.carousel-title { top: 10%; right: 5%; text-align: right; }
.carousel-title h1 { text-transform: uppercase; font-size: 70pt; opacity: 0.8;}
.carousel-caption a {color: #fff}
.carousel-caption a:hover {color: #fff; text-decoration: none;}
.carousel-menu .navbar-nav { margin:0;}
.carousel-menu ul {
    position: absolute;
    top: 40vh;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    text-align: center;
    list-style: none;

}

.carousel-menu.carousel-menu-logo ul{
    top: unset!important;
    bottom: 35px;
}
.carousel-menu ul li.carousel-link {
    border-radius: 100%;
    list-style-type: none;
    width: 160px;
    height: 160px;
    background-color: white;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    margin: 0 35px;
    display: inline-block;
    cursor: pointer;
    float:none;
    margin-top:10px
}
@media(max-width:463px) {
    .carousel-menu ul li.carousel-link {
        width: 120px;
        height: 120px;
    }
}

.carousel-menu ul li.carousel-logo{
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    float:none;
}
@media(max-width:639px) {
    .carousel-menu ul li.carousel-logo{
        margin-top: 444px;
    }
}
@media(min-width:1800px) {
    .carousel-menu ul li.carousel-logo{
        margin-top: 470px;
    }
}

.carousel-menu ul li .rs2{
    position: absolute;
    right: -227px;
    top: 160px;
}
.carousel-menu ul li .rs3{
    position: absolute;
    left: 188px;
    top: 20px;
}

.carousel-menu ul li .rs4{
    position: absolute;
    right: 200px;
    top: 20px;
}

.carousel-menu ul li.carousel-link:hover {
    background-color: #00933c;
    width: 180px;
    height: 180px;
    padding-top: 10px;
    margin: 0 25px;
}
.carousel-menu ul li a {
    color: #00933c;
    font-size: 36px;
    margin: 54px -25px 0 -25px;
    text-align: -webkit-center;
}

.carousel-menu ul li a .slide-text-logo{
    width: 62%;
    line-height: 1em;
    background-color: #00933c;
    color: white;
    border-radius: 10px;
    padding: 11px;
}

.carousel-menu ul li a .slide-text-logo:hover{
    background-color: white;
    color: #00933c;
}


.carousel-menu ul li:hover a { background: transparent; color: #fff;}
.carousel-menu a:focus { background: none !important;}


@media(max-width:1600px) {
    .carousel-title {  }
    .carousel-title h1 { font-size: 52pt;}
    .carousel-menu ul li a svg.rs2{
        right: -30px;
    }
    .carousel-menu ul li a svg.rs3{
        left: 10px;
        top: 40px;
    }
    .carousel-menu ul li a svg.rs4{
        right: -27px;
        top: -80px;
    }

    #das-projekt .row .frame-type-textmedia .ce-bodytext p{
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    #das-projekt .row .frame-type-textmedia .ce-bodytext p iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media(max-width:1199px) {
    .carousel-title {  }
    .carousel-title h1 { font-size: 42pt;}
    .carousel-control .icon-next, .carousel-control .icon-prev, .page-scroll {font-size: 60px;}
    .carousel-menu ul { top: 38vh;}
    .carousel-menu ul li {
        width: 140px;
        height: 140px;
        margin: 0 20px;
    }
    .carousel-menu ul li:hover {
        width: 140px;
        height: 140px;
        padding-top: 0px;
        margin: 0 20px;
    }
    .carousel-menu ul li a {
        font-size: 35px;
        margin: 45px -20px 0 -20px;
    }
    .carousel-menu ul li a .slide-text-logo{
        width: 234px;
        right: 90px;
        position: relative;
        font-size: 20px;
    }
    .carousel-menu ul li a svg{
        width: 199px;
        margin: 38px -20px 0 -58px;
    }
    .carousel-menu ul li a svg.rs2{
        right: -30px;
    }
    .carousel-menu ul li a svg.rs3{
        left: 10px;
        top: 40px;
    }
    .carousel-menu ul li a svg.rs4{
        right: -27px;
        top: -80px;
    }
}

@media(max-width:1023px) {
    .carousel-title {  }
    .carousel-title h1 { font-size: 35pt;}
    .carousel-control .icon-next, .carousel-control .icon-prev, .page-scroll {font-size: 60px;}
    .carousel-menu ul { top: 42vh;}
    .carousel-menu ul li {
        width: 120px;
        height: 120px;
        margin: 0 20px;
    }
    .carousel-menu ul li:hover {
        width: 120px;
        height: 120px;
        padding-top: 0px;
        margin: 0 20px;
    }
    .carousel-menu ul li a {
        font-size: 30px;
        margin: 35px -20px 0 -20px;
    }
}
@media(max-width:768px) {
    .carousel-control .icon-next, .carousel-control .icon-prev, .page-scroll {margin-top: -20px;font-size: 40px;}
    .carousel-menu ul { top: 44vh;}
    .carousel-menu ul li {
        width: 100px;
        height: 100px;
        margin: 0 10px;
    }
    .carousel-menu ul li:hover {
        width: 100px;
        height: 100px;
        padding-top: 0px;
        margin: 0 10px;
    }
    .carousel-menu ul li a {
        font-size: 24px;
        margin: 30px -20px 0 -20px;
        padding-top: 10px;
    }
}

@media(max-width:639px) {
    .carousel-title { left:0; right:0; top: 3%; text-align: center;}
    .carousel-title h1 { line-height: 1.4em;}
    .carousel-control  {display: none;}
    .carousel-menu ul { top: 15vh;}
    .carousel-logo{
        height: unset!important;
    }
   /* .carousel-menu ul li:hover {
        width: 60px;
        height: 60px;
        padding-top: 0px;
        margin: 0 10px;
    }*/
    .carousel-menu ul li a {
        font-size: 22px;
        margin: 38px -20px 0 -20px;
    }

    .carousel-menu ul li a .slide-text-logo{
        width: 234px;
        right: 90px;
        position: relative;
        font-size: 20px;
    }
    .carousel-menu ul li a svg{
        width: 199px;
        margin: 38px -20px 0 -58px;
    }
    .carousel-menu ul li a svg.rs2{
        right: -30px;
        top: 6em;
    }
    .carousel-menu ul li a svg.rs3{
        left: 10px;
        top: 40px;
    }
    .carousel-menu ul li a svg.rs4{
        right: -27px;
        top: -80px;
    }
}
/*
@media(max-width:365px) {
    .carousel-menu ul { top: 12vh;}
}*/

@media(max-width:420px) {
    .carousel-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 15vh; }
    .carousel-menu ul li.carousel-link {
        width: 120px;
        height: 120px;
    }
    .carousel-menu ul li a {
        font-size: 18px;
        margin: 38px -20px 0 -20px;
    }
}

@media(max-width:380px) {
    .carousel-menu ul li.carousel-link {
        width: 110px;
        height: 110px;
        display: block;
    }
    .carousel-menu ul li a {
        margin: 35px -20px 0 -20px;
    }
    .carousel-caption h2{
        font-size: 25px;
    }
}

/* Breadcrumbs */
.breadcrumb a{color: #00933c;}
.breadcrumb {margin: 50px 0 0 0; padding: 0; background: none;}
.breadcrumb>li+li:before {
    color: #00933c;
    content: "\f054";
    font: normal normal normal 12px/1 FontAwesome;
}

/* Collapse */
.collapse-group hr, hr.hrmore {text-align: center; margin-top: 5px; padding-bottom: 40px;}
.collapse-group hr:after, hr.hrmore:after { content: "+";
    background-color: #fff; box-shadow: 1px 5px 14px rgba(0,0,0,.5); font-size: 1.4em; padding: 0px 8px; display: inline-block;font-family: fontawesome;font-weight: 800;cursor:pointer; width: 28px;
}
.collapse-group hr.minus:after { content: "-"; }
hr.hrmore:after {font-family: sans-serif; content:" mehr... ";width: 50px; width: 64px; font-size: 14px; color: #000; padding: 5px; font-weight: 300}

.collapse-group img {
    max-width: 100%;
    height: auto;
}

/*testimonails*/
.testimonials .collapse-group hr:after{display:none;}

/* Mehr-Link */
.more a { padding-bottom: 5px;}
.more a:after { content: " \f054"; font: normal normal normal 12px/1 FontAwesome;}

/* Gallery */
.gallery {margin-left: -3px; margin-right: -3px}
.gallery .thumb {padding-left: 3px; padding-right:3px;}
.gallery .thumbnail {padding: 0; border-radius: 0; margin-bottom: 5px}

/* Maps */
#map iframe { width:100%; height:520px}

/* Downloads */
.downloads {margin-bottom: 30px;}
.downloads .panel { background-color: #eee; padding-left: 5px; margin-bottom: 20px; float: left; width: 100%}
.downloads .thumbnail {margin: 0 20px 10px 5px; width: 120px; padding: 0;border-radius: 0; }
.downloads p, .downloads h5 span {color: black; text-decoration: none}
.downloads p:hover, .downloads span:hover {text-decoration: none}
.downloads h5{font-family: BentonSansBold;}
.downloads h5:before  { content: "\f019\00A0"; font-family: FontAwesome;}
.downloads h5 span:before  { content: "\00A0\00A0"; }
.downloads hr { clear: both; }
.downloads p:hover{text-decoration: none;}
.downloads:hover{text-decoration: none}

@media(max-width:768px) {
    .downloads h5 { font-size: 15px; }
    .downloads p { font-size: 13px; }
}

/* Partner */
.partner {margin-bottom: 30px;}
.partner a {float: left;width: 100%}
.partner a.thumbnail {border-radius: 0;}
.partner h4 {text-transform: uppercase; margin-bottom: 20px;}
.partner p {color: black; margin-top: 8px; display: grid; font-family: BentonSansBold;}
.partner p span.link {color: #00933c; font-family: BentonSansBold;}
.partner .pull-left {margin-right: 10px; }



/* Aktuell */
p.newsdate, p.newscat {color: black; margin-bottom:0; font-family: BentonSansBold;}
.newsitem { margin-bottom: 20px; }
.aktuell img {margin-bottom: 12px}
.aktuell h3 {color:black; margin: 8px 0;}
#aktuell h3 .header-text a{ color: black;}
#news h3 .header-text a{ color: black; }
.news h3 .header-text a{ color: black; font-size: 18px;}
.news .collapse p strong{color: black}
#aktuelles .header-text{color: black}
/* testimonials */
.testimonials .row {
    margin-bottom: 30px;
    font-size: 14px;
}
.testimonials hr {
    margin-bottom: 20px;
}
.testimonials .row + hr {
    border-color: #00933c;

}
.testimonials .thumb img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}
.testimonials .blue {
    color: #00933c;
}
.testimonials .collapse-group > h3,
.testimonials .collapse-group > p:first-child {
}

.testimonials .news .newsdate{display: none}
.testimonials .news .newscat{display: none}

/* Vision */
.vision {padding-bottom: 160px}
.vision .panel {padding-top: 10px}
#vision p{font-family: BentonSansBold}

/* Projekte */
.projekte {padding-bottom: 40px}
.projekte h2 {margin-bottom: 0}


/* Map */
.map { height: 500px; }
.map iframe { pointer-events: none; }

@media(max-width:768px) {
    .map { height: 75%; }
}




/* Footer */

footer { padding: 100px 0 0 0; background-color: #e0e0e0; }
footer ul { list-style: outside none none; margin: 0; padding: 0; margin-bottom: 30px;}
footer li { margin-bottom: 10px; }
footer ul.list-inline li {padding-left: 0;}
footer a {color: #000;cursor:pointer;}
footer .row .row ul li a{
    font-size: 13px;
    font-family: BentonSansBold;
}
@media(max-width:820px) {
    footer { padding: 30px 0; }
}

#to-top {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
}


/* Print Stuff */

.printbutton {
    float: right;
    color: #999;
    cursor: pointer;
}
.printbutton:hover {
    color: #00933c;
}
@media(max-width:768px) {
    .printbutton {display: none !important;}
}

.header-text {
    margin-right: 36px;
    display: block;
}

h3 {
    position: relative;
}
.share-button.fa {
    float: right;
    color: #999;
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}
.social-share {
    text-align: right;
    font-size: 24px;
}
.social-share-inner {
    display: flex;
    justify-content: flex-end;
}
.social-share a {
    display: block;
}
.social-share i {
    margin-left: 10px;
    color: #999;
    display: flex;
    position: relative;
}

.social-share a:hover {
    text-decoration: none;
}
.social-share a:hover i,
.share-button.fa:hover {
    color: #00933c;
>>>>>>> news
}

/* Collage */
.collage aside {position: absolute;}
.collage h2 {margin-bottom: 50px;}
.collage img { height:70px;}
.collage .cwhite {color:#fff;}
.collage .cblue {color:#00933c;}
.collage .fs1 {font-size: 1.4em;}
.collage .fs2 {font-size: 2em;}
.collage .fs3 {font-size: 3em;}
.collage .fs4 {font-size: 4em;}
.collage .fs5 {font-size: 5em;}
.collage .fs6 {font-size: 6em;}
.collage .fs7 {font-size: 7em;}
.collage .fs8 {font-size: 8em;}
.collage .fs9 {font-size: 9em;}
.collage .fs10 {font-size: 10em;}
.collage .fs11 {font-size: 11em;}
.collage .fs12 {font-size: 12em;}


@media(max-width:768px) {
    .collage .fs1 {font-size: 0.7em;}
    .collage .fs2 {font-size: 1em;}
    .collage .fs3 {font-size: 1.5em;}
    .collage .fs4 {font-size: 2em;}
    .collage .fs5 {font-size: 2.5em;}
    .collage .fs6 {font-size: 3em;}
    .collage .fs7 {font-size: 3.5em;}
    .collage .fs8 {font-size: 4em;}
    .collage .fs9 {font-size: 4.5em;}
    .collage .fs10 {font-size: 5em;}
    .collage .fs11 {font-size: 5.5em;}
    .collage .fs12 {font-size: 6em;}
}


/****Custom CSS****/

.ce-uploads.downloads .col-md-12.panel a div{
    overflow: unset;
}

.ce-uploads.downloads .col-md-12.panel a div h5 span {
    display: unset;
}

.ce-uploads.downloads .col-md-12.panel a div h5{
    color: #00933c;
    font-family: BentonSansBold;
}

.ce-uploads.downloads .col-md-12.panel a div p {
    display: table;
}

.projektraeger .ce-gallery{
    overflow: unset;
    float: unset;
    margin-bottom: unset;
}
body div.frame.frame-default.frame-type-rswnrwtemplates_subpageheader.frame-layout-0{
    width: 100%;
    height: 100%
}

/**************SVG*************/
svg {width:500px}

svg .cls-1, svg .cls-2 {
    transition: fill .4s ease-in-out
}

svg:hover .cls-1 {
    fill: #fff;
}

svg:hover .cls-2 {
    fill: #00933c;
}

/******Fachinfo*****/

#fachinfo .header-text{
    font-family: BentonSansRegular;
    text-transform: uppercase;
}

#fachinfo a{
    color: #00933c;
}

#fachinfo ul li{
    font-family: BentonSansRegular;
    font-size: 13px;
}

#fachinfo ol li{
    font-family: BentonSansRegular;
    font-size: 13px;
}

/*******das-projekt********/
#das-projekt ul li{
    font-family: BentonSansRegular;
    font-size: 13px;
}

#das-projekt ol li{
    font-family: BentonSansRegular;
    font-size: 13px;
}
/*************Kontakt******/
#kontakt a{
    color: #00933c;
}

#kontakt p{
    font-family: BentonSansBold;
}


/***********footer********/
.btn-primary{
    color: white;
    background-color: #00933c;
}

.btn-primary:hover{
    color: white;
    background-color: green;
}

/***page navigation***/
.page-navigation a{
    color: #00933c;
}

/****Contact****/
#contact a{
    color: #00933c;
}

/*****Dynamic Font******/
#dynamicFontSelector{
    float: right;
    list-style-type: none;
    padding: 1em;
    display: inline-flex;
    top: 45px;
    right: 45px;
    position: sticky;
    overflow: visible;
}
#dynamicFontSelector li{
    text-decoration: none;
    margin-right: 3px;
    border: 2px solid #00933c;
    border-radius: 5px;
}
#dynamicFontSelector li a{
    text-decoration: none;
    top: 50%;
    left: 50%;
    cursor: pointer;
}
@media(max-width:1199px) {
    #dynamicFontSelector{
        display: none;
    }
}

/********************Cookiebanner***********************/

.modal-dialog.modal-lg.modal-dialog-centered.text-justify{
    top: 200px;
}

.modal-content .settings{
    width: 185px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    outline: none;
}

.modal-content #cookieman-acco-h-mandatory{
    margin-bottom: -15px;
}
.modal-content .form-check-label{
    margin-top: 12px;
}

.modal-content .panel-body p{
    margin-top: 5px;
}

.has-error .control-label{
    color: black;
}

/*****************  Youtube Videos #####################*/
.youtube-wrapper {
    position: relative;
}
.youtube-consent-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #bfbdbd;
    border-radius: 1%;
    text-align: center;
}
.youtube-consent-banner .banner-text {
    color: #1A1A1A;
    position: relative;
    top: 35%;
    text-align: center;
    margin: 0 10px;
}
.youtube-consent-banner button {
    position: relative;
    margin: auto;
    top: 45%;
    background-color: #00933c;
    height: 35px;
    width: 130px;
    border-radius: 8%;
    border: none;
    font-family: BentonSansRegular;
    color: #fff;
}
