/*
Theme Name: Förderband
Theme URI: http://themeurl.org/
Description: The Förderband theme based on the famous Wordpress CMS.
Version: 4.1
Author: Förderband
*/

/* normal */
/* @import 'https://fonts.googleapis.com/css?family=Lato:400,700|Open+Sans:400,600,700'; */
/* common */
* { margin: 0px; padding: 0px; box-sizing: border-box;}
html, body { font-family: 'muliregular'; font-size: 13px; color: #000; }
body { background: #fff; }
img { border: 0px; display: block; margin: 0; padding: 0; line-height: 0; max-width:100%; height:auto; }
a, input {
    outline: none;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
}
.clear { clear: both; height: 0px; overflow: hidden; }
ul, ol{margin: 0; padding: 0;}
li{list-style: none;}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/* section  */
#section { position: relative; display: block; width: 100%; min-height: 100%; }
.centering-full{width: 1280px; padding: 0px 10px; margin: auto; position: relative; display: table; overflow:hidden; }
.centering-full:after,.centering:before{content: ''; width: 100%; clear: both;}
.centering{width: 1186px; padding: 0px 10px; margin: auto; position: relative; display: table;}
.centering:after,.centering:before{content: ''; width: 100%; clear: both;}


/* page wrap */
#template { margin: 0 auto; width: 100%; overflow: hidden; background: #a8a9ad; position:relative; }
#template.blue-bg{
    background: #d5e3e4;
}
#template.green-bg{
    background: #d4ddd5;
}
#template.gray-bg{
    background: #e3e3e3;
}
#template.gold-bg{
    background: #ece3d2;
}
#template.gold-bg .blue-box{
    background: #bfa574;
}
#template.blue-bg .teenager, #template.blue-bg .top-banner { background: #89aeb6; }
#template.green-bg .teenager, #template.green-bg .top-banner { background: #84a08a; }
#template.gold-bg .teenager, #template.gold-bg .top-banner { background: #bfa574; }
#template.gray-bg .teenager, #template.gray-bg .top-banner { background: #7b7b7a; }

#template.blue-bg .right-pnl .my-widget { background: #bfd2d8; }
#template.green-bg .right-pnl .my-widget { background: #bbcbc0; }
#template.gold-bg .right-pnl .my-widget { background: #dbc8a8; }
#template.gray-bg .right-pnl .my-widget { background: #bcbcbc ; }
#template.gray-bg .right-pnl .my-widget p { text-align:left;  }
.customText a {  text-transform:capitalize !important;     padding-left: 0px !important; }  
.customText a::before { display:none !important;  }
.banner-box img { width: 100%; height:auto; }
.banner-box.teamPage { position:relative; }
.btn{
    background: #007BC0;
    font-size: 15px;
    padding: 12px 54px 12px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition:  all 0.5s;
    -webkit-transition:  all 0.5s;
    -moz-transition:  all 0.5s;
}
.btn:hover{
    background: #01335A;
    color: #fff;
}
.btn:after{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    right: 24px;
    top:50%;
    margin-top: -10px;
    background: url(images/st-icns.png) no-repeat 2px 2px;
}
.btn-invers{
    box-shadow: 0 2px 0 0px #9c9c9c;
    border: 1px solid #9c9c9c;
    color: #4b4b4c;
    background: #fff;
}
.btn.btn-invers:hover{
    background: #9c9c9c!important;
}
.vissible-mobile{
    display: none!important;
}
.gray-box, #template .my-widget.news-pnl.lt-gray-box1.verabar {
    background: #c7c8ca;
}
.dark-gray-box{
    background: #7b7b7a;
}
.lt-gray-box1{
    background: #bcbcbc;
}
.ex-lt-gray-box{
    background: #d0d0cf;
}
.white-box{
    background: #fff;
}
.blue-box{
    background: #89aeb6;
}
.lt-blue-box{
    background: #bed1d6;
}
.green-box{
    background: #859f89;
}
.lt-green-box{
    background: #bbcabe;
}

