@charset "utf-8";
 /*Paritätischer Sozialdienst Template*/
/*

grey BG: #f2f4fa;
grey font color: #494949;
red font color: #ce152b;

*/

/* ************************

		General
		
**************************/
@font-face {
  font-family: 'MavenPro-Regular';
  src: url('fonts/MavenPro-Regular.eot');
  src: url('fonts/MavenPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/MavenPro-Regular.svg#MavenPro-Regular') format('svg'),
       url('fonts/MavenPro-Regular.ttf') format('truetype'),
       url('fonts/MavenPro-Regular.woff') format('woff'),
       url('fonts/MavenPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MavenPro-Medium';
  src: url('fonts/MavenPro-Medium.eot');
  src: url('fonts/MavenPro-Medium.eot?#iefix') format('embedded-opentype'),
       url('fonts/MavenPro-Medium.svg#MavenPro-Medium') format('svg'),
       url('fonts/MavenPro-Medium.ttf') format('truetype'),
       url('fonts/MavenPro-Medium.woff') format('woff'),
       url('fonts/MavenPro-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MavenPro-SemiBold';
  src: url('fonts/MavenPro-SemiBold.eot');
  src: url('fonts/MavenPro-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('fonts/MavenPro-SemiBold.svg#MavenPro-SemiBold') format('svg'),
       url('fonts/MavenPro-SemiBold.ttf') format('truetype'),
       url('fonts/MavenPro-SemiBold.woff') format('woff'),
       url('fonts/MavenPro-SemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MavenPro-Bold';
  src: url('fonts/MavenPro-Bold.eot');
  src: url('fonts/MavenPro-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/MavenPro-Bold.svg#MavenPro-Bold') format('svg'),
       url('fonts/MavenPro-Bold.ttf') format('truetype'),
       url('fonts/MavenPro-Bold.woff') format('woff'),
       url('fonts/MavenPro-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*============== Custom Css ===================*/
b, strong {
    font-family: 'MavenPro-Bold' !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'MavenPro-Medium' !important;
}
/*=============================================*/
/*======= css updates start ==============*/
.uk-scope .uk-grid
{margin:0 auto !important;}
.uk-scope .uk-cover{ height:auto !important; width:100% !important;}
.nopadding{
  padding: 0!important;
}
.uk-scope .uk-slideshow-items{min-height:458px !important;}
h1, h2, h3, h4 {
    color: #ce152b !important;
}

/*======= css updates END ==============*/

*{
  outline: none!important;
}
html{ 
 font-size: 14px;
}
@media(min-width: 768px){
html{ 
 font-size: 18px;
}

}


body  {
  background-color: white;
  /*background-image: url(/web/20190212063627im_/https://paritaet-kn.de/templates/paritaet-moc/images/background.png);*/
  background-position:center top;
  background-repeat: no-repeat;
  background-size: contain;
  color:black;
  font-size: inherit;
  font-family: 'MavenPro-Regular';
}
.contentwrapper ol, .contentwrapper ul{
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 25px;
}
p{
	margin: 0;
}
p.readmore{
  margin-top: 10px;
  margin-bottom: 10px;
}
a {color:#ce152b;; text-decoration:none;}
a:hover {color:#7295cd; text-decoration:none;}



a.pdf {
    background-image: none, url("https://paritaet-kn.de/templates/paritaet-moc/images/pdf_icon_rechts.png"), url("https://paritaet-kn.de/templates/paritaet-moc/images/pdf_icon_mitte.png");
    background-position: left center, right center, left center;
    background-repeat: no-repeat, no-repeat, repeat-x;
    color: #ffffff;
    display: block;
    font-size: 0.9em;
    margin-bottom: 4px;
    max-width: 435px;
    padding: 20px 10px 20px 16px;
    margin-top: 15px;
}

@media(min-width: 768px){
	a.pdf {
		background-image: url("https://paritaet-kn.de/templates/paritaet-moc/images/pdf_icon_links.png"), url("https://paritaet-kn.de/templates/paritaet-moc/images/pdf_icon_rechts.png"), url("https://paritaet-kn.de/templates/paritaet-moc/images/pdf_icon_mitte.png");
		background-position: left center, right center, left center;
		background-repeat: no-repeat, no-repeat, repeat-x;
		color: #ffffff;
		display: block;
		font-size: 0.8em;
		line-height: normal;
		margin-bottom: 0px;
		max-width: 100%;
		padding: 23px 10px 23px 85px;
	}
}
	
a.pdf:hover, a.pdf:active, a.pdf:focus {
    color: white;
}

h1, h2, h3 ,h4{
  color: #ce152b;
}
h2{
  font-size: 17px;
  text-transform: uppercase;
}
h2 .smaller{
  font-size: 14px;
  text-transform: none;
}


.fixed-container{
  position:absolute;
  
  color: white;
  font-size: 16px;
  font-weight: bold;
  right: 0px;
  top: 0;
 
  z-index: 1000;
  box-shadow: 0 0 10px 0 grey;
}

.fixed-container a, .fixed-container a:hover{
  color: white;
  display: block;
   padding: 10px 15px;
   
}
@media(min-width: 768px){
h2{
  font-size: 35px;
  margin-top: 0px;
}
h2 .smaller{
  font-size: 25px;
}
.blog h2{
      font-size: 20px;
}
}
@media(min-width: 992px){
h2{
  font-size: 30px;
}
h2 .smaller{
  font-size: 25px;
}
.blog h2{
      font-size: 21px;
}
.footer h2{
  font-size: 34px;
}
}

@media(max-width: 767px){
  .uk-grid > *{
    padding-left: 0!important;
  }
}

.redbox{
	 /*border: 4px solid #ce152b;
    border-radius: 15px;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 5px;*/

}
.redbox a{
	text-align: center;
	font-weight: bold;
  
}
.redbox img{
    /*margin: 0 auto;*/
}
h3.redbox{
	margin: 0;
	margin-top: 30px;
}

@media(min-width: 768px){
	.flexbox-vertical{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
}



img{
  max-width: 100%;
  height: auto;
}
.red-container{
  background-color: #ce152b;
  color: white;
  padding: 30px;
  margin: 15px 0;
  text-align: center;
  
}
.red-container a{
  color: white;
  font-weight: bold;
}
.red-container a:hover{
  color: #bcc8e8;
}

@media(min-width: 768px){
.red-container{
    font-size: 1.5em;
}
}

#header{
  position: relative;
}
/*logo*/
.logo img{
     padding: 5px;
    box-shadow: 0px 0px 10px 0px grey;
    background-color: white;
    margin-bottom: 10px;
    max-height: 100px;
    position: absolute;
    z-index: 1;
}

@media(min-width:480px){
.logo img{
    
    max-height: none;
}

}

/*end logo*/
/*top menu*/

.dj-megamenu-override li ul.dj-submenu > li {
	border: 0; 
    display: inline-block;
	float: left;
	margin-right: 30px;
}


.dj-megamenu-override li ul.dj-submenu > li > a {
	/*display: inline;*/ 
	width: auto; 
  font-size: 15px;
  padding: 4px;
}
.dj-megamenu-override li.dj-up{
	position: static;
}

.dj-subwrap-in{
	width: auto!important;
}
.dj-subcol{
	width: 100%!important;
}
.dj-megamenu li.active.parent div.dj-subwrap{
  display: block!important;
  top: 28px!important;
  left: 0!important;
  opacity: 1!important;
}

.dj-megamenu-override li:hover div.dj-subwrap, 
.dj-megamenu-override li.hover div.dj-subwrap{
  /*background-color: transparent;*/
}

@media(min-width: 992px){
  .topmenu{
      margin-top: 25px;
    margin-bottom: 7px;
}
}
.dj-megamenu-override li a.dj-up_a{
  padding-top:0;
  padding-bottom: 0;
  line-height: normal;
}

/*subnavi*/
.subnavi {
	height: 26px; 
	background-color: #cd172c; 
}



/*end topmenu*/
/*mobile menu*/
.dj-megamenu-offcanvas-light .dj-mobile-open-btn{
  margin: 5px auto;
}
/*end mobile menu*/

/*top slider*/
.slidertext{
  text-align:left;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 5px #000;
}
@media(min-width: 768px){
.slidertext{
  text-align:left;
  font-size: 50px;
}
}

/*end top slider*/
.page-header{
  margin-top: 95px;
}
.item .page-header{
	margin-bottom: 5px;
	margin-top: 20px;
}
.uk-margin{
  text-align: justify;
  margin-left:15px;
  margin-right:15px;
}
.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel{
  margin-top: 0;
  margin-bottom: 10px;
}
.uk-margin h2{
	text-align: left;
  margin-bottom: 20px;
}
.uk-margin li{
  text-align: left;
}
.btn-primary, .btn{
  background-color: #ce152b;
  color: white;
  border-radius: 0;
  border: 0;
}
.btn-primary:hover, .btn:hover{
background-color: #808080;
color: white;
}
.footer{
  padding-bottom: 30px;
  background-color: #fff;
  border-top: 2px solid #808080;
  
}
.blogpage .content.container{
  padding-bottom: 30px;
  /*margin-bottom: 30px;*/
}

.contentbottom .uk-row-first:first-child{
  width: 100%;
  padding-left: 0;
}

.contentbottom .uk-grid-margin:nth-of-type(2){ 
  padding-left: 0;
}

.contentbottom .uk-row-first .uk-panel{
  min-height: 0!important;
}
.contentbottom .moduletable:nth-of-type(even){
  background-color: #f2f4fa;
} 
.contentbottom .moduletable:nth-of-type(odd):last-child {
  url('https://paritaet-kn.de/templates/paritaet-moc/images/gradientbg.png');
  background-position: bottom;
  background-repeat: repeat-x;
} 
.contentwrapper{
  /*padding-bottom: 15px!important;*/

}

.item-page div[itemprop="articleBody"]{
 /* margin-bottom: 30px;*/

}

@media(min-width: 992px){

  .item-page div[itemprop="articleBody"] > *:last-child {
  margin-bottom: 30px;
}
}



.contentbottom .moduletable {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*blog view*/
.blog{
	padding-bottom: 30px;
}
@media(max-width: 768px){
.pull-right.item-image,.pull-left.item-image{
  float: none!important;
}

}
.img_caption.none{
  width: auto!important;
}

.img_caption img {
  max-width: 100%;

  height: auto;
  display: block;

}
p.img_caption{
font-size: 85%;
font-weight: bold;
text-align: right;
}
@media(min-width: 992px){
.pull-right.item-image {
  max-width: 350px;
  height: auto;
  margin-left: 15px;
}

}

/*end blog view*/
.footer-bottom section{
  margin-bottom: 15px;
}
.footer1 ul{
  padding-left: 0;
  list-style-type: none;
  margin-top: 0px;
}
.footer1 ul li{
position: relative;
padding-bottom: 8px;
  }

.footer1 img{
    position: relative;
    height: auto;

    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
  }

.indigo img{
  width:30px;
}

.kontaktperson{
	font-size: 14px;
}
.kontaktperson img{
	margin: 0 auto;
}
.kontaktperson .moduletable {
	margin-bottom: 15px;
}
@media(max-width: 768px){
.kontaktperson .moduletable {
	text-align: center;
}
}
  /*schnellkontakt*/


#ff_elem29,
#ff_elem30,
#ff_elem31, 
#ff_elem32{
  max-width: 100%;
  width: 100%;
  border: none;
  border-bottom: 1px solid grey;
  line-height: 45px;
  border-radius: 0;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
#ff_elem32{
  line-height: 45px;
  border: 1px solid grey;
  padding: 0 7px;
}
#telefon, #email, #bfElemWrap53, #bfElemWrap62{
  display: inline-block;
  width: 49%;
}
#telefon, #bfElemWrap53{
  float: left;
}
#email,#bfElemWrap62{
  float: right;
}
#bfElemWrap62 .controls{
  text-align: right;
}
.bfQuickMode textarea{
  height: 138px;
  
}

@media(max-width: 639px){
  #bfElemWrap62{
    width: 100%;
  }

}
.bfQuickMode section.bfElemWrap, .bfQuickMode .bfPageIntro{
  padding-left: 0;
  padding-right: 0;
}

#left{
  
  margin-right: 2%
}
#right{
  width: 100%;
  display: inline-block;
}

@media(min-width: 768px){
    #left{
      width: 48%;
      float: left;
    }

    #right{
    width: 50%;
    display: inline-block;
    }
}



  /*end schnellkontakt*/

  /*kontakt*/
