@charset "UTF-8";
/* colors */
.display-none {
  display: none;
}

html {
  overflow-x: hidden;
  width: 100%;
}
html body {
  font-family: "Nanum Gothic";
  position: relative;
  /* section service */
  /* portfolio */
  /* section über mich */
  /* section contact */
  /* kontaktformular */
}
html body h2, html body h5, html body h3 {
  font-family: "Poppins" !important;
}
html body h2 {
  color: #34729B;
}
html body h3 {
  font-weight: normal;
  line-height: 1.75rem;
}
html body h3 a {
  color: #03c4eb;
}
html body h4 {
  line-height: 25px !important;
}
html body p {
  font-size: 18px;
}
html body .site-text-logo {
  /*background:#262626;
  color:#fff !important;
  padding: 10px 40px 25px 10px;
  font-family:"Open Sans Condensed" !important;
  font-size:21px !important;
  display:block !important;
  text-transform: none;*/
  font-family: "Open Sans Condensed" !important;
  font-size: 35px !important;
  display: block !important;
  margin-bottom: 10px !important;
}
html body .site-branding {
  position: absolute;
  top: 50%;
  margin-top: -37px;
}
html body .site-branding .custom-logo-link {
  background-size: auto 25px;
  display: inline;
}
html body .site-branding .custom-logo-link img {
  width: 300px;
  height: auto;
}
html body .site-description, html body .site-title {
  display: none !important;
}
html body a:hover {
  color: #D69328;
}
html body .section-title-area .section-subtitle {
  font-weight: normal;
  font-size: 16px;
}
html body #wordpress-programmierung-ber {
  background-color: #2f2f2f;
}
html body #wordpress-programmierung-ber h2 {
  color: #03c4eb;
}
html body #wordpress-programmierung-ber .section-desc {
  margin-top: 1.5rem;
}
html body #wordpress-programmierung-ber .section-desc p {
  color: #fff;
}
html body #wordpress-programmierung-ber .section-desc h3 a {
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  top: 40px;
  font-size: 18px;
}
html body #wordpress-programmierung-ber .section-desc h3 a:hover {
  border-color: #03c4eb;
  color: #03c4eb;
  text-decoration: none;
}
html body #portfolio {
  background-color: #fff;
}
html body #portfolio .section-title-area {
  margin-bottom: 40px;
}
html body #portfolio .section-title-area .section-desc h3 {
  height: 85px;
}
html body #portfolio .section-title-area .section-desc h3 a {
  padding: 20px;
  border-radius: 3px;
  color: #fff;
  background: #03c4eb;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  top: 40px;
  font-size: 18px;
}
html body #portfolio .section-title-area .section-desc h3 a:hover {
  background: #D69328;
  text-decoration: none;
}
html body #portfolio .section-content {
  margin-top: 20px;
}
html body #portfolio .section-content .feature-item .feature-media {
  border: 1px solid darkgrey;
}
html body #portfolio::before {
  /*content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 20px solid $dark_grey;
  margin: 0 auto;*/
}
html body #ueber-mich {
  background-color: #efefef;
}
html body #ueber-mich .section-desc img.alignright {
  margin-left: 2em;
}
html body #ueber-mich::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  margin: 0 auto;
}
html body .section-contact {
  background: #fff;
}
html body .section-contact::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #efefef;
  margin: 0 auto;
}
html body .wpcf7-form {
  /*.submit::after {
    content: '\f1d8';
    font-family: FontAwesome;
  }*/
}
html body .wpcf7-form input[type=text], html body .wpcf7-form input[type=email], html body .wpcf7-form textarea, html body .wpcf7-form select {
  width: 100%;
  color: #777;
  font-weight: 600;
}
html body .wpcf7-form input[type=submit] {
  border: 2px solid #03c4eb !important;
  border-radius: 0;
  color: #34729B;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 40px;
  background: linear-gradient(to bottom, transparent 50%, #34729B 50%) !important;
  background-size: 100% 200% !important;
  background-position: left top !important;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) !important;
}
html body .wpcf7-form input[type=submit]:hover {
  border: 2px solid #34729B !important;
  color: #fff;
  opacity: 1;
  background-position: left bottom !important;
}
html body .wpcf7-form button {
  background: #03c4eb;
  border: none;
  width: 100%;
  padding: 15px 0 10px 0;
}
html body .wpcf7-form button i {
  color: #fff;
  font-size: 25px;
}
html body .wpcf7-form button:focus, html body .wpcf7-form button:active, html body .wpcf7-form button:hover {
  background-color: #03c4eb !important;
}
html body .wpcf7-form select {
  background: #f2f2f2;
  padding-left: 6px;
  font-size: 15px;
}
html body .wpcf7-form label {
  width: 100%;
  font-size: 14px;
}
html body .wpcf7-form .wpcf7-not-valid-tip {
  color: #03c4eb;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  font-weight: 300;
}
html body .wpcf7-form .wpcf7-response-output {
  border: none;
  background: #f2f2f2;
}
html body .wpcf7-form ::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}
html body .wpcf7-form :-moz-placeholder { /* Firefox 18- */
  color: #777;
  opacity: 1;
}
html body .wpcf7-form ::-moz-placeholder { /* Firefox 19+ */
  color: #777;
  opacity: 1;
}
html body .wpcf7-form :-ms-input-placeholder {
  color: #777;
  opacity: 1;
}
html body .wpcf7-form p {
  margin-bottom: 0px !important;
}
html body .wpcf7-form p .wpcf7-form-control-wrap {
  margin-bottom: 15px !important;
  display: block;
}
html body .address-box {
  width: 90%;
  margin-left: 10%;
  position: relative;
  top: -50px;
}