.post-content h3 { padding-bottom: 10px; }
.post-content { padding-bottom: 20px!important;}
.post-content ul { list-style:none; }
.post-content li { padding-bottom: 15px;  background:url(images/bullet.jpg) no-repeat left 7px; padding-left: 15px; }
.textbar img{width:100%;}

.commen-txt strong{
    font-size: 16px;
    font-family: 'mulisemibold';
    font-weight: normal;
}
.post-content .commen-txt ul li{
    margin-bottom: 15px;
}
.post-content .commen-txt ul li{
    padding-left: 20px;
    position: relative;
}

.post-content .commen-txt ul li:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    height: 5px;
    width: 5px;
    background: #92273f;
}
.post-content em{
    font-style: normal;
    color: #92273f;
    cursor: pointer;
}
.ui-tooltip{
    width: 200px;
    right: 0px;
}
.ui-tooltip, .arrow:after {
    background: #e3c7cd;
    border: 1px solid #a96670;
}
.ui-tooltip {
    padding: 5px 5px;
    color: #92273f;
    font-size: 12px;

}
.arrow {
    width: 25px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 0;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 00px;
    top: -20px;
    width: 25px;
    height: 25px;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
/* header */
#header-part{
    position: absolute;
    width: 100%;
    z-index: 9;
}
#header-part .logo { float: left; padding: 30px 0 0 65px;}
#header-part .logo a { display: block; } 

.form-control{
    padding: 8px 11px 11px 11px;
    font-family: 'Lato', sans-serif;
    color: #003C6F;
    border:none;
    width: 100%;
}
.form-control::-webkit-input-placeholder {
    color: #003C6F;
    opacity: 1;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #003C6F;
    opacity: 1;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #003C6F;
    opacity: 1;  
}

.form-control:-ms-input-placeholder {  
    color: #003C6F;
    opacity: 1;  
}

/* nav block */
.nav-block{
    margin-top: 30px;
    float: left;
    margin-left: 30px;
}
.nav-block .nav-btn{
    float: left;
    height: 44px;
    width: 44px;
    background: #fff;
    border:2px solid #94223c;
    position: relative;

    cursor: pointer;
}
.nav-block .nav-btn span{
    position: absolute;
    height: 1px;
    width: 20px;
    top: 20px;
    left: 10px;
    background: #94223c;
}
.nav-btn span:before {
    content: '';
    position: absolute;
    height: 1px;
    top: -8px;
    background: #94223c;
    width: 100%;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
}
.nav-btn span:after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: -8px;
    background: #94223c;
    width: 100%;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
}
.nav-btn.active span{
    height: 0px;
}
.nav-btn.active span:before {
    transform: rotate(45deg);
    top: 0px;
}
.nav-btn.active span:after {
    transform: rotate(-45deg);
    bottom: -2px;
}
.menu-bx{
    width: 0px;
    overflow: hidden;  
    float: left;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
}
.menu-bx.open{
    width: 927px;
}
.main-menu{
    border:2px solid #fff;
    background: rgba(255, 255, 255, 0.8);
    float: left;
    width: 927px;
}
.main-menu.open{
    width: auto;
}
.main-menu li{
    float: left;
}

.main-menu  ul  li  a{
    display: block;
    font-family: 'mulilight';
    padding: 8px 20px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}
.main-menu  ul  li.current-menu-item a, .main-menu  ul  li:hover a{
    color: #fff;
    background: #94223c;
}

.main-menu  ul  li{
    position: relative;
}
.main-menu ul  li:last-child{
    margin-right: 0px;
}

.main-menu li a:hover{
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.main-menu li a i{
    display: none;
}
.main-menu  ul  li:hover ul{
    visibility: visible;
}
.main-menu ul  li ul{
    visibility: hidden;
    background-color: #4c4c4c;
    position: absolute;
    top:78px;
    min-width: 200px;
    left: -20px;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25)  inset;
    -mox-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25)  inset;

}
.main-menu  ul  li ul li{
    float: none;
}
.main-menu  ul li ul li a{
    padding: 5px 20px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #b8c5ce;
    text-decoration: none;
}
.main-menu  ul li ul li a:hover{
    color: #fff;
}
/*home banner*/
.img-box{
    border:1px solid #6e6f74;
}
.img-box > img{
    width: 100%;
}
.home-banner-box{
    margin-top: 10px;
}

