/* Reset */

* {
  margin: 0;
  padding: 0;
}

/* Smooth Scrolling anschalten */

html {
  /* scroll-behavior: smooth; */
  touch-action: manipulation;
}

/* Schriftarten */

@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/NotoSans-Regular.woff") format("woff"), /* Modern Browsers */
  url("../fonts/NotoSans-Regular.woff2") format("woff2"), /* Modern Browsers */
  url("../fonts/NotoSans-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans-Italic";
  src: url("../fonts/NotoSans-Italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/NotoSans-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/NotoSans-Italic.woff") format("woff"), /* Modern Browsers */
  url("../fonts/NotoSans-Italic.woff2") format("woff2"), /* Modern Browsers */
  url("../fonts/NotoSans-Italic.ttf") format("ttf");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "NotoSans-SemiCondensedBold";
  src: url("../fonts/NotoSans-SemiCondensedBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/NotoSans-SemiCondensedBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/NotoSans-SemiCondensedBold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/NotoSans-SemiCondensedBold.woff2") format("woff2"), /* Modern Browsers */
    url("../fonts/NotoSans-SemiCondensedBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "NotoSans";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "NotoSans-SemiCondensedBold";
}

h1 {
  font-size: 30px;
  color: var(--hellrot);
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2 {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 20px;
}

h1 + h2 {
  margin-top: 0;
}

p {
  font-size: 20px;
  line-height: 32px;
}

p + p {
  padding-top: 20px;
}

.normalerabschnitt ul li {
  background-image: url("../img/x-rot.svg");
  list-style: none;
  background-repeat: no-repeat;
  background-position: left 12px;
  padding: 0 0 10px 30px;
  font-size: 20px;
  line-height: 32px;
}

.text a {
  color: var(--hellrot);
}

.text a:hover {
  color: var(--dunkelrot);
}

h3 {
  font-size: 20px;
}

a {
  text-decoration: none;
  color: var(--dunkelgrau);
}

em {
  font-family: "NotoSans-Italic";
}

strong {
  font-family: "NotoSans-SemiCondensedBold";
  font-weight: normal;
}

.fett {
  font-family: "NotoSans-SemiCondensedBold";
  font-weight: normal;
}

.bg-rot a {
  color: var(--white);
}

.top {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  color: var(--hellgrau);
  font-family: "NotoSans-SemiCondensedBold";
}

.align_left {
	/* for images placed in rich text editor */
	float: left;
	margin: 0 1em 0.5em 0;
	position: relative;
	top: 0.5em;
	max-width: 50%;
}

.align_right {
	/* for images placed in rich text editor */
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%;
}

.align_center {
	/* for images placed in rich text editor */
	display: block;
	margin: 1em auto;
	position: relative;
	top: 0.5em;
}

blockquote {
  margin: 2em 0 2em 3em;
  padding-left: 1.5em;
  background-image: url("../img/x-grau-hochkant-6.png");
  background-repeat: repeat-y;
}

/* Farben */

:root {
  --hellrot: #ff6f61;
  --dunkelrot: #7c1e06;
  --hellgrau: #b0b0b0;
  --dunkelgrau: #505050;
  --weiss: #fff;
}

/* Grundlayout */

body {
  background: #d3d3d3;
}

section {
  max-width: 1200px;
  margin: 0 auto;
}

.bg-rot {
  background: var(--hellrot);
  color: var(--weiss);
}

.bg-weiss {
  background: var(--weiss);
  color: var(--dunkelgrau);
}

.bg-grau {
  background: var(--hellgrau);
  color: var(--weiss);
}

/* Logos */

.logo {
  max-width: 390px;
  margin-top: -14px;
}

.sprache a {
  font-size: 16px;
}

.social-header {
  margin-left: 10px;
}

.social-header img {
  width: 21px;
  margin: 0 2px;
}

/* Header */

.header {
  padding: 70px 130px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 260px);
  position: relative;
}

.header-rechts {
  display: flex;
  align-items: center;
}

.header-rechts img {
  vertical-align: middle;
}

.sprache {
  font-size: 15px;
}

.sprache a {
  margin-right: 8px;
}

.menuicon {
  width: 37px !important;
  margin-left: 28px;
}

.headerseparator {
  background-image: url("../img/header-separator.png");
  background-repeat: no-repeat;
  height: 152px;
  margin-top: -2px;
  display: inline-block;
  width: 100%;
}

/* Erster Abschnitt unter Header */

.obererabschnitt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 85px;
  /* max-width: 730px; */
  max-width: 980px;
}

