/*
Theme Name: VdPB
Theme URI: xxx
Author: Michael Steinseifer
Author URI: xxx
Description: xxx
Version: 1.0.0
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: xxx
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/398867");

@font-face {
	font-family: 'BrushUp';
	src: url('fonts/398867_0_0.eot');
	src: url('fonts/398867_0_0.eot?#iefix') format('embedded-opentype'),
	url('fonts/398867_0_0.woff2') format('woff2'),
	url('fonts/398867_0_0.woff') format('woff'),
	url('fonts/398867_0_0.ttf') format('truetype');
}

@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-Regular.ttf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: "SourceSansPro";
	src: url(fonts/SourceSansPro-Bold.ttf);
	font-weight: bold;
	font-style: normal;
}

@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-Italic.ttf);
	font-weight: normal;
	font-style: italic;
}

@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-BoldItalic.ttf);
	font-weight: bold;
	font-style: italic;
}

/* ---------- RESETS ---------- */

html, body, div, span, applet, object, iframe,
grah1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div {
	box-sizing: border-box;
}

/* ---------- MAIN CSS ---------- */

body {
	font-family: "SourceSansPro", Arial;
	font-size: 16px;
	line-height: 24px;
	background-color: #ffffff;
	color: #000000;
}

h1 {
	font-family: "BrushUp", Arial;
	text-transform: uppercase;
	font-size: 2.9rem;
	line-height: 3.1rem;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1rem;
}

h2 {
	font-family: "BrushUp", Arial;
	text-transform: uppercase;
	font-size: 2.1875rem;
	line-height: 2.4rem;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1.1rem;
	color: #177BB5;
	font-weight: normal;
}

h3 {
	font-size: 1.3rem;
	line-height: 1.5rem;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0.5rem;   
	font-weight: bold;
}

p {
	margin-bottom: 1.7rem;
	padding: 0px;
}
/* ---------- CON Custom ---------- */
.elo-child-height-100 {
    height: 1080px;
}
/* ---------- End of Custom ---------- */

small {
	font-size: 0.8rem;
	line-height: 1rem;
}

strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

sup {
	font-size: xx-small; 
	vertical-align: super;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a:hover {
	color: #074B85;
	text-decoration: underline;
}

.introduction {
	font-size: 1.25rem;
	line-height: 1.25rem;
}

.link-opacity:hover {
	opacity: 0.7;
	text-decoration: none;
}

.wrapper {
	max-width: 1500px;
	margin: 0px auto;
	padding: 0px 15px;
	overflow: hidden;
}

.wrapper-smal {
	max-width: 1180px;
	margin: 0px auto;
}

.wrapper-xs {
	max-width: 780px;
	margin: 0px auto;
}

.wrapper-xxs {
	max-width: 600px;
	margin: 0px auto;
}

.wrapper-grid {
	margin-bottom: 1.7rem;
}

.content-left-600 {
    width: calc(100% - 420px);
    float: left;
    padding: 0px 0px 0px 160px;
    margin-left: -160px;
}

.header-line {
    background-color: #494949;
    color: #ffffff;
    width: 100%;
    height: 45px;
    padding: 0px 15px;
}

.header-line a {
    color: #ffffff;
    display: block;
    padding: 0px 10px;
}

a.header-line--mitglieder {
    background-color: #f9e332;
    color: #000000;    
}

a.header-line--mitglieder:hover {
    background-color: #fff352;
    color: #000000;
    text-decoration: none;
}

ul.header-line--ul-left {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px -10px;
    display: inline-block;
    font-size: 0;
}

ul.header-line--ul-left li {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    line-height: 48px;
    font-size: 1rem;
}

ul.header-line--ul-right {
    list-style: none;
    padding: 0px;
    margin: 0px -10px 0px 0px;
    display: inline-block;
    float: right;
    font-size: 0;
}

ul.header-line--ul-right li {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    line-height: 45px;
    font-size: 1rem;
}

.breadcrumb {
    display: block;
    padding: 0.7rem 0px 1.5rem 0px;
    font-size: 0.9rem;
    border-top: 4px solid #e4e4e4;
}

.breadcrumb a {
    color: #000000;
}

.footer {
    width: 100%;
    background-color: #e2e2e2;
    padding: 0px 15px;
}

.footer a {
    color: #000000;
}

ul.footer--ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-size: 0;
}

ul.footer--ul li {
    padding: 0px;
    margin: 0px 40px 0px 0px;
    display: inline-block;
    font-size: 1rem;
}

ul.footer--ul li a {
    line-height: 45px;
    display: block;
}

.logo {
    margin: 26px 0px 16px 0px;
    float: left;
    width: 278px;
}

.search {
    float: right;
    margin-top: 62px;
}

.search input {
    border: 0px;
    border-bottom: 2px solid #a4a4a4;
    font-size: 0.9rem;
    line-height: 1.5rem;
    width: 244px;
    outline: 0;
    font-family: "SourceSansPro", Arial;
}

.search-button {
    outline: none;
    border: none;
    font-size: 1rem;
    background-color: #fff;
}

.show-search {
    float: right;
    margin-top: 5px;
    cursor: pointer;
}