.home-banner-box .img-box.big-b{
    margin: 0px;
    float: left;
    width: 62.4%;
}
.home-banner-box .img-box.sml-s{
    margin-bottom: 10px;
}
.home-banner-box .imgRight { float:right; width:36.9%; }
.home-banner-box img { max-width: 100%; height:auto; }
.home-banner-box .img-box{
    position: relative;
    float: left;
}
.home-banner-box .img-box:hover{
    border:1px solid #92273f;
}
.home-banner-box .img-box:hover .overlay-pnl{
    background: rgba(146, 39, 63, 0.75)
}
.home-banner-box .img-box .overlay-pnl{
    bottom: 0;
    padding: 10px;
}
.home-banner-box .img-box .overlay-pnl span{
    font-size: 14px;
    font-family: 'mulibold';
    text-transform: uppercase;
}
.home-banner-box .img-box .overlay-pnl h2{
    color: #fff;
    font-size: 26px;
    font-family: 'muliextralight';
}
.home-banner-box .img-box.big-b .overlay-pnl{
    padding-left: 40px;
}
.overlay-pnl{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    color: #fff;
    width: 100%;
    bottom: 0px;
}
.banner-box .owl-nav { display:none; }
.owl-controls .owl-nav { display:none; }
.overlay-pnl .slideText { max-width: 100%; }
.pageBox .overlay-pnl.nooverlay-pnl .slideText { padding-top:20%;}
.pageBox  .overlay-pnl{ background: rgba(255, 255, 255, 0.8); color:#000; }
.pageBox .overlay-pnl.nooverlay-pnl { background:none; top: 40%; }
.pageBox  .overlay-pnl p { padding-bottom: 10px; text-transform:uppercase; }
.pageBox  .overlay-pnl span { display:block; font-size: 28px !important; padding-bottom: 10px; font-family:"muliextralight"!important; } 
.pageBox  .overlay-pnl h2 { color:#000!important; font-size: 22px !important;  }
.pageBox .owl-carousel .owl-stage { background:#FFF; }
.banner-box .attachment-post-thumbnail { width: 100%; height:auto; }
.banner-box.pageBox  .owl-nav { display:block; font-size:0px; }
.pageBox  .owl-controls .owl-dots { display:none!important; } 
.pageBox .owl-prev { position:absolute; top: 50%; left:20px; width: 0;  height: 0;  border-top: 20px solid transparent; border-bottom: 20px solid transparent;  border-right:20px solid #fff; font-size:0px; }
.pageBox .owl-next { position:absolute; top: 50%; right:20px; width: 0;  height: 0;  border-top: 20px solid transparent; border-bottom: 20px solid transparent;  border-left:20px solid #fff; font-size:0px; }

.pageBox .owl-dots {display:none;}
.banner-box.downloadBan { position:relative; }
.banner-box.downloadBan .overlay-pnl { padding: 10px 0px;}
.banner-box.downloadBan .overlay-pnl h2 { font-size:32px; font-family:"muliextralight"!important;}

/*Main pnl*/
#main-panel{
    padding: 10px 0 20px 0;
}
#main-panel .left-pnl{
    width: 62.4%;
    float: left;
}
#main-panel .right-pnl{
    width: calc(37.6% - 10px);
    float: right;
}
.lt-gray-box{
    background: #dcdddf;
}
.inner-page#main-panel .right-pnl {
    width: calc(36.6% - 10px);
}
.inner-page#main-panel .left-pnl {
    width: 63.4%;
}
.welcome-pnl{
    padding: 10px 10px 10px 40px;
    min-height: 335px;
}

 a.pathhead  {   font-size: 32px;
    color: #fff;
    font-family: 'muliextralight';
    margin-bottom: 20px;}

