/* BEGIN MAIN */


@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/segoeui.eot');
    src: local("Segoe UI"),
        local("Segoe"),
        local("Segoe WP"),
        url('fonts/segoeui.eot?#iefix') format('embedded-opentype'),
        url('fonts/segoeui.woff') format('woff'),
        url('fonts/segoeui.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Semibold';
    src: url('fonts/seguisb.eot');
    src: local("Segoe Semibold"),
        local("Segoe WP Semibold"),
        url('fonts/seguisb.eot?#iefix') format('embedded-opentype'),
        url('fonts/seguisb.woff') format('woff'),
        url('fonts/seguisb.svg#SegoeUISemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('fonts/segoeuib.eot');
    src: local("Segoe Bold"),
        local("Segoe WP Bold"),
        url('fonts/segoeuib.eot?#iefix') format('eot'),
        /* Wrong format will tell IE9+ to ignore and use WOFF instead. MSHAR-2822 */
        url('fonts/segoeuib.woff') format('woff'),
        url('fonts/segoeuib.svg#SegoeUIBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Light';
    src: url('fonts/segoeuil.eot');
    src: local("Segoe UI Light"),
        local("Segoe WP Light"),
        url('fonts/segoeuil.eot?#iefix') format('embedded-opentype'),
        url('fonts/segoeuil.woff') format('woff'),
        url('fonts/segoeuil.svg#SegoeUILight') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI Light';
}

:root {
    font-size: 0.9em;
    font-family: 'Segoe UI Light';
    --text-primary: #141418;
    --text-secondary: #ffffff;
    --bg-primary: #ffffff;
    --bg-secondary: #141418;
    --transition-speed: 1000ms;

    /* ====== Transition ====== */
    --tran-03: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.3s ease;
    --tran-05: all 0.3s ease;
}

body {
    color: var(--text-secondary);
    background-color: var(--bg-secondary);
    margin: 0;
    padding: 0;
    transition: var(--tran-05);
}

::selection {
    background-color: var(--bg-secondary);
    color: var(--text-secondary);
}

div.header {
    top:0;
    position: fixed;
    background-color: var(bg-secondary);
    color: var(--text-secondary);
    height: 10vh;
    min-width: 100%;
    z-index: 99;
    
    align-items:center;
    line-height:10vh;
}



  @media only screen and (min-width: 100px) {

    div.header p {
        font-family: 'Courier New', monospace;
        text-align:right;
        margin-right:2vw;
        font-size:1rem;
    }

div.header p img {
    vertical-align: middle;
    max-width: 8vw;
    margin-left: -0.5vw;
}
}

  @media only screen and (min-width: 600px) {
    div.header p {
        font-family: 'Courier New', monospace;
        text-align:right;
        margin-right:2vw;
        font-size:2em;
    }

div.header p img {
    vertical-align: middle;
    max-width: 6vw;
    margin-left: -0.5vw;
}
}

  @media only screen and (min-width: 1024px) {
    div.header p {
        font-family: 'Courier New', monospace;
        text-align:right;
        margin-right:2vw;
        font-size:2rem;
    }

div.header p img {
    vertical-align: middle;
    max-width: 6vw;
    margin-left: -0.5vw;
}
}

@media only screen and (min-width: 1100px) {
    div.header p {
        font-family: 'Courier New', monospace;
        text-align:right;
        margin-right:2vw;
        font-size:2rem;
    }

div.header p img {
    vertical-align: middle;
    min-width:60px;
    max-width: 60px;
    margin-left: -0.5vw;
}
}

div.content_left {
    margin-top:10vh;
    min-width: 100%;
    height:80vh;
    width: 100%;
    z-index: 1;
    background-image:url("../img/background.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    overflow:hidden;
    align-items: center;
    line-height:80vh;
}

div.footer {
    position:fixed;
    bottom:0;
    left:0;
    background-color: var(--bg-secondary);
    color:var(--text-secondary);
    height: 10vh;
    width:100%;
    
    text-align:center;
    align-items:center;
    line-height:10vh;
}



@media only screen and (min-width: 100px) {
    div.footer p {
        font-size:1.3rem;
        font-family: 'Courier New', monospace;
    }

div.logo-name {
    width:100%;
    height:90vh;
    position:relative;
    text-align:center;
    vertical-align: middle;
    align-items:center;
    font-size: 1.5rem;
    transition: 0.64s ease-in-out;
}

div.logo-name img {
    line-height:100%;
    vertical-align: middle;
    max-width: 100vw;
    transition: 0.64s ease-in-out;
    overflow:hidden;
}

.email-img {
    max-height:6vh;
}
}

@media only screen and (min-width: 600px) {
    div.footer p {
        font-size:1.6rem;
        font-family: 'Courier New', monospace;
    }
div.logo-name {
    width:100%;
    height:90vh;
    position:relative;
    text-align:center;
    vertical-align: middle;
    align-items:center;
    font-size: 1.8rem;
    transition: 0.64s ease-in-out;
}

div.logo-name img {
    line-height:100%;
    max-height:100%;
    vertical-align: middle;
    max-width: 95vw;
    transition: 0.64s ease-in-out;
    overflow:hidden;
}

.email-img {
    max-height:4.5vh;
}
}

@media only screen and (min-width: 1024px) {
    div.footer p {
        font-size:2rem;
        font-family: 'Courier New', monospace;
    }
div.logo-name {
    width:100%;
    height:80vh;
    position:relative;
    text-align:center;
    vertical-align: middle;
    align-items:center;
    font-size: 1.5rem;
    transition: 0.64s ease-in-out;
}

div.logo-name img {
    line-height:100%;
    vertical-align: middle;
    max-width: 60vw;
    transition: 0.64s ease-in-out;
    overflow:hidden;
}

.email-img {
    max-height:3vh;
}
}


span.spamschutz {
    display:none;
}

h1 {
    font-size: 1.4rem;
    text-align:center;
    font-family: 'Courier New', monospace;
}

h2 {
    font-size: 1.1rem;
    text-align:center;
    font-family: 'Courier New', monospace;
}

h3 {
    font-size: 1.0rem;
    text-align:center;
}

hr {
    border-bottom: 1px solid var(--bg-secondary);
    width: 80%;
    margin-left:10%;
}

.leerzeile {
    height: 20px;
    width: 100%;
}

.center{
    text-align:center;
}

a {
    color:var(--text-secondary);
    font-family: 'Courier New', monospace;
    text-decoration:none;
}

a:hover {
    text-decoration: underline;
}


.container {
    background-color: var(--bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height:100vh;

  }
   
  .button {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 2vw;
    background-color: var(--bg-primary);
    color:var(--text-primary);
    padding: 1vh 2vw;
    border:1px solid red;
  }
   
  .popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height:100%;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    overflow: hidden;
    transition: .64s ease-in-out;
  }


  @media only screen and (min-width: 100px) {
    .popup-inner {
      position: relative;
      bottom: -10vw;
      right: -10vh;
      display: block;
      align-items: center;
      width:98%;
      height: 76%;
      background-color:var(--bg-primary);
      color:var(--text-primary);
      opacity: 0.95;
      transform: rotate(32deg);
      transition: .64s ease-in-out;
    }
  }

  @media only screen and (min-width: 600px) {
  .popup-inner {
    position: relative;
    bottom: -10vw;
    right: -10vh;
    display: block;
    align-items: center;
    width:80%;
    height: 76%;
    background-color:var(--bg-primary);
    color:var(--text-primary);
    opacity: 0.95;
    transform: rotate(32deg);
    transition: .64s ease-in-out;
  }
}

  @media only screen and (min-width: 1024px) {
    .popup-inner {
        position: relative;
        bottom: -10vw;
        right: -10vh;
        display: block;
        align-items: center;
        width:50%;
        height: 76%;
        background-color:var(--bg-primary);
        color:var(--text-primary);
        opacity: 0.95;
        transform: rotate(32deg);
        transition: .64s ease-in-out;
    }
  }

.a-popup-inner {
    color:var(--text-primary);
    text-align:center;
}

.div-popup-inner {
    position:relative;
    align-items: center;
        overflow-y: scroll;
        overflow-x: hidden;
        padding:1em;
        max-width:100%;
        max-height:100%;
    }


  .popup:target {
    visibility: visible;
    opacity: 1;
  }
  .popup:target .popup-inner {
    bottom: 0;
    right: 0;
    transform: rotate(0);
  }
  .closepopup {
    position: absolute;
    right: -1vw;
    top: -1vh;
    width: 3vh;
    height: 3vh;
    border-radius: 100%;
    background-color: #141418;
    z-index: 99;
    color: #fff;
    line-height: 3vh;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size:1.4em;
  }

  a.closepopup:hover {
    text-decoration:none;
  }
  
  
  
  

  /* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #555; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #141418; 
  }