/* Z#PP Color */
/* #008BC5 */
/*  */

/*-----------------------------------*/
/* Basic Setup*/
/*-----------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background-color: #fff;
  color: #555;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  line-height: 1.3;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/*-----------------------------------*/
/* Reusable Components Setup*/
/*-----------------------------------*/

.row {
  max-width: 1250px;
  margin: 0 auto 0 auto;
}

section {
  padding: 60px 0;
}

.box-medium,
.box-small {
  padding: 1%;
}

/* -----Headings----- */
h1,
h2,
h3 {
  font-weight: 300;
  /* text-transform: uppercase;*/
  letter-spacing: 1px;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #008bc5;
  font-size: 300%;
  font-weight: 400;
  word-spacing: 4px;
  text-transform: none;
  text-align: center;
}

h2 {
  font-size: 180%;
  font-weight: 400;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  color: #008bc5;
}

h3 {
  font-size: 110%;
  margin-bottom: 15px;
  font-weight: 400;
}

h2:after {
  display: block;
  height: 2px;
  background-color: #008bc5;
  content: " ";
  width: 50px;
  margin: 0 auto;
  margin-top: 20px;
}

/* -----Paragraphs----- */
.long-copy {
  line-height: 145%;
  width: 70%;
  margin-left: 15%;
}

.box p {
  font-size: 90%;
  line-height: 145%;
}

/* -----Links----- */
a:link,
a:visited {
  color: #008bc5;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 0px solid #008bc5;
  transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
  color: #83c6e3;
  border-bottom: 0px solid transparent;
}

/* -----Buttons----- */
.btn:link,
.btn:visited,
input[type="submit"] {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type="submit"] {
  background-color: #008bc5;
  border: 1px solid #008bc5;
  color: #fff;
  margin-right: 0px;
}

.btn-ghost:link,
.btn-ghost:visited {
  border: 1px solid #008bc5;
  color: #008bc5;
}

.btn-ghost-green:link,
.btn-ghost-green:visited {
  border: 1px solid #b1c800;
  color: #b1c800;
}

.btn:hover,
.btn:active,
input[type="submit"]:hover,
input[type="submit"]:active {
  background-color: #2198d0;
  cursor: pointer;
}

.btn-full:hover,
.btn-full:active {
  border: 1px solid #008bc5;
}

.btn-ghost:hover,
.btn-ghost:active {
  border: 1px solid #1fa6e6;
  color: #fff;
}

.btn-bp:link,
.btn-bp:visited,
.btn-finanz:link,
.btn-finanz:visited,
input[type="submit"] {
  background-color: #2eb7f1;
  border: 1px solid #2eb7f1;
  color: #fff;
  margin-right: 0px;
}

.btn-bp:hover,
.btn-bp:active {
  background-color: #53c2f1;
}

.btn-finanz:hover,
.btn-finanz:active {
  background-color: #008bc5;
}

/*-----------------------------------*/
/* Header */
/*-----------------------------------*/

header {
  /*background-image: linear-gradient(rgba(0, 90, 134, 0.54), rgba(255, 255, 255, 0)), url(img/header.jpg);*/
  background-image: url(img/banner_start_1920.jpg);
  height: 390px;
  background-attachment: fixed;
  /* clip-path: polygon(0 0, 100% 0, 100% 70vh, 0 100%) */
}

.hero-text-box {
  position: absolute;
  width: 1140px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-text-fragen {
  position: absolute;
  width: 1140px;
  top: 90%;
  left: 85%;
  transform: translate(-30%, -30%);
}

.hero-text-fragen {
  font-size: 160%;
  color: #fff;
  font-weight: 400;
  color: #008bc5;
}

.logo {
  height: 80px;
  width: auto;
  float: left;
  margin-top: 20px;
}

.logo-black {
  display: none;
  height: 40px;
  width: auto;
  float: left;
  margin: 5px 0;
}

.mobile-button-break {
  margin-bottom: 20px;
  display: none;
}

/* Main navi */
.main-nav {
  float: right;
  list-style: none;
  margin-top: 35px;
}

.main-nav li {
  display: inline-block;
  margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
  padding: 8px 0;
  text-decoration: none;
  color: #fff;
  /* text-transform: uppercase;*/
  font-size: 90%;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.65s;
}

.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 2px solid #fff;
}

li.highlight {
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
}

/* Mobile nav */
.mobile-nav-icon {
  float: right;
  margin-top: 30px;
  cursor: pointer;
  display: none;
}

.mobile-nav-icon {
  font-size: 200%;
  color: #fff;
}

/* Sticky navi */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 2px #efefef;
  z-index: 9999;
}

.sticky .main-nav {
  margin-top: 15px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
  padding: 11px 0;
  text-decoration: none;
  color: #555;
  font-size: 80%;
}

