@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/barlow-v12-latin-200.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/barlow-v12-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/barlow-v12-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/barlow-v12-latin-200.woff') format('woff'), /* Modern Browsers */
         url('../fonts/barlow-v12-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/barlow-v12-latin-200.svg#Barlow') format('svg'); /* Legacy iOS */
  }
  /* barlow-300 - latin */
  @font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/barlow-v12-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/barlow-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/barlow-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/barlow-v12-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/barlow-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/barlow-v12-latin-300.svg#Barlow') format('svg'); /* Legacy iOS */
  }
  /* barlow-regular - latin */
  @font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/barlow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/barlow-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/barlow-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/barlow-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/barlow-v12-latin-regular.svg#Barlow') format('svg'); /* Legacy iOS */
  }
  /* barlow-500 - latin */
  @font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/barlow-v12-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/barlow-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/barlow-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/barlow-v12-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/barlow-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/barlow-v12-latin-500.svg#Barlow') format('svg'); /* Legacy iOS */
  }
  /* barlow-600 - latin */
  @font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/barlow-v12-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/barlow-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/barlow-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/barlow-v12-latin-600.woff') format('woff'), /* Modern Browsers */
         url('../fonts/barlow-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/barlow-v12-latin-600.svg#Barlow') format('svg'); /* Legacy iOS */
  }
  /* barlow-700 - latin */
  @font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/barlow-v12-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/barlow-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/barlow-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/barlow-v12-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/barlow-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/barlow-v12-latin-700.svg#Barlow') format('svg'); /* Legacy iOS */
  }
  /* barlow-800 - latin */
  @font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/barlow-v12-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/barlow-v12-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/barlow-v12-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/barlow-v12-latin-800.woff') format('woff'), /* Modern Browsers */
         url('../fonts/barlow-v12-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/barlow-v12-latin-800.svg#Barlow') format('svg'); /* Legacy iOS */
  }



