@charset "UTF-8";
/*
Theme Name: 		Carrosserie Huber
Author: 			Michael Häfliger
Author URI: 
Description:
Version: 			1.0
Tags: 				Michael Häfliger carrosserie-huber
Text Domain: 
*/
/************************************************************************************************************************************
Standard Styling
************************************************************************************************************************************/
@font-face {
  font-family: "logo_top";
  src: url("font/d-day-stencil.regular.ttf") format("truetype");
}
@font-face {
  font-family: "logo_bottom";
  src: url("font/JustSignature.ttf") format("truetype");
}
.gb-button, .wp-element-button {
  background-color: #ed8b44 !important;
  color: #202020 !important;
  border: 1px solid #202020 !important;
}
.gb-button:hover, .wp-element-button:hover {
  background-color: #202020 !important;
  color: #ed8b44 !important;
  border: 1px solid #ed8b44 !important;
  -moz-border-radius-topleft: 0.2rem;
  -moz-border-radius-topright: 0.2rem;
  -moz-border-radius-bottomleft: 0.2rem;
  -moz-border-radius-bottomright: 0.2rem;
  -webkit-border-top-left-radius: 0.2rem;
  -webkit-border-top-left-radius: 0.2rem;
  -webkit-border-bottom-left-radius: 0.2rem;
  -webkit-border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-family: "Nunito Sans", sans-serif;
  box-sizing: border-box;
}

hr.clear {
  clear: both;
  visibility: hidden;
}

ul, ol {
  list-style: none;
}
ul li, ol li {
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #ed8b44;
  margin: 0;
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}

p,
p.font-size {
  color: #fff;
  margin: 0.5rem 0;
  font-size: 1.2rem !important;
}

a {
  color: #ed8b44;
  text-decoration: none;
  font-size: 1.2rem;
}

figure {
  max-width: 100%;
}

img {
  max-width: 100%;
}

.gb-block-button {
  margin-top: 1rem !important;
}

a:hover {
  color: #ed8b44;
}

.hide {
  display: none;
}

blockquote.wp-block-quote p {
  font-family: "Cinzel", serif;
  font-style: italic;
}
blockquote.wp-block-quote cite {
  color: #757575;
  font-family: "Cinzel", serif;
  font-style: italic;
  font-size: 1rem;
}

::placeholder {
  color: #757575 !important;
}

:-ms-input-placeholder {
  color: #757575 !important;
}

::-ms-input-placeholder {
  color: #757575 !important;
}

::-webkit-input-placeholder {
  color: #757575 !important;
}

::-webkit-scrollbar {
  background-color: #191919;
  width: 6px;
}

::-webkit-scrollbar-button {
  background-color: #191919;
  height: 20%;
}

::-webkit-scrollbar-track {
  background-color: rgba(100, 100, 100, 0.5);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(237, 139, 68, 0.8);
}

