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

Stylesheet: Global Stylesheet

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

/*********************
FONTS
*********************/

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 9, 2021 */

@font-face {
    font-family: 'cdu_kievit_tabbold';
    src: url('https://nicolas-zippelius.de/wp-content/themes/JointsWP-CSS-master/assets/fonts/cdukvtb_-webfont.woff2') format('woff2'),
         url('https://nicolas-zippelius.de/wp-content/themes/JointsWP-CSS-master/assets/fonts/cdukvtb_-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'cdu_kievit_tabbold_italic';
    src: url('https://nicolas-zippelius.de/wp-content/themes/JointsWP-CSS-master/assets/fonts/cdukvtbi-webfont.woff2') format('woff2'),
         url('https://nicolas-zippelius.de/wp-content/themes/JointsWP-CSS-master/assets/fonts/cdukvtbi-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'cdu_kievit_tabregular';
    src: url('https://nicolas-zippelius.de/wp-content/themes/JointsWP-CSS-master/assets/fonts/cdukvtw_-webfont.woff2') format('woff2'),
         url('https://nicolas-zippelius.de/wp-content/themes/JointsWP-CSS-master/assets/fonts/cdukvtw_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cdu_kievit_tabitalic';
    src: url('https://nicolas-zippelius.de/wp-content/themes/JointsWP-CSS-master/assets/fonts/cdukvtwi-webfont.woff2') format('woff2'),
         url('https://nicolas-zippelius.de/wp-content/themes/JointsWP-CSS-master/assets/fonts/cdukvtwi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
body {
  font-family: 'cdu_kievit_tabregular', sans-serif;
}
h1, h2, h3, h4,
.cover_text_title,
.cover_text_subtitle,
#top-bar-left, 
.button, 
.title-bar-title, 
#mobile-bar #cta,
.wp-forecast-curr-head {
  font-family: 'cdu_kievit_tabbold', sans-serif;
}
h2 {
  font-size: 1.8rem;
  margin: 0 0 2rem 0;
}
h3 {
  font-size: 1.2rem;
  line-height: 1.1;
  margin: 2rem 0 2rem 0;
}
h4 {
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0 0 1.4rem 0;
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {
  h4 {
    font-size: 1.4rem;
  }
}
/* Large and up */
@media screen and (min-width: 64em) {
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

/*********************
LINKS
*********************/
a, a:visited {
  color: #142850;
}
a:hover {
  color: #1779BA;
  text-decoration: underline;
}
.dark a, .dark a:visited {
  color: #D0D4DC;
}
.dark a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/*********************
HEADER
*********************/
.top-bar,
.top-bar ul {
  background: #142850;
}
#top-bar-menu #top-bar-right a {
  display: none;
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .top-bar {
    font-size: 1rem;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {
  #top-bar-menu #top-bar-right a {
    display: block;
  }
}
/* Large and up */
@media screen and (min-width: 64em) {
  .top-bar {
    font-size: 1.2rem;
  }
}
.sitename {
  font-family: 'cdu_kievit_tabbold', sans-serif;
}
.sitename img {
  margin: 0 0 0 1rem;
  height: 1.8rem;
}
#top-bar-menu a {
  color: #E4E4E4;
}
#top-bar-menu a:hover {
  color: #ffffff;
}
#top-bar-left a {
  font-weight: bold;
}
#top-bar-center a {
  font-weight: normal;
}
.title-bar {
  background: #142850;
  color: #D0D4DC;
}
.title-bar a {
  color: #E4E4E4;
}
.title-bar a:hover {
  color: #ffffff;
}
.title-bar .menu-icon {
  margin-left: .25rem;
  margin-right: .5rem;
}
.menu-icon::after {
  background: #D0D4DC;
  box-shadow: 0 7px 0 #D0D4DC,0 14px 0 #D0D4DC;
  -webkit-box-shadow: 0 7px 0 #D0D4DC,0 14px 0 #D0D4DC;
}
.menu-icon:hover::after {
  background: #FFFFFF;
  box-shadow: 0 7px 0 #FFFFFF,0 14px 0 #FFFFFF;
  -webkit-box-shadow: 0 7px 0 #FFFFFF,0 14px 0 #FFFFFF;
}


/*********************
HAUPTMENÜ
*********************/
.menu .active>a {
  background: none;
  color: #1D1D1B;
  transition: background-color .3s ease-out,color .3s ease-out;
  -webkit-transition: background-color .3s ease-out,color .3s ease-out;
}
.menu .active>a:hover {
  background: none;
  color: #1779ba;
}

/*********************
STARTSEITE
*********************/
#cover {
  background: #142850;
}

.cover_image {
  background-position: 64%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 40rem;
  -webkit-animation: myfirst 3s ; /* Chrome, Safari, Opera */
  animation: myfirst 3s ;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Standard syntax */
@keyframes myfirst {
  from {opacity: 0;}
  to {opacity: 1;}
}
.cover_image.small {
  height: 20rem;
  background-position: center;
}
.cover_overlay2 {
  width: 100%;
  height: 100%;
  background-image: url('https://nicolas-zippelius.de/wp-content/themes/NZB/assets/images/wedge-blue.png');
  background-position: right bottom;
  background-repeat: no-repeat;
}
#cover_main,
#cover_main .grid-x {
  height: 100%;
}
.cover_content {
  padding-top: 16rem;
}
.cover_content_text {
  display: block;
}
.cover_text {
  opacity: 0.8;
}
.cover_text_title,
.cover_text_subtitle {
  display: inline-block;
  background: #ffffff;
  padding: 0.4rem 1.4rem;
}
.cover_text_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  float: right;
}
.cover_text_subtitle {
  font-size: 1.4rem;
  float: right;
}
#socialicons {
  margin: 16rem auto;
  font-size: 2rem;
  text-align: center;
}
.si {
  width: 2rem;
  font-size: 2rem;
  display: inline-block;
  margin: 0 1.2rem 0 1.2rem;
  text-align: center;
  vertical-align: middle;
}
.si a {
  color: #E4E4E4
}
.si:hover {
  font-size: 1.9rem;
}
/* Medium and up */
@media screen and (min-width: 40em) {
  .cover_image {
    background-position: 50%;
  }
  .cover_text_title {
    float: none;
  }
  .cover_text_subtitle {
    float: none;
  }
  #socialicons {
    text-align: left;
  }
  .si {
    width: 3rem;
    font-size: 3rem;
    margin: 0 1rem 0 0;
    text-align: center;
    vertical-align: middle;
  }
  .si:hover {
    font-size: 2.9rem;
  }
  .cover_overlay1 {
    background-size: unset;
  }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .cover_content {
    padding-top: 14rem;
  }
  .cover_text_title {
    font-size: 2.6rem;
    margin-bottom: 0.6rem;
    float: none;
  }
  .cover_text_subtitle {
    font-size: 2.1rem;
    float: none;
  }
  #socialicons {
    margin: 1rem 0 0 0;
    font-size: 2.6rem;
  }
  .cover_overlay1 {
    background-position: 20% 20%;
  }
}
/* Large and up */
@media screen and (min-width: 64em) {
  .cover_content {
    padding-top: 17rem;
  }
  .cover_text_title {
    font-size: 3rem;
    margin-bottom: 0.8rem;
  }
  .cover_text_subtitle {
    font-size: 2.4rem;
  }
  #socialicons {
    margin: 1rem 0 0 0;
    font-size: 3rem;
  }
  .cover_overlay1 {
    width: 100%;
    height: 100%;
    background-image: url('https://nicolas-zippelius.de/wp-content/themes/JointsWP-CSS-master/assets/images/kreis.png');
    background-position: 20% 20%;
    background-repeat: no-repeat;
  }
}