.page .page-header h1 {
  text-align: center;
  font-family: "Raleway";
}
.page .entry-content {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.page .entry-content p, .page .entry-content li {
  font-size: 18px;
}

#huge_it_portfolio_content_2 h3 {
  font-family: "Raleway";
  font-size: 2rem !important;
  margin-bottom: 10px;
}
#huge_it_portfolio_content_2 .description-block_2 p {
  font-size: 1.25rem;
  padding: 5px 0 10px 0 !important;
}
#huge_it_portfolio_content_2 .button-block {
  margin-top: 25px;
}
#huge_it_portfolio_content_2 .button-block a {
  background: #03c4eb;
  font-size: 20px;
  padding: 16px;
}
#huge_it_portfolio_content_2 .button-block a:hover {
  background: #D69328;
}
#huge_it_portfolio_content_2 .portelement_2 {
  margin: 0;
  border: 0;
  padding: 60px 40px;
}
#huge_it_portfolio_content_2 .portelement_2 .left-block_2 {
  padding-right: 25px;
}

/* template full width */
.page-header {
  height: 300px;
  padding: 120px 0;
  /*background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 100%;
  position:relative;*/
}
.page-header #content-inside {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.page-header #content-inside h2.header-subline {
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-family: Raleway;
  opacity: 1;
  font-size: 2rem;
  margin-bottom: 0;
}

