/*
Theme Name: tbares
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: 
Version: 1.0
Text Domain: tbares
*/
/* FONTS */
/* ALLGEMEIN */
/* SEITENSTRUKTUR */
/* NAV */
/* BUTTONS */
/* CONTENT */
/* TIMELINE */
/* ELEMENTOR */
/* MEDIA QUERIES */
#hamburger-icon {
  width: 25px;
  height: 20px;
  position: relative;
  display: inline-block;
  cursor: pointer; }
  #hamburger-icon .line {
    display: block;
    background: #c05116;
    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: #000000; }

@media (min-width: 560px) {
  #hamburger-icon {
    display: none; } }
/* FONTS */
@font-face {
  font-family: Content-Light;
  src: url("fonts/JosefinSans-Light.ttf") format("truetype"); }
@font-face {
  font-family: Content-Regular;
  src: url("fonts/JosefinSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: Content-Bold;
  src: url("fonts/JosefinSans-Bold.ttf") format("truetype"); }
@font-face {
  font-family: H-Black;
  src: url("fonts/Cinzel-Medium.ttf") format("truetype"); }
/* ALLGEMEIN */
html, body {
  color: #000000;
  height: 100%;
  font-family: Content-Light, Arial, sans-serif; }

html {
  --top-spacing: 70px;
  scroll-padding-top: var(--top-spacing); }

body {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column; }

a {
  color: #000000;
  cursor: pointer; }

a.emailaddr {
  color: #F3D8BE; }

a.emailaddr:hover {
  color: #e18a2e; }

a:active, a:hover, a:focus,
.slide-a:active, .slide-a:hover, .slide-a:focus {
  outline: 0;
  color: #c05116; }

p {
  font-family: Content-Light, Arial, sans-serif;
  /*font-size: 16px;*/
  font-size: 18px; }

.h1-black h1 {
  font-size: 28px;
  font-family: H-Black, Arial, sans-serif !important;
  letter-spacing: 2px;
  line-height: 35px;
  color: #000 !important; }

h1 {
  font-size: 24px;
  font-family: H-Black, Arial, sans-serif;
  letter-spacing: 2px;
  color: #F3D8BE; }

#h1-home {
  max-width: 550px; }

.h2-black h2 {
  font-size: 28px;
  font-family: H-Black, Arial, sans-serif !important;
  letter-spacing: 2px;
  line-height: 35px;
  color: #000 !important; }

h2 {
  font-size: 32px;
  font-family: H-Black, Arial, sans-serif;
  letter-spacing: 2px;
  color: #F3D8BE !important; }

h3 {
  font-family: Content-Regular; }

/* SEITENSTRUKTUR */
#header {
  position: fixed;
  width: 100%;
  height: 62px;
  z-index: 20 !important;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 10px -1px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 10px 10px -1px rgba(0, 0, 0, 0.46); }

#topmenu {
  position: relative;
  margin-top: 63px;
  width: 100%;
  z-index: 10; }

.content {
  flex: 1 0 auto; }

.footer a {
  color: #000000; }

/* NAV */
.header-logo img {
  width: 100%;
  max-width: 450px;
  height: auto; }

ul.navbar-nav, ul.menu {
  width: 100%;
  margin: 0; }
  ul.navbar-nav li, ul.menu li {
    width: 25%;
    text-align: center;
    float: left; }
    ul.navbar-nav li a, ul.menu li a {
      color: #F3D8BE;
      font-family: Content-Regular;
      font-size: 20px;
      text-transform: uppercase;
      padding-top: 19px;
      padding-bottom: 11px; }
    ul.navbar-nav li a:hover, ul.menu li a:hover {
      background-color: #F3D8BE;
      color: #c05116; }
  ul.navbar-nav li:nth-child(even), ul.menu li:nth-child(even) {
    background-color: #c05116; }
  ul.navbar-nav li:nth-child(odd), ul.menu li:nth-child(odd) {
    background-color: #e18a2e; }

.nav-wrapper ul.menu {
  padding: 0;
  width: 200px; }
  .nav-wrapper ul.menu li {
    float: none;
    list-style: none;
    width: 100%; }
    .nav-wrapper ul.menu li a {
      color: #F3D8BE;
      font-family: Content-Regular;
      font-size: 20px;
      text-transform: uppercase;
      padding-top: 19px;
      padding-bottom: 11px; }
    .nav-wrapper ul.menu li a:hover {
      background-color: #F3D8BE;
      color: #c05116; }

.nav-header, .header-logo, .header-icons {
  display: inline-block; }

.nav-header {
  width: 10%;
  margin-left: 10px; }

.header-logo {
  text-align: center;
  width: 67%; }

.header-icons {
  width: 20%;
  margin-right: 10px; }
  .header-icons a img {
    height: 25px; }

.header-wrapper {
  display: flex;
  padding: 4px 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px; }

.header-icons {
  text-align: right; }

.nav-wrapper {
  position: absolute;
  top: 62px;
  height: 0;
  overflow: auto;
  background: #f0f0f0;
  background: linear-gradient(180deg, #f0f0f0 0%, #e7e7e7 100%);
  -webkit-box-shadow: 0px 10px 10px -1px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 10px 10px -1px rgba(0, 0, 0, 0.46); }
  .nav-wrapper a {
    color: #000000; }

.icons-in-header {
  margin: 0 0 0 3px;
  cursor: pointer; }

/* BUTTONS */
.btn {
  padding: 0;
  font-family: Arial, sans-serif; }

.btn a, .btn a:visited, .btn a:focus {
  color: #000000;
  width: 150px;
  border: 2px solid transparent;
  border-radius: 20px;
  background: linear-gradient(to right, white, white), linear-gradient(to right, #F04D2C, #F58221);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box; }

.btn a:hover {
  color: #000000;
  background: linear-gradient(to right, #F04D2C, #F58221), linear-gradient(to right, #F04D2C, #F58221);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box; }

/* CONTENT */
#profileimg {
  position: absolute;
  width: 100%;
  top: 230px;
  height: 320px;
  overflow: hidden; }
  #profileimg img {
    width: 100%;
    height: auto; }

/*#person {
    margin-top: 220px;
}*/
#person-wrapper {
  margin-top: 220px; }

/* TIMELINE */
.twae-start, .twae-end {
  display: none !important; }

.twae-wrapper .twae-title {
  display: none !important; }

.twae-vertical.twae-wrapper .twae-timeline:before {
  width: 1px !important; }

.twae-wrapper .twae-icon {
  border-width: 1px !important; }

.twae-wrapper .twae-icon i {
  display: none !important; }

.twae-wrapper .twae-icon {
  width: 20px !important;
  height: 20px !important;
  top: 17px !important;
  left: -60px !important; }

.twae-wrapper .twae-content, .twae-wrapper .twae-arrow {
  border: 0px !important; }

.twae-wrapper .twae-label-big {
  font-weight: normal !important; }

/* ELEMENTOR */
.e-con-inner {
  position: relative;
  padding: 11px 0 15px 15px; }

.elementor-button span {
  margin-top: 1px; }

/* MEDIA QUERIES */
@media (max-width: 559px) {
  ul.navbar-nav li {
    clear: both;
    width: 100%; } }
@media (min-width: 560px) {
  html {
    --top-spacing: 130px;
    scroll-padding-top: var(--top-spacing); }

  #header {
    height: 78px; }

  .header-wrapper {
    display: flex;
    align-items: center; }

  #topmenu {
    position: fixed;
    top: 78px;
    margin-top: 0; }

  .icons-in-header {
    margin: 0 0 0 5px; }

  .nav-header {
    width: 8%; }

  .header-logo {
    text-align: center;
    width: 67%; }
    .header-logo img {
      width: 100%; }

  .header-icons a img {
    height: 35px; }

  #profileimg {
    position: fixed;
    width: 100%;
    top: 128px;
    height: auto; }
    #profileimg img {
      width: 25%;
      height: auto; } }
@media (min-width: 800px) {
  .icons-in-header {
    margin: 0 0 0 10px; }

  .nav-header {
    width: 20%; }

  .header-logo {
    text-align: center;
    width: 59%; }

  .header-icons {
    width: 20%; }
    .header-icons a img {
      height: 35px; } }
@media (min-width: 1140px) {
  .kdcontainer {
    margin: 0 auto;
    max-width: 1140px; } }

/*# sourceMappingURL=style.css.map */