.text-box {
    width: 100%;
    margin-bottom: 1.7rem;
}

.image-box {
    width: 100%;
    height: 350px;
    margin-bottom: 1.7rem;
    position: relative;
}

.image-box--big {
    width: calc(100% + 30px);
    margin: 0px 0px 1.7rem -15px;
}

.image-box--image,
.image-box--image-wide {
    float: left;
    width: calc(100% - 380px);
    height: 350px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

.image-box--image-right {
    float: right;
    width: calc(100% - 380px);
    height: 350px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.image-box--text {
    float: right;
    padding: 45px;
    width: 380px;
    height: 350px;
}

.image-box--text-left {
    float: left;
    padding: 45px;
    width: 380px;
    height: 350px;
}

.image-box--half {
    width: 50%;
    float: left;
    position: relative;
}

.image-box--half-image {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
}

.image-box-full {
    position: relative;
    margin: 0px -20px 1.7rem -20px;
}

.image-box-full--image {
    width: calc(50% + 36px);
    float: left;
    height: 310px;
   /*  background-image: url(../images/der-pflege-ihre-stimme-geben.jpg); */
    background-size: cover;
    background-position: center center;
}

.image-box-full--text {
    width: calc(50% - 36px);
    padding: 45px 45px 45px 9px;
    float: right;
    height: 310px;
}

.image-box-full--text::before {
    content: '';
    height: 310px;
    width: 36px;
    margin-left: -45px;
    margin-top: -45px;
    background: url(../images/gelbes-dreieck-seitlich.png);
    display: inline-block;
    position: absolute;
}

.myBrush{
	font-family: "BrushUp", Arial;
	text-transform: uppercase;
	font-size: 2.9rem;
	line-height: 3.1rem;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1rem;
}
/* ---------- GRID ---------- */

.grid-left {
    width: calc(100% - 420px);
    float: left;
    padding: 0px 0px 0px 160px;
    margin-left: -160px;
}

.grid-left--text-box {
    width: calc(100% + 360px);
    margin-left: -160px;
    padding: 40px 45px 0px 160px;
    overflow: hidden;
}

.grid-left--image-box {
    width: calc(100% + 360px);
    margin-left: -160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.grid-left--overlay-white {
    width: 380px;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    right: 120px;
    padding: 42px;
    color: #000000;
}

.grid-left--overlay-dark {
    width: 380px;
    height: 100%;
    background-color: rgba(73,73,73,0.9);
    position: absolute;
    right: 120px;
    padding: 42px;
    color: #ffffff;
}

.grid-right {
    float: right;
    width: 540px;
    margin-right: -160px;
}

.grid-right--image-box {
    width: 540px;
}

.grid-right--image-box-image {
    width: 100%;
    height: 345px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.slider-navi-home {
    text-align: center;
    font-size: 0.9rem;
    position: absolute; 
    bottom: 20px;
    left: 40px;
    width: calc(100% - 220px);
}
.slider-navi {
	text-align: center;
	font-size: 0.9rem;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.slider-prev {
	float: left;
	margin-top: 2px;
}

.slider-next {
	float: right;
	margin-top: 2px;
}

.slider-play {
	background-image: url(../images/icon-slider-play-stop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 19px;
	padding-left: 30px;
	padding-top: 3px;
	display: inline-block;
	font-weight: bold;
    text-decoration: none;
    margin-left: 5px;
}

.slider-responsive-img {
	width: 100%;
}

.grid-right--image-box-text-max {
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
}

.grid-right--image-box-text-fade {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(249,227,51,0) 0%, rgba(249,227,51,1) 100%);
    background: -webkit-linear-gradient(top, rgba(249,227,51,0) 0%,rgba(249,227,51,1) 100%);
    background: linear-gradient(to bottom, rgba(249,227,51,0) 0%,rgba(249,227,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9e333', endColorstr='#f9e333',GradientType=0 );
    height: 20px;
}

.slider-navi--icon-abspielen {
    margin: 0px 5px -6px 5px;
}

.slider-navi--icon-arrow {
    margin-top: 2px;
}

.slider-box {
    position: relative;
    margin-bottom: 1.7rem;
}

.slider-box {
    width: 100%;
    position: relative;
    bottom: 0;
}

.slider-box .caption {
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid #177bb5;
}

.slider {
    width: 100%;
	height: 486px;
	overflow: hidden;
	position: relative;
}

.slider ul {
    position: absolute;
	display: block;
}

.slider ul li {
    float: left;
}


.slider-navi a {
    color: #000;
}

.teaser-box {
    width: 540px;
}

.teaser-box--image {
    width: 100%;
    height: 345px;
    background-image: url(../images/mitglied-werden-mobile.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.yellow-arrow {
    width: 100%;
    height: 35px;
    background-image: url(../images/gelbes-dreieck.png);
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.grid-right--image-box {
    min-height: 686px;
}

.grid-right--image-box-text {
    padding: 5px 175px 0px 45px;
    width: 100%;
    height: 341px;
    position: relative;
}

.grid-right--text-box,
.grid-right--calendar {
    padding: 40px 160px 0px 45px;
    width: 540px;
}

.grid-full {
    width: calc(100% + 320px);
    margin-left: -160px;
    padding: 46px 0px 41px 0px;
}

.grid-left--overlay-dark .link-button,
.bg-darkgrey .link-button {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.grid-left--overlay-dark .link-button:hover,
.bg-darkgrey .link-button:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
}

.google-maps {
    max-width: 600px;
    overflow: hidden;
}


/* ---------- SONSTIGES ---------- */

.responsive-img {
    width: 100%;
}

.caption {
    font-size: 0.9rem;
    color: #494949;
    font-style: italic;
    margin: 0.8rem 0 1.7rem 0;
    display: inline-block;
}

.wp-caption-text {
    font-size: 0.9rem;
    color: #494949;
    font-style: italic;
    margin: 0.8rem 0 1.7rem 0;
    display: inline-block;
}

.link-button {
    border: 1px solid #000000;
    padding: 8px 15px;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1.1rem;
}

.link-button:hover {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.link-button--blue {
    border: 1px solid #177bb5;
    padding: 8px 15px;
    color: #177bb5;
    display: inline-block;
    margin-bottom: 1.1rem;
    font-weight: bold;
}

.link-button--blue:hover {
    border: 1px solid #177bb5;
    background-color: #177bb5;
    color: #ffffff;
    text-decoration: none;
}

.gform_button {
    border: 1px solid #000000;
    padding: 8px 15px;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1.1rem;
}

.gform_button:hover {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

#searchsubmit {
    border: 1px solid #000000;
    padding: 8px 15px;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1.1rem;
}

#searchsubmit:hover {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.back-to-top {
    text-align: center;
    position: fixed;
    bottom: -60px;
    right: 20px;
    height: 52px;
    display: inline-block;
    margin: 0px auto;
    width: 142px;
    background-color: #177bb5;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 5px 0px rgba(0,0,0,0.3);
}

.back-to-top a {
    color: #ffffff;
    padding: 10px 20px 20px 10px;
    text-align: center;
    display: block;
}

.back-to-top a::before {
    content: '';
    background: url('../images/back-to-top.png');
    width: 19px;
    height: 14px;
    display: inline-block;
    margin-right: 12px;
}

.back-to-top a:hover {
    text-decoration: none;
}

.link-button--ausbildungs-boerse-left {
    margin-right: 10px;
}

.link-button--ausbildungs-boerse-right {
    margin-left: 10px;
}

.box-newsletter {
    border: 10px solid #177bb5;
    width: 100%;
    padding: 30px 35px 35px 35px;
    margin-bottom: 1.7rem;
}

.kontakt {
    margin: 46px 0px 51px 0px;
}

.kontakt-logo {
    margin: 10px 0px 0px 0px;
    float: left;
    background-image: url(../images/logo-kontakt.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-left: 58px;
    min-height: 56px;
    position: relative;
    width: 100%;
}

.kontakt-logo-text {
    position: absolute;
    bottom: 0px;
}

.calendar-row {
    width: 100%;
    padding: 20px;
}

.calendar-row:nth-of-type(even) {
    background-color: #e4e4e4;
}

.calendar-row:nth-of-type(odd) {
    background-color: #ffffff;
}

.calendar-row--right {
    width: calc(100% - 130px);
    float: right;
}

.calendar-icon {
    background-color: #177bb5;
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    text-align: center;
    font-size: 0.8rem;
    min-width: 106px;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.calendar-icon span {
    font-size: 4rem;
    line-height: 4rem;
}

.p-ausbildungs-boerse {
    max-width: 580px;
    display: inline-block;
    padding: 0px 80px;
}

.box-half {
    width: calc(50% - 10px);
}

.team-box {
    width: calc(50% - 30px);
    border-bottom: 1px solid #177bb5;
    margin: 0px 10px 1.7rem 10px;
    min-height: 240px;
}

.team-box-xl {
    width: calc(50% - 30px);
    border-bottom: 1px solid #177bb5;
    margin: 0px 10px 1.7rem 10px;
    min-height: 600px;
}

.team-box-text {
    width: 280px;
    float: left;
}

.team-box--image {
    float: right;
    margin-left: 10px;
}

.link-box {
    border-top: 1px solid #177bb5;
    border-bottom: 1px solid #177bb5;
    padding: 10px 0px;
    margin-bottom: 1.7rem;
}

.link-box a {
    font-weight: bold;
    font-style: italic;
    color: #000000;
}

.link-box a::before {
    content: '';
    background:url('../images/link-pfeil.png');
    width: 9px;
    height: 15px;
    display: inline-block;
    margin-right: 12px;
}

.full-size-members .link-box {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.full-size-members .link-box a::before {
    background:url('../images/link-pfeil-schwarz.png');
}

.full-size-members {
    width: 100%;
    background-color: #fefbe0;
    padding-bottom: 1.6rem;
}

a.extern,
a.intern,
a.download,
a.calendar,
a.share,
a.email {
    font-weight: bold;
    font-style: italic;
    color: #000000;
}

a.extern::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f35d';
    font-weight: 900;
    padding-right: 5px;
    font-style: normal;
}

a.intern::before {
    font-family: 'SourceSansPro';
    content: '>';
    font-weight: 900;
    padding-right: 5px;
    font-style: normal;
}

a.download::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f019';
    font-weight: 900;
    padding-right: 5px;
    font-style: normal;
}

a.calendar::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f133';
    font-weight: 900;
    padding-right: 5px;
    font-style: normal;
}

a.share::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f1e0';
    font-weight: 900;
    padding-right: 5px;
    font-style: normal;
}

a.email::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0e0';
    font-weight: 400;
    padding-right: 5px;
    font-style: normal;
}

.info-box-blue,
.question-box-blue,
.more-box-blue,
.read-more-box-blue,
.achtung-box-blue,
.quote-box-blue,
.tipp-box-blue,
.aha-box-blue {
    max-width: 600px;
    background-color: #177bb5;
    color: #ffffff;
    text-align: center;
    padding: 34px 34px 10px 34px;
    margin: calc(32px + 1.7rem) auto 1.7rem auto;
    position: relative;
}

.info-box-blue::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/info-box-blue.png');
}

.question-box-blue::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/question-box-blue.png');
}

.more-box-blue::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/more-box-blue.png');
}

.read-more-box-blue::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/read-more-box-blue.png');
}

.read-more-box-blue a {
    color: #fff;
}

.achtung-box-blue::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/achtung-box-blue.png');
}

.quote-box-blue::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/more-box-blue.png');
}

.tipp-box-blue::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/tipp-box-blue.png');
}

.aha-box-blue::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/aha-box-blue.png');
}

