<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: Bold - Uguz
Theme URI: https://www.welovebold.de
Author: Bold
Author URI: https://www.welovebold.de
Description: Bold - Basic Theme
Version: 1.0.0
*/
/* Begin google fonts */
@import './includes/css/featherlight.css';
@font-face {
  font-family: "Muli";
  src: url("./includes/fonts/Muli/Muli-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Muli";
  src: url("./includes/fonts/Muli/Muli-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Muli";
  src: url("./includes/fonts/Muli/Muli-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Muli";
  src: url("./includes/fonts/Muli/Muli-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Muli";
  src: url("./includes/fonts/Muli/Muli-Black.ttf") format("truetype");
  font-weight: 900;
}
/* End google fonts */
/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Variables
 - Settings
 - Breakpoints
 - Colors
 - Font Size
 - Font Weight
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Helper Classes
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: inherit;
  display: block;
}

.visible-sm {
  display: block;
}
@media (min-width: 768px) {
  .visible-sm {
    display: none;
  }
}

.clearfix {
  clear: both;
}

@-webkit-keyframes rotationY {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(359deg);
  }
}
@-webkit-keyframes rotationY-left {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(-359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, -30px);
  }
  60% {
    transform: translate(-50%, -15px);
  }
}
/*--------------------------------------------------------------
Main Elements and Classes
--------------------------------------------------------------*/
html, body {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 26px;
  color: #3C3C3B;
}

#page {
  overflow: hidden;
}

.site-content-contain {
  min-height: calc(100vh - 86px);
}
.site-content-contain a {
  color: #AF1F11;
}

.verantwortung {
  padding-top: 50px !important;
  padding-bottom: 50px;
}

.padding-t-u-b {
  padding-top: 50px;
  padding-bottom: 50px;
}

.no-padding-top {
  padding-top: 0 !important;
}

.padding-t-n-b {
  padding-top: 50px;
  padding-bottom: 0 !important;
}

.home .site-content-contain {
  margin-top: 0;
}

.error-404 {
  padding-top: 120px;
}

