/*!
Theme Name: fc-theme-child
Theme URI: http://underscores.me/
Author: fc_slug
Author URI: http://felmar
Description: this is fc theme file
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Template: fc-theme
Text Domain: fc-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fc-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ************************************* */

/* BODY  */
body {
    background: #466c83;
	line-height: 1.5;
	margin-bottom: 0 !important;
}
body > a {
	color: #fff !important;
}
p {
	color: #ccc;
	margin: 0;
	font-size: 20px;
}
.content p {
	text-align: center;
  	padding: 0 259px;
  	line-height: 1.75;
}
.content label {
	color: #fff;
	font-weight: 600;
}
p + p {
	margin: 10px 0 0;
}
/* ************************************* */
/* ## BANNER  */
rs-slide > rs-layer-wrap {
	left: 0px !important;
	width: 100%;
}
.banner-text-holder {
	font-size: 60px !important;
  	color: #fff !important;
}
/* ************************************* */
/* ************************************* */
/* GALLERY  */
.eteam-gallery {
	display: flex;
  	gap: 15px;
	align-items: normal !important;
	padding: 0 226px;
	flex-wrap: wrap;
}
.eteam-gallery > .thumbnail-item {
	width: calc(25% - 1 * 12px);
	overflow: hidden;
}
.eteam-gallery > .thumbnail-item .inner {
	display: flex !important;
}
/* #everlightbox-overlay #everlightbox-slider .slide .everlightbox-glass {
	height: 0 !important;
	width: 0 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
} */
/* ************************************* */

/* ************************************* */
/* Global Header  */
.gsticky #masthead {
	background: #000 !important;
	box-shadow: 0 3px 6px rgba(28, 219, 249, 0.3);
}
#masthead {
	left: 0;
	top: 0;
	background: #466c83;
	position: fixed;
    z-index: 11;
    margin: auto;
    width: 100%;
	webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden;
}
h1 {
	line-height: 1.5 !important;
}
.header h1,
.header h2,
.header h3 {
    text-align: center;
    margin: 0;
    text-shadow: 0 3px 6px rgba(28, 171, 85, 0.5);
}
.header h1 {
	 padding: 0 0 50px;
}
.header h2,
.header h3 {
	 padding: 0 0 60px;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 38px;
}
h3 {
	font-size: 34px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 28px;
}
h1,h2,h3,h4,h5 {
	color: #fff;
	text-shadow: 0 3px 6px rgb(2, 14, 67);
}
/* ************************************* */
#page-title-wrap {
	color: #fff;
}
a,
a:visited {
    color: #fff;
}
a:hover,
a:active {
    color: #1cdbf9;
}
.wrap {
    width: 1800px;
    margin: auto;
}
.hmenu-wrapper {
    display: none;
}
.header-right #primary-menu > ul {
    display: flex;
    align-items: center;
}
.header-right {
	display: flex;
	align-items: center;
}
.header-right .main-navigation ul > li + li {
    margin-left: 30px;
}
.site-branding img {
	filter: drop-shadow(0px 6px 9px rgba(104, 221, 23, 0.2));
}
.site-branding img:hover {
	transform: scale(0.9);
	filter: drop-shadow(3px 9px 12px rgba(104, 221, 23, 0.4));
}

.main-navigation ul > li > a {
    font-size: 20px;
    color: #fff;
	position: relative;
	padding-bottom: 5px;
}
.main-navigation ul > li > a:hover,
.main-navigation ul > li.current_page_item > a {
    color: #1cdbf9;
}
.main-navigation ul > li  > a:before {
	top: initial;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 2px;
	margin: auto;
	z-index: -1;
	background: #1cab55;
}
.main-navigation ul > li.current_page_item > a:before,
.main-navigation ul > li > a:hover:before {
	width: 100%;
}

article,
.entry-content {
    margin: 0 !important;
}

/* ************************* */
/* ## header  */
.site-header {
	height: 130px;
}
.site-header > .wrap {
    display: flex;
    justify-content: space-between;
	height: 100%;
}
.site-branding {
  display: flex;
  align-items: center;
/*   margin-top: 12px; */
 }