.info-box-grey,
.question-box-grey,
.more-box-grey,
.read-more-box-grey,
.achtung-box-grey,
.quote-box-grey,
.tipp-box-grey,
.aha-box-grey {
    max-width: 600px;
    background-color: #e3e3e3;
    color: #000000;
    text-align: center;
    padding: 34px 34px 10px 34px; 
    margin: calc(32px + 1.7rem) auto 1.7rem auto;
    position: relative;
}

.info-box-grey::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/info-box-grey.png');
}

.question-box-grey::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/question-box-grey.png');
}

.more-box-grey::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/more-box-grey.png');
}

.read-more-box-grey::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/read-more-box-grey.png');
}

.achtung-box-grey::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/achtung-box-grey.png');
}

.quote-box-grey::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/quote-box-grey.png');
}

.tipp-box-grey::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/tipp-box-grey.png');
}

.aha-box-grey::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -32px;
    right: 32px;
    background-image: url('../images/aha-box-grey.png');
}

hr {
    border: 0px;
    border-bottom: 1px solid #000;
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
}

ul.aufzaehlungspunkt {
    list-style: square outside url('../images/aufzaehlungspunkt.png');
    padding-left: 20px;
    margin-bottom: 1.7rem;
}

.full-size-members ul.aufzaehlungspunkt {
    list-style: square outside url('../images/aufzaehlungspunkt-schwarz.png');
    padding-left: 20px;
    margin-bottom: 1.7rem;
}

