@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Definiere die fette Roboto-Schriftart */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    height: 90vh;
    width: 100%;
    margin: 0 !important;
    color: white;
    font-family: 'Roboto', sans-serif;
}

footer {
    height: 10vh;
    background-color: #00e885;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

a {
    text-decoration: none !important;
    color: white;
}

a:visited {
    color: white;
}

.logo {
    width: 20%
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
    body{
        background-color: #00e885;
        overflow: hidden;
    }

    .logo {
        width: 50%;
    }
    
    .main {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    
    .container {
        width: 50%;
        height: 100vh;
    }

    .buttonbox {
        height: 80%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3em;
    }

    .buttoncontainer {
        color: #00e885 !important;
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 1em 2em 1em 2em;
        border: white 5px solid;
        background-color: white;
        border-radius: 5px;
        font-weight: bold;

        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .buttoncontainer:hover{
        -webkit-transform: translateY(-1px);
	    transform: translateY(-1px);
        cursor: pointer;
    }
    
    .content {
        background-color: #00e885;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2.5em;
    }
    
    .background {
        background-image: url("code.jpg");
        background-size: cover;
        padding-top: 2.5em;
    
    }

    footer {
        height: 20%;
        margin-bottom: 50px;
    }
    
}
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    body{
        background-color: #00e885;
    }

    .logo {
        width: 50%;
    }
    
    .main {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    
    .container {
        width: 50%;
        height: 85vh;
    }

    .buttonbox {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3em;
    }

    .buttoncontainer {
        color: #00e885 !important;
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 1em 2em 1em 2em;
        border: white 5px solid;
        background-color: white;
        border-radius: 10px;
        font-weight: bold;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .buttoncontainer:hover{
        border: #00e885 5px solid;
        cursor: pointer;
    }
    
    .content {
        background-color: #00e885;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2.5em;
    }
    
    .background {
        background-image: url("code.jpg");
        background-size: cover;
        padding-top: 2.5em;
    
    }
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    body{
        background-color: #00e885;
    }

    .logo {
        width: 30%;
    }
    
    .main {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    
    .container {
        width: 100%;
        height: 85vh;
    }

    .buttonbox {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3em;
    }

    .buttoncontainer {
        color: #00e885 !important;
        width: 30%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 1em 2em 1em 2em;
        border: white 5px solid;
        background-color: white;
        border-radius: 10px;
        font-weight: bold;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .buttoncontainer:hover{
        border: #00e885 5px solid;
        cursor: pointer;
    }
    
    .content {
        background-color: #00e885;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2.5em;
    }
    
    .background {
        display: none;
    }
    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    body{
        background-color: #00e885;
    }

    .logo {
        width: 50%;
    }
    
    .main {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    
    .container {
        width: 100%;
        height: 85vh;
    }

    .buttonbox {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3em;
    }

    .buttoncontainer {
        color: #00e885 !important;
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 1em 2em 1em 2em;
        border: white 5px solid;
        background-color: white;
        border-radius: 10px;
        font-weight: bold;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .buttoncontainer:hover{
        border: #00e885 5px solid;
        cursor: pointer;
    }
    
    .content {
        background-color: #00e885;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2.5em;
    }
    
    .background {
        display: none;
    }
    
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    
    body{
        background-color: #00e885;
    }

    .logo {
        width: 50%;
    }
    
    .main {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    
    .container {
        width: 100%;
        height: 85vh;
    }

    .buttonbox {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3em;
    }

    .buttoncontainer {
        color: #00e885 !important;
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 1em 2em 1em 2em;
        border: white 5px solid;
        background-color: white;
        border-radius: 10px;
        font-weight: bold;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .buttoncontainer:hover{
        border: #00e885 5px solid;
        cursor: pointer;
    }
    
    .content {
        background-color: #00e885;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2.5em;
    }
    
    .background {
        display: none;
    }
    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {

    body{
        background-color: #00e885;
    }

    .logo {
        width: 50%;
    }
    
    .main {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    
    .container {
        width: 100%;
        height: 85vh;
    }

    .buttonbox {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3em;
    }

    .buttoncontainer {
        color: #00e885 !important;
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 1em 2em 1em 2em;
        border: white 5px solid;
        background-color: white;
        border-radius: 10px;
        font-weight: bold;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    
    .content {
        background-color: #00e885;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2.5em;
    }
    
    .background {
        display: none;
    }

    footer {
        margin-bottom: 25px;
    }
    
  }