/* ***********************  */
/* FOOTER  */
#footer-col-1 {
  display: flex;
  justify-content: center;
  gap: 70px;
  width: 100%;
  margin-bottom: 95px;
}
.site-footer > .footer-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 360px;
}
#footer-col-1 > .widget_sow-image {
	margin: 0;
}
#footer-col-1 > .widget_sow-image img {
	position: relative;
	top: 0;
	filter: drop-shadow(0px 6px 9px rgba(104, 221, 23, 0.2));
}
#footer-col-1 > .widget_sow-image:hover img {
	top: -10px;
	filter: drop-shadow(3px 9px 12px rgb(255, 255, 255));
}
#footer-col-1 > #sow-image-5 img {
	padding: 10px;
}
#footer-col-1 > #sow-image-7 img {
	padding: 6px;
}
#footer-col-1 > #sow-image-4 img {
	padding: 2px;
}
#footer-col-2 {
	width: 100%;
}
#footer-col-2 ul {
  margin-left: 0;
  padding-left: 0;
}
#footer-col-2 p + p {
	margin-top: 35px;
}
#footer-col-2 p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
	flex-direction: column;
}
#footer-col-2 label {
  font-size: 24px;
  font-weight: 600;
}
#footer-col-2 p > a {
	text-decoration: none;
	font-size: 20px;
}
.site-footer {
  padding: 60px 0;
}
ul > li {
  list-style: none;
}
ul > li > a {
  text-decoration: none;
}
.site-footer li > a {
  font-size: 20px;
}
.site-footer li + li {
  margin-top: 5px;
}
.site-footer .widget-title {
  border-bottom: 5px solid #1cd9f7;
  line-height: 1.1;
  padding-bottom: 13px;
  text-align: center;
  margin: 0 395px 25px;
}
.site-footer section {
	margin: 0;
}
.site-footer-credit {
	text-align: center;
  background: #21d4ff;
  padding: 3px 0;
  color: #000;
}
/* ***********************  */
/* GLOBAL PAGES CSS  */
#skills-row-1 .image-container > .panel-layout {
	display: flex;
  align-items: normal;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#skills-row-1 .image-container > .panel-layout > .panel-grid {
	width: 25%;
	background: #1cdbf9;
	position: relative;
	top: 0;
	box-shadow: 0 6px 9px rgba(104, 221, 23, 0.2);
	align-items: center;
}
#skills-row-1 .image-container > .panel-layout > .panel-grid:nth-child(3) img,
#skills-row-1 .image-container > .panel-layout > .panel-grid:nth-child(4) img,
#skills-row-1 .image-container > .panel-layout > .panel-grid:nth-child(5) img,
#skills-row-1 .image-container > .panel-layout > .panel-grid:nth-child(11) img{
	padding: 0 20px;
}
#skills-row-1 .image-container > .panel-layout > .panel-grid:hover {
	top: -10px;
	box-shadow: 3px 6px 9px rgb(255, 255, 255);
  	background: #1cab55;
}
#skills-row-1 .image-container > .panel-layout > .panel-grid .sow-image-container {
	display: flex;
	justify-content: center;
}
/* ***********************  */
/* ## GLOBAL CSS */
#page-title-wrap {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .10);
    text-align: center;
    position: relative;
    z-index: 3;
    color: #FFFFFF;
    box-shadow: #000000;
}
.plugin-container > .panel-grid-cell {
 	display: flex;
    align-items: normal;
/*     justify-content: center; */
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}
.plugin-container > .panel-grid-cell > .so-panel {
	width: calc(25% - 1 * 35px);
	background: #1cdbf9;
  	text-align: center;
  	padding: 20px 10px;
}
.plugin-container > .panel-grid-cell > .so-panel p strong {
	font-size: 22px;
	color: #000
}
.hover-top-so-panel > .panel-grid-cell > .so-panel {
	position: relative;
	top: 0;
	box-shadow: 0 6px 9px rgba(104, 221, 23, 0.2);
}
.hover-top-so-panel > .panel-grid-cell > .so-panel:hover {
	top: -10px;
	box-shadow: 3px 6px 9px rgb(255, 255, 255);
	background: #1cab55;
}
.hover-top-so-panel > .panel-grid-cell > .so-panel:hover p strong {
	color: #fff;
}
.g-padd {
	padding: 110px 0;
	box-shadow: 0 0px 3px rgba(28, 171, 85, 0.1);
}
.other-proj-container > .panel-layout {
	display: flex;
  	align-items: normal;
	gap: 100px;
	padding: 0 110px;
}
.other-proj-container > .panel-layout > .panel-grid {
	width: calc(50% - 1 * 1px);
}
.other-proj-container > .panel-layout > .panel-grid .sow-image-container {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.other-proj-container .content p {
  padding: 0 32px;
	color: #fff
}
.other-proj-container .listcontent ul > li {
	color: #ccc;
	font-size: 17px;
}
.other-proj-container .listcontent ul {
	margin: 0;
	padding: 0;
	padding-left: 30px;
}
.other-proj-container .listcontent .textwidget p:first-of-type {
	text-align: center;
	margin-top: 60px;
}
.other-proj-container .content .textwidget p:nth-child(2) {
	margin: 25px 0 45px;
}
.other-proj-boxholder .sow-image-container > a {
	overflow: hidden;
}
.other-proj-boxholder .sow-image-container > a:hover img {
	transform: scale(1.05);
}
.btn-show {
	text-decoration: none;
	padding: 10px 30px;
	position: relative;
	color: #fff !important;
	z-index: 1;
	border: 1px solid #fff;
}
.btn-show:hover {
	color: #000 !important;
}
.btn-show:before {
	height: 0;
	width: 100;
	background: #1cdbf9;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
.btn-show:hover:before {
	height: 100%;
}
.btn-contme {
	text-decoration: none;
    font-size: 20px !important;
    border: 1px solid #1cdbf9 !important;
    padding: 12px 25px !important;
    color: #1cdbf9 !important;
}
.btn-contme:hover {
	color: #fff !important;
    background: #1cab55;
    border: 1px solid #1cab55 !important;
}
.text-banner-container > p {
    font-size: 30px;	
}
.text-banner-container > h1 {
	margin: 0 0 10px !important;
}
.text-banner-container {
	top: 35px !important;
    left: 180px !important;
    position: relative !important;
}
.cookieadmin_re_consent {
	background: linear-gradient(to left, rgb(28 219 249) 0%, rgb(28 219 249) 100%) !important;
}
/* ***********************  */
/* ## PSEUDOCODE  */
.main-navigation ul > li > a:before,
.btn-show:before {
	content: '';
	position: absolute;
	display: inline-block;
}
/* ***********************  */
/* GLOBAL TRANSITION CSS  */
.main-navigation ul > li > a:before,
#footer-col-1 > .widget_sow-image img,
.site-branding img,
#skills-row-1 .image-container > .panel-layout > .panel-grid,
.hover-top-so-panel > .panel-grid-cell > .so-panel p strong,
.hover-top-so-panel > .panel-grid-cell > .so-panel,
.other-proj-boxholder .sow-image-container > a img,
.btn-show:before {
	 -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

/*--------------------------------------------------------------
 ## Sidebars/ Mobile Menu
--------------------------------------------------------------*/
#sb-site {
    left: 0;
	background: #000;
}

#resp-sidebar.sb-slidebar {
    background-color: #2c6e78 !important;
    /*    background-color: #030F27 !important;*/
    -webkit-box-shadow: inset 5px 0px 8px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: inset 5px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 5px 0px 8px 0px rgb(0 0 0 / 15%);
}

#resp-sidebar .resp-sidebar-wrap {
    display: inline-block !important;
    padding: 1em 1em 1em !important;
    width: 100% !important;
}