.commen-txt h2{
    font-size: 32px;
    color: #000;
    font-family: 'muliextralight';
    margin-bottom: 20px;
}
.commen-txt .tag-line{
    font-size: 16px;
    font-family: 'mulisemibold';
    display: block;
    margin-bottom: 10px;
}
.welcome-pnl span { font-size: 16px; font-family: 'mulisemibold'; display: block; margin-bottom: 10px; }
.commen-txt p{
    font-size: 13px;
    margin-bottom: 10px;
}
.commen-txt a, .full-banner .img-box .overlay-pnl a{
    color: #94223c;
    display: inline-block; 
    padding-left: 25px;
    position: relative; 
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
}
.commen-txt a:before, .full-banner .img-box .overlay-pnl a:before{
    left: 0px;
    top:7px;
    content: '';
    height: 12px;
    width: 12px;
    border:1px solid #94223c;
    position: absolute;
}
.commen-txt .textbar a {
	text-transform:none;
	padding-left:0px;
	margin-top:0px;
	font-size:13px;
}

.commen-txt .textbar a:before {
	display:none;
}

/*.commen-txt a:hover, .full-banner .img-box .overlay-pnl a:hover{
    text-decoration: underline;}*/

.commen-txt a:hover:before, .full-banner .img-box .overlay-pnl a:hover:before{
    left: 0px;
    top:7px;
    content: '';
    height: 12px;
    width: 12px;
    border:1px solid #fff;
    position: absolute;
	background:#94223c;
}

.link a:hover:before {
    left: 0px;
    top:7px;
    content: '';
    height: 12px;
    width: 12px;
    border:1px solid #94223c;
    position: absolute;
	background:#94223c;
}

.news-pnl{
    padding: 10px;
}
.news-pnl h3{
    color:#636466;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'mulisemibold';
}
.ext-lnk{
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid  rgba(255, 255, 255, 0.8);

}
.ext-lnk ul li{
    padding: 0 10px; 
}
.news-pnl .ext-lnk ul li a{
    font-size: 16px;
}
.news-pnl .ext-lnk ul li:hover{

    background: #bd7989
}
.news-pnl .ext-lnk ul li:hover a{
    text-decoration: none;
    color: #fff;
}
.news-pnl .ext-lnk ul li a:before{
    height: 14px;
    width: 14px;
}
.news-pnl .ext-lnk ul li a:hover:before{
    border-color: #94223c;
}
.news-pnl ul li{
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 5px;
    padding-top: 5px;
}
.news-pnl ul li:last-child{
    border-bottom: 0;
}

.news-pnl ul li a strong{
    display: block;
}
.news-pnl ul li a{
    color: #94223c;
    display: inline-block; 
    padding-left: 25px;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
}
.news-pnl ul li a:before{
    left: 0px;
    top:5px;
    content: '';
    height: 10px;
    width: 10px;
    border:1px solid #94223c;
    position: absolute;
}
/*.news-pnl ul li a:hover{
    text-decoration: underline;
}*/
.news-pnl ul li a:hover:before{
     left: 0px;
    top:5px;
    content: '';
    height: 10px;
    width: 10px;
    border:1px solid #94223c;
    position: absolute;
	background:#94223c;
}
.full-banner .img-box{
    border:none;
}
.full-banner .img-box .overlay-pnl{
    padding: 10px 0;
}
.full-banner .img-box .overlay-pnl span{
    font-size: 14px; display:block;
    font-family: 'mulibold';
    text-transform: uppercase;
}
.full-banner .img-box .overlay-pnl h2{
    color: #fff;
    font-size: 32px;
    font-family: 'muliextralight';
}
.full-banner .img-box .overlay-pnl a{
    color: #fff;
}
.full-banner .img-box .overlay-pnl a:before{
    border-color: #fff;
}
.pad-10{
    padding: 10px; 
}
.pad-5{
    padding: 5px;
}
.teenager h2{
    color: #fff;
    margin-bottom: 0px;
}
.teenager a{
    display: block;
    color: #fff;
}
.teenager a:before{
    border-color: #fff;
}
.my-widget{
    padding: 5px;
    margin-bottom: 10px;
}
.my-widget h3{

    background: #fff;
    padding: 5px;
}
.profile-pnl{
    margin-bottom: 10px; padding-bottom:5px;
}
.link { padding-bottom: 15px; }
.profile-pnl h3{
    color: #636466;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'mulisemibold';
}
.profile-pnl a{
    color: #94223c;
}
.profile-pnl span.date{
    color: #94223c;
    display: block;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 20px;
    font-family: 'mulisemibold';
}
.profile-pnl .pf-pic img{
    width: 100%; height:auto;
}
.top-banner-box{
    padding-top: 175px;
}
.top-banner{
    background: #636564;
    color: #fff;
    padding: 20px 0;
    font-size: 32px;
}
.top-banner-box h2{
    color: #fff;
    font-family: 'muliextralight';  
}
.news-top-txt.commen-txt h2{
    margin-bottom: 0px;
}
.news-top-txt.commen-txt span.date{
    font-size: 16px;
    font-family: 'mulisemibold';
}
.m-post-item .m-post-img img{
    max-width: 100%; width:100%; height:auto;
}