ul.aufzaehlungspunkt li {
    margin-bottom: 1rem;
}

ol.numberlist {
    list-style: none; 
    counter-reset: li;
    margin-left: 1.5rem;
    margin-bottom: 1.7rem;
}

ol.numberlist li::before {
    content: counter(li) ". ";
    color: #177bb5;
    display: inline-block; 
    width: 1rem; 
    margin-left: -1.5rem;
    margin-right: 0.5rem;
    text-align: right;
    font-weight: bold;
}

ol.numberlist li {
    counter-increment: li;
    margin-bottom: 1rem;
}

/* ---------- TABLES ---------- */

.table-box {
    overflow-x: auto;
    margin-bottom: 1.7rem;
}

table {
    background-color: #ffffff;
    border-spacing: 2px 0px;
    border-collapse: separate;
    min-width: 800px;
}

thead tr th {
    padding: 15px;
    margin: 1px;
    background-color: #494949;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
}

tbody tr td {
    padding: 15px;
	background-color: #f0f0f0;
}
/*
table tbody tr:nth-child(even) td {
    background-color: #e4e4e4;
}
    
table tbody tr:nth-child(odd) td {
    background-color: #f2f2f2;
}
*/


/* ---------- NAVIGATION ---------- */

.burger-menu {
    width: calc(100% + 40px);
    text-align: center;
    line-height: 45px;
    background: #177BB5;
    color: #ffffff;
    margin-left: -20px;
    font-weight: bold;
    cursor: pointer;
    display: none;
}

.burger-menu--text::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0c9';
    font-weight: 900;
    padding-right: 10px;
    font-style: normal;
}

.burger-menu--text-active::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f00d';
    font-weight: 900;
    padding-right: 10px;
    font-style: normal;
}

.custom-menu-class {
    z-index: 99;
}

ul#menu-main-navigation {
    list-style: none;
    padding: 0px;
    margin: 0px -20px 0px -20px;
    display: inline-block;
    font-size: 0;
}

ul#menu-main-navigation li {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4rem;
    position: relative;
}

ul#menu-main-navigation a,
.header--li-text {
    display: block;
    padding: 12px 20px;
    color: #000000;
}