.container .webressort-btn {
  display: block !important;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.container .webressort-btn a {
  border: 2px solid #fff;
  padding: 14px 40px;
  border-radius: 2px;
  background: transparent !important;
  color: #fff !important;
  text-transform: none;
  font-weight: 600;
  position: relative;
  top: 0px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) !important;
}
@media all and (max-width: 480px) {
  .container .webressort-btn a {
    font-size: 13px;
  }
}
.container .webressort-btn.lightblue a {
  border: 2px solid #03c4eb !important;
  color: #34729B !important;
  background: linear-gradient(to bottom, transparent 50%, #34729B 50%) !important;
  background-size: 100% 200% !important;
  background-position: left top !important;
}
.container .webressort-btn.lightblue a:hover {
  border: 2px solid #34729B !important;
  color: #fff !important;
  background-position: left bottom !important;
}
.container .webressort-btn.lightblue.outline {
  max-width: none !important;
}
.container .webressort-btn.lightblue.outline a {
  background: transparent !important;
  border: 1px solid #34729B !important;
  color: #34729B !important;
}
.container .webressort-btn.lightblue.outline a:hover {
  border: 1px solid #2f2f2f !important;
  color: #2f2f2f !important;
}
.container .webressort-btn.grey a {
  background: linear-gradient(to bottom, transparent 50%, #34729B 50%) !important;
  background-size: 100% 200% !important;
  background-position: left top !important;
  border: 2px solid #ebebeb !important;
  color: #777 !important;
}
.container .webressort-btn.grey a:hover {
  border: 2px solid #34729B !important;
  color: #fff !important;
  background-position: left bottom !important;
}
.container .webressort-btn.grey.outline {
  max-width: none !important;
}
.container .webressort-btn.grey.outline a {
  background: transparent !important;
  border: 1px solid #34729B !important;
  color: #34729B !important;
}
.container .webressort-btn.grey.outline a:hover {
  border: 1px solid #2f2f2f !important;
  color: #2f2f2f !important;
}
.container .hover-effect a {
  background: linear-gradient(to bottom, #ffffff 50%, #00ff00 50%);
  background-size: 100% 200%;
  background-position: left top;
  transition: background-position 0.2s ease-in-out;
}
.container .hover-effect a:hover {
  background-position: left bottom;
}
.container .hero-slider .vc_column-inner {
  padding: 0px;
}
.container .hero-slider .vc_column-inner .wpb_content_element {
  margin-bottom: 0px !important;
}
.container .box {
  padding: 50px 100px;
}
@media all and (max-width: 990px) {
  .container .box {
    padding: 35px 60px;
  }
}
@media all and (max-width: 768px) {
  .container .box {
    padding: 35px 40px;
  }
}
@media all and (max-width: 540px) {
  .container .box {
    padding: 0px 25px;
    outline: none;
  }
}
@media all and (max-width: 375px) {
  .container .box {
    padding: 0px 15px;
    outline: none;
  }
}
.container .box .vc_column-inner {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  float: none;
}
.container .box h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
  letter-spacing: 0;
}
@media all and (max-width: 480px) {
  .container .box h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.container .box h3 {
  font-size: 24px;
}
.container .box h4 {
  font-weight: 500 !important;
}
.container .box h5 {
  margin-bottom: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 18px;
}
.container .box p {
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
}
@media all and (max-width: 480px) {
  .container .box p {
    line-height: 26px;
    font-size: 15px;
  }
}
@media all and (max-width: 375px) {
  .container .box p {
    line-height: 25px;
    font-size: 14px;
  }
}
.container .box::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2f2f2f;
  margin: 0 auto;
  position: relative;
  top: 69px;
}
@media all and (max-width: 990px) {
  .container .box::after {
    top: 54px;
  }
}
@media all and (max-width: 540px) {
  .container .box::after {
    top: 19px;
  }
}
.container .black-box {
  background: #2f2f2f;
}
.container .black-box h2 {
  color: #03c4eb;
}
.container .black-box h5 {
  color: #aaa;
}
.container .black-box p {
  color: #fff;
}
.container .black-box .webressort-btn a {
  background: linear-gradient(to bottom, transparent 50%, #fff 50%) !important;
  background-size: 100% 200% !important;
  background-position: left top !important;
}
.container .black-box .webressort-btn a:hover {
  color: #000 !important;
  border: 2px solid #fff;
  background-position: left bottom !important;
}
.container .white-box h5 {
  color: #aaa;
}
.container .white-box::after {
  border-top: 20px solid #fff;
}
.container .grey-box {
  background: #efefef;
}
.container .grey-box::after {
  border-top: 20px solid #efefef;
}
.container .portfolio-start .wpb_single_image {
  border: 1px solid #2f2f2f;
}
.container .contact-start .vc_cta3-container {
  margin-bottom: 0px;
}
.container .contact-start .vc_cta3-container .vc_cta3 {
  padding: 10px 28px !important;
}
.container .contact-start .vc_cta3-container .vc_cta3 .vc_cta3_content-container h2 {
  display: block;
  padding-left: 45px;
  font-style: italic;
  line-height: 2;
  font-size: 14px;
  color: #777;
  font-weight: normal;
  padding-left: 10px;
  margin: 5px 0 0 0;
}

.home .container {
  max-width: none;
}
.home .container .entry-content {
  max-width: none;
}

/* Portfolio Page */
.portfolio-entry {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.portfolio-entry .entry-wrapper {
  display: flex;
  margin-bottom: 75px;
  padding-bottom: 100px;
  border-bottom: 1px solid #acacac;
  position: relative;
}
.portfolio-entry .entry-wrapper .content-wrapper {
  width: 35%;
  margin-right: 8%;
}
@media all and (max-width: 480px) {
  .portfolio-entry .entry-wrapper .content-wrapper {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.portfolio-entry .entry-wrapper .content-wrapper .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.portfolio-entry .entry-wrapper .content-wrapper .url.webressort-btn {
  text-align: left;
  margin: 0;
  position: relative;
  top: 45px;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .portfolio-entry .entry-wrapper .content-wrapper .url.webressort-btn {
    text-align: center;
    margin: 0 auto;
    top: 350px;
  }
}
@media all and (max-width: 440px) {
  .portfolio-entry .entry-wrapper .content-wrapper .url.webressort-btn {
    top: 330px;
  }
}
@media all and (max-width: 400px) {
  .portfolio-entry .entry-wrapper .content-wrapper .url.webressort-btn {
    top: 315px;
  }
}
@media all and (max-width: 375px) {
  .portfolio-entry .entry-wrapper .content-wrapper .url.webressort-btn {
    top: 300px;
  }
}
@media all and (max-width: 350px) {
  .portfolio-entry .entry-wrapper .content-wrapper .url.webressort-btn {
    top: 280px;
  }
}
@media all and (max-width: 320px) {
  .portfolio-entry .entry-wrapper .content-wrapper .url.webressort-btn {
    top: 265px;
  }
}
@media all and (max-width: 300px) {
  .portfolio-entry .entry-wrapper .content-wrapper .url.webressort-btn {
    top: 250px;
  }
}
@media all and (max-width: 265px) {
  .portfolio-entry .entry-wrapper .content-wrapper .url.webressort-btn {
    top: 220px;
  }
}
.portfolio-entry .entry-wrapper .content-wrapper .url.webressort-btn a {
  background: #03c4eb !important;
  border: 0;
  padding: 15px;
  font-size: 15px;
}
.portfolio-entry .entry-wrapper .content-wrapper .url.webressort-btn a:hover, .portfolio-entry .entry-wrapper .content-wrapper .url.webressort-btn a:focus {
  background: #D69328 !important;
  text-decoration: none;
}
.portfolio-entry .entry-wrapper .website-link {
  width: 57%;
  background-size: cover !important;
}
@media all and (max-width: 480px) {
  .portfolio-entry .entry-wrapper .website-link {
    width: 100%;
    float: none;
  }
}
.portfolio-entry .entry-wrapper .website-link a {
  height: 100%;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Poppins";
  font-size: 26px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
}
.portfolio-entry .entry-wrapper .website-link a:hover {
  font-size: 32px;
}
.portfolio-entry .entry-wrapper .thumbnail {
  width: 57%;
  float: left;
}
@media all and (max-width: 480px) {
  .portfolio-entry .entry-wrapper .thumbnail {
    width: 100%;
    float: none;
  }
}
.portfolio-entry .entry-wrapper::after {
  content: " ";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #acacac;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
}
.portfolio-entry .entry-wrapper:last-child {
  border: none;
}
.portfolio-entry .entry-wrapper:last-child::after {
  border: none;
}
.portfolio-entry .odd {
  flex-direction: row-reverse;
}
.portfolio-entry .odd .content-wrapper {
  margin-right: 0;
  margin-left: 8%;
}

/* Leistungen Page */
.page-template-template-leistungen #particle-container {
  display: none;
}
.page-template-template-leistungen #content-inside {
  max-width: none !important;
}
.page-template-template-leistungen #content-inside .content-area .entry-content {
  width: 100%;
  max-width: 1400px;
}
@media all and (max-width: 1500px) {
  .page-template-template-leistungen #content-inside .content-area .entry-content {
    width: 80%;
    max-width: none;
  }
}
@media all and (max-width: 768px) {
  .page-template-template-leistungen #content-inside .content-area .entry-content {
    width: 90%;
  }
}
@media all and (max-width: 480px) {
  .page-template-template-leistungen #content-inside .content-area .entry-content {
    width: 100%;
  }
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row {
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-top: 75px;
  border-bottom: 1px solid #acacac;
  position: relative;
  float: left;
  width: 100%;
  max-width: 1400px;
}
@media all and (max-width: 1500px) {
  .page-template-template-leistungen #content-inside .content-area .entry-content .vc_row {
    max-width: none;
  }
}
@media all and (max-width: 768px) {
  .page-template-template-leistungen #content-inside .content-area .entry-content .vc_row {
    float: left;
    margin: 0 auto;
  }
}
@media all and (max-width: 480px) {
  .page-template-template-leistungen #content-inside .content-area .entry-content .vc_row {
    padding-top: 50px;
  }
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row ul li {
  list-style: none;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  margin-right: 10px;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row:after {
  content: " ";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #acacac;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  bottom: -11px;
  left: 50%;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.white-border {
  border-bottom: 2px solid #ffffff;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.white-border:after {
  background: #efefef;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.no-border {
  border: 0;
  margin-bottom: 0;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.no-border:after {
  border: 0;
  display: none;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.no-border .wpb_text_column {
  border: 0 !important;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row:last-child {
  border: 0;
  padding-bottom: 0px;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row:last-child:after {
  border: 0;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.no-padding-top {
  padding-top: 0;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.leistungen-parallax .head-top h1 {
  opacity: 0.95;
  font-weight: 400;
  font-size: 40px;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.leistungen-parallax .head-top h1 span {
  font-weight: 400 !important;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.leistungen-parallax .head-bottom h1 {
  opacity: 0.8;
  font-size: 30px;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.leistungen-parallax .head-bottom h1 span {
  font-weight: 400 !important;
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.leistungen-parallax .vc_separator .vc_sep_line {
  border-color: #a1a1a1 !important;
}
@media all and (max-width: 1500px) {
  .page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.leistungs-sektion {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media all and (max-width: 1200px) {
  .page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.leistungs-sektion {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media all and (max-width: 1024px) {
  .page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.leistungs-sektion {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.leistungs-sektion h2, .page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.leistungs-sektion h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400 !important;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1200px) {
  .page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.leistungs-sektion h2 {
    font-size: 22px;
  }
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.leistungs-sektion h3 {
  font-size: 23px;
  font-weight: 300 !important;
}
@media all and (max-width: 1300px) {
  .page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.leistungs-sektion h3 {
    font-size: 20px;
  }
}
.page-template-template-leistungen #content-inside .content-area .entry-content .vc_row.leistungs-sektion .webressort-btn {
  clear: both;
}
/* Main Menu */
#site-navigation {
  float: right;
  outline: none;
}

/*LANG SWITCHER */
#lang-switch {
  float: right;
  max-height: 75px;
  margin-left: 10px;
}
#lang-switch > li {
  list-style: none;
}
#lang-switch > li > a {
  display: none;
}
#lang-switch > li .sub-menu li {
  list-style: none;
  float: left;
  max-width: 25px;
  max-height: 12px;
}
#lang-switch > li .sub-menu li a {
  visibility: hidden;
  position: relative;
  top: -27px;
}
#lang-switch > li .sub-menu li a img {
  visibility: visible !important;
  display: none;
}
#lang-switch > li .sub-menu li a[title=Deutsch]::after {
  background: url("../../../img/german-round.png") no-repeat;
  content: "";
  background-size: 25px auto;
  display: block;
  visibility: visible;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#lang-switch > li .sub-menu li a[title=English]::after {
  background: url("../../../img/english-round.png") no-repeat;
  content: "";
  background-size: 25px auto;
  display: block;
  visibility: visible;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #000 !important;
  background: #fff;
}

.se-pre-con::before {
  content: "\f1ce";
}

.spinner-wrapper {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #000 !important;
  background: #fff;
}
.spinner-wrapper .fa-circle-o-notch {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  font-size: 60px;
  color: #03c4eb;
}

/* helper classes */
.margin-bottom-none {
  margin-bottom: 0px !important;
}

header#masthead > .container {
  max-width: none;
}
header#masthead .onepress-menu {
  /*@media all and (max-width: 1140px) {
    display: block !important;
    position: absolute;
    top: 75px;
    right: -100vw;
    transition: right 0.2s ease-in-out;
  }*/
  /*&.onepress-menu-mobile {
    @media all and (max-width: 1140px) {
      right: 0;
    }
  }*/
}
header#masthead .onepress-menu ul {
  display: block;
}
header#masthead .onepress-menu li a {
  font-family: "Ubuntu";
  font-weight: 400;
  position: relative;
  line-height: 40px;
  margin-top: 17.5px;
  margin-bottom: 17.5px;
  transition: color 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
header#masthead .onepress-menu li a::before, header#masthead .onepress-menu li a::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
header#masthead .onepress-menu li a::before {
  border-top: 0.2em solid #03c4eb;
  border-bottom: 0.2em solid #03c4eb;
  transform: scale3d(0, 1, 1);
}
header#masthead .onepress-menu li a::after {
  border-left: 0.2em solid #03c4eb;
  border-right: 0.2em solid #03c4eb;
  transform: scale3d(1, 0, 1);
}
header#masthead .onepress-menu li a:hover::before, header#masthead .onepress-menu li a:hover::after {
  transform: scale3d(1, 1, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
header#masthead .onepress-menu li .sub-menu {
  display: block !important;
  opacity: 0;
  z-index: -99 !important;
  transition: opacity 0.4s ease-in-out;
}
header#masthead .onepress-menu li .sub-menu a {
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0px;
}
header#masthead .onepress-menu li .sub-menu a:before, header#masthead .onepress-menu li .sub-menu a:after {
  display: none;
}
header#masthead .onepress-menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  z-index: 99 !important;
}
header#masthead .onepress-menu li:last-child a {
  padding-right: 17px;
}