.aligncenter {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

/********************************************************************************************************************************
Main Styling
********************************************************************************************************************************/
body {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  width: 100%;
  background-color: #191919;
}
body div#fixed {
  background-image: url("../img/bg2.jpg");
  background-attachment: fixed;
  width: 100%;
  height: 15rem;
}
body div#fixed header {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.5), rgb(10, 10, 10));
  height: 15rem;
}
body div#fixed header #logo {
  text-align: center;
  position: fixed;
  width: 60rem;
  margin: 0 calc(50% - 30rem);
}
body div#fixed header #logo #logo_top {
  font-family: "logo_top";
  color: #fff;
  font-size: 8rem !important;
  margin: 0 0 -10px 0;
  z-index: 10;
}
body div#fixed header #logo #logo_bottom {
  font-family: "logo_bottom";
  color: #fff;
  font-size: 2.5rem !important;
  margin: 0 0 0.8rem 0;
  z-index: 10;
}
body div#fixed header nav#main_nav {
  position: fixed;
  top: 0;
  right: 0;
  float: right;
  width: 8rem;
  height: 8rem;
  z-index: 10;
}
body div#fixed header nav#main_nav div.toggle {
  position: relative;
  top: 0;
  right: 0;
  float: right;
  width: 8rem;
  height: 8rem;
  z-index: 30;
}
body div#fixed header nav#main_nav div.toggle div.toggle_menu {
  position: absolute;
  margin: 2rem;
  background-color: #ed8b44;
  border: 1px solid #202020;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  z-index: 31;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body div#fixed header nav#main_nav div.toggle div.toggle_menu i.fa-bars {
  font-size: 2rem;
  color: #202020;
  margin: 1rem;
}
body div#fixed header nav#main_nav div.toggle div.toggle_menu:hover {
  background-color: #202020;
  border-color: #ed8b44;
}
body div#fixed header nav#main_nav div.toggle div.toggle_menu:hover i.fa-bars {
  color: #ed8b44;
}
body div#fixed header nav#main_nav div.menu-hauptmenu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
}
body div#fixed header nav#main_nav div.menu-hauptmenu-container.active {
  background-image: radial-gradient(rgba(10, 10, 10, 0.8), rgb(10, 10, 10));
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
body div#fixed header nav#main_nav div.menu-hauptmenu-container.active ul#menu-hauptmenu {
  width: 100%;
  text-align: center;
}
body div#fixed header nav#main_nav div.menu-hauptmenu-container.active ul#menu-hauptmenu li {
  width: 100%;
  height: 4rem;
  margin: 1rem 0;
}
body div#fixed header nav#main_nav div.menu-hauptmenu-container.active ul#menu-hauptmenu li a {
  display: block;
  width: 20rem;
  padding: 1rem 0;
  margin: 0 auto;
  background-color: #191919;
  color: #ed8b44;
  border: 1px solid #ed8b44;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body div#fixed header nav#main_nav div.menu-hauptmenu-container.active ul#menu-hauptmenu li a:hover {
  background-color: #202020;
  color: #ed8b44;
  border-color: #ed8b44;
}
body main section#slider {
  position: relative;
  width: 100%;
  height: auto;
}
body main section#slider #n2-ss-2-arrow-previous {
  width: 25px !important;
  height: 25px !important;
  bottom: 15px !important;
  margin-left: -100px;
}
body main section#slider #n2-ss-2-arrow-next {
  width: 25px !important;
  height: 25px !important;
  bottom: 15px !important;
  margin-left: 100px;
}
body main section#slider .n2-ss-control-bullet-horizontal {
  bottom: 15px !important;
}
body main section#slider .n2-ss-slider.n2-ss-mobile .n2-ss-widget {
  font-size: 20px !important;
}
body main section#slider #n2-ss-2item1 {
  font-size: 4rem;
}
body main section#slider p {
  font-size: 2rem !important;
}
body main section#slider #kontakt_box {
  display: block;
  position: absolute;
  width: 18rem;
  height: auto;
  padding: 1rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  background-color: #191919;
  bottom: -10px;
  left: -10px;
  transform: rotate(2deg);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  border-top-right-radius: 60px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 60px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-top-right-radius: 60px;
  -webkit-border-bottom-right-radius: 0px;
  z-index: 0;
}
body main section#slider #kontakt_box h3 {
  color: #fff;
  margin-top: 0;
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
}
body main section#slider #kontakt_box p {
  color: #ed8b44;
  font-weight: bold;
  font-size: 0.9rem !important;
  margin-bottom: 1rem;
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
}
body main section#slider #kontakt_box a {
  font-size: 0.9rem !important;
}
body main section#kontakt {
  width: 100%;
  min-height: max-content;
}
body main section#kontakt .gb-block-container {
  width: 90% !important;
  max-width: 1200px !important;
  margin: 3rem auto !important;
  text-align: center !important;
}
body main section#kontakt form.planso-form-builder {
  display: block;
  width: calc(100% - 8rem);
  max-width: 60rem;
  margin: 4rem auto;
  padding: 2rem;
  border: 1px solid #505050;
  box-shadow: 0px 0px 20px rgb(237, 139, 68);
}
body main section#kontakt form.planso-form-builder .container-fluid .row .col-md-12 .psfb-single-container select {
  background-color: #191919;
  color: #757575;
  border: none;
  border-bottom: 1px solid #ed8b44;
  padding: 0.5rem 0;
  margin: 1rem 0;
}
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group input,
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group textarea {
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #ed8b44;
  background-color: #191919;
  margin: 1rem 0;
  color: #757575;
}
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group input:-webkit-autofill,
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group input:-webkit-autofill:hover,
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group input:-webkit-autofill:focus,
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group textarea:-webkit-autofill,
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group textarea:-webkit-autofill:hover,
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group textarea:-webkit-autofill:focus,
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group select:-webkit-autofill,
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group select:-webkit-autofill:hover,
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group select:-webkit-autofill:focus {
  -webkit-text-fill-color: #757575;
  box-shadow: 0 0 0px 1000px #191919 inset;
  transition: background-color 5000s ease-in-out 0s;
}
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group #psfield_13_6,
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group #psfield_13_7 {
  display: none;
}
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group label {
  color: #757575;
  margin-top: 1rem;
}
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group label.radio_wrapper {
  display: inline-block;
  margin: 1rem 5rem 1rem 0;
  color: #757575;
}
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group input[type=checkbox],
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group input[type=radio] {
  position: relative;
  width: 40px;
  height: 20px;
  top: 5px;
  margin: 0 2rem 0 0;
  -webkit-appearance: none;
  background: #505050;
  outline: none;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(93, 54, 26, 0.2);
  transition: 0.5s;
}
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group input[type=checkbox]:before,
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group input[type=radio]:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 12.5px;
  top: 0;
  left: 0;
  background: #b46934;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(93, 54, 26, 0.3);
  transition: 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group input:checked[type=checkbox]:before,
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group input:checked[type=radio]:before {
  left: 20px;
  background: #ed8b44;
}
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group button[type=submit] {
  padding: 0.5rem 3rem;
  margin: 1rem auto 0;
  display: block;
  color: #ed8b44;
  border: none;
  cursor: pointer;
  background: #202020;
  border: 1px solid #ed8b44;
  -moz-border-radius-topleft: 0.2rem;
  -moz-border-radius-topright: 0.2rem;
  -moz-border-radius-bottomleft: 0.2rem;
  -moz-border-radius-bottomright: 0.2rem;
  -webkit-border-top-left-radius: 0.2rem;
  -webkit-border-top-left-radius: 0.2rem;
  -webkit-border-bottom-left-radius: 0.2rem;
  -webkit-border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body main section#kontakt form.planso-form-builder .container-fluid .row div .form-group button[type=submit]:hover {
  background-color: #ed8b44;
  color: #202020;
  border: 1px solid #202020;
}
body main #top_boxes {
  width: 100%;
  max-width: 100vw;
  background-color: #202020;
  height: auto;
  margin: 0;
  padding: 0;
}
body main #top_boxes .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 100vw;
  height: auto;
  margin: 2rem auto;
}
body main #top_boxes .box article.top_box {
  width: 22rem !important;
  height: 500px;
  overflow: hidden;
  margin: 5rem 2rem;
  transition: 0.5s;
  box-sizing: border-box;
  background-color: #191919;
  box-shadow: -8px 8px 10px 5px rgba(0, 0, 0, 0.9);
  text-align: center;
}
body main #top_boxes .box article.top_box div.post_content,
body main #top_boxes .box article.top_box div.post_content div.entry-summary {
  height: auto;
}
body main #top_boxes .box article.top_box:hover {
  transform: scale(1.03);
  box-shadow: -8px 8px 10px 10px rgba(0, 0, 0, 0.9);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