.sticky .main-nav li a:hover,
.sticky .main-nav li a:active {
  border-bottom: 2px solid #008bc5;
}

.sticky .logo {
  display: none;
}

.sticky .logo-black {
  display: block;
}

.sticky li.highlight {
  border-bottom: 2px solid #008bc5;
  padding-bottom: 10px;
}

/* Üer das ZiPP Sticky navi */

.sticky-zipp {
  position: fixed;
  top: 50px;
  background: rgb(167, 217, 239);
  border-bottom: 0px solid transparent;
  left: 0;
  width: 100%;
  z-index: 9998;
  padding-top: 5px;
}

.sticky-zipp .ueber-das-zipp-nav {
  margin-top: -5px;
  margin-bottom: 3px;
}

.sticky-zipp .ueber-das-zipp-nav li a:link,
.sticky-zipp .ueber-das-zipp-nav li a:visited {
  text-decoration: none;
  color: #555;
  font-size: 80%;
}

.blue {
  color: #008bc5 !important;
}

/*-----------------------------------*/
/* Start-Menu */
/*-----------------------------------*/

.start-intro {
  padding: 60px 0 10px 0;
}

.copyright {
  text-align: right;
}

.start-menu {
  padding-bottom: 60px;
  padding-top: 0px;
  text-align: center;
}

.start-menu a:link {
  border-bottom: 0;
  padding-bottom: 0;
}

.box-medium {
  overflow: hidden;
}

.box-medium img {
  width: 80%;
  opacity: 0.5;
  height: auto;
  margin-bottom: 15px;
  transform: scale(1);
  transition: transform 0.5s, opacity 0.5s;
  border-radius: 50%;
  border: 8px solid rgba(0, 134, 197, 0.42);
}

.box-medium img:hover {
  opacity: 1;
  transform: scale(1.03);
}

.box-medium h3 {
  text-align: center;
}

.box-small img {
  width: 55%;
  opacity: 0.5;
  height: auto;
  margin-bottom: 15px;
  transform: scale(1);
  transition: transform 0.5s, opacity 0.5s;
  border-radius: 50%;
  border: 6px solid rgba(0, 134, 197, 0.42);
}

.box-small img:hover {
  opacity: 1;
  transform: scale(1.2);
}

.box-small h3 {
  text-align: center;
  font-size: 100%;
}

/* Start Menu Links */

.header-menu-links {
  position: absolute;
  width: 800px;
  top: 20%;
  left: 1%;
  text-align: center;
}

.box-menu {
  float: left;
  margin-right: 35px;
}

.box-menu img {
  width: 120px;
  opacity: 0.5;
  height: auto;
  border-radius: 50%;
  border: 5px solid rgba(0, 134, 197, 0.42);
  transform: scale(1);
  transition: transform 0.5s, opacity 0.5s;
}

.box-menu img:hover {
  opacity: 1;
  transform: scale(1.03);
}

.box-menu h3 {
  text-align: center;
  font-size: 80%;
}

/*-----------------------------------*/
/* Mein ZiPP */
/*-----------------------------------*/

.mein-zipp-header {
  background-image: linear-gradient(
      rgba(0, 90, 134, 0.99),
      rgba(0, 90, 134, 0.33),
      rgba(0, 90, 134, 0),
      rgba(0, 90, 134, 0),
      rgba(255, 255, 255, 0)
    ),
    url(img/header_zapp_2.jpg);
  background-size: cover;
  background-position: center;
  height: 35vh;
  background-attachment: fixed;
}

.mein-zipp {
  background-image: url(img/mein_zipp_chart.jpg);
  background-size: cover;
  background-position: center;
}

.mein-zipp-text {
  margin-bottom: 30px;
}

.mein-zipp-vorjahr-box-icon {
  padding-right: 10px;
}

.mein-zipp-box {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 2px 2px #cccccc;
}