#resp-sidebar .site-branding {
    background: #313538;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .30);
    float: left;
    padding: 2px 0;
    text-align: center;
    width: 100% !important;
}

#resp-sidebar .site-branding:hover {
    transform: scale(.95);
}

#resp-sidebar .site-branding img {
    max-width: 100%;
    vertical-align: top !important;
	width: 70%;
    height: 65px;
}

#resp-sidebar #mobile-navigation {
    display: inline-block !important;
    margin: 1.35em 0 0 !important;
    width: 100% !important;
}

#resp-sidebar #mobile-navigation,
#resp-sidebar #mobile-navigation * {
    line-height: 150% !important;
}

#resp-sidebar #mobile-navigation .menu-mobile-navigation-container {
    max-height: 75vh !important;
    /*overflow-y: scroll !important;*/
    -webkit-overflow-scrolling: touch !important;
}
#resp-sidebar #mobile-navigation li.current_page_item a,
#resp-sidebar #mobile-navigation li:hover a {
	color: #1cdbf9;
}
#resp-sidebar #mobile-navigation ul {
    background-color: #f8f0e3;
    clear: both !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
	overflow: hidden;
}

#resp-sidebar #mobile-navigation .menu > li+li {
    border-top: 1px solid #f8f0e3;
}

#resp-sidebar #mobile-navigation li > a,
#resp-sidebar #mobile-navigation li > a:before,
#resp-sidebar .site-branding {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#resp-sidebar #mobile-navigation li > a {
    background-color: #313538;
    color: #fff;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5 !important;
    padding: 8px 10px 8px 40px;
    position: relative;
    text-transform: inherit;
    width: 100%;
}