body main #top_boxes .box div#post_head_thumbnail {
  display: block;
  width: 100%;
  height: 197px;
  margin: 0;
}
body main #top_boxes .box div#post_head_thumbnail img {
  width: 100%;
  height: 100%;
  margin: 0 0 -5px;
}
body main #top_boxes .box article.post h2 {
  display: none;
}
body main #top_boxes .box p.blogmeta {
  display: none;
}
body main #top_boxes .box div.post_content {
  padding: 1rem;
}
body main #top_boxes .box div.post_content div#post_content_thumbnail {
  display: none;
}
body main #top_boxes .box article.post h3 {
  margin: 0;
  color: #ed8b44;
}
body main #top_boxes .box div.entry-utility {
  display: none;
}
body main #top_boxes .box div.entry-summary h4,
body main #top_boxes .box div.entry-summary p,
body main #top_boxes .box div.entry-summary div.wp-block-image {
  display: none !important;
  color: #fff;
  display: block;
  height: auto;
}
body main #top_boxes .box div.entry-summary p,
body main #top_boxes .box div.entry-summary hr,
body main #top_boxes .box div.entry-summary figure,
body main #top_boxes .box div.entry-summary figure img {
  display: none !important;
}
body main #top_boxes .box div.entry-summary p:first-of-type {
  display: block !important;
  height: 180px;
  overflow: hidden;
}
body main #top_boxes .box article.top_box div.post_content div.entry-summary a.more-link {
  display: block;
  background-color: #202020;
  color: #ed8b44;
  margin: 0.5rem auto 0;
  padding: 0.4rem 0.8rem;
  width: 7rem;
  border: 1px solid #ed8b44;
  -moz-border-radius-topleft: 0.2rem;
  -moz-border-radius-topright: 0.2rem;
  -moz-border-radius-bottomleft: 0.2rem;
  -moz-border-radius-bottomright: 0.2rem;
  -webkit-border-top-left-radius: 0.2rem;
  -webkit-border-top-left-radius: 0.2rem;
  -webkit-border-bottom-left-radius: 0.2rem;
  -webkit-border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body main #top_boxes .box article.top_box div.post_content div.entry-summary a.more-link:hover {
  background-color: #ed8b44;
  color: #202020;
  border: 1px solid #202020;
}
body main #top_boxes .box article.slick-cloned div.post_head div img {
  width: 100%;
  height: 197px;
}
body main #top_boxes .box article.slick-cloned div.post_content div img {
  display: none;
}
body main section#page_content {
  width: 100%;
  padding: 0;
}
body main section#page_content .wp-block-image,
body main section#page_content .wp-block-embed {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
body main section#page_content .wp-block-image figcaption,
body main section#page_content .wp-block-embed figcaption {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  height: min-content;
  color: #757575;
}
body main section#page_content .gb-block-container,
body main section#page_content .gb-layout-columns-1,
body main section#page_content .gb-layout-columns-2,
body main section#page_content .gb-layout-columns-3,
body main section#page_content .gb-layout-columns-4 {
  width: 90%;
  max-width: 1200px;
  margin: 3rem auto !important;
  padding: 0;
}
body main section#page_content .gb-layout-service-3,
body main section#page_content .gb-layout-service-4,
body main section#page_content .wp-block-genesis-blocks-gb-profile-box {
  box-shadow: -5px 5px 10px 5px rgba(0, 0, 0, 0.9);
}
body main section#page_content .gb-layout-service-3 .wp-block-image,
body main section#page_content .gb-layout-service-3 .wp-block-embed,
body main section#page_content .gb-layout-service-4 .wp-block-image,
body main section#page_content .gb-layout-service-4 .wp-block-embed,
body main section#page_content .wp-block-genesis-blocks-gb-profile-box .wp-block-image,
body main section#page_content .wp-block-genesis-blocks-gb-profile-box .wp-block-embed {
  margin-top: 0;
  margin-bottom: 0;
}
body main section#page_content .gb-layout-team-1,
body main section#page_content .gb-layout-service-3,
body main section#page_content .gb-layout-service-4 {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 !important;
  background-color: #191919 !important;
  color: #505050;
}
body main section#page_content .gb-layout-team-1 .gb-layout-column-wrap,
body main section#page_content .gb-layout-team-1 .gb-layout-columns-3,
body main section#page_content .gb-layout-service-3 .gb-layout-column-wrap,
body main section#page_content .gb-layout-service-3 .gb-layout-columns-3,
body main section#page_content .gb-layout-service-4 .gb-layout-column-wrap,
body main section#page_content .gb-layout-service-4 .gb-layout-columns-3 {
  width: 100% !important;
  max-width: 100% !important;
}
body main section#page_content .gb-layout-team-1 .gb-layout-column-wrap .gb-container-inside,
body main section#page_content .gb-layout-team-1 .gb-layout-columns-3 .gb-container-inside,
body main section#page_content .gb-layout-service-3 .gb-layout-column-wrap .gb-container-inside,
body main section#page_content .gb-layout-service-3 .gb-layout-columns-3 .gb-container-inside,
body main section#page_content .gb-layout-service-4 .gb-layout-column-wrap .gb-container-inside,
body main section#page_content .gb-layout-service-4 .gb-layout-columns-3 .gb-container-inside {
  margin-bottom: 3rem;
}
body main section#page_content .gb-layout-team-1 .gb-layout-column-wrap .gb-block-container,
body main section#page_content .gb-layout-team-1 .gb-layout-columns-3 .gb-block-container,
body main section#page_content .gb-layout-service-3 .gb-layout-column-wrap .gb-block-container,
body main section#page_content .gb-layout-service-3 .gb-layout-columns-3 .gb-block-container,
body main section#page_content .gb-layout-service-4 .gb-layout-column-wrap .gb-block-container,
body main section#page_content .gb-layout-service-4 .gb-layout-columns-3 .gb-block-container {
  margin-top: 0 !important;
}
body main section#page_content .gb-layout-team-1 .gb-layout-column-wrap img,
body main section#page_content .gb-layout-team-1 .gb-layout-columns-3 img,
body main section#page_content .gb-layout-service-3 .gb-layout-column-wrap img,
body main section#page_content .gb-layout-service-3 .gb-layout-columns-3 img,
body main section#page_content .gb-layout-service-4 .gb-layout-column-wrap img,
body main section#page_content .gb-layout-service-4 .gb-layout-columns-3 img {
  display: block;
}
body main section#page_content .gb-layout-team-1 .gb-layout-service-3,
body main section#page_content .gb-layout-team-1 .gb-layout-service-4,
body main section#page_content .gb-layout-service-3 .gb-layout-service-3,
body main section#page_content .gb-layout-service-3 .gb-layout-service-4,
body main section#page_content .gb-layout-service-4 .gb-layout-service-3,
body main section#page_content .gb-layout-service-4 .gb-layout-service-4 {
  background-color: #202020 !important;
  padding: 3rem !important;
  margin: 3rem auto;
}
body main section#page_content .gb-layout-team-1 .gb-layout-service-3 .wp-block-image,
body main section#page_content .gb-layout-team-1 .gb-layout-service-4 .wp-block-image,
body main section#page_content .gb-layout-service-3 .gb-layout-service-3 .wp-block-image,
body main section#page_content .gb-layout-service-3 .gb-layout-service-4 .wp-block-image,
body main section#page_content .gb-layout-service-4 .gb-layout-service-3 .wp-block-image,
body main section#page_content .gb-layout-service-4 .gb-layout-service-4 .wp-block-image {
  margin-bottom: 0;
  height: auto;
}
body main section#page_content .gb-layout-team-1 .wp-block-genesis-blocks-gb-profile-box,
body main section#page_content .gb-layout-team-1 .square,
body main section#page_content .gb-layout-team-1 .gb-has-avatar,
body main section#page_content .gb-layout-team-1 .gb-font-size-18,
body main section#page_content .gb-layout-team-1 .gb-block-profile,
body main section#page_content .gb-layout-team-1 .gb-profile-columns,
body main section#page_content .gb-layout-team-1 .wp-block-genesis-blocks-gb-columns,
body main section#page_content .gb-layout-service-3 .wp-block-genesis-blocks-gb-profile-box,
body main section#page_content .gb-layout-service-3 .square,
body main section#page_content .gb-layout-service-3 .gb-has-avatar,
body main section#page_content .gb-layout-service-3 .gb-font-size-18,
body main section#page_content .gb-layout-service-3 .gb-block-profile,
body main section#page_content .gb-layout-service-3 .gb-profile-columns,
body main section#page_content .gb-layout-service-3 .wp-block-genesis-blocks-gb-columns,
body main section#page_content .gb-layout-service-4 .wp-block-genesis-blocks-gb-profile-box,
body main section#page_content .gb-layout-service-4 .square,
body main section#page_content .gb-layout-service-4 .gb-has-avatar,
body main section#page_content .gb-layout-service-4 .gb-font-size-18,
body main section#page_content .gb-layout-service-4 .gb-block-profile,
body main section#page_content .gb-layout-service-4 .gb-profile-columns,
body main section#page_content .gb-layout-service-4 .wp-block-genesis-blocks-gb-columns {
  background-color: #202020 !important;
}
body main section#page_content .gb-layout-team-1 .gb-block-profile .gb-profile-image-wrap,
body main section#page_content .gb-layout-service-3 .gb-block-profile .gb-profile-image-wrap,
body main section#page_content .gb-layout-service-4 .gb-block-profile .gb-profile-image-wrap {
  height: 300px;
}
body main section#page_content .gb-layout-team-1 .gb-block-profile .gb-profile-image-wrap img,
body main section#page_content .gb-layout-service-3 .gb-block-profile .gb-profile-image-wrap img,
body main section#page_content .gb-layout-service-4 .gb-block-profile .gb-profile-image-wrap img {
  height: 300px;
}
body main section#page_content .gb-layout-team-1 .wp-block-genesis-blocks-gb-profile-box .gb-profile-name,
body main section#page_content .gb-layout-service-3 .wp-block-genesis-blocks-gb-profile-box .gb-profile-name,
body main section#page_content .gb-layout-service-4 .wp-block-genesis-blocks-gb-profile-box .gb-profile-name {
  color: #ed8b44 !important;
}
body main section#page_content .gb-layout-team-1 .wp-block-genesis-blocks-gb-profile-box .gb-profile-title,
body main section#page_content .gb-layout-service-3 .wp-block-genesis-blocks-gb-profile-box .gb-profile-title,
body main section#page_content .gb-layout-service-4 .wp-block-genesis-blocks-gb-profile-box .gb-profile-title {
  color: #505050 !important;
}
body main section#page_content .gb-layout-service-3,
body main section#page_content .gb-layout-service-4 {
  background-color: #202020 !important;
  padding: 3rem !important;
  margin: 0 auto 3rem !important;
}
body main #post_content {
  width: 90%;
  max-width: 900px;
  margin: 3rem auto;
}
body main #post_content #single_post {
  padding: 1rem 2rem;
  background-color: #202020;
}
body main #post_content #single_post .post-head {
  border-bottom: 1px solid #ed8b44;
  margin-bottom: 1rem;
}
body main #post_content #single_post .post-head h2 {
  margin-top: 0;
}
body main #post_content #single_post .post-head h2 a {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
}
body main #post_content #single_post .post-content img {
  display: block;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
  width: 350px;
  max-width: 350px;
  height: auto;
}
body main #post_content #single_post .post-content .wp-block-image img {
  margin-right: 0;
  margin-bottom: 0;
  height: auto;
  margin-bottom: 0.5rem;
}
body main #post_content #single_post .post-content .wp-block-image figcaption {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  height: min-content;
  color: #757575;
}
body main #post_content #single_post .post-content .gb-block-layout-column-inner .wp-block-image img {
  width: 100%;
  max-width: 100%;
}
body main #post_content #single_post .wp-block-button {
  margin-top: 1rem;
}
body main #post_content #single_post .wp-block-button .wp-block-button__link {
  -moz-border-radius-topleft: 0.2rem;
  -moz-border-radius-topright: 0.2rem;
  -moz-border-radius-bottomleft: 0.2rem;
  -moz-border-radius-bottomright: 0.2rem;
  -webkit-border-top-left-radius: 0.2rem;
  -webkit-border-top-left-radius: 0.2rem;
  -webkit-border-bottom-left-radius: 0.2rem;
  -webkit-border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