.spacer20pxunten {
  margin-bottom: 20px !important;
}

.spacer30pxunten {
  margin-bottom: 30px !important;
}

.spacer40pxunten {
  margin-bottom: 40px !important;
}

.spacer50pxunten {
  margin-bottom: 50px !important;
}

.spacer60pxunten {
  margin-bottom: 60px !important;
}

.obererabschnitt * {
  text-align: center;
}

.obererabschnitt p {
  letter-spacing: -0.01em;
}
.obererabschnitt a {
  color: #ff6f61;
  font-family: "NotoSans-SemiCondensedBold";
  text-decoration: underline;
}
.flexcenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .abschnittstext {
        max-width: 690px;
    } */

/* Porträt-Section */

.portraetsection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* max-width: 780px; */
}

.portraetslinks, .portraetsrechts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* width: 360px; */
  width: 540px;
  justify-content: space-evenly;
  align-content: flex-start;
}

.portraetdiv {
  display: flex;
  flex-direction: column;
  max-width: 154px;
  align-items: center;
}

.portraetdiv img {
  max-width: 154px;
  max-height: 154px;
  cursor: pointer;
}

.portraetslinks img {
  filter: grayscale(100%);
  background-color: var(--hellgrau);
}

.portraetdiv h3 {
  text-align: center;
  margin-bottom: 25px;
  height: 55px;
  text-transform: uppercase;
  cursor: pointer;
  /* ggf. anpassen, falls Personen mit langen Namen vorhanden sind */
  width: 154px;
}

.portraetdiv img, .modal-spalte-links img {
  width: 250px;
  height: 250px;
  border-radius: 250px;
  /* width: 150px;
  height: 150px;
  border-radius: 150px; */
  border: 5px solid var(--dunkelgrau);
}

.portraetsrechts .portraetdiv img {
  border-color: var(--dunkelrot);
  background-color: var(--hellrot);
}

.portraetsseparator {
  width: 10px;
  background-image: url("../img/x-rot-hochkant.svg");
  background-repeat: repeat-y;
  margin: 0 20px;
}

.portraetheadline {
  text-align: center;
}

@media screen and (max-width: 700px) {
  .portraetheadline {
    width: 90px;
    font-size: 20px;
  }
}

.portraetbreak {
  width: 100%;
  max-width: 100%;
}

.supporter a {
  /* color: #ff6f61; */
  /* font-family: "NotoSans-SemiCondensedBold"; */
  text-decoration: underline;
}

/* Modal-Overlays */

.modalseparator {
  background-repeat: no-repeat;
  height: 152px;
  width: 100%;
}

.seperator-oben {
  background-image: url("../img/overlay-separator-grau-oben.png");
}

.seperator-unten {
  background-image: url("../img/overlay-separator-grau.png");
}

.modalrot.seperator-unten {
  background-image: url("../img/header-separator.png");
}

.modalrot.seperator-oben {
  background-image: url("../img/header-separator-oben.png");
}

.modalcontent {
  width: 100%;
}

.closebutton img {
  width: 35px;
  height: 35px;
  float: right;
  margin-right: 75px;
  margin-top: -50px;
}