.cover_video {
  margin: 0 0 0 0;
}
.cover_video.desktop {
  display: none;
  box-shadow: 5px 5px 15px #333333;
}
.cover_video.mobile {
  display: block;
}
.cover_video .flex-video, .responsive-embed {
  margin-bottom: 0;
}

/* Medium and up */
@media screen and (min-width: 40em) {
  .cover_video {
    background-color: #ffffff;
    border: 10px solid #ffffff;
  }
  .cover_video.desktop {
    display: block;
  }
  .cover_video.mobile {
    display: none;
  }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .cover_video {
    margin: 0 0 0 0;
  }
}
/* Large and up */
@media screen and (min-width: 64em) {
  .cover_video {
    margin: 0 0 0 0;
  }
}


.home #page .dark,
.home #page #news,
.home #page #newsletter {
  background: #142850;
}
.home #page .dark h2,
.home #page .dark h3,
.home #page .dark p {
  color: #E4E4E4;
}



.home .inner-content {
  padding-top: 1rem;
}



.um_portrait img {
  width: 100%;
  margin-bottom: 1rem;
}
.um_caption {
  font-size: 0.9rem;
}


#z_row :nth-child(1) {
  flex-direction: row-reverse;
}

#ziele img,
#ziele p {
  margin: 0 0 3rem 0;
}

#argumente .icon,
#argumente .text,
#contact .icon {
  width: 100%;
  align-content: center;
  text-align: center;
  padding: 1rem;
}
#argumente .icon {
  font-size: 6rem;
}
#contact .icon {
  font-size: 10rem;
  padding: 2rem;
}

/*********************
STARTSEITE POSTS
*********************/

#main_news .post-image {
  width: 100%;
  height: 18rem;
  background-size: cover;
  background-position: center;
  margin: 1.2rem 0 2.2rem 0;
}

/* Medium and up */
@media screen and (min-width: 40em) {
  .home .post {
    margin-bottom: 2.4rem;
  }
  .home .post-title {
    min-height: 4.5rem;
  }
}

/*********************
INDEX
*********************/