body footer {
  display: flex;
  background-color: #191919;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  border-top: 4px solid #ed8b44;
  justify-content: center;
}
body footer .footer_box {
  display: block;
  margin: 0 auto;
  padding: 10px;
  min-width: 200px;
  min-height: 150px;
  overflow: hidden;
  break-inside: avoid;
}
body footer .footer_box h4 {
  margin-bottom: 0.5rem;
}
body footer #footer_left a {
  color: #ed8b44;
}
body footer #footer_middle {
  text-align: center;
}
body footer #footer_middle .widgettitle {
  margin-top: 0;
}
body footer #footer_right {
  text-align: right;
}
body footer nav#social {
  display: block;
  height: auto;
  margin: 1rem 0 0;
}
body footer #menu-socialmedia-1 li {
  display: inline-block;
}
body footer #menu-socialmedia-1 li a i:hover {
  color: #aa0101;
}
body footer ul li {
  color: white;
}
body footer a {
  color: white;
}
body footer ul li span {
  display: none;
}

@media screen and (max-width: 1790px) {
  body main #top_boxes .carousel-box .carousel .slick-list {
    max-width: 96.2rem;
  }
  body main #top_boxes .carousel-box .carousel .slick-list article.top_box {
    width: 20rem !important;
  }
}
@media screen and (max-width: 1680px) {
  body main #top_boxes .carousel-box .carousel .slick-list {
    max-width: 87rem;
  }
  body main #top_boxes .carousel-box .carousel .slick-list article.top_box {
    width: 25rem !important;
  }
}
@media screen and (max-width: 1494px) {
  body main #top_boxes .carousel-box .carousel .slick-list {
    max-width: 72rem;
  }
  body main #top_boxes .carousel-box .carousel .slick-list article.top_box {
    width: 20rem !important;
  }
}
@media screen and (max-width: 1440px) {
  body div#fixed {
    height: 11rem;
  }
  body div#fixed header {
    height: 11rem;
  }
  body div#fixed header #logo {
    width: 40rem;
    margin: 0 calc(50% - 20rem);
  }
  body div#fixed header #logo #logo_top {
    font-size: 6rem !important;
    margin: 0 0 -10px 0;
    z-index: 10;
  }
  body div#fixed header #logo #logo_bottom {
    font-size: 1.75rem !important;
    margin: 0 0 0.8rem 0;
    z-index: 10;
  }
  body div#fixed header nav#main_nav div.toggle div.toggle_menu {
    margin: 1.1rem;
  }
  body main section#slider div#kontakt_box {
    display: flex;
    position: initial;
    width: calc(100% - 8rem);
    max-width: 60rem;
    margin: 4rem auto;
    padding: 2rem;
    border: 1px solid #505050;
    -webkit-box-shadow: 0px 0px 20px #ed8b44;
    box-shadow: 0px 0px 20px #ed8b44;
    background-color: #191919;
    transform: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
  }
  body main section#slider div#kontakt_box div {
    display: block;
    width: 50%;
    padding: 1rem;
    text-align: center;
  }
  body main section#slider div#kontakt_box div h3 {
    margin-top: 0;
    transform: none;
  }
  body main section#slider div#kontakt_box div p {
    margin-bottom: 1rem;
    transform: none;
  }
}
@media screen and (max-width: 1280px) {
  body main section#slider .n2-ss-item-content {
    font-size: 3rem !important;
  }
  body main section#slider .n2-ss-item-content p {
    font-size: 1.5rem !important;
  }
  body main section#slider .n2-ss-item-content a,
  body main section#slider .n2-ss-item-content a.n2-style-40dc00f57e55d0943e5ad0f56de2b448-heading {
    font-size: 1.2rem !important;
  }
  body main section#slider .n2-ss-item-content a div,
  body main section#slider .n2-ss-item-content a.n2-style-40dc00f57e55d0943e5ad0f56de2b448-heading div {
    font-size: 1.2rem !important;
  }
  body main section#slider .n2-ss-item-content .n2-ss-slider .n2-ow, body main section#slider .n2-ss-item-content .n2-ss-slider .n2-ow-all * {
    font-size: 1.2rem;
  }
  body main .gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column {
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "col3";
  }
  body main .gb-profile-avatar-wrap {
    max-width: 500px;
  }
}
@media screen and (max-width: 1252px) {
  body main #top_boxes .carousel-box .carousel .slick-list {
    max-width: 66rem;
  }
  body main #top_boxes .carousel-box .carousel .slick-list article.top_box {
    width: 25rem !important;
    margin: 5rem 4rem;
  }
}
@media screen and (max-width: 1160px) {
  body main #top_boxes .carousel-box .carousel .slick-list {
    max-width: 56rem;
  }
  body main #top_boxes .carousel-box .carousel .slick-list article.top_box {
    width: 20rem !important;
    margin: 5rem 4rem;
  }
  body footer {
    padding: 2rem;
  }
  body footer section#footer_middle {
    min-width: 120px;
    text-align: right;
  }
  body footer section#footer_right {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body main .gb-layout-columns-2 > .gb-layout-column-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
