/*
 Theme Name: chekka.de 2015
 Author: Johannes Tassilo Gruber
 Author URI: http://chekka.de
 Template: twentyfifteen
 Version: 1.0
 License: Only for use at chekka.de
*/

/* Soleto-regular - latin */
@font-face {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Soleto-regular.eot"); /* IE9 Compat Modes */
  src: local("Soleto"), local("Soleto-Regular"),
    url("fonts/Soleto-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Soleto-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/Soleto-regular.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Soleto-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Soleto-regular.svg#Soleto")
      format("svg"); /* Legacy iOS */
}
/* Soleto-700 - latin */
@font-face {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Soleto-700.eot"); /* IE9 Compat Modes */
  src: local("Soleto Bold"), local("Soleto-Bold"),
    url("fonts/Soleto-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Soleto-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/Soleto-700.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Soleto-700.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Soleto-700.svg#Soleto") format("svg"); /* Legacy iOS */
}

bg_yellow {
  background-color: #ffbf00;
}
:root {
  --yellow: #ffbf00;
  --blue: #00a0e1;
  --gray: #585346;
  --darkgray: #3c3b3a;
  --lightgray: #fcfbfa;
}

* {
  box-sizing: border-box;
  background-origin: content-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
.edit-link {
  position: fixed;
  left: 0;
  bottom: 3vh;
  background-color: #111;
  padding: 1em;
}
@media all and (max-width: 1300px) {
  .edit-link {
    display: none;
  }
}

*:focus {
  outline: 1px solid #ffbf00;
}
html {
  background-color: var(--lightgray);
  background-position: center;
  background-repeat: repeat-y;
  opacity: 0;
}
html.loaded {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

html,
body {
  min-height: 100vh;
}

body {
  font-size: 17px;
  font-family: caecilia, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: var(--gray);
  margin: 0;
  overflow-y: scroll;
  /*background-image: url(img/body-bg.gif);
 background-position: center;
 background-repeat: repeat-y;
 background-attachment: fixed;*/
}

#content p {
  font-style: italic;
}

img {
  max-width: 100%;
  height: initial;
}
.wrapper {
  width: 100%;
}
header.siteheader {
  background-color: var(--yellow);
  padding: 3vh 3vw 0 3vw;
  position: fixed;
  top: 0;
  bottom: 0;
}
#content {
  background-color: #fff;
  padding: 0 3vw 0 3vw;
  max-width: 1050px;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
#content .content-area {
  flex: auto;
}
.single-portfolio article {
  margin-bottom: 30px;
}
/* @group Footer */

footer.site-footer {
  font-family: Soleto;
  font-size: 0.875em;
  padding: 3vw;
  background-color: #fff;
  color: #aaa;
  margin: 3vw -3vw 0;
  width: calc(100% + 6vw);
}
.site-footer .content-area {
  display: flex;
  flex-wrap: wrap;
}
footer.site-footer .footer-sidebar {
  min-height: 1px;
  flex: 0 1 33.333%;
}
footer.site-footer .footer-sidebar ul,
footer.site-footer .footer-sidebar li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.site-footer .copyright {
  flex: 0 1 100%;
  margin-top: 3vh;
  color: #777;
}

/* @end */
h1 {
  line-height: 1.1;
  font-family: soleto;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  padding: 1em 1.5em 0 3vw;
  margin: 0 0 -4px 0;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.page-content h1 {
}
.single-portfolio h1 {
  position: initial;
  padding: 0;
  margin: 0 0 21px 0;
}
h2 {
  font-family: soleto, sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1;
  color: #613f1b;
  margin: 0 0 12px -3vw;
  padding: 0.7em 1.2em 0.7em 3vw;
  background-color: var(--yellow);
  display: inline-block;
}
h2 + .portfolio-category-loop {
  margin-top: 3vh;
}
.angebot h2 {
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: initial;
}
h3,
.panel-grid-cell .widget-title {
  font-family: Soleto, sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  font-style: normal !important;
  line-height: 1.2;
  color: var(--darkgray);
  margin: 2.1em 0 0.7em;
}

p {
  margin: 0 0 1em 0;
  hyphens: auto;
}
h2 + p {
  margin-top: 1.2em;
}
p + h2 {
  margin-top: 2.1em;
}

a {
  font-family: Soleto !important;
  color: var(--blue);
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
}
a:hover,
#sofort-banner a.mail:hover {
  color: var(--darkgray);
}
.sans-serif {
  font-family: Soleto;
}
.hidden {
  display: none;
}
.cols {
  column-count: 2;
  column-gap: 70px;
  margin: 50px 0;
}
/* @group Fancybox */
.chekka #fancybox-overlay {
  background-color: var(--darkgray) !important;
  opacity: 0.7 !important;
  position: fixed;
}
.chekka #fancybox-outer {
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
/* @end */
/* @group Teaserimage */