#resp-sidebar #mobile-navigation li > a:before {
    background-color: #1cdbf9;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 8px;
    left: 20px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 8px;
}

#resp-sidebar #mobile-navigation .menu > .current-menu-parent > ul,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor > ul,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor .current-menu-parent > ul {
    display: block;
}

#resp-sidebar #mobile-navigation .menu .sub-menu li > a:before {
    left: 42px;
    top: 0;
}

#resp-sidebar #mobile-navigation .menu .sub-menu .sub-menu li > a:before {
    left: 40px;
}

#resp-sidebar #mobile-navigation .menu > li > a:hover,
#resp-sidebar #mobile-navigation .menu > .current-menu-item > a,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor > a,
#resp-sidebar #mobile-navigation .menu > .par-active > a,
#resp-sidebar #mobile-navigation .menu > li.menu-item-has-children:hover > a {
    background-color: #aa7d52 !important;
    color: #fff !important;
}

#resp-sidebar #mobile-navigation .menu > li > a:hover:before,
#resp-sidebar #mobile-navigation .menu > .current-menu-item > a:before,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor > a:before,
#resp-sidebar #mobile-navigation .menu > .par-active > a:before,
#resp-sidebar #mobile-navigation .menu > li.menu-item-has-children:hover > a:before {
    background-color: #fff;
}

#resp-sidebar #mobile-navigation .menu .sub-menu li a:hover,
#resp-sidebar #mobile-navigation .menu .sub-menu .current-menu-ancestor > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.current-menu-item > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.par-active > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.menu-item-has-children:hover > a {
    color: #aa7d52 !important;
}

#resp-sidebar #mobile-navigation li.menu-item-has-children {
    position: relative;
}

#resp-sidebar #mobile-navigation li.menu-item-has-children .caret {
    background: url('assets/images/icon-caret.png') no-repeat center center;
    cursor: pointer;
    height: 52px;
    right: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#resp-sidebar #mobile-navigation .sub-menu li.menu-item-has-children .caret {
    height: 32px;
}

#resp-sidebar #mobile-navigation .menu li.par-active > .caret {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#resp-sidebar #mobile-navigation .sub-menu {
    background-color: #313538;
    margin-top: 1px !important;
    display: none;
}

#resp-sidebar #mobile-navigation .sub-menu li:first-child {
    border-top: 0 !important;
    padding-top: 15px;
}

#resp-sidebar #mobile-navigation .sub-menu li:last-child {
    border-bottom: 0 !important;
    padding-bottom: 15px;
}

#resp-sidebar #mobile-navigation .sub-menu .sub-menu li:first-child {
    padding-top: 0;
}

#resp-sidebar #mobile-navigation .sub-menu .sub-menu li:last-child {
    padding-bottom: 0;
}

#resp-sidebar #mobile-navigation .sub-menu li > a {
    font-size: 1.063rem;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 60px;
    position: relative;
}

#resp-sidebar #mobile-navigation .sub-menu .sub-menu li > a {
    padding-left: 45px;
}

#resp-sidebar #mobile-navigation .sub-menu .sub-menu li > a {
    padding-left: 56px;
}

#resp-sidebar .contact-sidebar {
    display: inline-block;
    margin: 3.5em 0 3em;
    width: 100%;
}

#resp-sidebar .contact-sidebar .box {
    background-color: #fff;
    border-left: 8px solid #C88F5A;
    height: 100%;
    line-height: 1;
    max-width: 100%;
    padding: 16px 5px 18px 15px;
    position: relative;
    text-align: left;
    width: 100% !important;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

#resp-sidebar .contact-sidebar .box+.box {
    margin-top: 10px;
}

#resp-sidebar .contact-sidebar .box * {
    color: #fff;
}

#resp-sidebar .contact-sidebar .box label {
    color: #030F27;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 6px;
    vertical-align: top;
    width: 100%;
}