.hero-slider .vc_column-inner {
  padding-top: 0px !important;
}
@media all and (max-width: 768px) {
  .hero-slider .vc_column-inner .hero-slideshow-wrapper {
    padding: 0 35px;
  }
}
.hero-slider .vc_column-inner .hero-slideshow-wrapper h1.hero-large-text {
  font-size: 40px !important;
}
@media all and (max-width: 990px) {
  .hero-slider .vc_column-inner .hero-slideshow-wrapper h1.hero-large-text {
    font-size: 30px !important;
  }
}
@media all and (max-width: 480px) {
  .hero-slider .vc_column-inner .hero-slideshow-wrapper h1.hero-large-text {
    font-size: 24px !important;
  }
}
#content.site-content #particle-container {
  width: 100%;
  padding: 0 !important;
  background-size: 100%;
  position: relative;
}
#content.site-content #particle-container > div {
  background: rgba(0, 0, 0, 0.2) !important;
  height: 100%;
  width: 100%;
  display: table;
  position: absolute;
  text-align: center;
  /* margin: 0 auto; */
  max-width: none;
}
#content.site-content #particle-container > div h2.header-subline {
  display: table-cell;
  vertical-align: middle;
  color: #e9e9e9 !important;
  font-family: "Poppins" !important;
  font-size: 3rem !important;
  position: relative;
  z-index: 50;
}
@media (min-width: 2000px) {
  #content.site-content #particle-container.page-header {
    height: 270px;
  }
}
@media (max-width: 990px) {
  #content.site-content #particle-container.page-header {
    height: 270px;
  }
}
@media (max-width: 890px) {
  #content.site-content #particle-container.page-header {
    height: 233px;
  }
}
@media (max-width: 768px) {
  #content.site-content #particle-container.page-header {
    height: 194px;
  }
}
@media (max-width: 640px) {
  #content.site-content #particle-container.page-header {
    height: 164px;
  }
}
@media (max-width: 540px) {
  #content.site-content #particle-container.page-header {
    height: 146px;
  }
}
@media (max-width: 480px) {
  #content.site-content #particle-container.page-header {
    height: 114px;
  }
}
@media (max-width: 375px) {
  #content.site-content #particle-container.page-header {
    height: 98px;
  }
}
@media (max-width: 320px) {
  #content.site-content #particle-container.page-header {
    height: 83px;
  }
}
@media (max-width: 270px) {
  #content.site-content #particle-container.page-header {
    height: 74px;
  }
}
#content.site-content #particle-container canvas {
  top: -12px;
}
#content.site-content .frontpage-link {
  margin: 0 70px;
  margin-top: 20px;
  height: 33px;
  width: 207px;
  position: relative;
}
@media all and (max-width: 1199px) {
  #content.site-content .frontpage-link {
    margin: 0 15px;
  }
}
#content.site-content .frontpage-link a {
  position: relative;
  border: 0;
  border-radius: 0;
  color: #acacac;
  padding: 0;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 300;
}
#content.site-content .frontpage-link a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 33px;
  width: 207px;
  background: url("../../images/button_wordpress-programmierung-berlin.jpg");
  background-repeat: no-repeat;
}
#content.site-content .frontpage-link a:hover {
  text-decoration: none;
}
#content.site-content .frontpage-link a i {
  padding-right: 5px;
  color: #c3c3c3;
}
#content.site-content #main article .entry-content {
  /*.btn-theme-primary:hover {
    background-position: left bottom !important;
    color: #000000;
    border:2px solid #000000;
    border-radius: 2px;
  }*/
}
#content.site-content #main article .entry-content h1, #content.site-content #main article .entry-content h2, #content.site-content #main article .entry-content h3, #content.site-content #main article .entry-content h4, #content.site-content #main article .entry-content h5, #content.site-content #main article .entry-content h6 {
  word-wrap: break-word;
  font-family: "Ubuntu" !important;
  font-weight: 500;
  letter-spacing: 2px;
}
#content.site-content #main article .entry-content h1 span {
  font-weight: 500;
}
#content.site-content #main article .entry-content .hero-slideshow-wrapper .hero__content .btn {
  padding: 14px 40px;
  line-height: 1;
  letter-spacing: 2px;
  font-size: 13px;
  border: 2px solid #03c4eb !important;
  border-radius: 2px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) !important;
  background: linear-gradient(to bottom, #03c4eb 50%, transparent 50%) !important;
  background-size: 100% 200% !important;
  background-position: left top !important;
}
#content.site-content #main article .entry-content .hero-slideshow-wrapper .hero__content .btn:hover {
  background-position: left bottom !important;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 2px;
}
#content.site-content #main article .entry-content .hero-slideshow-wrapper .hero__content .btn.btn-secondary-outline {
  border: 2px solid #fff !important;
  background: linear-gradient(to bottom, transparent 50%, #fff 50%) !important;
  background-size: 100% 200% !important;
  background-position: left top !important;
}
#content.site-content #main article .entry-content .hero-slideshow-wrapper .hero__content .btn.btn-secondary-outline:hover {
  background-position: left bottom !important;
}
#content.site-content #main article .entry-content > .vc_row {
  margin-left: 0;
  margin-right: 0;
}
#content.site-content #main article .entry-content .go-gallery-list li a br {
  display: none;
}
#content.site-content #main article .entry-content .go-gallery-list li p {
  display: none;
}
#content.site-content #main article .entry-content .vc_cta3 {
  border-width: 2px !important;
  border-color: #4a4a4a;
}
#content.site-content #main article .entry-content .vc_cta3 .vc_cta3-content-header h4 {
  color: #03c4eb !important;
}
#content.site-content #main article .entry-content .vc_cta3 .vc_cta3-actions .vc_btn3-container .vc_btn3 {
  border-width: 1px !important;
  transition: all 0.2s ease-in;
}
#content.site-content #main article .entry-content .vc_cta3 .vc_cta3-actions .vc_btn3-container .vc_btn3:hover {
  border-color: #03c4eb !important;
  color: #03c4eb !important;
  background: transparent !important;
}
#content.site-content #main article .entry-content .vc_cta3 .vc_cta3-actions .vc_btn3-container .vc_btn3 .vc_btn3-icon {
  height: 9px;
}
#content.site-content #main article .entry-content .vc_cta3.vc_cta3-color-blue {
  background: #34729B;
  border: 0;
  border-radius: 2px;
}
@media all and (max-width: 540px) {
  #content.site-content #main article .entry-content .vc_cta3.vc_cta3-color-blue {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#content.site-content #main article .entry-content .vc_cta3.vc_cta3-color-blue .vc_cta3_content-container .vc_cta3-content header.vc_cta3-content-header h2 {
  color: #fff;
}
#content.site-content #main article .entry-content .vc_cta3.vc_cta3-color-blue .vc_cta3_content-container .vc_cta3-content p {
  color: #fff;
}
#content.site-content #main article .entry-content .vc_cta3.vc_cta3-color-blue .vc_cta3_content-container .vc_cta3-actions .webressort-btn a {
  color: #03c4eb !important;
}
@media all and (max-width: 540px) {
  #content.site-content #main article .entry-content .vc_cta3.vc_cta3-color-blue .vc_cta3_content-container .vc_cta3-actions .webressort-btn a {
    text-transform: none;
    white-space: normal;
    padding: 14px 10px !important;
  }
}
#content.site-content #main article .entry-content .vc_cta3.vc_cta3-color-blue .vc_cta3_content-container .vc_cta3-actions .webressort-btn a i {
  top: 20px !important;
  color: #03c4eb !important;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) !important;
}
@media all and (max-width: 540px) {
  #content.site-content #main article .entry-content .vc_cta3.vc_cta3-color-blue .vc_cta3_content-container .vc_cta3-actions .webressort-btn a i {
    display: none;
  }
}
#content.site-content #main article .entry-content .vc_cta3.vc_cta3-color-blue .vc_cta3_content-container .vc_cta3-actions .webressort-btn a:hover {
  color: #fff !important;
  border-color: #fff !important;
}
#content.site-content #main article .entry-content .vc_cta3.vc_cta3-color-blue .vc_cta3_content-container .vc_cta3-actions .webressort-btn a:hover i {
  color: #fff !important;
}
#content.site-content #main article .entry-content .vc_separator .vc_sep_line {
  border-color: #4a4a4a;
}
#content.site-content #main article .entry-content #wordpress-wartung-tabelle .wpb_text_column {
  margin: 0 !important;
  border-bottom: 1px solid #ededef;
}
#content.site-content #main article .entry-content #wordpress-wartung-tabelle .wpb_text_column.no-border {
  border-bottom: 0;
}
#content.site-content #main article .entry-content #wordpress-wartung-tabelle .wpb_text_column h2 {
  margin-bottom: 0 !important;
}
#content.site-content #main article .entry-content #wordpress-wartung-tabelle .vc_btn3 {
  background: #84cfec !important;
  color: #fff !important;
}
#content.site-content #main article .entry-content .proven-expert-headline {
  margin-bottom: 15px !important;
}
#content.site-content #main article .entry-content .proven-experts-sterne {
  max-width: 250px;
  margin-left: auto !important;
  margin-right: auto !important;
  flex-wrap: nowrap;
}
@media all and (max-width: 768px) {
  #content.site-content #main article .entry-content .about-me .wpb_single_image {
    text-align: center !important;
  }
}
#content.site-content #main article .entry-content .about-me .wpb_single_image .vc_single_image-wrapper {
  box-shadow: 8px 9px 10px -4px rgba(186, 186, 186, 0.75);
  -webkit-box-shadow: 8px 9px 10px -4px rgba(186, 186, 186, 0.75);
  -moz-box-shadow: 8px 9px 10px -4px rgba(186, 186, 186, 0.75);
}
#content.site-content #main article .entry-content .about-me .wpb_single_image .vc_single_image-wrapper img {
  border: 6px solid #fff;
}
#content.site-content #main article .entry-content .contact-start .wpb_text_column {
  margin-left: 20%;
  margin-right: 20%;
}
@media all and (max-width: 768px) {
  #content.site-content #main article .entry-content .contact-start .wpb_text_column {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media all and (max-width: 480px) {
  #content.site-content #main article .entry-content .contact-start .wpb_text_column {
    margin-left: 0;
    margin-right: 0;
  }
}
#content.site-content #main article .entry-content .wpschulung-blog .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column {
  margin-left: 20%;
  margin-right: 20%;
}
@media all and (max-width: 768px) {
  #content.site-content #main article .entry-content .wpschulung-blog .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media all and (max-width: 480px) {
  #content.site-content #main article .entry-content .wpschulung-blog .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column {
    margin-left: 0;
    margin-right: 0;
  }
}
#content.site-content #main article .entry-content .wpschulung-blog .wpb_column .vc_column-inner .wpb_wrapper .vc_wp_rss .widget_rss h2.widgettitle {
  text-align: center;
  display: none;
}
#content.site-content #main article .entry-content .wpschulung-blog .wpb_column .vc_column-inner .wpb_wrapper .vc_wp_rss .widget_rss h2.widgettitle a {
  color: #34729B;
}
#content.site-content #main article .entry-content .wpschulung-blog .wpb_column .vc_column-inner .wpb_wrapper .vc_wp_rss .widget_rss h2.widgettitle a.rss-widget-feed {
  display: none;
}
#content.site-content #main article .entry-content .wpschulung-blog .wpb_column .vc_column-inner .wpb_wrapper .vc_wp_rss .widget_rss ul {
  list-style: none;
}
#content.site-content #main article .entry-content .wpschulung-blog .wpb_column .vc_column-inner .wpb_wrapper .vc_wp_rss .widget_rss ul li {
  margin-bottom: 20px;
}
#content.site-content #main article .entry-content .wpschulung-blog .wpb_column .vc_column-inner .wpb_wrapper .vc_wp_rss .widget_rss ul li::marker {
  display: none;
}
#content.site-content #main article .entry-content .wpschulung-blog .wpb_column .vc_column-inner .wpb_wrapper .vc_wp_rss .widget_rss ul li a.rsswidget {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #2f2f2f;
}
#content.site-content #main article .entry-content .wpschulung-blog .wpb_column .vc_column-inner .wpb_wrapper .vc_wp_rss .widget_rss ul li .rss-date {
  display: block;
  text-align: center;
  font-size: 16px;
}
#content.site-content #main article .entry-content .header-headline h1 {
  font-size: 30px;
  letter-spacing: 1px;
}
@media all and (max-width: 768px) {
  #content.site-content #main article .entry-content .desktop-only {
    display: none;
  }
}