.teaserimage {
  min-width: 100%;
  height: 33vh;
  margin: 0 -3vw 3vw -3vw;
  position: relative;
  box-shadow: inset 0 -120px 30px -120px rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media all and (max-height: 840px) {
  .teaserimage {
    height: 50vh;
  }
}
.teaserimage.clickable {
  background-size: 100%;
  cursor: pointer;
  transition: height 0.7s ease-in-out, border-bottom-color 0.3s ease-in-out;
  border-bottom: 40px solid rgba(255, 255, 255, 0.9);
}
.teaserimage.clickable:hover {
  border-bottom-color: var(--blue);
}

.teaserimage.clickable:after {
  font-family: dashicons;
  font-size: 40px;
  content: "\f347";
  display: block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
  color: #777;
}
.teaserimage.clickable:hover:after {
  color: #fff;
}
.teaserimage.clickable.open:hover {
  cursor: default;
  box-shadow: 0 0 0 1px #fff;
}
.teaserimage.clickable.open {
  border-bottom-color: transparent;
}
.teaserimage.clickable.open:after {
  content: "\f343";
  cursor: pointer;
  color: var(--blue);
  bottom: -80px;
}

/* @end */
mobile.open-fullsize-image {
  display: none !important;
  visibility: hidden !important;
}
.open-fullsize-image {
  box-sizing: content-box;
  position: absolute;
  bottom: 3vh;
  right: 0;
  background-color: var(--blue);
  width: 0;
  overflow: hidden;
  line-height: 1.2;
  font-size: 0.875em;
  border-radius: 31px 0 0 31px;
}
.open .open-fullsize-image {
  width: 50px;
  padding: 7px 12px;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.open-fullsize-image a {
  color: #fff;
  white-space: nowrap;
  display: block;
  margin-left: 70px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.open-fullsize-image:hover {
  color: #fff;
  right: 0;
  width: 320px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.open-fullsize-image:hover a {
}
.open-fullsize-image:before {
  font-family: dashicons;
  content: "\f348";
  color: #fff;
  font-size: 40px;
  position: absolute;
  left: 16px;
  top: 8px;
}
#breadcrumbs {
  font-size: 14px;
  font-family: Soleto;
  text-align: right;
}
#breadcrumbs .dashicons-admin-home {
  font-size: 0;
}
#breadcrumbs .dashicons-admin-home:before {
  font-size: 18px;
}
#breadcrumbs .sep {
  display: inline-block;
  margin: 0 7px;
  color: var(--gray);
}

form {
  font-family: Soleto !important;
  float: left;
  width: 100%;
  background-color: #fff !important;
  padding: 0 !important;
}
input[type="text"],
input[type="email"],
textarea {
  padding: 0.7em;
  font-family: Soleto !important;
  font-size: 16px;
  border: none !important;
  background-color: #fcfbfa;

  border-radius: 3px !important;
  border-top: 1px solid #ecebea !important;
  border-left: 1px solid #ecebea !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  background-color: rgba(255, 191, 0, 0.07);
}
input[type="submit"] {
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.7em 1.2em;
  float: right;
  cursor: pointer;
}
input[type="submit"]:hover {
  background: #004e6f !important;
}

/* @group Columns */

.row {
  display: flex;
}
.col {
  flex: auto;
  min-height: 1px;
}
.col.col-wide {
  flex: 0 1 70%;
}
.col.col-first.col-wide {
  padding-right: 5%;
}
.col.col-narrow {
  flex: 0 1 30%;
}
.col.col-last.col-narrow {
  padding-left: 5%;
}
.col.col-half {
  flex: 0 1 50%;
}
.col.fullwidth {
  flex: 0 1 100% !important;
  padding-right: 0 !important;
}

/* @end */

/* @group Portfolio Category Loop */