.mein-zipp-box div {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.mein-zipp-box div:first-child {
  background-image: linear-gradient(#ddf4ff, rgb(244, 251, 255));
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.mein-zipp-box div:last-child {
  text-align: center;
  border: 0;
}

.mein-zipp-price {
  font-size: 140%;
  margin-bottom: 10px;
  font-weight: 300;
  color: #008bc5;
}

.mein-zipp-price span {
  font-size: 70%;
  font-weight: 300;
}

.mein-zipp-price-meal {
  font-size: 80%;
}

.mein-zipp-box ul {
  list-style: none;
}

.mein-zipp-box ul li {
  padding: 5px 0;
}

.mein-zipp h3 {
  text-align: center;
}

/*-----------------------------------*/
/* Über das ZiPP */
/*-----------------------------------*/
.ablauf,
.datenschutz,
.beiraete,
.Addison,
.DATEV {
  background-color: rgba(151, 216, 244, 0.22);
}

.ueberschrift h3 {
  color: #008bc5;
}

.ueberschrift ul {
  padding-left: 40px;
}

.ueberschrift-datev {
  margin: 0;
}

.ueberschrift-datev h3 {
  color: #008bc5;
  margin-bottom: 0;
}

.ueberschrift-datev ul {
  padding-left: 40px;
}

.datev-list ul {
  padding-left: 40px;
}

.das-zipp-text {
  margin-bottom: 30px;
}

.ueber-das-zipp-nav {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

.ueber-das-zipp-nav li {
  display: inline-block;
  margin-right: 20px;
}

.ueber-das-zipp-nav li a:link,
.ueber-das-zipp-nav li a:visited {
  padding: 4px 0;
  text-decoration: none;
  color: #555;
  font-size: 100%;
  font-weight: 400;
  border-bottom: 0px solid transparent;
  transition: border-bottom 0.2s;
}

.ueber-das-zipp-nav li a:hover,
.ueber-das-zipp-nav li a:active {
  color: #7b7b7b;
}

.ueber-das-zipp-move ul {
  padding: 5px;
  margin-bottom: 40px;
  /*background: rgba(225, 240, 248, 0.9);*/
  border-bottom: 1px solid rgb(167, 217, 239);
}

/*-----------------------------------*/
/* Steuerberater */
/*-----------------------------------*/
/*
.steuerberater-header {
    background-image: linear-gradient(rgba(0, 64, 95, 0.74), rgba(0, 90, 134, 0), rgba(0, 90, 134, 0), rgba(0, 90, 134, 0), rgba(255, 255, 255, 0)), url(img/banner_steuerberater.jpg);
    height: 390px;
    background-attachment: fixed;
}*/

.row-steuerberater {
  max-width: 1250px;
  margin: 0 auto 0 auto;
}

.btn-allgemein {
  text-align: center;
  margin: 10px 0;
}

.box-addison {
  text-align: center;
}

.box-addison img {
  width: 30%;
  opacity: 0.5;
  height: auto;
  margin-bottom: 15px;
  transform: scale(1);
  transition: transform 0.5s, opacity 0.5s;
  border-radius: 50%;
  border: 8px solid rgba(0, 134, 197, 0.42);
}

.box-addison img:hover {
  opacity: 1;
  transform: scale(1.1);
}

.box-addison a {
  border-bottom: 0;
}

.addison-box {
  margin: 10px 0;
}

.anleitung {
  display: none;
  width: 100%;
  flex-direction: column;
}

.anleitung-box {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.anleitung-box-img {
  display: flex;
  align-items: center;
}

.anleitung-box-img a {
  border-bottom: 0;
}

.flex-1 {
  flex: 1;
  justify-content: center;
}

.flex-2 {
  flex: 2;
}

.steuerberater-hr {
  border-bottom: 1px solid #c4c4c4;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0;
}

/*-----------------------------------*/
/* Kontakt */
/*-----------------------------------*/

.kontakt-header {
}

/*-----------------------------------*/
/* ZäPP-Statistiken */
/*-----------------------------------*/

.zaepp-statistiken-header {
  background-image: linear-gradient(
      rgba(0, 64, 95, 0.88),
      rgba(0, 90, 134, 0.12),
      rgba(0, 90, 134, 0),
      rgba(0, 90, 134, 0),
      rgba(255, 255, 255, 0)
    ),
    url(img/banner_zaepp_statistiken.jpg);
  height: 390px;
  background-attachment: fixed;
}

/*-----------------------------------*/
/* Erweiterungsbögen */
/*-----------------------------------*/

.erweiterungsboegen-header {
  background-image: linear-gradient(
      rgba(0, 64, 95, 0.96),
      rgba(0, 90, 134, 0),
      rgba(0, 90, 134, 0),
      rgba(0, 90, 134, 0),
      rgba(255, 255, 255, 0)
    ),
    url(img/banner_erweiterungsboegen.jpg);
  height: 390px;
  background-attachment: fixed;
}

.erw_boegen div:first-child {
  text-align: right;
}

/*-----------------------------------*/
/* Online-Fragebogen */
/*-----------------------------------*/

.online-fragebogen-header {
  background-image: linear-gradient(
      rgba(0, 64, 95, 0.96),
      rgba(0, 90, 134, 0),
      rgba(0, 90, 134, 0),
      rgba(0, 90, 134, 0),
      rgba(255, 255, 255, 0)
    ),
    url(img/banner_online-fragebogen.jpg);
  height: 390px;
  background-attachment: fixed;
}

.online-fragebogen .row ul {
  padding-left: 30px;
}

/*-----------------------------------*/
/* Teilnehmer */
/*-----------------------------------*/

.teilnehmer-header {
  background-image: linear-gradient(
      rgba(0, 64, 95, 0.96),
      rgba(0, 90, 134, 0),
      rgba(0, 90, 134, 0),
      rgba(0, 90, 134, 0),
      rgba(255, 255, 255, 0)
    ),
    url(img/banner_teilnehmer_1920.jpg);
  background-repeat: no-repeat;
  height: 390px;
  background-attachment: fixed;
}

/*-----------------------------------*/
/* Über uns */
/*-----------------------------------*/

.ueber-uns-header {
  background-image: linear-gradient(
      rgba(0, 64, 95, 0.96),
      rgba(0, 90, 134, 0),
      rgba(0, 90, 134, 0),
      rgba(0, 90, 134, 0),
      rgba(255, 255, 255, 0)
    ),
    url(img/banner_ueber_uns.jpg);
  background-repeat: no-repeat;
  height: 390px;
  background-attachment: fixed;
}

/*-----------------------------------*/
/* Datenschutzhinweise */
/*-----------------------------------*/

.datenschutzhinweise-header {
  background-image: linear-gradient(
      rgba(0, 64, 95, 0.96),
      rgba(0, 90, 134, 0),
      rgba(0, 90, 134, 0),
      rgba(0, 90, 134, 0),
      rgba(255, 255, 255, 0)
    ),
    url(img/banner_datenschutz.jpg);
  height: 390px;
  background-attachment: fixed;
}

/*-----------------------------------*/
/* Sign up */
/*-----------------------------------*/
.section-aktuelles {
  background-color: rgb(235, 235, 235);
}

.plan-box {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  margin-left: 5%;
  box-shadow: 0 2px 2px #cccccc;
}

.plan-box div {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.plan-box div:first-child {
  background-color: #f7f7f7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.plan-box div:last-child {
  text-align: center;
  border: 0;
}

.plan-price {
  font-size: 150%;
  margin-bottom: 10px;
  font-weight: 300;
  color: #008bc5;
}

.plan-price span {
  font-size: 30%;
  font-weight: 300;
}

.plan-price-meal {
  font-size: 80%;
}

.plan-box ul {
  list-style: none;
}

.plan-box ul li {
  padding: 5px 0;
}

/*-----------------------------------*/
/* Form */
/*-----------------------------------*/
.contact-form {
  width: 60%;
  margin: 0 auto;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

input[type="password"] {
  width: 50%;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

textarea {
  height: 100%;
}

input[type="checkbox"] {
  margin: 10px 5px 10px 0;
}

*:focus {
  outline: none;
}

/*-----------------------------------*/
/* Footer */
/*-----------------------------------*/

footer,
.footer-fix,
.footer-scroll {
  background-color: #eee;
  padding: 10px;
  font-size: 80%;
}

.footer-nav {
  list-style: none;
  float: left;
}

.footer-nav li {
  display: inline-block;
  margin-right: 20px;
}

.footer-nav li:last-child,
.footer-nav li:first-child {
  margin-right: 20px;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
  text-decoration: none;
  border: 0;
  color: #000000;
}

.social-links li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 15px;
}

.footer-nav li a:hover,
.footer-nav li a:active {
  color: #ebebeb;
}

footer p,
.footer-fix p,
.footer-scroll p {
  color: #ebebeb;
  text-align: center;
  margin-top: 20px;
}

.zi-logo {
  text-align: center;
}

.zi-logo img {
  width: 44%;
}

.zi-logo a,
.kv-logo a {
  border-bottom: 0;
}

.kv-logo {
  text-align: right;
}

.kv-logo img {
  width: 74%;
}

.footer-fix {
  width: 100%;
  bottom: 0;
  clear: both;
  position: absolute;
}

.footer-scroll {
  width: 100%;
  bottom: 0;
  clear: both;
  position: fixed;
}

/*-----------------------------------*/
/* Animations */
/*-----------------------------------*/

.js--wp-1,
.js--wp-2,
.js--wp-3 {
  opacity: 0;
  animation-duration: 1s;
}

.js--wp-4 {
  animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated,
.js--wp-4.animated {
  opacity: 1;
}

.logo-free {
  position: absolute;
  left: 73%;
  top: 85%;
}

/*--------------------------------*/
/* Bundesland Dropdown*/
/*--------------------------------*/

.intro {
  margin-bottom: 30px;
}

.dropdown-container {
  margin: 30px 0;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

select {
  width: 25%;
  padding: 10px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
}

select:focus {
  outline: none;
  border-color: #008bc5;
}

.bundesland-info {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-left: 4px solid #008bc5;
  border-radius: 4px;
}

.bundesland-info.active {
  display: block;
}

.bundesland-info h3 {
  margin-top: 0;
  color: #008bc5;
}

.bundesland-info a {
  color: #008bc5;
  text-decoration: none;
}

.bundesland-info a:hover {
  text-decoration: underline;
}