#resp-sidebar .contact-sidebar .box a {
    color: #030F27;
    font-size: 1.5rem;
    font-weight: 500;
}

#resp-sidebar .contact-sidebar .email a {
    font-size: 1.25rem;
}

#resp-sidebar .contact-sidebar .box a:hover {
    color: #aa7d52;
}

#resp-sidebar .copyright-sidebar {
    display: inline-block;
    width: 100%;
}


#resp-sidebar .copyright-sidebar {
    color: #efefef;
    font-size: 1rem;
    margin: 0 0 3em;
    text-align: center;
}

#resp-sidebar .copyright-sidebar a {
    color: #efefef;
    font-weight: 500;
	display: block;
}
#resp-sidebar .copyright-sidebar br {
	display: none;
}

#resp-sidebar .copyright-sidebar a:hover {
    color: #aa7d52;
}

/** CF7 Overwrites **/
.wpcf7 {
    float: left;
    position: relative;
    width: 100%;
}

.wpcf7-form-control-wrap {
    display: block
}

.wpcf7-response-output,
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
    border: 0 !important;
    border-radius: 0;
    bottom: -3em;
    color: #000;
    font-size: 0.875rem;
    left: 0;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    width: 100%;
}

.wpcf7 .ajax-loader {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 9;
}

.wpcf7-checkbox {
    display: inline-block;
    font-size: 0.9375rem;
    margin: 0 0 0.75em;
    width: 100%;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    max-width: 150px;
    width: 100%;
}

.wpcf7-checkbox .wpcf7-list-item-label {
    margin-left: 5px;
    vertical-align: middle;
}
/** Kontakt Formular **/
#kontakt-form {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    display: table;
    padding-top: 0;
    padding-bottom: 0;
}

#kontakt-form p {
    /* display: flex;
    justify-content: center; */
    text-align: center;
    font-weight: 500;
}

#kontakt-form input[type="checkbox"] {
    accent-color: #030f27;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, .16);
    width: 18px;
    height: 18px;
}

#kontakt-form .text {
    margin-bottom: 30px;
}

#kontakt-form .row,
#kontakt-form .inrow {
    float: left;
    width: 100%;
    display: flex;
}

#kontakt-form .row+.row {
    margin-top: 0px;
}

#kontakt-form .btm-row .col:last-child {
    padding-left: 0;
}


#kontakt-form .row .col {
    width: 50%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#kontakt-form .row.col-3 .col {
    width: 33.33%;
}

#kontakt-form .row.col-3 .col+.col {
    padding-left: 8px;
}

#kontakt-form .textbox {
    flex-direction: row;
    gap: 14px;
    padding-top: 75px;
}

#kontakt-form .row:last-child {
    width: 100% !important;
    display: flex;
    flex-direction: column;
	margin-top: 25px;
}

#kontakt-form .btm-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#kontakt-form .btm-row .col:first-child .wpcf7-list-item {
    margin-left: 0;
}
#kontakt-form .btm-row .col:first-child .wpcf7-list-item > label {
    display: flex;
    gap: 10px;
    align-items: center;
}

#kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap {
    color: #000;
    display: inline-block;
    font-size: 16px;
    position: initial;
    vertical-align: middle;
    width: auto;
}

#kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

#kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap a:hover {
    color: #21d6ff !important;
}
#kontakt-form label {
    color: #fff;
}

#kontakt-form .btm-row .col:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 30px;
}

#kontakt-form .btm-row .col:last-child div+div {
    margin-left: 10px;
    margin-top: 0;
}

#kontakt-form .btm-row span.wpcf7-not-valid-tip {
    left: 0;
    max-width: 125px;
    top: -15px;
}
#kontakt-form .btm-row .wpcf7-form-control-wrap > span.wpcf7-not-valid-tip {
	left: 0;
    margin: 10px auto 0 !important;
    max-width: 140px;
    right: 0 !important;
    top: 0;
    position: relative;
}

#kontakt-form [type="text"], 
#kontakt-form [type="tel"], 
#kontakt-form [type="email"], 
#kontakt-form [type="date"], 
#kontakt-form textarea, 
#kontakt-form select {
    background-color: transparent;
    border: 1px solid #BCBCBC;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 46px;
    padding: 5px 0px 5px 5px !important;
    text-align: left;
    width: 100%;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	outline: none;
}