ul#menu-main-navigation > li > ul > li a,
.header--li-text {
    display: block;
    padding: 14px 20px;
    color: #000000;
    min-height: 45px;
}

ul#menu-main-navigation a:hover,
.header--li-text:hover {
    background-color: #177bb5;
    color: #ffffff;
    text-decoration: none;
}

ul#menu-main-navigation li {
    position: relative;
}

ul#menu-main-navigation li:hover > a { 
    background: #177BB5;
    color: #ffffff;
}

ul#menu-main-navigation > li > ul {
    z-index: 90;
    position: absolute;
    top: 46px;
    left: 0px;
    width: 248px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background: #278BC5;
    -webkit-box-shadow: 0px 11px 10px -5px rgba(0,0,0,0.4);
    -moz-box-shadow:    0px 11px 10px -5px rgba(0,0,0,0.4);
    box-shadow:         0px 11px 10px -5px rgba(0,0,0,0.4);
}

ul#menu-main-navigation > li > ul > li {
    position: relative;
    width: 248px; 
    text-align: center;
    height: 56px;
}

ul#menu-main-navigation > li > ul > li a {
    color: #ffffff;
    border-top: 1px solid #ffffff;
    padding: 5px 10px;
}

ul#menu-main-navigation > li > ul > li a:hover { 
    background: #cce9f9;
    color: #000000;
}

ul#menu-main-navigation > li > ul > li > ul {
    position: absolute;
    top: 0;
    right: -179px;
    width: 180px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background: #177BB5;
    -webkit-box-shadow: 0px 11px 10px -5px rgba(0,0,0,0.4);
    -moz-box-shadow:    0px 11px 10px -5px rgba(0,0,0,0.4);
    box-shadow:         0px 11px 10px -5px rgba(0,0,0,0.4);
    z-index: 91;
}

ul#menu-main-navigation > li > ul > li > ul > li {
    width: 180px; 
    text-align: left;
    height: 56px;
}

ul#menu-main-navigation > li > ul > li > ul > li a {
    padding: 5px 0px 5px 10px;
}

ul#menu-main-navigation > li > ul > li > ul > li::first-child a {
    border-top: none;
}

.burger--arrow-down {
    color: #ffffff;
    font-size: 2.2em;
    position: absolute;
    right: 0px;
    top: 1px;
    cursor: pointer;
    padding: 5px 20px 5px 20px;
    display: none !important;
}

.burger--more-active {
    color: #ffffff;
    transform: rotate(180deg);
}

.menu-main-navigation-arrow {
    color: #ffffff;
    font-size: 2.2em;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background-color: #167BB5;
    padding: 5px 20px 5px 20px;
}

.box-mitglieder-bereich {
    background-color: #f9e332;
    color: #000000;
    padding: 25px 35px;
    position: absolute;
    right: 0px;
    width: 320px;
    z-index: 100;
    line-height: 1.8rem;
    -webkit-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:    0px 3px 3px 1px rgba(0,0,0,0.2);
    box-shadow:         0px 3px 3px 1px rgba(0,0,0,0.2);
    display: none;
}

.box-mitglieder-bereich input {
    width: calc(100% - 20px);
    padding: 10px;
    color: #000;
    border: none;
    outline: none;
    margin: 0px 0px 15px 0px;
}

.box-mitglieder-bereich a {
    color: #000;
    font-weight: bold;
    font-style: italic;
    padding: 0px;
    margin: 0px;
    line-height: 1rem;
}

.box-mitglieder-bereich .link-button {
    border: 1px solid #000000;
    padding: 8px 15px;
    color: #000000;
    display: inline-block;
    margin: 15px 0px;
    font-weight: bold;
    font-style: normal;
}

.box-mitglieder-bereich .link-button:hover,
.bg-yellow .link-button:hover {
    background-color: #000000;
    color: #f9e332;
}

.li-mitglieder-bereich {
    position: relative;
}

.thumbnail-box {
    position: relative;
    margin-bottom: 1.7rem;
}

.thumbnail-box img {
    width: 40%;
    float: left;
}

