/*
Theme Name: kinback
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: 
Version: 1.0
Text Domain: kinback
*/
/* FONTS */
/* ALLGEMEIN */
/* SEITENSTRUKTUR */
/* NAV */
/* BUTTONS */
/* CONTENT */
/* COMPLIANZ */
/* MEDIA QUERIES */
#hamburger-icon {
  width: 25px;
  height: 20px;
  position: relative;
  display: inline-block;
  cursor: pointer; }
  #hamburger-icon .line {
    display: block;
    /*background: $dark;*/
    background: #fff;
    width: 25px;
    height: 5px;
    position: absolute;
    left: 0;
    border-radius: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
    #hamburger-icon .line.line-1 {
      top: 0; }
    #hamburger-icon .line.line-2 {
      top: 50%; }
    #hamburger-icon .line.line-3 {
      top: 100%; }
  #hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
    transform: translateY(-2.5px);
    -webkit-transform: translateY(-2.5px);
    -moz-transform: translateY(-2.5px); }
  #hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
    transform: translateY(2.5px);
    -webkit-transform: translateY(2.5px);
    -moz-transform: translateY(2.5px); }
  #hamburger-icon.active .line-1 {
    transform: translateY(10px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -moz-transform: translateY(10px) translateX(0) rotate(45deg); }
  #hamburger-icon.active .line-2 {
    opacity: 0; }
  #hamburger-icon.active .line-3 {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg); }

h1 {
  text-transform: uppercase; }

a {
  text-decoration: none;
  color: #95a5a6;
  margin: 0;
  display: inline-block; }
  a:hover, a:focus {
    color: black; }

/*@media (min-width: 790px) {*/
@media (min-width: 990px) {
  #hamburger-icon {
    display: none; } }
/* FONTS */
@font-face {
  font-family: Montserrat-Regular;
  src: url("fonts/Montserrat-Regular.ttf") format("truetype"); }
@font-face {
  font-family: Montserrat-Black;
  src: url("fonts/Montserrat-Black.ttf") format("truetype"); }
@font-face {
  font-family: Montserrat-Bold;
  src: url("fonts/Montserrat-Bold.ttf") format("truetype"); }
@font-face {
  font-family: Cookie-Regular;
  src: url("fonts/Cookie-Regular.ttf") format("truetype"); }
h1 {
  font-family: Montserrat-Black;
  color: #616C57;
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 2px;
  hyphens: auto; }

h2 {
  font-family: Montserrat-Bold;
  color: #616C57;
  font-size: 28px;
  letter-spacing: 1.8px;
  hyphens: auto; }

h3 {
  font-family: Montserrat-Bold;
  color: #616C57;
  font-size: 26px;
  letter-spacing: 1.8px; }

h2, h3, h4 {
  margin-top: 30px; }

