/*
Theme Name: Ein Gedankensprung
Theme URI: https://eingedankensprung.at
Author: ESP
Author URI: https://einseitensprung.at
Description: one pager.
Requires at least: WordPress 6.1
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eingedankensprung
Tags: just hand crafted :)
*/



/* oswald-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/oswald-v53-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* oswald-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/oswald-v53-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* oswald-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/oswald-v53-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* oswald-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/oswald-v53-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* oswald-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/oswald-v53-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  @font-face {
    font-family: 'Syncopate-Regular';
    src:url('fonts/Syncopate-Regular.ttf.woff') format('woff'),
        url('fonts/Syncopate-Regular.ttf.svg#Syncopate-Regular') format('svg'),
        url('fonts/Syncopate-Regular.ttf.eot'),
        url('fonts/Syncopate-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}


  html, body {
      background-color: #ffffff;
      padding:0px !important;
      margin:0px !important;
      font-family: 'Quicksand', Arial, sans-serif !important;
      font-weight: 300;
      background: #fff;
      font-size:18px;
  }

  nav.bg-light{
    background-color: transparent !important;
    position: absolute;
    z-index:999;
    width:100%;
  }   

  .navbar-brand{
      font-size:34px;
      font-weight:700;
      color: #fff;
      text-shadow: 2px 2px #000;
      font-family: "adobe-handwriting-ernie", sans-serif;
      font-weight: 400;
      font-style: normal;
  }

  .nav-link{
      font-size:18px;
      font-weight:300;
      color: #fff !important;
      text-shadow: 2px 2px #000;
  }

  .nav-link:hover{
      color: #000;
      text-shadow: none;
  }

  

  .navbar-collapse.show{
    background: #4f1e38 !important;
  }

  .navbar-collapse.show .nav-link{
    font-size:18px;
    font-weight:300;
    color: #fff;
    text-shadow: none;
    margin-left:20px;
  }

  .navbar-collapse.show .nav-link:hover{
    color: #ccc !important;
  }

  .navbar-toggler {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler span {
    display: block;
    background-color: #fff !important;
    color:#fff !important;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
  }
  
  
  
  .navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
  }
  
  .navbar-toggler span:nth-child(2) {
    opacity: 1;
  }
  
  .navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
  }
  
  .navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
  }
  
  .navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
  }
  
  .navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
  }
  
  .navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
  }


  .header-wrapper {
      background-color: #ffffff;
      position: relative;
  }

  .header-wrapper h3{
    font-size:20px !important;
  }
  
  .header, .header-homepage {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      color: #ffffff;
      z-index: 0;
      padding-top: 160px;
      padding-bottom: 160px;
      height:90vh;
  }
  
  .header-separator {
      position: absolute;
      width: 100%;
      max-width: 100%;
      bottom: -1px;
      overflow: hidden;
  }
  
  
  .header-separator-bottom {
      position: absolute;
      bottom: -1px;
      left: 0px;
      width: 100%;
  }
  
  .header-homepage + .header-separator svg {
      height: 90px!important;
  }
  
  .header-separator svg {
      height: 90px!important;
  }
  
  .header-separator svg {
      display: block;
      width: calc(100% + 1.3px);
  }
  
  svg {
      vertical-align: middle;
  }
  
  .header-description {
      text-align: center;
  }

  .header-description h1 {
    text-align: center;
    font-family: "Syncopate-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:60px;
    color:#fff;
    text-transform: uppercase;
}


  
  
  .gridContainer {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
  }
  
  
  .svg-white-bg {
      fill: white;
  }
      
  .footer-wrapper {
      background-color: #ffffff;
      position: relative;
  }
      
  .footer-homepage {
      margin-top: 45px!important;
  }
  
  .footer-separator {
      position: absolute;
      width: 100%;
      max-width: 100%;
      top: -1px;
      overflow: hidden;
  }
      
  .footer-separator-bottom {
      position: absolute;
      top: -1px;
      left: 0px;
      width: 100%;		
      transform: rotate(180deg);
  }


  .footer-description {
    text-align: center;
    color: #fff;
    font-size: 12px !important;

}

.footer-description a {
  text-align: center;
  color: #fff;
  font-size: 12px !important;

}

.isIntro{
  font-size:26px;
}

  .card-header{
    background: #554658  !important;
    color:#fff;
  }

  
  .card-header h3{
    font-size: 24px !important;
  }

  .card{
    border-color: #554658;
    width:100% !important;
  }

  .card h2{
    
    font-size: 24px !important;
  }

  .card:hover{
    background: #f0f0f0;
  }

  .color_heather{
    color:#554658 ;
  }

  .color_mulberry{
    color:#4f1e38   ;
  }

  .color_petrol{
    color:#006D75    ;
  }

 .isKontakt{
    font-size:22px;
 }



 .isKontakt a{
  color:#fff;
  text-decoration: none;
}

.isKontakt a:hover{
  color:#ccc;
  text-decoration: none;
}
  
 .isKontakt i{
    font-size:32px;
    line-height:45px;
 }    

 .isBase{
  font-size:16px;
}

 .isBase a{
  color: #fff;
}

.isBase a:hover{
  color: #ccc;
}

.isAbout li{
  margin-bottom:10px;
}

.hr-text {
  line-height: 1em !important;
  position: relative!important;
  outline: 0 !important;
  border: 0 !important;
  color: black !important;
  text-align: center !important;
  height: 1.5em !important;
  opacity: 0.5 !important;
  background: none !important;
}
.hr-text:before {
  content: "";
  background: linear-gradient(to right, transparent, #818078, transparent) !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  width: 100% !important;
  height: 1px !important;
}
.hr-text:after {
  content: attr(data-content) !important;
  position: relative !important;
  display: inline-block !important;
  color: black !important;
  padding: 0 0.5em !important;
  line-height: 1.5em !important;
  color: #818078 !important;
  background-color: #fcfcfa !important;
}

#about a{
  color:#4f1e38;
}

.esp a{
  background: linear-gradient(98deg, rgba(181,228,121,1) 20%, rgba(255,142,202,1) 47%, rgba(252,144,202,1) 48%, rgba(92,227,227,1) 100%) !important;
  color: #fff !important;
  padding: 4px;
  margin-top: 8px;
  display: inline-block;
  font-weight: 700;
}

.esp a:hover{
  color: #000 !important;
}
  
  @media only screen and (min-width: 1024px){
  
    .gridContainer {
        width: 80%;
    }

    .header-description {
        padding-top:15vh;
    }

    .footer-description {
        padding-top:20vh;
    }
  
  }
  
  
  @media only screen and (min-width: 768px){
  
      .gridContainer {
          width: 90%;
          max-width: 1232px;
      }
  
  }
  
  @media only screen and (max-width: 1100px){

    .footer-description {
      padding-top:15vh;
  }   
  
    .isKontakt{
      font-size:16px;
   }
    
   .isKontakt i{
      font-size:22px;
      line-height:30px;
   } 



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

    h1{
      font-size:22px !important;
    }

    h2.isIntro{
      font-size:20px !important;
    }
  
      .gridContainer {
          width: 80%;
          max-width: 1232px;
      }

      .header-description {
        padding-top:5vh;
      }

      .header-description h1 {
        min-height: 40vh;
        text-align: center;
        text-shadow: 2px 2px #000;
        font-family: "Syncopate-Regular", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:25px;
      }

      .isKontakt{
        font-size:16px;
    }
      
    .isKontakt i{
        font-size:22px;
        line-height:30px;
    } 

    .footer-homepage h1{
      margin-top:60px;
      font-size:30px !important;
    }

    .isBase{
      font-size:14px;
    }

 
  
  }