/* Amplitude */
@import url("https://use.typekit.net/esc7ksq.css");

/* Boucherie */
@import url("https://use.typekit.net/esc7ksq.css");

/* Globale Regeln */
* {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Hintergrund */
.bgimg-1 {
    background-image: url("img/hintergrund.jpg");
    min-height: 100%;
    position: absolute;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: scroll;
  }

  /* Textebene */
  .textfeld {
    width: auto;
    height: auto;
    left: 23%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    box-shadow: 0px 0px 8px 7px rgba(0,0,0,0.3);
    z-index: 1;
    right: 18%;
    min-width: 460px;
}
.text {
    margin-left: 28%;
    width: auto;
    display: block;
}

#textfeld-content {
    margin-left: 28%;
    width: auto;
    display: block;
}
/* Navigation */

.inside-bar {
    max-width: 28%;
    background: rgba(0,0,0, 0.1);
    position: absolute;
    left: 0%;
    border-right: 0.3rem solid rgba(0,0,0, 0.1);
}

.portrait {
    width: 100%;
    height: auto;
    position: absolute;
  }
  .button-ib-home,.button-ib-cv,.button-ib-mail,.button-ib-tel {
    font-family: boucherie-block, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    color: #777777;
    letter-spacing: 3px;
    background-color: rgba(0,0,0,0.1);
    height: 4rem;
    text-align: center;
    cursor: pointer;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0.2rem solid #777777;
}

.button-ib-home {
    margin-top: 70%;
    background: rgba(0,0,0,0.1);
  }

  .button-ib-home:hover,.button-ib-cv:hover,.button-ib-mail:hover,.button-ib-tel:hover {
background: rgba(0,0,0,0.5);
color:white;
  }

/* HTML Tags */ 

  h1 {
    text-align: left;
    height: auto;
    padding: 6% 11%;
    font-size: 5rem;
    font-family: boucherie-block, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #cccccc;
  }

  h2 {
    text-align: left;
    height: auto;
    font-size: 4rem;
    font-family: boucherie-block, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    padding-left:5%;
    padding-right:35%;
  }

  a {
      width: auto;
      color: #777777;
  }

  a:hover{
    color: white;
}

    a:link {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }

  p {
    position: relative;
    width: auto;
    padding-bottom: 5%;
    font-family: amplitude, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #dddddd;
    font-size: 1.2rem;
    left: 11%;
    padding-right: 17%;
  }

  hr {
    border: 0.2rem solid #777;
    margin-top: -7%;
    position: inherit;
    margin-left: 10%;
    margin-bottom: 4%;
    width: 90%;
}

q {
  font-size: 1.2rem
}

cite {
  font-size: 1.6rem;
  font-family: boucherie-block, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
/* Footer */
 .space {
    height: 1rem;
    margin-top: 35%;
    position: absolute;
}

.back {
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    box-shadow: 0px 0px 8px 7px rgba(0,0,0,0.3);
    z-index: 1;
    padding: 1%;
    text-transform: uppercase;
    font-family: boucherie-block, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    color: #777777;
    margin-bottom: 50%;
    margin-top: -7.5%;
    margin-left: 73.5%;
}










/*--------------------------*/
 /*  ! Entfernte Elemente ! */
/*------------------------------------------------*/
/* // Overlay // */
/*------------------------------------------------*/
 /*  - Wurde in Zeile 15 entfernt - */
/*------------------------------------------------*/
/* < CODE > */
/*----------*/
/*
<div class="overlay">  
</div>  
*/
/*---------------*/
 /* { CSS RULE } */ 
/*---------------*/
  .overlay {
    display: block;
    position: inherit;
    background-color:rgba(0, 0, 0, 0.5);
    letter-spacing: 4px;
  }
/*----------------------*/  
/* - Wird nicht verwendet */
/*----------------------*/

/*------------------------------------------------*/
/* // Social Box & Social Links // */
/*------------------------------------------------*/
/* - Wurde in Zeile 32 entfernt - */
/*------------------------------------------------*/
/* < CODE > */
/*----------*/
/*
<div class="social-box">
<div id="social-link-fb"></div>
<div id="social-link-insta"><h1>I</h1></div>
</div> 
*/
/*---------------*/
/* - CSS RULE - */ 
/*---------------*/ 
.social-box {
    width: 100%;
    position: absolute;
    height: 100%;
}

#social-link-fb{
    position: absolute;
    background-image: url(img/social/fb_da.png);
    background-size:cover;
    height: 9%;
    z-index: 1;
}

#social-link-fb:hover{
    position: absolute;
    background-image: url(img/social/fb_he.png);
    background-size: cover;
    height: 100%;
    z-index: 1;
    }

    #social-link-insta{
    height: 17%;
    position: absolute;
    width: 100%;
    background: rgb(240,40,85);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    border: 0.4rem solid #404040;
    top: 17%;
    } 
/* Vorläufig entfernt */