.font-logo-1 {
  font-family: Cookie-Regular;
  /*font-size: 48px;*/
  font-size: 58px;
  color: #fff; }

.font-logo-2 {
  font-family: Montserrat-Bold;
  font-size: 18px;
  color: #fff; }

/* ALLGEMEIN */
html, body {
  height: 100%;
  width: 100%;
  font-family: Content-Light, Arial, sans-serif;
  padding: 0;
  margin: 0; }

html {
  --top-spacing: 70px;
  scroll-padding-top: var(--top-spacing); }

body {
  background-color: #ffffff; }

hr {
  background: #616C57; }

a {
  cursor: pointer;
  font-family: Montserrat-Regular;
  color: #616C57;
  text-decoration: underline; }

a:hover {
  color: #fff; }

p {
  color: #000;
  line-height: 35px;
  font-size: 16px;
  font-family: Montserrat-Regular; }

/* SEITENSTRUKTUR */
#header {
  background-color: rgba(107, 107, 107, 0.91);
  height: 90px;
  position: fixed;
  width: 100%;
  z-index: 1; }

.header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 90px; }

.header-logo {
  text-align: center;
  width: 260px; }
  .header-logo a:hover {
    text-decoration: none; }

.kdcontainer {
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* NAV */
.nav-btn {
	display: none;
}
/*
.nav-btn a {
  background-color: #7c8870;
  border-radius: 3px;
  line-height: 1;
  padding: 12px 12px;
  text-align: center;
  text-decoration: none;
  color: #fff; }
*/
.dropdown {
  display: none;
  position: fixed;
  top: 90px;
  right: 10px;
  width: 90%;
  background-color: rgba(107, 107, 107, 0.91);
  z-index: 10;
  padding: 10px 0; }
  .dropdown ul li {
    float: none;
    padding: 10px 20px;
    text-align: right; }

.nav-wrapper {
  display: none; }

.nav-header {
  width: 30px;
  position: absolute;
  right: 10px; }

.navbar-nav {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }
  .navbar-nav li {
    float: left;
    /*margin-left: 30px;*/ }
    .navbar-nav li a:not(.nav-btn a) {
      font-family: Montserrat-Regular;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1px;
      width: 100%;
      height: 39px;
      padding-top: 10px; }
    .navbar-nav li a:hover, .navbar-nav li a:focus {
      color: #d3d800;
      background-color: transparent; }
  .navbar-nav li:not(:first-child) {
    margin-left: 20px; }
  .navbar-nav .current-menu-item a {
    color: #d3d800; }

/* BUTTONS */
.btn-standard a {
  font-family: Montserrat-Regular;
  background-color: rgba(107, 107, 107, 0.91);
  color: #d3d800;
  border-radius: 10px;
  letter-spacing: 0.8px; }
.btn-standard a:visited {
  color: #d3d800; }
.btn-standard a:hover {
  color: #fff; }

.elementor-button {
  background-color: #545454 !important; }

/* CONTENT */
.sm-icons svg {
  fill: #616C57; }

.img-box p {
  padding: 0 5px;
  display: flex;
  justify-content: center; }

.btn-box {
  position: absolute;
  bottom: 0;
  margin-top: 50px; }

.sec-lightgray {
  background-color: #EBEBEB; }

footer {
  background-color: #616C57;
  font-family: Montserrat-Regular;
  font-size: 12px;
  line-height: 35px;
  padding: 45px 0; }
  footer p {
    color: #fff;
    margin: 3px;
    font-size: 12px; }
  footer a {
    color: #fff;
    text-decoration: underline !important; }
  footer a:hover {
    color: #d3d800; }

ul {
  color: #616C57; }

.ul-style-line {
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: #616C57;
  list-style: none;
  padding: 0; }
  .ul-style-line li {
    position: relative;
    padding-left: 20px;
    hyphens: auto; }
  .ul-style-line li::before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
    color: #616C57;
    font-weight: 600; }

.ul-style-line-lime {
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: #fff;
  list-style: none;
  padding: 0; }
  .ul-style-line-lime li {
    position: relative;
    padding-left: 20px;
    hyphens: auto; }
  .ul-style-line-lime li::before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
    color: #d3d800;
    font-weight: 600; }

/* MEDIA QUERIES */
@media (max-width: 500px) {
  h1 {
    font-size: 28px; }

  h2 {
    font-size: 22px; }

  h3 {
    font-size: 20px; } }
@media (min-width: 990px) {
  .header-wrapper {
    display: block;
    height: auto; }

  .nav-wrapper {
    display: block; }

  .navbar-nav {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
    .navbar-nav li {
      float: left;
      /*margin-left: 30px;*/ }
      .navbar-nav li a {
        font-family: Montserrat-Regular;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .navbar-nav li a:hover {
        color: #d3d800; }
    .navbar-nav li:not(:first-child) {
      margin-left: 20px; }
    .navbar-nav .current-menu-item a {
      color: #d3d800; } }

/*# sourceMappingURL=style.css.map */