/*Slider*/

.owl-dots{
    position: absolute;
    top: 45%;
    right: 100px;
    z-index: 100;
    width: 20px;
}
.owl-dots .owl-dot{
    display: inline-block;
    margin: 6px 0;
}
.owl-dots .owl-dot span{
    display: block;
    width: 16px;
    height: 16px;
    border:1px solid #fff;
    box-shadow: 1px 1px 0 #000;
    cursor: pointer;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.owl-dots .owl-dot.active span{
    background-color: #fff;
}
.team-mem-list ul li{
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
}
.team-mem-list ul li:nth-child(2n){
    margin-right: 0px;
}

.form-control{
    padding: 6px 11px 9px 11px; position:relative;
    color: #000;
    background: #dcdddf;
    border:1px solid #b1b2b4;
    width: 100%;
}
.wpcf7-form-control-wrap.Anrede { position:relative; }
.wpcf7-form-control-wrap.Anrede  select{ webkit-appearance:none; -moz-appearance:none; }
.wpcf7-form-control-wrap.Anrede  select option { padding: 2px 13px;}
.wpcf7-form-control-wrap.Anrede::after { position:absolute; right:10px; top:-1px; width: 24px; height:28px; content:""; background:url(images/sel.jpg) no-repeat; }
.contact-form .field label{
    margin-bottom: 7px;
    display: block;
}
.contact-form .field{
    margin-bottom: 15px;
}
.contact-form .field.fst{
    width: 40%;
}
.contact-form .field.hf{
    width: calc(50% - 10px);
}
.contact-form .field.lt{
    float: left;
}
.contact-form .field.rt{
    float: right;
}
.contact-form .field textarea{
    height: 180px;
}
.contact-form .field .rd-bx .radio-box{ width: 64px;
                                        margin: 8px 20px 6px 0;
                                        display: inline-block;
}
.contact-form .field .rd-bx .form-control{
    display: inline-block;
    width: calc(50% - 10px);
}
.contact-form .field .notes{
    float: left;
}
.contact-form .field .notes{
    float: left;
    padding: 10px 0;
}
.contact-form .field .wpcf7-submit{ cursor:pointer;
                                    font-size: 13px;
                                    float: right;
                                    text-transform: uppercase;
                                    background: #dcdddf url(images/ict.png) no-repeat 10px 11px;
                                    color: #94223c;
                                    border: none;
                                    padding: 10px 10px 10px 35px;

}
.contact-form .field .wpcf7-submit:hover { background:#000 url(images/ict.png) no-repeat 10px 9px;}
.form-control:focus{
    outline: none;
}
.form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 1;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
    opacity: 1;  
}

.form-control:-ms-input-placeholder {  
    color: #000;
    opacity: 1;  
}
.mobileView { display:none;}
.page-template-pageElternAusbilder .left-pnl .post-content p a:before { display:none; padding-left:0px; background:none; }
.page-template-pageElternAusbilder .left-pnl .post-content p a {padding-left:0px; margin-top: 0px; text-transform: none; font-size: 13px;}
.downloadBar #textBar2 { padding:10px 0px; margin: 10px 0px; border-bottom: solid 1px #b3b2b7; border-top: solid 1px #b3b2b7;  }
.downloadBar ul li { background:none; list-style:none; padding-left:0px;}
.wpcf7-validation-errors { border:none!important; color:#F00; text-align:center; font-size:20px; }
.page-template-pageDownload #textBar1 p, .page-template-pageDownload #textBar2 p, .page-template-pageDownload #textBar3 p { padding-bottom: 0px; margin-bottom:0px; }
.radio-box {
    margin-top: 5px;
    display: block; }
.radio-box input[type="radio"] {
    display: none; }
.radio-box input[type="radio"]:checked + label:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    content: '';
    background: #1d1d1d;
    position: absolute;
    left: 3px;
    z-index: 2;
    height: 10px;
    width: 10px;
    top: 4px; }
.radio-box label {
    position: relative;
    padding-left: 20px !important;
    cursor: pointer; }
.radio-box label:after {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    content: '';
    position: absolute;
    border-radius: 100%;
    left: 0px;
    top: 1px;
    background: #dcdddf;
    width: 14px;
    border: 1px solid #b1b2b4;
    border-radius: 100%;
    height: 14px; }

/* footer wrap */
#footer-part {
    overflow: hidden; 
    width: 100%; 
    z-index: 9;
    position: relative;
}
.footer-bar{
    background: #94223c;
    padding: 10px 0;
}
.foot-link{
    float: left;
    width: 25%;
    padding-right: 20px;
}
.foot-link:last-child{
    padding: 0px;
}
.foot-link h5{
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.foot-link ul li{
    margin-bottom: 10px;
}
.foot-link ul li a:before{
    left: 0px;
    top:5px;
    content: '';
    height: 10px;
    width: 10px;
    border:1px solid #fff;
    position: absolute;
}

.foot-link ul li a{
    color: #fff;
    display: block; 
    padding-left: 25px;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
}
/*.foot-link ul li a:hover{
    text-decoration: underline;
}*/
.foot-link ul li a:hover:before{
       left: 0px;
    top:5px;
    content: '';
    height: 10px;
    width: 10px;
    border:1px solid #fff;
    position: absolute;
	background:#fff;
}
.ft-address{
    margin-top: 20px;
    color: #fff;
    font-size: 13px;
    font-family: 'mulilight';
    text-align: center;
    border-top:2px solid #000;
    padding: 20px 0;
}
.ft-address strong{
    font-family: 'mulibold';
    font-weight: normal;
}
.ft-address .icn{
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    position: relative;
    margin-right: 15px;
    vertical-align: middle;
}
.ft-address .icn.email{
    background: #fff url(images/email.png) no-repeat center center;
}
.ft-address .icn.email:hover{
    background: #bd7989 url(images/email-o.png) no-repeat center center;
}

.copyright-bar{
    background: #3c0e18;
    color: #fff;
    padding: 13px 0;
    font-size: 13px;
    font-family: 'mulisemibold';
    /* color: #94223c; */
    letter-spacing: 0px;
    line-height: 20px;
}
a:hover img { opacity:.8; }
.logo a:hover img { opacity:1; }
.customText h3 { margin-bottom: 10px;}
.customText h4 { padding: 6px 0px; color: #94223c;}
.customText p { padding-top:6px; padding-bottom: 13px; }
.customText a {color: #94223c;
               display: inline-block;
               font-size: 13px;
               padding-left: 25px;
               position: relative;
               text-transform: uppercase;}

.customText a::before {
    border: 1px solid #94223c;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 10px;
}
#scroll { position:fixed; bottom: 63px; right:0px; z-index: 99;} 
/* Begin Images */
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }
/* End Images */

/* Begin Comments*/
.alt { margin: 0; padding: 10px; }
#commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 0; }
#commentform { margin: 5px 10px 0 0; }
#commentform textarea { width: 100%; padding: 2px; }
#respond:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#commentform #submit { margin: 0 0 5px auto; float: right; }
.commentlist li,
#commentform input,
#commentform textarea { font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentlist li ul li { font-size: 1em; }
.commentlist li { font-weight: bold; }
.commentlist li .avatar { float: right; border: 1px solid #eee; padding: 2px; background: #fff; }
.commentlist cite,
.commentlist cite a { font-weight: bold; font-style: normal; font-size: 1.1em; }
.commentlist p { font-weight: normal; line-height: 1.5em; text-transform: none; }
#commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentmetadata { font-weight: normal; }
.commentlist { padding: 0; text-align: justify; }
.commentlist li { margin: 15px 0 10px; padding: 5px 5px 10px 10px; list-style: none; }
.commentlist li ul li { margin-right: -5px; margin-left: 10px; }
.commentlist p { margin: 10px 5px 10px 0; }
.children { padding: 0; }
#commentform p { margin: 5px 0; }
.nocomments { text-align: center; margin: 0; padding: 0; }
.commentmetadata { margin: 0; display: block; }
/* End Comments */

/* Begin Calendar */
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 155px; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
#wp-calendar td.pad:hover { /* Doesn't work in IE */ background-color: #fff; }
#wp-calendar #prev a,
#wp-calendar #next a { font-size: 9pt; }
#wp-calendar a { text-decoration: none; }
#wp-calendar caption { font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: center; }
#wp-calendar th { font-style: normal; text-transform: capitalize; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }
.center { text-align: center; }
.hidden { display: none; }
.screen-reader-text { position: absolute; left: -1000em; }
hr { display: none; }
a img { border: none; }
.navigation { display: block; text-align: center; margin-top: 10px; margin-bottom: 60px; }
/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
/* End captions */
.p-img{
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
    margin-top: 10px; 
    margin-bottom: 10px; 
}
.fx{
    display: block;
}
.my-post-list li:hover{
    position: relative;

}
.my-post-list li:hover:before{
    content:'';
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: calc(100% - 4px);
    border: 2px solid #94223c;
}
.news-top-txt.commen-txt span.date{
    margin-bottom: 10px;
    display: block;
}

.spendeninfo{
    background: #bcbcbc;
    color: #fff;
    border-style: solid;
    border-color: #a3193a;
    padding: 25px 10px !important;
    font-size: 40px;
    font-family: 'muliextralight';
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.spendeninfo a {color: #636466;
               display: inline-block;
               font-size: 40px;
               text-transform: uppercase !important;
               }

.spendeninfo a:hover {color: #fff;
                             }
               
/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 1280px) {
    .centering-full{
        width: 100%;
    }
    .home-banner-box .img-box.big-b{
        margin: 0px;
        float: left;
        width: 62.4%;
    }
    .home-banner-box .imgRight { float:right; }
    .home-banner-box .img-box .xs-img img{
        width: 100%;
    }
}
@media only screen and (max-width: 1230px) {
    .menu-bx.open, .main-menu {
        width: 787px;
    }
    .main-menu > ul > li > a {
        padding: 8px 6px;
    }
    .nav-block {
        margin-top: 20px;
        margin-left: 15px;
    }
    #header-part .logo {
        float: left;
        padding: 20px 0 0 20px;
    }


    .top-banner{
        font-size: 26px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 1230px) and (min-width: 960px) {
    .main-menu ul li a { font-size: 14px; padding:8px 15px;}	
}
@media only screen and (max-width: 1190px) {
    .centering{
        width: 100%;
    }
    .owl-dots{
        right: 10px;
    }
    #scroll { position:absolute; z-index:999; }
}
@media only screen and (max-width: 1023px) {

}
@media only screen and (max-width: 960px) {
    .menu-bx.open, .main-menu {
        width: 400px;
    }
    .main-menu > ul > li{
        float: none;
    }
    .full-banner .img-box .overlay-pnl h2{
        font-size: 26px;
    }
    .main-menu li { float:none; }
    #header-part .logo a img { width:auto;}

}
@media only screen and (max-width: 767px) and (min-width: 540px) {
    html, body{
        font-size: 18px;
    }
    .welcome-pnl span, .commen-txt strong, .news-pnl .ext-lnk ul li a{
        font-size: 20px;

    }
    .commen-txt p, .foot-link ul li a, .ft-address, .copyright-bar {
        font-size: 18px;
    }
    .commen-txt a, .full-banner .img-box .overlay-pnl a{
        font-size: 20px;
    }
    .news-pnl h3, .foot-link h5, .full-banner .img-box .overlay-pnl span, .profile-pnl h3{
        font-size: 22px;
    }
    .profile-pnl span.date{
        font-size: 26px;
    }
    .news-pnl ul li a {
        font-size: 18px;
    }
    .full-banner .img-box .overlay-pnl h2{
        font-size: 32px;
    }
    .news-pnl ul li{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .foot-link ul li{
        margin-bottom: 15px;
    }
    .foot-link ul li a:before, .news-pnl ul li a:before, .commen-txt a:before, .full-banner .img-box .overlay-pnl a:before {
        top: 7px;
        content: '';
        height: 15px;
        width: 15px;
    }
    .foot-link ul li a, .news-pnl ul li a, .commen-txt a, .full-banner .img-box .overlay-pnl a{
        padding-left: 30px;
    }

}

@media only screen and (max-width: 767px) {

    #header-part .logo a img { width:60px;}
    .top-banner-box { padding-top: 120px;}
    #header-part { width:auto;}
    .owl-dots { top:20%;}
    .footer-bar { margin-top: 10px;}
    .mobileView { display:block;}
    .desktopView { display:none; }
    /*    .full-banner .img-box .overlay-pnl h2 { font-size: 20px; line-height:24px; }
        .full-banner .img-box .overlay-pnl span { font-size:12px; }*/
    .centering { display:block; }

    #scroll { bottom:10px; z-index:999;}
    /*    .news-pnl ul li a { font-size: 12px; }*/

    .main-menu li { float:none; }
    .home-banner-box .img-box.big-b{
        width: 100%;
        margin-bottom: 10px;
    }
    .home-banner-box .img-box.sml-s, .home-banner-box .img-box.sml-b{
        width:calc(50% - 5px);
    }
    .home-banner-box .img-box.sml-s{
        margin-right: 10px;
        float: left;
    }
    #main-panel .left-pnl, #main-panel.inner-page .left-pnl{
        width: 100%;
        margin-bottom: 10px;
    }
    #main-panel .right-pnl, #main-panel.inner-page .right-pnl{
        width: 100%;
    }
    .welcome-pnl, .home-banner-box .img-box.big-b .overlay-pnl{
        padding: 10px;
    }
    .nav-block {
        margin-top: 5px;
        margin-left: 20px;
    }
    #header-part .logo {
        float: left;
        padding: 5px 0 0 5px;
    }
    .foot-link{
        width: 100%;
        margin: 0 0 10px 0;
    }
    .ft-address{
        text-align: center;
    }
    .ft-address .icn.email{
        display: flex;
        margin: 0 auto 10px;
    }
    .home-banner-box .img-box .overlay-pnl h2{
        font-size: 30px;
    }
    .overlay-pnl .slideText { max-width: auto; width:auto; } 
    .home-banner-box .imgRight { float:none; width:auto; }
}
@media only screen and (max-width: 639px) {
    .home-banner-box .img-box .overlay-pnl h2{
        font-size: 24px;
        line-height: 25px;
    }
    .commen-txt h2{
        font-size: 28px;
    }
    .menu-bx.open, .main-menu {
        width: 290px;
    }
    .overlay-pnl {
        position: static; 
    }
    .banner-box.downloadBan .overlay-pnl h2, .top-banner-box h2{
        font-size: 24px;
        line-height: 25px;
    }

}
@media only screen and (max-width: 479px) {
    .menu-bx.open, .main-menu {
        width: 180px;
    }
    .main-menu > ul > li > a{
        font-size: 13px;
    }
    .nav-block {
        margin-left: 5px;
    }

    .home-banner-box .img-box.sml-s, .home-banner-box .img-box.sml-b{
        width:100%;
    }
    .team-mem-list ul li{
        float: none;
        width: 100%;
        margin-right: 0px;
    }
    .team-mem-list .m-post-img img{
        width: 100%;
    }
    .contact-form .field.hf{
        width: 100%;
    }
    .contact-form .field.fst, .contact-form .field .rd-bx .form-control {
        width:60%;
    }
    .contact-form .field .notes{
        float: none;
        display: block;
    }
    .contact-form .field .btn{
        float: none;
    }
    .main-menu ul li a { font-size: 12px; padding: 8px; }
    /*    .commen-txt h2 { font-size: 20px; }*/
}