.cmplz-placeholder-1 {
  height: 216px !important;
}
.cmplz-placeholder-1 button {
  top: auto !important;
  bottom: 0 !important;
  transform: translate(-50%, 0%) !important;
  line-height: 20px !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.ProvenExpert_widget_container.cmplz-blocked-content-container {
  display: none;
}
.ProvenExpert_widget_container.cmplz-activated {
  display: flex;
}

@media all and (max-width: 1024px) {
  .wr-icon-bar {
    margin: 0 auto !important;
    float: none !important;
    padding-bottom: 0 !important;
  }
}
@media all and (max-width: 1024px) {
  .wr-icon-bar .wpb_column {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    float: none;
  }
}
.wr-icon-bar .wpb_column .vc_column-inner .vc_cta3-container .vc_general {
  min-height: 50px;
}
.wr-icon-bar .wpb_column .vc_column-inner .vc_cta3-container .vc_general .vc_cta3-icons .vc_icon_element.wp-maintenance .vc_icon_element-icon:before {
  content: "";
  background: url("../img/maintenance_white.png");
  width: 70px;
  height: 70px;
  display: block;
  background-size: contain;
}
.wr-icon-bar .wpb_column .vc_column-inner .vc_cta3-container .vc_general .vc_cta3-icons .vc_icon_element.wp-coaching .vc_icon_element-icon:before {
  content: "";
  background: url("../img/coaching_white_3.png");
  width: 70px;
  height: 70px;
  display: block;
  background-size: contain;
}
.wr-icon-bar .wpb_column .vc_column-inner .vc_cta3-container .vc_general .vc_cta3-icons .vc_icon_element.wp-website .vc_icon_element-icon:before {
  content: "";
  background: url("../img/wp-website-2.png");
  width: 70px;
  height: 70px;
  display: block;
  background-size: contain;
}
.wr-icon-bar .wpb_column .vc_column-inner .vc_cta3-container .vc_general .vc_cta3-icons .vc_icon_element.wp-consulting .vc_icon_element-icon:before {
  content: "";
  background: url("../img/wp-support.png");
  width: 70px;
  height: 70px;
  display: block;
  background-size: contain;
}
.wr-icon-bar .wpb_column .vc_column-inner .vc_cta3-container .vc_general .vc_cta3-icons .vc_icon_element.dsgvo .vc_icon_element-icon:before {
  content: "";
  background: url("../img/dsgvo.png");
  width: 70px;
  height: 70px;
  display: block;
  background-size: contain;
}
.wr-icon-bar .wpb_column .vc_column-inner .vc_cta3-container .vc_general .vc_cta3_content-container .vc_cta3-actions {
  white-space: normal;
}
.wr-icon-bar .wpb_column .vc_column-inner .vc_cta3-container .vc_general .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container a {
  padding: 0;
  border: 0;
  font-size: 22px;
  color: #03c4eb;
  background: transparent;
  font-weight: 500;
  font-family: Ubuntu;
}
.wr-icon-bar.white .wpb_column .vc_cta3-container .vc_cta3 {
  border-color: #ebebeb !important;
}
.wr-icon-bar.white .wpb_column .vc_cta3-container .vc_general .vc_cta3-icons .vc_icon_element.wp-maintenance .vc_icon_element-icon:before {
  content: "";
  background: url("../img/maintenance_2.png");
  width: 70px;
  height: 70px;
  display: block;
  background-size: contain;
}
.wr-icon-bar.white .wpb_column .vc_cta3-container .vc_general .vc_cta3-icons .vc_icon_element.wp-coaching .vc_icon_element-icon:before {
  content: "";
  background: url("../img/diplom.png");
  width: 70px;
  height: 70px;
  display: block;
  background-size: contain;
}
.wr-icon-bar.white .wpb_column .vc_cta3-container .vc_general .vc_cta3-icons .vc_icon_element.wp-website .vc_icon_element-icon:before {
  content: "";
  background: url("../img/webseite.png");
  width: 70px;
  height: 70px;
  display: block;
  background-size: contain;
}
.wr-icon-bar.white .wpb_column .vc_cta3-container .vc_general .vc_cta3-icons .vc_icon_element.wp-consulting .vc_icon_element-icon:before {
  content: "";
  background: url("../img/bubble-chat.png");
  width: 70px;
  height: 70px;
  display: block;
  background-size: contain;
}
.wr-icon-bar.white .wpb_column .vc_cta3-container .vc_general .vc_cta3-icons .vc_icon_element.dsgvo .vc_icon_element-icon:before {
  content: "";
  background: url("../img/hammer.png");
  width: 70px;
  height: 70px;
  display: block;
  background-size: contain;
}
.wr-icon-bar.white .wpb_column .vc_cta3-container .vc_general .vc_cta3_content-container .vc_cta3-actions {
  white-space: normal;
}
.wr-icon-bar.white .wpb_column .vc_cta3-container .vc_general .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container a {
  color: #34729B;
}

.home #portfolio .vc_images_carousel .vc_right {
  right: -50px;
}
.home #portfolio .vc_images_carousel .vc_left {
  left: -50px;
  outline: none;
}