.thumbnail-box span.caption {
    float: right;
    display: inline-block;
    width: calc(60% - 20px);
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.scale {
   transform: scale(1.5);
   transform-origin: 0 0;
}

.contrast {
    filter: invert(1);
    background-color: #000;
}

.img-contrast {
    filter: invert(1);
}

.akkordeon {
    margin-bottom: 1.7rem;
}

.akkordeon a.akkordeon--open-next {
    margin: 0px;
    padding: 10px 10px 10px 40px;
    display: block;
    position: relative;
    font-size: 1.3rem;
    line-height: 1.5rem;   
    font-weight: bold;
}

.akkordeon--content h3 {
    padding: 10px 10px 10px 0px;
}

.akkordeon--content {
    display: none;
    padding: 10px 10px 10px 40px;
}

.akkordeon--open-next,
.akkordeon--open-all,
.akkordeon--close-all,
.akkordeon--close-this {
    cursor: pointer;
}

.akkordeon--open-next::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 12px;
    width: 19px;
    height: 17px;
    background-image: url(../images/icon-plus.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.akkordeon--close-this {
    position: relative;
    font-weight: bold;
    display: block;
}

.akkordeon--close-this::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 2px;
    width: 19px;
    height: 17px;
    background-image: url(../images/icon-minus.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.akkordeon--is-open::before {
    background-image: url(../images/icon-minus.png);
}

.akkordeon .akkordeon--open-next:nth-of-type(odd),
.akkordeon .akkordeon--content:nth-of-type(even) {
    background-color: #eff6fa;
}

.akkordeon .akkordeon--open-next:nth-of-type(even),
.akkordeon .akkordeon--content:nth-of-type(odd) {
    background-color: #dcebf4;
}

.akkordeon--open-all {
    display: inline-block;
    float: right;
    margin: 10px 0px;
}

.akkordeon--open-all::before {
    content: '';
    padding-right: 30px;
    width: 19px;
    height: 17px;
    background-image: url(../images/icon-plus.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.akkordeon--open-all-activ::before {
    content: '';
    padding-right: 30px;
    width: 19px;
    height: 17px;
    background-image: url(../images/icon-minus.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.akkordeon--options {
    float: left;
    line-height: 1.4rem;
}

.akkordeon--text {
    float: right;
    width: calc(100% - 31px);
}

.akkordeon--outer-options {
    padding: 5px 0px;
    display: block;
    text-align: right;
}

.akkordeon--outer-options img {
    margin: 0px 10px 0px 0px;
}

.video-box {
    margin-bottom: 1.7rem;
}

.video-box--thumb {
    position: relative;
    line-height: 0px;
}

.video-box--play-button {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(../images/video-play-button.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

.site-number {
    margin-left: 10px;
    font-weight: bold;
}

.site-number--selected {
    background-color: #177bb5;
    color: #ffffff;
    padding: 0px 6px 2px 6px;
}

.headline-Box {
    background-color: #e3e4e5;
    padding: 45px 175px 45px 45px;
    position: relative;
    margin-top: calc(1.7rem + 30px);
}

.headline-Box h2 {
    color: #ffffff;
    background-color: #48494a;
    padding: 15px;
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 30px;
}

.headline-Box--simple {
    background-color: #e3e4e5;
    padding: 45px 175px 45px 45px;
    position: relative;
    margin-top: calc(1.7rem + 30px);
}

.headline-Box--simple h2 {
    color: #000000;
}

.rsSlideRoot h1,
.rsSlideRoot h3 {
    font-size: 1.3rem;
    line-height: 1.5rem;
    max-width: 345px;
}

.rsSlideRoot p {
    max-width: 345px;
}

.rsSlideRoot img {
    max-height: 345px;
}

/* ---------- COLORS ---------- */

.bg-darkgrey {
    background-color: #494949;
    color: #ffffff;
}

.bg-darkgrey .link-button:hover {
    color: #494949;   
}

.bg-grey {
    background-color: #e4e4e4;
}

.bg-grey link-button:hover {
    color: #e4e4e4;   
}

.bg-light-grey {
    background-color: #f2f2f2;
}

.bg-yellow {
    background-color: #f9e332;
}

.bg-light-blue {
    background-color: #cce9f9;
}

.text-blue {
    color: #177bb5;
}

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

/* ---------- IMAGES ---------- */

.image-grid-left-1 {
  /*  background-image: url(../images/kostenlose-rechtsberatung.jpg); */
}

.image-grid-left-2 {
  /*  background-image: url(../images/wofuer-wir-uns-stark-machen.jpg); */
}

.image-grid-left-3 {
    background-image: url(../images/gesicht-des-monats.jpg);
}

.image-das-praesidium-der-vdpb {
    background-image: url(../images/das-praesidium-der-vdpb.jpg);
}

.image-mitglied-werden-sat {
    background-image: url(../images/mitglied-werden-sat.jpg);
    background-position: center right;
}

.image-pflege-erleben-1 {
    background-image: url(../images/pflege-erleben-1.jpg);
}

.image-pflege-erleben-2 {
    background-image: url(../images/pflege-erleben-2.jpg);
}


/* ---------- SIZES ---------- */

.height-310 {
    height: 310px;
}

.height-520 {
    height: 520px;
}

.height-410 {
    height: 410px;
}

.height-554 {
    height: 554px;
}

.height-auto {
    height: auto !important;
}

.width-100-percent {
    width: 100% !important;
}

.max-width-580 {
    max-width: 580px;
}

.max-width-780 {
    max-width: 780px;
}

.max-width-1024 {
    max-width: 1024px;
}

.width-100-percent {
    width: 100%;
}

.margin-auto {
    margin: 0px auto;
}

.margin-bottom {
    margin-bottom: 1.7rem;
}

.margin-left-right-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.abstand {
    height: 2.8rem;
    width: 100%;
}

/* ---------- GRAVITY FORM PADDING ---------- */

.gform_body input,
.gform_body select {
    padding: 10px !important;
}

/* ---------- SONSTIGES ---------- */

a,
.child-arrow-left,
.child-arrow-right,
.back-to-top,
.header--li-text,
.slider-navi--icon-arrow,
.footer {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.header--li-text {
    font-weight: bold;
}

.parent-arrow:hover .child-arrow-right,
.parent-arrow:hover .child-arrow-left {
    transform: rotate(45deg);
}

.show-s {
    display: none;
}

.img-responsive {
    width: 100%;
}

.text-align-center {
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.display-block {
    display: block;
}


/* ---------- AKKORDEONS ---------- */

.expand-collapse {
    background-color: white !important;
    color: #111111 !important;
    padding-top: -100px !important;
    padding-left: 75% !important;
}


/* ---------- ROYAL SLIDER ---------- */

.royalSlider, .rsDefault .rsBullets, .rsDefault, .rsDefault .rsOverflow, 
.rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs, .rsSlideRoot {
    background-color: #F9E332 !important;
    color: #000000 !important;
}

.royalSlider {
    min-height: 670px !important;
}

.rsDefault .rsArrowIcn {
    top: calc(100% - 37px) !important;
    z-index: 700;
}

.rsDefault .rsBullets {
    z-index: 699;
}

.rsSlideRoot {
    min-height: 650px !important;
}


.social-icons {
    font-size: 1.3rem;
}

.fa-search {
    color: #494949;
    font-size: 1.2rem;
}

::placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

::-ms-input-placeholder {
  color: #000;
}





.gform_body input,
.gform_body textarea,
.gform_body select {
	background-color: #fdf7c2;
	border: none;
}


/* ---------- MEDIA QUERIES TABLET ---------- */

@media only screen and (max-width: 1024px) {

    .slider-navi-home {
        width: calc(100% - 40px);
        left: 20px;
        bottom: 20px;
    }

    .rsSlideRoot p,
    .rsSlideRoot h1,
    .rsSlideRoot h3 {
        max-width: 100%;
    }

    .hide-m {
        display: none !important;
    }    



    .box-burger-menu {
        margin-bottom: 15px;
    }

    .grid-left {
        width: 100%;
        float: none;
        padding: 0px;
        margin-left: 0px;
    }

    .grid-right {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .grid-left--image-box,
    .teaser-box {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    .grid-left--text-box,
    .grid-right--text-box {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 20px;
    }

    .grid-right--calendar {
        width: 50%;
        height: auto;
        margin: 0px;
        padding: 20px;
        float: right;
    }

    .grid-left--overlay-white {
        position: relative;
        margin: 0px;
        padding: 20px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        left: 50%;
        width: 50%;
        height: auto;
    }

    .grid-left--overlay-dark {
        position: relative;
        margin: 0px;
        padding: 20px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        left: 0px;
        width: 50%;       
    }

    .grid-right--image-box {
        width: 50%;
        float: left;
        margin-bottom: 0px;
    }

    .grid-right--image-box-text {
        padding: 5px 20px 20px 20px;
        width: 100%;
        height: auto;
        position: relative;
    }

    .grid-full {
        margin: 0px;
        width: 100%;
        padding: 20px;
    }

    .p-ausbildungs-boerse {
        max-width: 50%;
        display: inline-block;
        padding: 0px 80px;
    }

    .team-box {
        width: 100%;
        float: none;
        min-height: 10px;
        padding-bottom: 1.7rem;
        margin: 0px 0px 1.7rem 0px;
    }

     .team-box-xl {
        width: 100%;
        float: none;
        min-height: 10px;
        padding-bottom: 1.7rem;
        margin: 0px 0px 1.7rem 0px;
    }
    
    .team-box-text {
        width: calc(100% - 200px);
    }

    .back-to-top {
        width: 100%;
        border-radius: 0px;
        left: 0px;
        right: 0px;
    }

    .footer {
        padding-bottom: 42px;
    }

    .image-box--big {
        margin: 0px;
        width: 100%;
    }

    .image-box--half {
        width: 100%;
    }

    .image-box--text-left,
    .image-box--text {
        width: 50%;
        height: auto;
        padding: 20px;
    }

    .image-box--image,
    .image-box--image-wide,
    .image-box--image-right {
        height: 100%;
        width: 50%;
    }

    .image-box {
        height: auto;
    }

	.slider-navi {
        width: calc(100% - 40px);
		left: 20px;
        bottom: 0px;
    }

    .slider-box .slider-navi {
        margin: 0;
    }

    .full-width-m {
        width: 100%;
        float: none;
    }

    .image-box-full--image {
        width: calc(40% + 36px);
    }

    .image-box-full--text {
        width: calc(60% - 36px);
    }

    .headline-Box {
        padding: 45px 15px 15px 15px;
    }
}


/* ---------- MEDIA QUERIES SMARTPHONE ---------- */

@media only screen and (max-width: 580px) {
    .grid-right--image-box {
        min-height: 1px;
    }    
    .hide-s {
        display: none !important;
    }

    .show-s {
        display: inline-block;
    }

    .logo {
        width: 220px;
    }

    .box-half {
        width: 100%;
        float: none;
    }

    .team-box--image {
        float: none;
        margin: 0px 0px 10px 0px;
    }

    .team-box-text {
        float: none;
        width: 100%;
    }

    .calendar-row--right {
        float: none;
        width: 100%;
    }

    .grid-left--image-box {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 40% 0px 0px 0px;
        position: relative;
        background-size: 100% auto;
        background-position: center top;
    }

    .grid-left--overlay-white,
    .grid-left--overlay-dark {
        position: relative;
        margin: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        background-color: #ffffff;
        padding: 20px;
    }

    .grid-left--overlay-dark {
        background-color: #5b5b5b;
    }

    .image-box--image-right,
    .image-box--image {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 80% 0px 0px 0px;
        position: relative;
        background-size: 100% auto;
        background-position: center top;       
    }

    .image-box--image-wide {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 40% 0px 0px 0px;
        position: relative;
        background-size: 100% auto;
        background-position: center top;       
    }

    .image-box--text-left,
    .image-box--text {
        width: 100%;
    }

    .grid-right--image-box {
        width: 100%;
    }

    .grid-right--image-box-image {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: calc(40% + 18px) 0px 0px 0px;
        position: relative;
        background-size: 100% auto;
        background-position: center center;
    }

    .grid-right--image-box-text {
        padding: 2px 20px 20px 20px;
    }

    .yellow-arrow {
        width: 100%;
        height: 18px;
        background-position: top right;
        background-size: cover;
    }

    .grid-right--calendar {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .box-mitglieder-bereich {
        width: 100%;
        left: 0px;
        right: 0px;
    }

    .li-mitglieder-bereich {
        position: static;
    }

    .logo {
        float: none;
        width: 100%;
        margin-bottom: 0px;
    }

    .search {
        float: none;
        width: 100%;
        margin: 0px 0px 10px 0px;
    }

    form {
        width: 100%;
        text-align: center;
    }

    .search-border {
        border: 1px solid #000000;
    }

    ul.header-line--ul-right {
        margin: 0px -15px 0px 0px;
    }

    a.header-line--mitglieder {
        padding: 0px 15px;
    }

    .p-ausbildungs-boerse {
        max-width: 100%;
        padding: 0px;
    }

    .link-button--ausbildungs-boerse-left {
        margin-right: 0px;
    }

    .link-button--ausbildungs-boerse-right {
        margin-left: 0px;
    }

    .thumbnail-box img {
        width: 100%;
        float: none;
    }

    .thumbnail-box span.caption {
        float: none;
        display: inline-block;
        width: 100%;
        position: relative;
        margin: 0.8rem 0px 0px 0px;
    }

    .image-box-full {
        position: relative;
        margin: 0px 0px 1.7rem 0px;
    }

    .image-box-full--image {
        width: 100%;
        float: none;
        height: 310px;
    }

    .image-box-full--text {
        width: 100%;
        padding: 2px 20px 20px 20px;
        float: none;
        height: auto;
        position: relative;
    }

    .image-box-full--text::before {
        content: '';
        margin: 0px;
        padding: 0px;
        top: -18px;
        left: 0px;
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 18px;
        background-position: top right;
        background-size: cover;
        background-image: url(../images/gelbes-dreieck.png);
    }

    .box-newsletter {
        margin-top: 1.7rem;
    }
    
    .slider {
		height: 540px;
	}
}


/* ---------- MEDIA QUERIES BURGER NAVI ---------- */

@media only screen and (min-width: 1170px) {
    ul#menu-main-navigation li:hover > .sub-menu {
        display: inline !important;
    }

    .custom-menu-class {
        display: block !important;
    }

    .sub-menu {
        display: none;   
    }

    .burger-navi-only {
        display: none !important;
    }
}

@media only screen and (max-width: 1169px) {

    .header-line {
        display: none;
    }

    .burger-navi-only {
        display: block;
    }

    .custom-menu-class {
        display: none;
    }

    .burger-menu {
        display: block;
    }

    .burger--arrow-down {
        display: inline-block !important;
    }

    .custom-menu-class {
        position: absolute;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0px 20px;
    }

    ul#menu-main-navigation {
        padding: 0px;
        margin: 0px -15px 0px -15px;        
        display: block;
        width: 100%;
        position: relative;
        background: #177BB5;
        color: #fff;
    }

    ul#menu-main-navigation a {
        color: #fff;
    }

    ul#menu-main-navigation > li {
        padding: 0px;
        margin: 0px;
        display: block;
        font-size: 1rem;
        position: relative;
        border-top: 1px solid #fff;
    }

    ul#menu-main-navigation > li,
    ul#menu-main-navigation > li > ul,
    ul#menu-main-navigation > li > ul > li,
    ul#menu-main-navigation > li > ul > li > ul,
    ul#menu-main-navigation > li > ul > li > ul > li {
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none;
    }
}


/*  style link arvhive and single post */

.row.NP
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*
.col-xs-6.text-right {
    border: 1px solid #fff;
    background: #fff;
    padding-left: 8px;
    padding-right: 8px;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}

*/


a.singlePostLink {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-style: italic;
}
a.singlePostLink:hover{
    text-decoration-line: underline;
}

span.no-Post
{
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-style: italic;


}

.col-md-lg-x6-12.pagn {
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}



#input_8_78_6_label {
    display: none;
}

label#input_8_78_6_label 
{
    display: none;
}

@media only screen and (min-width:250px) and (max-width:1024px)

{
    table.ui-datepicker-calendar 
    {
        display: block;
    }


}