.portfolio-category-loop {
  margin-right: -1.5%;
  margin-left: -1.5%;
  margin-top: 3vw;
  width: 104.5%;
}
.portfolio-category-loop .line-item {
  width: 30%;
  float: left;
  margin: 0 1.5% 21px;
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 70px 0 rgba(0, 0, 0, 0.1);
  padding: 1%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.portfolio-category-loop .line-item:hover {
  box-shadow: 0 0 0 1px var(--blue);
}

.portfolio-category-loop .line-item a {
  display: inline-block;
  float: left;
  height: 100%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.portfolio-category-loop .line-item a:focus {
  outline: none;
}

.portfolio-category-loop .line-item .image {
  height: 217px;
  display: table-cell;
  vertical-align: middle;
}

.portfolio-category-loop .line-item .content {
  padding: 7% 0 0 0;
  font-family: Soleto;
  text-align: center;
  line-height: 1.3;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(43, 32, 0, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-category-loop .line-item:hover .content {
  opacity: 1;
  color: #fff;
  top: 65%;
  background-color: var(--blue);
}

.portfolio-category-loop .line-item .content p {
  margin: 0;
}
.portfolio-category-loop .line-item .image img {
  width: 300px;
}

/* @end */
/* @group Sitelogo */

header.siteheader a:hover {
  color: #fff;
}
header.siteheader .sitelogo {
  float: right;
  width: 260px;
}
header.siteheader .chekka {
  float: left;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
header.siteheader .logo {
  float: right;
  margin-top: 3px;
}
.sitelogo span {
  display: block;
  float: right;
  text-align: right;
  font-size: 12px;
  color: var(--darkgray);
  max-width: 100%;
}

/* @end */

/* @group Site Header */

header.siteheader .fixed,
header.siteheader .loose {
  float: right;
  width: 100%;
}

header.siteheader .mainnav,
header.siteheader #sidebar {
  float: right;
  clear: both;
  width: 175px;
  margin-top: 3vh;
}
header.siteheader #sidebar .widget strong {
  display: none;
}
header.siteheader a:hover {
  color: var(--darkgray);
}
header.siteheader .mainnav a {
  font-weight: 700;
  text-transform: uppercase;
}
header.siteheader #sidebar a {
  font-weight: 400;
}

header.siteheader ul,
header.siteheader li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
header.siteheader li a {
  font-size: 18px;
  color: #fff;
  display: block;
}
header.siteheader #sidebar .nav li a:hover {
  color: var(--darkgray);
}

header.siteheader nav.mainnav .mega-menu-item {
  float: right !important;
  width: 100% !important;
  font-weight: 700;
}
/* @end */

/* @group Sofort Banner */

#sofort-banner {
  position: fixed;
  z-index: 12;
  top: 0;
  right: 7vw;
  text-align: center;
  background-color: var(--blue);
  padding: 0.7em 1.2em;
  border-radius: 0 0 7px 7px;
  color: #fff;
  font-weight: 700;
  font-family: Soleto;
}
@media all and (min-width: 2000px) {
  #sofort-banner {
    right: 12vw;
  }
}
#sofort-banner .tel {
  font-size: 18px;
}
#sofort-banner .form {
  font-size: 12px;
}
#sofort-banner .mail {
  font-weight: 700;
}
#sofort-banner a {
  color: #fff;
}
#sofort-banner a:hover {
  color: #ffbf00;
}

/* @end */

/* @group Pricing Tables */

/*.rpt_style_basic .rpt_plan .rpt_head {
 min-height: 250px;
}
.rpt_style_basic .rpt_plan .rpt_features {
 min-height: 500px;
}*/

.chekka .rpt_plugin_f .rpt_title,
.chekka .rpt_plugin_f .rpt_head .rpt_recurrence,
.chekka .rpt_plugin_f .rpt_head .rpt_price,
.chekka .rpt_plugin_f .rpt_head .rpt_price .rpt_currency,
.chekka .rpt_plugin_f .rpt_head .rpt_subtitle,
.chekka .rpt_plugin_f .rpt_head .rpt_description,
.chekka .rpt_plugin_f .rpt_features .rpt_feature,
.chekka .rpt_plugin_f .rpt_features .rpt_feature a,
.chekka .rpt_plugin_f .rpt_foot {
  font-family: Soleto !important;
}
.chekka #rpt_pricr > div {
  display: flex;
  justify-content: space-between;
}
.chekka #rpt_pricr > div > div {
  flex-basis: 24%;
  width: 24%;
  margin: 0;
}
.chekka .rpt_style_basic .rpt_plan .rpt_features {
  padding: 0 12px;
  background-color: #f7f5f0;
}
.chekka .rpt_style_basic .rpt_plan .rpt_title {
  line-height: inherit !important;
  font-family: Soleto;
  font-weight: 700;
  text-align: center;
}
.chekka .rpt_style_basic .rpt_plan .rpt_features .rpt_feature {
  color: #555;
  font-family: Soleto;
  line-height: 1.35;
  text-align: left;
}
.chekka .rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
  padding: 12px 0;
  font-family: Soleto !important;
  color: #211900 !important;
  line-height: 1.5;
}
.chekka .rpt_style_basic.rpt_4_plans .rpt_plan .rpt_head .rpt_price {
  font-size: 3em;
}
/*
.chekka .rpt_style_basic .rpt_plan span.plus {
  font-size: 70%;
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}
*/
.chekka .rpt_style_basic.rpt_4_plans .rpt_plan .rpt_subtitle {
  font-family: Soleto;
  font-weight: 400;
  margin: 0;
  padding: 0 !important;
}
.chekka .rpt_style_basic.rpt_4_plans .rpt_plan .rpt_description {
  color: #f7f5f0 !important;
  font-family: Soleto;
  font-weight: 400;
  padding: 0 12px 21px;
}
.rpt_style_basic .rpt_plan .rpt_foot {
  font-weight: 700 !important;
}