footer #extra-info-wrapper {
  padding: 0 100px;
}
footer #extra-info-wrapper #extra-info {
  padding: 42px 0px;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
  height: 200px;
}
footer #extra-info-wrapper #extra-info .extra-wrapper {
  float: left;
  margin-right: 25px;
}
footer #extra-info-wrapper #extra-info .extra-wrapper:after {
  content: "Werbung";
  font-size: 11px;
  color: #fff;
  opacity: 0.6;
  display: block;
  text-align: center;
}
footer #extra-info-wrapper #extra-info .extra-wrapper .extra-medium, footer #extra-info-wrapper #extra-info .extra-wrapper .extra-small {
  display: none;
}
footer .site-info #footer-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
footer .site-info #footer-wrapper .container {
  float: left;
}
footer .site-info #footer-wrapper .container .btt a i {
  margin: 0;
}
footer .site-info #footer-wrapper .container .home-link::before {
  font-family: FontAwesome;
  content: "\f19a";
  display: inline-block;
  margin: 0 10px;
}
footer .site-info #footer-wrapper #footer-menu {
  position: relative;
  top: 0px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: block;
  clear: both;
  margin-bottom: 20px;
}
footer .site-info #footer-wrapper #footer-menu ul {
  list-style: none;
  width: auto;
  display: inline;
  padding: 0;
}
footer .site-info #footer-wrapper #footer-menu ul li {
  margin: 0px;
  float: none;
  margin-right: 10px;
}
footer .site-info #footer-wrapper #footer-menu ul li a {
  color: #bbb;
}
footer .site-info #footer-wrapper #footer-menu ul li.button {
  margin-top: 10px;
}
footer .site-info #footer-wrapper #footer-menu ul li.button a {
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.8);
  color: #000 !important;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