#kontakt-form [type="text"]:active,
#kontakt-form [type="tel"]:active,
#kontakt-form [type="email"]:active,
#kontakt-form textarea:active,
#kontakt-form.oensker [type="text"]:active,
#kontakt-form [type="text"]:focus,
#kontakt-form [type="tel"]:focus,
#kontakt-form [type="email"]:focus,
#kontakt-form textarea:focus,
#kontakt-form.oensker [type="text"]:focus {
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 0px 5px 5px;
}
.cf7-cf-turnstile {
	margin-top: 20px !important;
}
#kontakt-form select {
    background: url(assets/images/input-selct-pointer.png) no-repeat 96% 15px;
}

#kontakt-form textarea {
    height: 174px !important;
    vertical-align: top;
    resize: vertical;
}

#kontakt-form [type=text].wpcf7-mathcaptcha {
    border: 1px solid #c0c0c0;
    height: 44px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 70px;
}

#kontakt-form .wpcf7-checkbox {
    margin: 0 !important;
}

#kontakt-form .wpcf7-checkbox .wpcf7-list-item-label {
    display: none;
}

#kontakt-form .btn-col .wpcf7-list-item {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 0 !important;
}

#kontakt-form .btn-col .wpcf7-list-item a {
    color: #7F6252;
}

#kontakt-form .btn-col .wpcf7-list-item a:hover {
    color: #516E60;
}

#kontakt-form input[type="submit"] {
    background-color: #1cdbf9;
    border: 0;
    border-radius: 0;
    /* box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16); */
    color: #000 !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 5px 8px;
    text-align: center;
    text-transform: initial;
    width: 201px;
    height: 46px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#kontakt-form input[type="submit"]:hover {
    background-color: #1cab55;
    color: #fff !important;
}

#kontakt-form .ajax-loader {
    left: initial !important;
    margin: 0 !important;
    right: 0 !important;
}

#kontakt-form span.wpcf7-not-valid-tip {
    background-color: #8A121C;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    margin: 0;
    padding: 4px 10px 6px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    width: auto;
}

#kontakt-form .btm-row {
    display: flex;
    flex-direction: column;
}

#kontakt-form .btm-row span.wpcf7-not-valid-tip {
    left: 0;
    margin: 0 auto !important;
    max-width: 140px;
    right: 0 !important;
    top: -15px;
}

#kontakt-form .btm-row .wpcf7-form-control-wrap {
    color: #000;
    display: inline-block;
    width: 100%;
}

#kontakt-form .row:last-child .wpcf7-spinner {
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
#kontakt-form ::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

#kontakt-form ::-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

#kontakt-form :-ms-input-placeholder {
    color: #3E3E3E !important;
    opacity: 1 !important;
}

#kontakt-form :-moz-placeholder {
    color: #3E3E3E !important;
    opacity: 1 !important;
}
.wpcf7-response-output {
	text-align: center;
	color: red;
}
#kontakt-form .row:last-child .wpcf7-spinner {
	bottom: -25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
.wpcf7-spinner {
	visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

/** Back to Top **/
#back-top {
    background: url('assets/images/top-bottom.png') no-repeat center center #1cdbf9;
    background-size: 15px;
    border-radius: 5px;
    bottom: 70px;
    height: 50px;
    text-align: center;
    opacity: 0;
    position: fixed;
    right: 10px;
    width: 50px;
    z-index: 25;
	opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#back-top:hover {
    background-color: #1cab55;
}
#back-top.show {
    opacity: 1;
}

@media only screen and (max-width: 1880px) {
	.wrap {
    width: 95%;
	max-width: 100% !important
	}
}
@media only screen and (max-width: 1799px) {
	.wrap {
    width: 95%;
	max-width: 100% !important
	}
	.eteam-gallery {
    	padding: 0 180px;
	}
}

@media only screen and (max-width: 1780px) {
	.site-footer .widget-title {
		margin: 0 150px 25px;
	}
}
@media only screen and (max-width: 1700px) {
	#box-links-widget-small .slick-arrow.left-arrow, 
	#box-links-widget-small .slick-arrow.right-arrow {
		margin: 100px 0 0;
	}

}
@media only screen and (max-width: 1600px) {
.content p {
    padding: 0 90px;
	}
	.eteam-gallery > .thumbnail-item {
    	overflow: hidden;
	}
}