/* @end */

/* @group Sidebar */

/* @end */
/* @group Panels */
.panel-grid {
  margin-bottom: 3vh;
  position: relative;
}
.panel-grid-cell .widget-title {
}
.chekka .teaservideo,
.chekka .so_video_bg_row#pgc-44-0-0,
.chekka .so_video_bg_row#pgc-44-1-0,
.chekka .so_video_bg_row#pgc-44-2-0 {
  height: 33vh;
  margin: 0 -3vw 3vw -3vw;
  width: calc(100% + 6vw);
}
.fullwidth .panel-grid .panel-grid-cell .content {
  padding-right: 1.5vw;
}
.fullwidth .panel-grid .panel-grid-cell .aside {
  padding-left: 1.5vw;
}

/* @end */

@media only screen and (max-width: 1680px) {
  .so_video_bg_row {
    height: 50vh;
  }
}

@media only screen and (min-width: 1680px) {
  header.siteheader {
    width: 30%;
  }
  #content {
    margin: 0 0 0 30%;
    width: 60%;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  header.siteheader {
    width: 25%;
  }
  #content {
    margin: 0 0 0 25%;
    width: 75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  body {
    font-size: 14px;
  }
  header.siteheader {
    width: 30%;
  }
  #content {
    margin: 0 0 0 30%;
    width: 70%;
  }
  .rpt_4_plans .rpt_plan {
    width: 48.5% !important;
    margin-bottom: 3%;
  }
  .rpt_4_plans .rpt_plan:nth-child(even) {
    clear: right;
    margin-right: 0;
    margin-left: 1.5%;
  }
  .rpt_4_plans .rpt_plan:nth-child(odd) {
    clear: left;
    margin-left: 0;
    margin-right: 1.5%;
  }
  .rpt_style_basic .rpt_plan .rpt_features {
    min-height: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .portfolio-category-loop .line-item {
    width: 47%;
    display: block;
    margin: 0 1.5% 7vh 1.5%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .portfolio-category-loop .line-item {
    width: 40%;
    display: inline-block;
    margin: 0 1.5%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 600px) {
  .portfolio-category-loop .line-item {
    width: 100%;
    display: block;
    margin: 0 0 7vh 0;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  header.siteheader {
    position: initial;
    width: 100%;
    height: 45vh !important;
    min-height: initial;
    padding: 3vh;
  }

  header.siteheader .fixed {
    position: fixed;
    background-color: #ffbf00;
    padding: 3vh 3vh 0 3vh;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 100px;
    max-height: 100px;
  }
  header.siteheader .loose {
    margin-top: 100px;
  }

  header.siteheader .sitelogo {
    float: left;
    width: 100%;
  }
  header.siteheader nav.mainnav,
  header.siteheader #sidebar {
    float: left;
    width: 50%;
    margin: 0;
    clear: none;
  }
  header.siteheader #sidebar .nav {
    margin: 0;
  }
  header.siteheader div#sidebar h2 {
    display: none;
  }
  #content {
    width: 100%;
    height: initial;
    min-height: initial;
  }
  #sofort-banner {
    display: none;
  }
  .teaserimage,
  .jquery-background-video-wrapper {
    margin: -3vh -3vh 12vh -3vh;
  }
  .teaserimage {
    height: 40vh;
  }
  h1 {
    padding-left: 3vh;
  }
  #breadcrumbs {
    display: none;
  }
  .portfolio-category-loop .line-item .image {
  }
}

/** responsive code end **/