@media screen and (max-width: 1000px) {
  body main #top_boxes .carousel-box .carousel .slick-list {
    max-width: 26.8rem;
    max-height: 680px;
  }
  body main #top_boxes .carousel-box .carousel .slick-list article.top_box {
    width: 25rem !important;
    margin: 5rem 1rem;
  }
}
@media screen and (max-width: 960px) {
  body div#fixed {
    position: fixed;
    height: 4.5rem;
    margin-top: -5.5rem;
    z-index: 10;
  }
  body div#fixed header {
    height: 4.5rem;
  }
  body div#fixed header #logo {
    width: 25rem;
    margin: 0 calc(50% - 12.5rem);
  }
  body div#fixed header #logo #logo_top {
    font-size: 4rem !important;
    margin: 0 0 -10px 0;
    z-index: 10;
  }
  body div#fixed header #logo #logo_bottom {
    display: none;
  }
  body div#fixed header nav#main_nav {
    width: 4.5rem;
    height: 4.5rem;
  }
  body div#fixed header nav#main_nav div.toggle {
    width: 4.5rem;
    height: 4.5rem;
  }
  body div#fixed header nav#main_nav div.toggle div.toggle_menu {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0;
    border: none;
    border-radius: 0;
  }
  body div#fixed header nav#main_nav div.toggle div.toggle_menu i.fa-bars {
    font-size: 2.5rem;
    margin: 1.1rem;
  }
  body main {
    margin-top: 5.5rem;
  }
  body main section#slider {
    top: -1rem;
  }
  body main section#slider .n2-ss-item-content {
    font-size: 2rem !important;
  }
  body main section#slider .n2-ss-item-content p {
    font-size: 1.2rem !important;
  }
  body main section#slider .n2-ss-item-content a,
  body main section#slider .n2-ss-item-content a.n2-style-40dc00f57e55d0943e5ad0f56de2b448-heading {
    font-size: 1rem !important;
  }
  body main section#slider .n2-ss-item-content a div,
  body main section#slider .n2-ss-item-content a.n2-style-40dc00f57e55d0943e5ad0f56de2b448-heading div {
    font-size: 1rem !important;
  }
  body main section#slider .n2-ss-item-content .n2-ss-slider .n2-ow, body main section#slider .n2-ss-item-content .n2-ss-slider .n2-ow-all * {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  body main section#slider div#kontakt_box {
    display: block;
  }
  body main section#slider div#kontakt_box div {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  body main section#slider .n2-ss-item-content {
    font-size: 1.35rem !important;
  }
  body main section#slider .n2-ss-item-content p {
    font-size: 1rem !important;
  }
  body main section#slider .n2-ss-item-content a,
  body main section#slider .n2-ss-item-content a.n2-style-40dc00f57e55d0943e5ad0f56de2b448-heading {
    padding: 3px 15px;
    font-weight: normal;
    font-size: 0.8rem !important;
  }
  body main section#slider .n2-ss-item-content a div,
  body main section#slider .n2-ss-item-content a.n2-style-40dc00f57e55d0943e5ad0f56de2b448-heading div {
    font-size: 0.8rem !important;
  }
  body main section#slider .n2-ss-item-content .n2-ss-slider .n2-ow, body main section#slider .n2-ss-item-content .n2-ss-slider .n2-ow-all * {
    font-size: 0.8rem;
  }
  body main section#slider #n2-ss-2-arrow-previous {
    width: 15px !important;
    height: 15px !important;
    bottom: 8px !important;
    margin-left: -85px;
  }
  body main section#slider #n2-ss-2-arrow-next {
    width: 15px !important;
    height: 15px !important;
    bottom: 8px !important;
    margin-left: 85px;
  }
  body main section#slider .n2-ss-control-bullet-horizontal {
    bottom: 8px !important;
  }
  body main div#kontakt_box,
  body main form.planso-form-builder {
    width: 90% !important;
  }
  body #post_content #single_post .post-content figure,
  body #post_content #single_post .post-content img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1rem 0;
  }
  body #post_content #single_post .attachment-post-thumbnail {
    margin-top: 0 !important;
  }
  body footer {
    display: block;
  }
  body footer section#footer_left {
    text-align: center;
    width: 100%;
    margin-bottom: 3rem;
  }
  body footer section#footer_middle {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main section#slider .n2-ss-section-main-content {
    min-height: 200px;
  }
  body main section#slider .n2-ss-item-content a,
  body main section#slider .n2-ss-item-content a.n2-style-40dc00f57e55d0943e5ad0f56de2b448-heading {
    font-size: 0.7rem !important;
  }
  body main section#slider .n2-ss-item-content a div,
  body main section#slider .n2-ss-item-content a.n2-style-40dc00f57e55d0943e5ad0f56de2b448-heading div {
    font-size: 0.7rem !important;
  }
  body main section#slider .n2-ss-item-content .n2-ss-slider .n2-ow, body main section#slider .n2-ss-item-content .n2-ss-slider .n2-ow-all * {
    font-size: 0.7rem;
  }
  .gb-block-profile .gb-profile-avatar-wrap {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 590px) {
  body div#fixed header #logo {
    width: 20rem;
    margin: 0;
    margin-left: 1rem;
  }
  body div#fixed header #logo #logo_top {
    font-size: 3rem !important;
    margin: 0;
    margin-top: 0.6rem;
  }
  body div#fixed header #logo #logo_bottom {
    display: none;
  }
  body div#fixed header nav#main_nav div.toggle div.toggle_menu:hover {
    background-color: #ed8b44;
    border-color: #202020;
  }
  body div#fixed header nav#main_nav div.toggle div.toggle_menu:hover i.fa-bars {
    color: #202020;
  }
  body main #top_boxes .carousel-box .carousel-controls {
    font-size: 2rem;
  }
  body main #top_boxes .carousel-box .carousel-controls .prev {
    left: 0.5rem;
    margin-left: 0.5rem;
  }
  body main #top_boxes .carousel-box .carousel-controls .next {
    right: 0.5rem;
    margin-right: 0.5rem;
  }
  body main #top_boxes .carousel-box .carousel .slick-list {
    width: 95vw;
  }
  body main #top_boxes .carousel-box .carousel .slick-list article.top_box {
    width: 20rem !important;
    margin: 5rem 3.5rem;
  }
  body main .wp-block-genesis-blocks-gb-profile-box {
    padding: 0 !important;
  }
  body main #kontakt_box,
  body main form.planso-form-builder {
    width: 90% !important;
    max-width: 90% !important;
    padding: 1rem !important;
  }
  body main section#page_content .gb-layout-service-3,
  body main section#page_content .gb-layout-service-4,
  body main section#page_content .gb-layout-team-1 {
    width: 97% !important;
    max-width: 97% !important;
    padding: 0.8rem !important;
  }
  body main section#page_content .gb-layout-team-1 {
    padding: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  body {
    background-color: #202020;
  }
  body main #kontakt form {
    background-color: #191919 !important;
  }
  body main #top_boxes .carousel-box .carousel-controls {
    font-size: 1rem;
  }
  body main #top_boxes .carousel-box .carousel-controls .prev {
    left: 0.1rem;
    margin-left: 0.1rem;
  }
  body main #top_boxes .carousel-box .carousel-controls .next {
    right: 0.1rem;
    margin-right: 0.1rem;
  }
  body main #top_boxes .carousel-box .carousel .slick-list {
    width: 98vw;
    max-height: 680px;
  }
  body main #top_boxes .carousel-box .carousel .slick-list article.top_box {
    width: 20rem !important;
    height: auto;
    margin: 5rem 3.5rem;
  }
  body main #top_boxes .carousel-box .carousel .slick-list div#post_head_thumbnail {
    height: auto;
  }
  body main #post_content {
    width: 90%;
    max-width: 900px;
    margin: 3rem auto;
  }
  body main #post_content #single_post {
    width: 100%;
  }
  body main section#page_content .gb-layout-team-1 {
    background-color: #202020 !important;
  }
}
@media screen and (max-width: 460px) {
  body main #top_boxes .carousel-box .carousel-controls {
    font-size: 1rem;
  }
  body main #top_boxes .carousel-box .carousel-controls .prev {
    left: 0.1rem;
    margin-left: 0.1rem;
  }
  body main #top_boxes .carousel-box .carousel-controls .next {
    right: 0.1rem;
    margin-right: 0.1rem;
  }
  body main #top_boxes .carousel-box .carousel .slick-list {
    width: 90vw;
    max-height: 680px;
  }
  body main #top_boxes .carousel-box .carousel .slick-list article.top_box {
    width: 3.8% !important;
    margin: 5rem 1.05%;
  }
  body main #post_content #single_post {
    width: 100%;
    padding: 0;
  }
  body main #post_content #single_post .post-head {
    width: 100%;
  }
  body main #post_content #single_post .post-content {
    width: 100%;
  }
  body main #post_content #single_post .post-content .entry-summary {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  body div#fixed header #logo {
    width: 16rem;
    margin-left: 0.8rem;
  }
  body div#fixed header #logo #logo_top {
    font-size: 2.5rem !important;
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 360px) {
  body main section#slider .n2-ss-item-content {
    font-size: 1.1rem !important;
  }
  body main section#slider .n2-ss-item-content p {
    font-size: 0.8rem !important;
  }
  body main section#slider .n2-ss-item-content a,
  body main section#slider .n2-ss-item-content a.n2-style-40dc00f57e55d0943e5ad0f56de2b448-heading {
    padding: 2px 10px;
    font-size: 0.6rem !important;
  }
  body main section#slider .n2-ss-item-content a div,
  body main section#slider .n2-ss-item-content a.n2-style-40dc00f57e55d0943e5ad0f56de2b448-heading div {
    font-size: 0.6rem !important;
  }
  body main section#slider .n2-ss-item-content .n2-ss-slider .n2-ow, body main section#slider .n2-ss-item-content .n2-ss-slider .n2-ow-all * {
    font-size: 0.6rem;
  }
  body main form.planso-form-builder {
    padding: 1rem 0 !important;
  }
  body main #post_content #single_post .post-content {
    text-align: justify;
  }
}
@media screen and (max-width: 340px) {
  body div#fixed header #logo {
    width: 14rem;
    margin-left: 0.5rem;
  }
  body div#fixed header #logo #logo_top {
    font-size: 2.2rem !important;
    margin-top: 1rem;
  }
}

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