@media only screen and (max-width: 1550px) {

}
@media only screen and (max-width: 1499px) {
    .site-footer .widget-title {
        margin: 0 0 25px;
    }
	.g-padd {
   	 padding: 75px 0;
	}
	.eteam-gallery {
        padding: 0 88px;
    }
}
@media only screen and (max-width: 1399px) {
	#skills-row-1 .image-container > .panel-layout > .panel-grid {
		width: calc(33.333% - 1 * 20px);
	}
	.plugin-container > .panel-grid-cell > .so-panel {
		width: calc(33.3333% - 1 * 34px);
	}
	#footer-col-1 {
		margin-bottom: 65px;
	}
	.other-proj-container > .panel-layout {
		padding: 0 40px;
	}
	.site-footer > .footer-wrap {
		padding: 0 300px;
	}
}

@media only screen and (max-width: 1350px) {
    .g-padd {
        padding: 50px 0;
    }
	.eteam-gallery {
        padding: 0 50px;
    }
}
@media only screen and (max-width: 1280px) {
    .other-proj-container > .panel-layout {
        padding: 0;
    }
	.site-footer > .footer-wrap {
        padding: 0 250px;
    }
}

@media only screen and (max-width: 1200px) {
#skills-row-1 .image-container > .panel-layout {
    gap: 20px;
	}
	#skills-row-1 .image-container > .panel-layout > .panel-grid {
        width: calc(33.333% - 1 * 14px);
    }
	.other-proj-container > .panel-layout {
		gap: 50px;
	}
	#kontakt-form {
		width: 95%;
	}
}
@media only screen and (max-width: 1099px) {
    .content p {
        padding: 0;
    }
	.site-footer > .footer-wrap {
        padding: 0 150px;
    }
	.plugin-container > .panel-grid-cell > .so-panel p strong {
    	font-size: 20px;
	}
	.eteam-gallery {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 991px) {
	 .site-footer > .footer-wrap {
        padding: 0 100px;
    }
	.plugin-container > .panel-grid-cell {
		gap: 10px;
	}
	.plugin-container > .panel-grid-cell > .so-panel {
		width: calc(33.3333% - 1 * 27px);
	}
	.plugin-container > .panel-grid-cell > .so-panel p strong {
        font-size: 19px;
    }
	    .g-padd {
        padding: 30px 0;
    }
	h1 {
    	font-size: 38px;
	}
	h2 {
    	font-size: 36px;
	}
	h3 {
    	font-size: 34px;
	}
	.header h2, .header h3 {
    	padding: 0 0 40px;
	}
	.hover-top-so-panel > .panel-grid-cell > .so-panel:hover {
		top: -5px;
	}
}
@media only screen and (max-width: 899px) {
	#footer-col-1 {
    	gap: 60px;
	}
	#skills-row-1 .image-container > .panel-layout {
        gap: 10px;
    }
	#skills-row-1 .image-container > .panel-layout > .panel-grid {
        width: calc(33.333% - 1 * 7px);
    }
	.plugin-container > .panel-grid-cell > .so-panel {
        width: calc(50% - 1 * 25px);
    }
	.other-proj-container > .panel-layout {
        gap: 20px;
    }
	.other-proj-container .content p {
    	padding: 0;
    	font-size: 18px;
	}
	#skills-row-1 .image-container > .panel-layout > .panel-grid:hover {
		top: -5px;
	}
	.eteam-gallery > .thumbnail-item {
    	width: calc(33.333% - 1 * 10px);
	}
}
@media only screen and (max-width: 800px) {
	.site-branding > a {
		  width: 90%; 
	}
	.site-branding > a > img {
		  max-width: 100% !important;
		 height: 100%;
	}
	.site-header {
    	height: 100px;
	}
    .site-footer > .footer-wrap {
        padding: 0 70px;
    }
	 #footer-col-1 {
        gap: 50px;
    }
	#skills-row-1 .image-container > .panel-layout > .panel-grid {
        width: calc(50% - 1 * 5px);
    }
	#skills-row-1 .image-container > .panel-layout > .panel-grid .sow-image-container > img {
		width: 130px;
        height: 75px;
	}
	#skills-row-1 .image-container > .panel-layout > .panel-grid .sow-image-container {
    	padding: 5px 0;
	}
	#skills-row-1 .image-container > .panel-layout > .panel-grid:nth-child(3) img, #skills-row-1 .image-container > .panel-layout > .panel-grid:nth-child(4) img, #skills-row-1 .image-container > .panel-layout > .panel-grid:nth-child(5) img, #skills-row-1 .image-container > .panel-layout > .panel-grid:nth-child(11) img {
    padding: 0;
	}
}
@media only screen and (max-width: 699px) {
	.header-right .main-navigation ul > li + li {
    	margin-left: 15px;
	}
	h1 {
       font-size: 32px;
    }
	 h2 {
        font-size: 30px;
    }
	h3 {
        font-size: 28px;
    }
	.main-navigation ul > li > a {
    	font-size: 17px;
	}
	.site-footer > .footer-wrap {
        padding: 0;
    }
	p {
    	font-size: 18px;
	}
	.other-proj-container > .panel-layout {
        flex-direction: column;
		gap: 50px;
    }
	.other-proj-container > .panel-layout > .panel-grid {
    	width: 100%;
	}
	.site-footer {
    	padding: 50px 0 40px;
	}
	#page-title-wrap h1 {
		  margin: 16px 0;
	}
	rs-fullwidth-wrap {
		margin-top: 100px !important;
	}
	.eteam-gallery {
        padding: 0;
    }
}
@media only screen and (max-width: 600px) {
	.hmenu-wrapper {
		display: block;
	}
	.hmenu-wrapper label {
		font-size: 22px;
	}
	.hmenu-wrapper > .hamburger {
		padding: 10px 20px;
	}
	#footer-col-1 > .widget_sow-image img {
    	padding: 0 !important;
		width: 60px !important;
		height: 60px !important;
	}
	#header-nav-wrap {
		display: none;
	}
	rs-module-wrap {
		left: 0 !important;
	}
	#testimonial-slider .slickslider-item {
        padding: 0;
    }
	#resp-sidebar .site-branding > a > img {
        max-width: 100% !important;
		width: 70% ;
    }
	#kontakt-form .row .col {
    	width: 100%;
	}
	.eteam-gallery > .thumbnail-item {
    	width: calc(50% - 1 * 8px);
	}
}
@media only screen and (max-width: 530px) {
        width: 50px !important;
        height: 50px !important;
}
@media only screen and (max-width: 500px) {
	#footer-col-2 p + p {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 479px) {
    #footer-col-1 {
        gap: 30px;
    }
	#footer-col-1 > .widget_sow-image img {
        width: 40px !important;
        height: 40px !important;
    }
	#kontakt-form .textbox {
    	flex-direction: column;
	}
	.site-footer .widget-title {
		font-size: 26px !important;
		border-bottom: 2px solid #1cd9f7;
	}
	#footer-col-2 label {
  		font-size: 22px;
	}
}