footer .site-info #footer-wrapper #footer-menu ul li.button a:hover, footer .site-info #footer-wrapper #footer-menu ul li.button a:focus {
  text-decoration: none;
  background: rgb(255, 255, 255);
}
footer .site-info #footer-wrapper .pe-richsnippets {
  clear: both;
}
footer .site-info #footer-wrapper .bulletpoint:before {
  content: "•";
  width: 10px;
  height: 10px;
  font-size: 20px;
  line-height: 23.8px;
}
footer .site-info a {
  color: #bbb !important;
}

.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .wpcf7-list-item input {
  margin-left: 0;
}
.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 480px) {
  header#masthead .site-branding .site-brand-inner .site-logo-div {
    width: 150px;
  }
  header#masthead .site-branding .site-brand-inner .site-logo-div .custom-logo-link {
    background-size: 150px;
  }
}
@media screen and (max-width: 375px) {
  header#masthead .site-branding {
    width: 75%;
  }
  header#masthead .site-branding .site-brand-inner .site-logo-div {
    width: 150px;
  }
  header#masthead .site-branding .site-brand-inner .site-logo-div .custom-logo-link {
    background-size: 150px;
  }
}
@media screen and (max-width: 320px) {
  header#masthead .site-branding {
    top: 0px;
    margin-top: 0;
  }
}
@media screen and (max-width: 300px) {
  header#masthead .site-branding .site-brand-inner .site-logo-div {
    width: 100px;
  }
  header#masthead .site-branding .site-brand-inner .site-logo-div .custom-logo-link {
    background-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  #content.site-content #main article .entry-content .wpb_single_image.vc_align_right {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer #extra-info-wrapper {
    padding: 0px 45px;
  }
  footer #extra-info-wrapper #extra-info .extra-wrapper.percentage {
    width: 100px;
    height: auto;
  }
  footer #extra-info-wrapper #extra-info .extra-wrapper .extra-big {
    display: none;
  }
  footer #extra-info-wrapper #extra-info .extra-wrapper .extra-medium {
    display: block;
  }
  footer .site-info {
    font-size: 13px;
  }
}
@media screen and (max-width: 540px) {
  footer #extra-info-wrapper {
    padding: 0px 45px;
  }
  footer #extra-info-wrapper #extra-info .extra-wrapper.percentage {
    width: 70px;
    height: auto;
  }
  footer #extra-info-wrapper #extra-info .extra-wrapper .extra-medium {
    display: none;
  }
  footer #extra-info-wrapper #extra-info .extra-wrapper .extra-small {
    display: block;
  }
  footer .site-info #footer-wrapper > .container {
    float: none;
  }
  footer .site-info #footer-wrapper #footer-menu {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer .site-info #footer-wrapper #footer-menu ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 450px) {
  footer .site-info #footer-wrapper > .container .home-link {
    display: block;
  }
}
@media screen and (max-width: 270px) {
  footer .site-info {
    font-size: 12px;
  }
}

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