.modal2spalten {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.modal-spalte-links, .modal-spalte-rechts {
  width: 50%;
  max-width: 380px;
}

.modal-spalte-links {
  /* display: flex; */
  flex-direction: column;
  align-items: flex-start;
}

.modalrot .modal-spalte-links img {
  border-color: var(--dunkelrot);
}

.modalrot .fotoquelle {
  color: var(--dunkelrot);
}

.personendetails {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.personendetails h3 {
  margin-bottom: 30px;
}

.fotoquelle {
  font-size: 10px;
  color: var(--dunkelgrau);
  margin-top: 3px;
}

.fototext {
  font-size: 16px;
  margin-top: 34px;
}

.haftdauer {
  margin-top: 20px;
  text-align: center;
}

.infotext {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 30px;
  max-width: 380px;
}

.person-3-spalten {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 380px;
  margin-top: 20px;
}

.person-spalte {
  width: 28%;
  display: flex;
  flex-direction: column;
}

.spaltentitel {
  font-size: 10px !important;
  letter-spacing: 1px;
  font-family: "NotoSans-SemiCondensedBold";
  text-transform: uppercase;
}

.modal-spalte-rechts {
  line-height: 2;
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
  margin-left: 20px;
  hyphens: auto;
}

.zitat1 {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 6px;
  margin-top: 16px;
}

.zitat2 {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  transform: rotate(180deg);
}

.update {
  width: 100%;
  font-size: 14px;
  text-align: center;
}


/* Blog */

.normalerabschnitt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px 165px 85px 165px;
  max-width: 768px;
}

.blogbeitrag-meta, .blogbeitrag-readmore {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 5px;
}

.blogbeitrag-meta {
  color: var(--hellrot);
}

.horizontaler-separator {
  width: 100%;
  height: 10px;
  background-image: url("../img/x-rot.svg");
  background-repeat: repeat-x;
  margin: 55px 0;
}

/* Fragen & Antworten */

.fragen {
  margin-bottom: 160px;
}

.fragen li {
  background-image: url("../img/x-rot.svg");
  list-style: none;
  background-repeat: no-repeat;
  background-position: left 12px;
  padding-left: 30px;
}

.frage {
  font-size: 22px;
  margin-bottom: 15px;
}

/* Footer */

.footer {
  padding-top: 100px;
  padding-bottom: 70px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.footerlinks {
  text-decoration: underline;
  width: 800px;
  display: flex;
  justify-content: space-around;
}

.social-footer, .footerlinks-mobile {
  display: none;
}

.footerlogos {
  display: flex;
  align-items: center;
  height: 60px;

}

.footerlogos img {
  max-height: 40px;
  filter: grayscale(100%);
}

.separatorhochkantgrau {
  width: 6px;
  height: 100%;
  margin: 0 30px -5px 30px;
  background-image: url("../img/x-grau-hochkant-6.png");
  background-repeat: repeat-y;
}

.aktionvon {
  margin-bottom: 18px;
}

.partner {
  margin-top: 54px;
  margin-bottom: 18px;
}

/* RESPONSIVE ANPASSUNGEN */

@media screen and (min-width: 767px) and (max-width: 1050px) {
  .header {
    padding: 40px 80px 0px;
    width: calc(100% - 160px);
  }
  .logo {
    max-width: 280px;
  }
  .portraetdiv img, .modal-spalte-links img {
    width: 120px;
    height: 120px;
  }
}

/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1200px) {
  section {
    max-width: 100%;
  }
  .spacer20pxunten {
    margin-bottom: 10px !important;
  }
  .spacer30pxunten {
    margin-bottom: 15px !important;
  }
  .spacer40pxunten {
    margin-bottom: 20px !important;
  }
  .spacer50pxunten {
    margin-bottom: 25px !important;
  }
  .spacer60pxunten {
    margin-bottom: 30px !important;
  }
  .header {
    padding-top: 25px;
    padding-left: 18px;
    padding-right: 18px;
    width: calc(100% - 36px);
  }
  .social-header {
    display: none;
  }
  .logo {
    max-width: 40vw;
  }
  .headerseparator {
    /* margin-top: -100px; */
    background-size: 125%;
    /* margin-bottom: -75px; */
  }
  .obererabschnitt {
    padding-left: 15px;
    padding-right: 15px;
  }
  .portraetsection {
    max-width: 100%;
  }
  .portraetsseparator {
    width: 22px;
    margin: 0 5px;
  }
  .portraetdiv img, .modal-spalte-links img {
    width: 90px;
    height: 90px;
  }
  .modalseparator {
    background-size: 150%;
    /* height: 68px; */
    /* margin-bottom: -85px; */
  }
  .seperator-oben {
    background-position-y: bottom;
    margin-bottom: -1px;
  }
  .seperator-unten {
    background-position-y: top;
    margin-top: -1px;
  }
  .closebutton img {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 25px;
  }
  .modal2spalten {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    justify-content: flex-start;
    overflow-y: scroll!important;
  }
  .personendetails h3 {
    margin-bottom: 15px;
  }
  .fototext {
    margin-top: 20px;
    text-align: center;
  }
  .modal-spalte-rechts {
    width: 75%;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 12px;
  }
  .modal-spalte-links {
    align-items: center;
  }
  .person-3-spalten {
    flex-direction: column-reverse;
    align-items: center;
  }
  .person-spalte {
    align-items: center;
    margin: 5px 0;
    text-align: center;
    width:auto;
    max-width: 200px;
  }
  .infotext {
    margin-top: 24px;
  }
  .normalerabschnitt {
    padding: 35px 15px;
  }
  .horizontaler-separator {
    width: 90vw;
    margin: 40px 0;
  }
  .fragen {
    margin-bottom: 100px;
  }
  .footer {
    font-size: 13px;
    padding-bottom: 20px;
  }
  .footerlinks {
    display: none;
  }
  .footerlinks-mobile {
    text-decoration: underline;
    width: 300px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
  }
  .social-footer {
    display: flex;
  }
  .social-footer img {
    width: 21px;
    margin: 30px 4px;
    background: #ebebeb;
    border-radius: 100px;
    padding: 12px;
  }
  .footerlogos img {
    max-height: 20px;
  }
  .separatorhochkantgrau {
    margin: 0 10px -5px 10px;
    height: 58%;
  }
  .aktionvon {
    margin-bottom: -2px;
  }
  .blogeintrag {
  max-width: 100%;
  }
  .blogeintrag img {
    max-width: 100%;
  }
}

@media screen and (min-width: 601px) {
  .headerseparator {
    background-size: 100%!important;
  }
}

@media screen and (max-width: 700px) {
  .portraetslinks, .portraetsrechts {
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .infotext-oben {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .infotext-unten {
    display: none;
  }
}

@media screen and (min-width: 700px) and (max-width: 1200px) {
  .portraetslinks, .portraetsrechts {
    width: 360px;
  }
}


/* @media (max-width: 767px) {
  .modal--rot .personendetails {
    margin-top: 480px;
  }
} */

@media (max-width: 600px) {
  .headerseparator {
   margin-bottom: -50px;
  }
}

@media (max-width: 414px) {
  .headerseparator {
   margin-bottom: -80px;
  }

  .footerlogos img {
    max-height: 16px;
}

}

/* NAVBAR BUTTON (BURGER) */

.navbar-toggle {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  margin-left: 28px;
}

.navbar-toggle img {
  width: 38px;
}

.navbar-toggle img:nth-child(2) {
  display: none;
}

.navbar-active .navbar-toggle img:nth-child(1) {
  display: none;
}

.navbar-active .navbar-toggle img:nth-child(2) {
  display: block;
}

/* MENÜ */

.navbar-menu {
  background-color: #ff6f61;
  position: absolute;
  top: 110%;
  right: 0;
  width: 0;
  max-width: 700px;
  transition: width 0.31s ease-out;
  overflow: auto;
  height: calc(100vh - 110px);
  padding-bottom: 20px;
  z-index: 999;
}

@media (min-width: 1050px) {
  .navbar-menu {
    top: 100%;
  }
  .navbar-active .navbar-menu {
    width: 380px!important;
  }
}

.navbar-active .navbar-menu {
  width: 100%;
}

.navbar-menu__list {
  padding: 10px 10px;
  list-style: none;
}

.navbar-menu__list-item {
  border-top: 1px solid #fff;
  padding: 12px 18px;
  opacity: 0;
  will-change: opacity;
}

.navbar-active .navbar-menu__list-item {
  transition: opacity 0.31s cubic-bezier(0.29, 0.65, 0.59, 1);
  transition-delay: 0.3s;
  opacity: 1;
}

.navbar-menu__list-item a {
  text-transform: uppercase;
}

.navbar-active {
  overflow: hidden;
}

@media (min-width: 768px) {
  .navbar-active {
    padding-right: 16px;
  }
}

/* NAVBAR SOCIAL */

.navbar-menu__social {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
  list-style: none;
  margin-top: 20px;
  opacity: 0;
}

.navbar-active .navbar-menu__social {
  opacity: 1;
  transition: opacity 0.3s ease-in;
  transition-delay: 0.3s;
}

.navbar-menu__social li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-out;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.navbar-menu__social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.navbar-menu__social li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.navbar-menu__social li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* MODAL */

.modal {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 999;
  max-width: 1200px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-out;
  display: none;
  opacity: 0;
}

.modal2spalten {
  max-height: 500px;
  overflow: auto;
}

.modal::before {
  content: "";
  position: absolute;
  bottom: 99%;
  left: 0;
  right: 0;
  background-image: url(../img/overlay-separator-grau-oben.png);
  height: 152px;
}

.modal::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  background-image: url(../img/overlay-separator-grau.png);
  background-size: cover;
  background-position: center;
  height: 152px;
}

.modal.modal--rot::before {
  content: "";
  position: absolute;
  bottom: 99%;
  left: 0;
  right: 0;
  background-image: url(../img/header-separator-oben.png);
  height: 152px;
}

.modal.modal--rot::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  background-image: url(../img/header-separator.png);
  background-size: cover;
  background-position: center;
  height: 152px;
}

.closebutton img {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 765;
  top: 23px;
  margin-top: -32px;
}

.modal--rot .closebutton img {
  top: 50px;
}

@media (min-width: 768px) {
  .closebutton img {
    top: 0;
  }
  .modal--rot .closebutton img {
    top: 0;
  }
}

/* Prev button */

.swiper-button-prev::after {
  content: none;
}

.swiper-button-prev {
  left: 5%;
}

.swiper-button-prev img {
  width: 40px;
  transform: rotate(90deg);
}

/* Next button */

.swiper-button-next::after {
  content: none;
}

.swiper-button-next {
  right: 5%;
}

.swiper-button-next img {
  width: 40px;
  transform: rotate(-90deg);
}

/* Letter button */
.letter {
  margin: 20px;
}

.letter a {
  display: block;
  font-family: "NotoSans-SemiCondensedBold";
  font-size: 16px;
  text-align: center;
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 4px;
  color: var(--hellrot);
  background-color: var(--weiss);
}

.letter a:hover {
  opacity: 0.8;
}

/* Letter block */

.letter-span-fixed {
    position: fixed;
    top: 80%;
    right: 0;
    z-index: 200;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "NotoSans-SemiCondensedBold";
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1.5px;
    color: #fff;
    background-color: var(--hellrot);
    padding: 10px 30px 10px 65px;
    cursor: pointer;
    box-shadow: 0 1px 12px 0 rgba(0,0,0,.6);
    /* box-sizing: border-box; */
}

.letter-span-fixed::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 25px;
  right: 0;
  background-image: url(../img/envelope.svg);
  background-repeat: no-repeat;
  height: 32px;
}