.contact-box {
  position: fixed;
  top: 50%;
  right: -37px;
  background: #AF1F11;
  font-size: 22px;
  letter-spacing: 1.4px;
  margin: 0;
  transform: translateY(-50%) rotate(90deg);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.contact-box a {
  display: block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 15px;
}

.page-id-112 .contact-box {
  display: none;
}

.social-icons-side {
  position: fixed;
  top: 60%;
  right: 0;
  background: #AF1F11;
  font-size: 22px;
  letter-spacing: 1.4px;
  margin: 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  z-index: 999;
}
@media (max-height: 660px) {
  .social-icons-side {
    margin-top: 15px;
  }
}
.social-icons-side img {
  display: block;
  width: 25px;
  height: 25px;
}
.social-icons-side a {
  display: block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 10px;
}

@media (max-width: 768px) {
  .qu-siegel {
    display: inline-block;
    width: inherit !important;
  }
}
.qu-siegel .vc_single_image-wrapper {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.qu-siegel img {
  width: 40px;
  height: auto;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  color: #fff !important;
  background: #AF1F11;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 20px;
}

.thin {
  font-weight: 300;
}

h1, .h1 {
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 26px;
  line-height: 34px;
  color: #3C3C3B;
  letter-spacing: 0.04em;
  hyphens: auto;
  margin-bottom: 50px;
}
h1:after, .h1:after {
  position: absolute;
  content: "";
  display: block;
  background: #AF1F11;
  width: 100px;
  height: 4px;
  bottom: -18px;
}

h2, .h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 26px;
  line-height: 34px;
  color: #3C3C3B;
  letter-spacing: 0.04em;
  hyphens: auto;
  margin-bottom: 50px;
}
h2:after, .h2:after {
  position: absolute;
  content: "";
  display: block;
  background: #AF1F11;
  width: 100px;
  height: 4px;
  bottom: -18px;
}
h2[style="text-align: center;"]:after, .h2[style="text-align: center;"]:after {
  left: 50%;
  transform: translateX(-50%);
}

.site-main a {
  color: #AF1F11;
}
.site-main ul {
  padding: 0 20px;
}
.site-main ul li {
  list-style: url("/wp-content/themes/uguz/includes/images/li-icon.svg");
  margin-bottom: 14px;
}
.site-main ol {
  margin-top: -20px;
  margin-bottom: 40px;
}
.site-main ol li {
  padding: 10px 0;
}
.site-main ol li ol {
  margin-top: 0px;
}

.nf-form-cont .submit-wrap input {
  display: inline-block;
  padding: 10px 20px;
  color: #fff !important;
  background: #AF1F11 !important;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 20px;
  cursor: pointer;
  outline: none !important;
}
.nf-form-cont .checkbox-container label {
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .map iframe {
    height: 350px !important;
  }
}

.job_listings {
  border-top: none !important;
}
.job_listings li a {
  transition: all 0.3s;
}
.job_listings h3 {
  color: #3C3C3B !important;
  transition: all 0.3s;
}
.job_listings .date {
  display: none !important;
}
.job_listings .company strong {
  color: #3C3C3B;
  font-size: 12px;
  transition: all 0.3s;
}
.job_listings .job-type {
  color: #AF1F11;
  transition: all 0.3s;
}
.job_listings .location {
  color: #3C3C3B !important;
  transition: all 0.3s;
}

.single-job_listing .job-listing-meta {
  display: none;
}
.single-job_listing .header-image {
  display: none;
}
.single-job_listing .application_button {
  padding: 12px 20px !important;
  color: #fff !important;
  background: #AF1F11 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.form-wrapper label {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.form-wrapper input, .form-wrapper textarea {
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  padding: 15px;
  margin-top: -10px;
  margin-bottom: 30px;
  border-radius: 0 !important;
}
.form-wrapper textarea {
  resize: vertical;
  margin-bottom: 0;
}
.form-wrapper input[type=submit] {
  width: auto;
  display: inline-block;
  padding: 10px 20px;
  color: #fff !important;
  background: #AF1F11 !important;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 20px;
  cursor: pointer;
  outline: none !important;
}
.form-wrapper .wpcf7-list-item-label {
  color: #000;
}
.form-wrapper .wpcf7-list-item {
  margin-left: 0;
}
.form-wrapper label {
  display: flex;
  justify-content: space-between;
}
.form-wrapper label span {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}
@media (max-width: 700px) {
  .form-wrapper label span {
    font-size: 14px;
    line-height: 17px;
  }
}
.form-wrapper label span a {
  font-weight: 600;
  text-decoration: none;
}
.form-wrapper label input[type=checkbox] {
  display: block !important;
  width: auto !important;
  height: 5px !important;
  margin-right: 14px !important;
  border: 1px solid #c4c4c4;
  padding: 5px !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
.form-wrapper label input[type=checkbox]:checked {
  position: relative;
}
.form-wrapper label input[type=checkbox]:checked:before {
  position: absolute;
  content: "";
  background-image: url("/wp-content/themes/uguz/includes/images/cross.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  font-size: 20px;
  top: -1px;
  left: 0;
  font-weight: 800;
}
.form-wrapper label .wpcf7-list-item-label {
  margin-top: -14px;
}
.form-wrapper .codedropz-upload-handler {
  margin-top: 25px;
}
.form-wrapper .codedropz-upload-container {
  border-color: #c4c4c4;
}
.form-wrapper .codedropz-upload-container h3 {
  font-size: 20px;
  line-height: 22px;
}
.form-wrapper .codedropz-upload-container .cd-upload-btn {
  font-weight: 600;
}

.job_listings {
  border-top: none !important;
}
.job_listings li a {
  transition: all 0.3s;
}
.job_listings h3 {
  color: #3C3C3B !important;
  transition: all 0.3s;
}
.job_listings .date {
  display: none !important;
}
.job_listings .location {
  display: none;
}
.job_listings .company strong {
  color: #3C3C3B;
  font-size: 12px;
  transition: all 0.3s;
}
.job_listings .job-type {
  color: #AF1F11;
  transition: all 0.3s;
}
.job_listings .location {
  color: #3C3C3B !important;
  transition: all 0.3s;
}

.single-job_listing .company {
  display: none;
}
.single-job_listing .job-listing-meta {
  display: none;
}
.single-job_listing .header-image {
  display: none;
}
.single-job_listing .application_button {
  padding: 12px 20px !important;
  color: #fff !important;
  background: #AF1F11 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.job_application {
  margin-top: -20px !important;
  margin-bottom: 50px !important;
}

.zur-bewerbung {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 470px) {
  .single-job_listing h1, .single-job_listing .h1 {
    font-size: 23px;
    line-height: 31px;
  }
}

/*--------------------------------------------------------------
Hero Styles
--------------------------------------------------------------*/
.hero {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.hero .hero-inner {
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  width: 50vw;
}
@media (max-width: 950px) {
  .hero .hero-inner {
    width: 80vw;
  }
}
.hero .hero-inner svg {
  width: 100%;
}
.hero .scroll-info {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 50px;
  height: 50px;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.hero .scroll-info svg {
  width: 50px;
  height: 50px;
}
.hero .grosshandel {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #AF1F11;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.hero .grosshandel svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.hero .grosshandel a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .hero .grosshandel a {
    padding: 15px 20px;
  }
}

/*--------------------------------------------------------------
Black Bar Styles
--------------------------------------------------------------*/
.black-bar-wrapper {
  width: 100%;
}
.black-bar-wrapper .red-line {
  height: 10px;
  background: #AF1F11;
}
.black-bar-wrapper .black-bar {
  background: #3C3C3B;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .black-bar-wrapper .black-bar {
    text-align: center;
  }
}
.black-bar-wrapper .black-bar .heading {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 19px;
  color: #fff;
  letter-spacing: 1.3px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .black-bar-wrapper .black-bar .heading {
    display: block;
  }
}
.black-bar-wrapper .black-bar .heading .thin {
  font-weight: 300;
}
.black-bar-wrapper .black-bar .btn {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .black-bar-wrapper .black-bar .btn {
    margin-top: 15px;
    position: inherit;
    right: inherit;
    top: inherit;
    transform: inherit;
  }
}

.page-id-190 .black-bar {
  display: none;
}

/*--------------------------------------------------------------
Image Text Box Styles
--------------------------------------------------------------*/
.image-text-box-wraper {
  position: relative;
  color: #fff;
  transition: all 0.3s;
}
.image-text-box-wraper:hover .image {
  bottom: -80px;
}
.image-text-box-wraper:hover .content {
  background: #AF1F11;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.image-text-box-wraper.animated .image {
  -webkit-animation: rotationY 1s linear;
  -moz-animation: rotationY 1s linear;
  animation: rotationY 1s linear;
}
.image-text-box-wraper a {
  text-decoration: none;
  color: #fff;
}
.image-text-box-wraper .image {
  position: relative;
  bottom: -75px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: 0 auto;
  border: 3px solid #fff;
  transition: all 0.3s;
}
.image-text-box-wraper .content {
  background: #3C3C3B;
  padding: 100px 20px 54px 20px;
  transition: all 0.3s;
}
.image-text-box-wraper .content .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 8px;
}
@media (max-width: 850px) {
  .image-text-box-wraper .content .title {
    font-size: 16px;
  }
}
.image-text-box-wraper .content .text {
  text-align: center;
}

/*--------------------------------------------------------------
Image Lightbox Styles
--------------------------------------------------------------*/
.produkt-download-wrapper .wpb_wrapper {
  margin: 0 -10px;
}
.produkt-download-wrapper .produkt-lightbox-wrapper {
  width: calc(33.33% - 20px) !important;
  float: left;
  margin: 10px;
}
@media (max-width: 768px) {
  .produkt-download-wrapper .produkt-lightbox-wrapper {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 490px) {
  .produkt-download-wrapper .produkt-lightbox-wrapper {
    width: calc(100% - 20px) !important;
  }
}
.produkt-download-wrapper .produkt-lightbox-wrapper img {
  width: 100%;
  height: auto;
}

.image-lightbox-wrapper img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
Image Lightbox Styles
--------------------------------------------------------------*/
.produkt-lightbox-wrapper {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.produkt-lightbox-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-image: url("/wp-content/themes/uguz/includes/images/download_transparent.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.produkt-lightbox-wrapper a {
  display: block;
}
.produkt-lightbox-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s;
  display: block;
}
.produkt-lightbox-wrapper:hover img {
  transform: scale(1.1);
}
.produkt-lightbox-wrapper .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  text-align: center;
  color: #AF1F11;
  text-decoration: none;
}
.produkt-lightbox-wrapper .produkt-lightbox {
  display: none;
}

.produkt-lightbox ul {
  padding-left: 20px;
  margin: 0;
}
.produkt-lightbox ul li {
  list-style: url("/wp-content/themes/uguz/includes/images/li-icon.svg");
  margin-bottom: 14px;
}

.featherlight .featherlight-close-icon {
  outline: none;
  line-height: 30px;
  width: 30px;
  font-size: 20px;
  color: #AF1F11;
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
.page-id-190 .primary-navigation {
  display: none;
}

header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  height: 80px;
}
header .site-branding {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 52%;
  transform: translateY(-50%);
}
header .site-branding img {
  width: 100px;
}
header .primary-navigation {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  header .primary-navigation {
    display: none;
  }
}
header .primary-navigation:before {
  content: "";
  position: absolute;
  display: block;
  height: 82px;
  width: 100vw;
  background: #AF1F11;
  top: -28px;
  left: -100px;
  transform: skew(-45deg);
}
header .primary-navigation ul {
  margin: 0;
  padding: 0;
}
header .primary-navigation ul li {
  position: relative;
  display: inline-block;
  margin-left: 30px;
}
header .primary-navigation ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
header .primary-navigation ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #fff;
  transition: all 0.3s;
}
header .primary-navigation ul li:hover a:after {
  width: 100%;
}

.home header {
  display: none;
}

.home .menu-toggle {
  display: none;
}

.header-image {
  height: 700px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 670px) {
  .header-image {
    height: 350px;
  }
}

.menu-toggle {
  position: fixed !important;
}

@media (max-width: 900px) {
  body:not(.home) .menu-toggle {
    display: inline-block !important;
  }
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
footer {
  background: #3C3C3B;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 1050px) {
  footer {
    text-align: center;
  }
}
footer .infos {
  display: inline-block;
}
footer .infos .textwidget p {
  margin: 0;
}
footer .infos .textwidget a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1050px) {
  footer .infos {
    display: block;
  }
}
footer .footer-navigation {
  display: inline-block;
  float: right;
  margin-right: 20px;
}
@media (max-width: 1050px) {
  footer .footer-navigation {
    display: block;
    float: inherit;
  }
}
footer .footer-navigation .footer-menu {
  margin: 0;
  padding: 0;
}
footer .footer-navigation .footer-menu li {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
}
footer .footer-navigation .footer-menu li:after {
  content: "-";
  font-size: 14px;
  margin-left: 14px;
}
footer .footer-navigation .footer-menu li:last-of-type:after {
  display: none;
}
footer .footer-navigation .footer-menu li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
footer .footer-navigation .footer-menu li a:hover {
  text-decoration: underline;
}
footer .social-icons {
  display: inline-block;
  margin-top: 3px;
  float: right;
}
@media (max-width: 1050px) {
  footer .social-icons {
    float: inherit;
    margin-top: 8px;
  }
}
footer .social-icons .icons {
  text-align: right !important;
}
footer .social-icons .icons a {
  text-decoration: none;
}
footer .social-icons .insta {
  display: inline-block;
  width: 20px;
  height: 20px;
}
footer .social-icons .insta .image {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/uguz/includes/images/instagram.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer .social-icons .facebook {
  display: inline-block;
  width: 20px;
  height: 20px;
}
footer .social-icons .facebook .image {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/uguz/includes/images/facebook.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./includes/fonts/slick/slick.eot");
  src: url("./includes/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./includes/fonts/slick/slick.woff") format("woff"), url("./includes/fonts/slick/slick.ttf") format("truetype"), url("./includes/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>