.blue{color: #075fe4;}
.white{color:white;}
.center {margin: 0 auto; max-width: 100%; display: flex; justify-content: center;}



body {
    min-height: 100vh;
    font-family: 'Barlow', sans-serif; 
    background-color: #1b1f24;
    margin: 0 auto;
    max-width: 1600px;
    padding-left: 7.5%;
    padding-right: 7.5%;
    
}

div.head {
    padding-top: 3%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header{
    font-weight: 500;
    font-size: 70px;
}

@media screen and (min-width: 2440px ) {
    div.box.border div.text_box {
        font-size: 48px;
    }
    
}

span.head_symbol {
    font-weight: bold;
}

div.next_head {
    padding-bottom: 2%;
    font-weight: 500;
    font-size: 35px;
}

div.about_me {
    padding-top: 10%;
    padding-bottom: 10%;
}

div.box {
    border-radius: 35px;
    width: 25vw;
    height: 25vw;
    max-width: 480px;
    max-height: 480px;
    background-color: #2b313c;
}

div.box:hover {
    background-color: #262626;
    cursor: pointer;
}

div.flex_box {
    display: flex;
    justify-content: space-between;
}

span.material-icons.blue {
    font-size: 60px;
    padding: 20px;
}

.material-icons{
    user-select: none;
}

div.text_box {
    padding: 20px;
    font-weight: 300;
    font-size: 2vw;

}

div.head_flex {
    display: flex;
    align-items: center;
}

span.head_box {
    font-size: 50px;
}

div.box_projects {
    background-color: #2b313c;
    height: 760px;
    display: flex;
    border-radius: 35px;
}

.pic_desktop {
    border-radius: 50px;
    padding: 30px;
    width: 1382px;
    height: 700px;
}

span.subtitle {
    font-size: 30px;
}

.projects {
    width: 1445px;
    margin: 0 auto;
}

div.text_projects {
    padding: 30px;
    font-weight: 300;
    font-size: 40px;
}

div.head_projects {
    font-weight: 400;
    font-size: 50px;
    padding: 30px;
}

div.contact {
    background-color: #2b313c;
    margin: 0 auto;
    margin-top: 250px;
    border-radius: 38px;
    max-width: 1250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 200px;
}

label {
    color: white;
    font-size: 30px;
}

div.contact_head {
    font-size: 50px;
    font-weight: 500;
}

input {
    border-radius: 5px;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
}

textarea {
    font-family: 'Barlow', sans-serif;
    font-size: 25px;
    border-radius: 5px;
    height: 400px;
    width: 1000px;
}

input.size_input {
    width: 440px;
    height: 30px;
}

input.submit_form {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50px;
    height: 43px;
    width: 180px;
    font-size: 25px;
}

.border {
    border: #075fe4;
    border-style: solid;
}

/* ---------------------------------------- */

.container {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 100;
  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #075fe4;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  /* Rotate first bar */
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  /* Fade out the second bar */
  .change .bar2 {opacity: 0;}
  
  /* Rotate last bar */
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }

  /* ---------------------------------------- */

.menu_show {
    display: none;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 99;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 160px;
}
.show {display: flex;}

a.link_menu {
    text-decoration: none;
    color: white;
    font-size: 3vh;
    font-weight: 500;
    padding: 3vh;
}

.show_slider {
    display: none;
}

span.navigate {
    cursor: pointer;
    color: white;
    font-size: 70px;
}

div.slider_nav {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 489px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fade {
    animation-name: fade;
    animation-duration: 0.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

div.form_success {
    width: 50%;
    height: 100px;
    background-color: #44913d;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 65px;
    border-style: solid;
    border-radius: 20px;
    border-color: #10b102;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: 0.965;

}

span.popup_exit {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .hide_ausgeloggt {
    display: none;
}

div.hide_success {
    display: none
}

div.form_error {
    width: 50%;
    height: 150px;
    background-color: #f55c5c;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 65px;
    border-style: solid;
    border-radius: 20px;
    border-color: #ff0000;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: 0.965;
}

.profil_success {
    position: fixed;
    top: 85%;
    left: 25%;
    width: 50%;
    height: 100px;
    background-color: #44913d;
    border-style: solid;
    border-radius: 20px;
    border-color: #10b102;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: 0.965;

}

.profil_error {
    position: fixed;
    top: 85%;
    left: 25%;
    width: 50%;
    height: 100px;
    background-color: #f55c5c;
    border-style: solid;
    border-radius: 20px;
    border-color: #ff0000;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: 0.965;
}



div.hide_error {
    display: none
}

div.login_hide_wrong {
    display: none;
}

div.login_hide_success {
    display: none;
}

table, th, td {
    border:1px solid #075fe4;
    color: white;
    background: #2b313c;
}

table {
    margin-top: 100px;
    width: 100%;
    border-spacing: 0px;
}

td {
    padding: 6px;
}

.login_button {
    position: absolute; 
    right: 124px; 
    top: 42px; 
    display: flex; 
    align-items: flex-end;
    cursor: pointer;
}

.profil_button {
    position: absolute; 
    right: 124px; 
    top: 42px; 
    display: flex; 
    align-items: flex-end;
    cursor: pointer;
    text-decoration: none;
    font-size: 40px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.hide_login {
    display: none;
}
div.hide_login_all {
    display: none;
}

div.login_popup {
    position: absolute;
    z-index: 98;
    right: 50px;
    top: 110px;
    width: 500px;
    height: 158px;
    background-color: #4a4a4a;
    border-radius: 20px;
    border-style: solid;
    border-color: #000000;
    padding: 10px;
}

span.close {
    float: right;
    font-size: 40px;
    font-weight: 600;
    color: white;
    cursor: pointer;
}

.profil_heading {
    font-size: 35px;
    font-weight: 500;
}

.profil_selection {
    border-color: #075fe4;
    border-style: solid;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #1a1b1c;
}

.close_popup_profil {
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    color: black;
}

span.close_popup_profil {
    font-size: 40px;
    font-weight: 600;
    padding: 1px;
}

.answer_fields {
    font-size: 25px;
    border-style: solid;
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #222324;
}

#loading {
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #000000f7;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.loading_text {
    color: white;
    font-size: 100px;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.slide_left_in {
    position: absolute;
    left: -1413px;
    -webkit-animation: slide_left_in 1s forwards;
    -webkit-animation-delay: 0s;
    animation: slide_left_in 1s forwards;
    animation-delay: 0s;
}

.slide_right_out {
    position: absolute;
    right: 0px;
    -webkit-animation: slide_right_out 1s forwards;
    -webkit-animation-delay: 0s;
    animation: slide_right_out 1s forwards;
    animation-delay: 0s;
}

@-webkit-keyframes slide_left_in {
    100% { left: 0; }
}

@keyframes slide_left_in {
    100% { left: 0; }
}

@-webkit-keyframes slide_right_out {
    100% { right: -1413px; }
}

@keyframes slide_right_out {
    100% { right: -1413px; }
}

.slide_left_out {
    position: absolute;
    left: 0;
    -webkit-animation: slide_left_out 1s forwards;
    -webkit-animation-delay: 0s;
    animation: slide_left_out 1s forwards;
    animation-delay: 0s;
}

.slide_right_in {
    position: absolute;
    right: -1413px;
    -webkit-animation: slide_right_in 1s forwards;
    -webkit-animation-delay: 0s;
    animation: slide_right_in 1s forwards;
    animation-delay: 0s;
}

@-webkit-keyframes slide_left_out {
    100% { left: -1413px; }
}

@keyframes slide_left_out {
    100% { left: -1413px; }
}

@-webkit-keyframes slide_right_in {
    100% { right: 0; }
}

@keyframes slide_right_in {
    100% { right: 0; }
}

.text_slider1 {
    color: white;
    bottom: 46px;
    font-size: 40px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    border-style: solid;
    padding: 10px;
    left: 551px;
    border-color: #000000;
    border-radius: 20px;
    background-color: #00000091;
}