.blog .content {
  margin: 2rem 0 2rem 0;
}
.blog .post {
  background-color: #D0D4DC;
  padding: 0.2rem 1rem;
}
.blog .post-image {
  width: 100%;
  height: 18rem;
  background-size: cover;
  background-position: center;
  margin: 1.2rem 0 2.2rem 0;
}
/* Medium and up */
@media screen and (min-width: 40em) {
  .blog .post {
    margin-bottom: 2.4rem;
  }
  .blog .post-title {
    min-height: 3rem;
  }
}

/*********************
SINGLE
*********************/
.blog .main img,
.single .main img {
  margin: 1rem 0 2rem 0;
}
.single h1 {
  font-size: 2rem;
  margin: 2rem 0 1rem 0;
}



/*********************
EVENTS CALENDAR PRO
*********************/

.tribe-events .tribe-events-l-container {
  padding-top: 0 !important;
}
.tribe-events-c-ical {
  display: none;
}
.tribe-events-header {
  margin-top: 2rem !important;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected, 
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus {
  background-color: #f3e3ab !important;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: #fdd10a !important;
}
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  background-color: #1779ba !important;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, 
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #bb0015 !important;
}
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #1779ba !important;
}

/*********************
STRUCTURE ELEMENTS
*********************/
.content {
  padding-bottom: 0;
  margin-bottom: 0;
}
.block {
  padding: 2rem 0;
}
.schland {
  margin: 2rem 0 1rem 0;
}
.schland img {
  margin: 0.5rem 1rem 0 0;
  float: left;
}
/* Medium and up */
@media screen and (min-width: 40em) {
  .schland {
    margin: 1rem 0 0 0;
  }
  .schland img {
    margin: 0;
    float: none;
  }
}

/*********************
Wahlkreis
*********************/

#wahlkreiskarte {
  background-color: #D0D4DC;
}
#wkk-block {
  text-align: center;
  margin: 1rem 0 2rem 1rem;
}
#argumente {
  margin: 2rem 0;
}

/*********************
Button
*********************/
.button {
  display: block;
  vertical-align: middle;
  margin: 1rem 0 1rem 0;
  padding: 1rem 2rem;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779BA;
  color: #fefefe;
}
.button:hover {
  background-color: #ffffff;
  color: #1779BA;
  border: 1px solid #1779BA;
}
.button.light {
  border: 1px solid #142850;
  background-color: #ffffff;
  color: #142850;
}
.button.light:hover {
  border: 1px solid #142850;
  background-color: #142850;
  color: #ffffff;
}

/*********************
Prefooter
*********************/

.pre-footer {
  background-color: #D0D4DC;
  padding: 3rem 0 3rem 0;
}

// .home .inner-content .schland {
//  background-image: url('https://nicolas-zippelius.de/wp-content/themes/JointsWP-CSS-master/assets/images/schland.png');
//  background-repeat: no-repeat;
//  background-size: contain;
//  height: 2rem;
// }

/*********************
POSTS & CONTENT STYLES
*********************/

.wp-block-image {
  padding-left: 1rem;
}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none;
}
.widget ul {
  margin: 0;
}
.sidebar h4.widgettitle {
  margin: 2rem 0 0.8rem 0;
}
#sidebar1 .screen-reader-text {
  display: none;
}
#sidebar1 {
  padding: 1rem 0 0 1rem;
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #sidebar1 {
    padding: 6rem 0 0 1rem;
  }
}
/* Large and up */
@media screen and (min-width: 64em) {
  #sidebar1 {
    padding: 10rem 0 0 1rem;
  }
}

/*********************
Newsletter Widget
*********************/

#newsletter h4.widgettitle {
  font-family: 'cdu_kievit_tabregular', sans-serif;
  color: #ffffff;
  font-weight: normal !important;
  font-size: 1.2rem;
}
#newsletter label,
#newsletter label a {
  color: #ffffff;
}
#newsletter .haet-cleverreach-field-wrap.type-submit {
  text-align: left;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin: 0 0 0 0;
  padding: 3rem 0 1rem 0;
  background-color: #142850;
  color: #E4E4E4;

}
.footer .fab {
  font-size: 1.6rem;
}
.footer .fab a {
  font-family: 'cdu_kievit_tabregular', sans-serif;
  font-size: 1rem;
  vertical-align: middle;
}
.footer .menu {
  margin: 1rem 0;
}
.footer .menu li {
  display: inline-block;
  width: 100%;
}
.footer .menu a {
  padding: 0.4rem 0;
  display: inline-block;
}
.footer .menu a,
.footer .menu a:visited,
.footer .menu li,
.footer .source-org a {
  color: #ffffff;
}
.footer .menu a:hover,
.footer .source-org a:hover {
  color: #1468a0;
}
.footer #menu-soziale-medien a {
  padding: 0.4rem 0 0.4rem 0.4rem;
}
.footer #footer1 img {
  max-width: 120px !important;
  margin: 0 0 3rem 0;
}
/* Medium and up */
@media screen and (min-width: 40em) {
  .footer #footer1 img {
    max-width: 200px !important;
    margin: 0;
  }
  .footer .menu a {
    padding: 0.7rem 0;
  }
  .footer #menu-soziale-medien a {
    padding: 0.7rem 0 0.7rem 0.7rem;
  }
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