/* .letter-span-fixed img {
  height: 50px;
  padding: 5px 15px 0 0;
} */

@media (max-width: 768px) {
  .letter-span-fixed {
    top: 88%;
    font-size: 18px;
  }
  /* .letter-span-fixed img {
    height: 30px;
    padding: 8px 10px 0 0;
  } */
  .letter-span-fixed::before {
    left: 15px;
    top: 15px;
  }
}

/* Form inputfield */

.FormBuilder.InputfieldForm .Inputfield .InputfieldHeader {
  font-size: 18px;
}

/* Workaround */

.nomodal {
  /* position: fixed; */
  /* top: 50%; */
  /* left: 0; */
  /* z-index: 999; */
  /* max-width: 1200px; */
  /* width: 100%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* transition: opacity 0.3s ease-out; */
  /* display: none; */
  /* opacity: 0; */
}

.nomodalseparator {
  background-image: url("../img/nomodal-separator-oben.png");
  background-repeat: no-repeat;
  height: 152px;
  margin-top: -2px;
  display: inline-block;
  width: 100%;
}

/* .swiper-button-next, .swiper-button-prev {
  top: 120px;
} */

.swiper-container {
    position: relative;
}


/* Privacy banner */

.privacywire-wrapper {
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
}

.privacywire-buttons button {
	background: #888;
	color: #fff;
	border: none;
	padding: 0.5em;
	margin-right: 0.5em;
	border: none;
}

.privacywire-buttons {
	margin-top: 0.5em;
}

.privacywire-text p {
  font-size: 14px;
}

.privacywire-header {
  font-size: 14px;
}

@media only screen and (min-width: 800px) {

	.privacywire-text {
		width: 90%;
	}

}