.bfQuickMode section input[type="text"], .bfQuickMode section textarea, .bfQuickMode section select{
	width: 53%;
}
  /*end kontakt*/

.footer2 .custom{
  font-size: 14px;
}

.copyright{
	
}
/*poweredby*/
.powered {
    background: rgba(0, 0, 0, 0) url("https://paritaet-kn.de/templates/paritaet-moc/images/poweredby-mo-company-h.svg") no-repeat scroll 100% center / contain;
    display: block;
    opacity: 0.6;
    position: relative;
}
.powered:hover {
    opacity: 1;
}


/*end poweredby*/
/*browser update warning*/
#BrowserUpdateWarningContent{
  max-width: 700px;
  width: auto;
}
#BrowserUpdateWarningContent .yourBrowser a{
  display: block;
  width: auto;
}
#BrowserUpdateWarningContent .otherBrowsers{
  width: auto;
}
#BrowserUpdateWarningContent .whyUpgrade{
  width: auto;
}
#BrowserUpdateWarningContent .continueToSite{
  clear: both;
  float: right;
  position: relative;
  bottom: 0;
}

/*end browser update warning*/

/*kontaktformular*/
#bfElemWrap157 {
  float: left;
  padding-bottom: 100px;
  margin-right: 5px;
}
#datenschutz, #datenschutz p{
  margin-top: -3px;
}
/*cookie*/
#cadre_alert_cookies{
  font-size: 13px;
  line-height: normal;
}
#cadre_alert_cookies p{
  text-align: center!important;
}
#cadre_alert_cookies a, #cadre_alert_cookies a:hover, #cadre_alert_cookies a:focus{
  color: #ce152b!important;
}


.cc-revoke{display: none!important;}
.cc-window{
  display: block!important;
  font-size: 14px!important;
  line-height: normal!important;
}
.cc-banner .cc-message{
  margin: 0!important;
}
.cc-banner{
  left: auto!important;
  
}
.cc-window{
  padding: 10px!important;
  margin: 10px!important;
  width: 400px!important;
  max-width: 100%!important;
  border: 1px solid gray!important;
  right: 0!important;
}
.cc-banner .cc-message{
  margin-bottom: 10px!important;
}
.cc-btn,
.cc-btn:hover{
  border: 1px solid grey!important;
  text-decoration: none!important;
}
.cc-btn.cc-deny:hover{
  background-color: #eee!important;
}
.cc-btn.cc-allow{
  color: white!important;
}
.privacy-msg.privacy-map-msg{
  background-color: #bdc9e8;

}
div.privacy-msg p {

  background-color: white;
    min-width:250px;
    max-width: 600px;
    border: 1px solid black;
    padding: 5px;
    text-align:center;
    position: relative;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
div.privacy-msg p a:not(.normal){
  font-weight: bold;
}
.embed-responsive-21by9{
    padding-bottom: 42.857143%!important;
    min-height: 300px;
}