@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Hubot+Sans:ital,wght@0,200..900;1,200..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Special+Elite&display=swap');

body, html{
    margin: 0;
    padding: 0;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body {
    background: linear-gradient(0deg, rgb(189, 211, 243) 0%, rgb(162, 169, 231) 100%);
}

li{
    margin-top: 10px;
}

.header{
    height:250px;
    background-color: #e6e9ff;
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
}

.header-logo{
    padding-top: 3px;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.main-div{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3%;
    padding-bottom: 80px;
}

.main-row{
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}

.textblock{
    width: 60%;
    height: auto;
    background: linear-gradient(1deg, rgb(238, 238, 238) 0%, rgb(224, 224, 224) 100%);
    border-radius: 10px;
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
    overflow: hidden;
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    flex:1;
}

.imgblock{
    width: 20%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    max-width: 20%;
    max-height: 350px;
    flex-shrink: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
}

.mr{
    margin-right: 40px;
}

.ml{
    margin-left: 40px;
}

.tb-right {
   margin-right: 0;
   margin-left: auto; 
}

.tb-title{
    text-align: center;
    width: 100%;
    margin-top: 15px;
    font-family: "Bitter", serif;
    font-size: 38px;
    font-weight: 600;
    color: #111111;
    display: block;
}

.tb-subtitle{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
    font-family: "Bitter", serif;
    font-size: 22px;
    font-weight: 400;
    color: #272727;
    display: block;
}

.tb-text{
    margin-top: 10px;
    margin-right: 15px;
    display: block;
    font-family: "Hubot Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #3b3b3b;
    width: auto;
    text-align: left;
}

.main-title{
    font-family: "Bitter", serif;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
}

.main-subtitle{
    font-family: "Bitter", serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 80px;
}

.tb-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.button-9 {
    appearance: button;
    backface-visibility: hidden;
    background-color: #c8d0fd;
    border-radius: 6px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #065fa3;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
    font-size: 24px;
    height: 44px;
    line-height: 1.15;
    outline: none;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s,box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 300px;
  }
  
  .button-9:disabled {
    cursor: default;
  }
  
  .button-9:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
  }

  .button-9:hover{
    background-color: #065fa3;
    color: #c8d0fd;
  }

  .section2{
    background-color: #e6e9ff;
    width: 100%;
    height: 200px;
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
  }

.socialbtn
{
    color: white;
    text-shadow: 0px 0px 5px black;
    text-decoration: none;
    margin-left: 15px;
}

.socials
{
    font-size: 36px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.logos{
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height:250px;
    background-color: #e6e9ff;
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
    margin-top: 50px;
}

.lang-switch-div{
    font-size: 24px;
    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-top: 10px;
}

.lang-switch:hover{
    background-color: #0b73c4;
    color: #c8d0fd;
  }

.lang-switch{
    background-color: #e6e9ff;
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
    border-radius: 5px;
    transition: all .2s;
}

.lang-switch-txt{
    margin: 1px 4px; 
    font-family: 'Bitter', sans-serif;
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.footer-item{
    display: inline-block;
    margin-left: 10px;
}

footer{
    background-color: #e6e9ff;
    width: auto;
    height: auto;
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
    padding: 30px;
    text-align: center;
}

input, textarea{
    margin: 10px;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    :focus{
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    }
    
}

.section2{
    background-color: #e6e9ff;
    width: auto;
    height: auto;
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
    padding: 30px;
    margin-top: 150px;
    border-radius: 10px;
  }

.inputfield{
    width:300px;
}
.textfield{
    width: 65%;
    height: 300px; 
    font-size: 14px;
}

@media all and (max-width: 1100px){
   .header{
    height: 15%;
   }
   .textblock{
    width: 50%;
    display: block;
   }
   .tb-title{
    font-size: 30px;
   }
   .tb-text{
    font-size: 18px;
   }
   .tb-subtitle{
    width: auto;
    font-size: 16px;
   }
   .main-title{
    font-size: 36px;
   }
   .imgblock{
    display: none;
   }
   .inputfield{
    width: 100%;
   }
   .textfield{
    width: 100%;
   }
   .button-9{
    margin-left: auto;
    margin-left: auto;
   }

}