@media only screen and (max-width: 430px) {
	.header h1 {
    padding: 0 0 35px;
	}
}

@media only screen and (max-width: 413px) {
	 .plugin-container > .panel-grid-cell > .so-panel {
        width: 100% !important;
    }
	h1 {
        font-size: 30px;
    }
	h2 {
        font-size: 28px;
    }
	 h3 {
        font-size: 25px;
    }
	#resp-sidebar .site-branding img {
    	height: 45px;
	}
}
@media only screen and (max-width: 374px) {
	#skills-row-1 .image-container > .panel-layout > .panel-grid {
        width: 100%;
    }
	.hmenu-wrapper > .hamburger {
        padding: 5px 16px;
    }
	.hmenu-wrapper label {
        font-size: 20px;
    }
	.eteam-gallery > .thumbnail-item {
    	width: 100%;
	}
}
/** Slidebar Overrides **/
@media only screen and (max-width: 2000px) and (min-width: 1600px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1367px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 901px) {
    .sb-slidebar {
        max-width: 390px;
        width: 100%;
    }
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
    .sb-slidebar {
        max-width: 370px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 568px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}

@media only screen and (max-width: 567px) and (min-width: 414px) {
    .sb-slidebar {
        max-width: 320px;
        width: 100%;
    }
}

@media only screen and (max-width: 413px) and (min-width: 345px) {
    .sb-slidebar {
        max-width: 280px;
        width: 100%;
    }
}
@media only screen and (max-width: 345px) and (min-width: 321px) {
    .sb-slidebar {
        max-width: 260px;
        width: 100%;
    }
}

@media only screen and (max-width: 320px) and (min-width: 300px) {
    .sb-slidebar {
        max-width: 280px;
        width: 100%;
    }
}
