@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;
}

.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);
}

.imgblock1{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    max-width: 20%;
    min-width: 170px;
    max-height: 350px;
    min-height: 350px;
    flex-shrink: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
    background:url('https://sc-lobu.de/assets/about.png'), linear-gradient(0deg, rgb(104, 159, 236) 0%, rgb(151, 160, 245) 100%);
    background-size: cover;
    background-position: 50% 0;  
    
}

.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.7;
    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;
    vertical-align: auto;
    text-decoration: none;
  }
  
  .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: auto;
    height: auto;
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
    padding: 30px;
    margin-top: 150px;
    border-radius: 10px;
  }

.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;
}

.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;
}

.mobileimg1{
    display: none;
}
.brmobile{
    display: none;
}
.logo-bbh{
    margin-left: 80px;
}

@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;
   }
   .desktopimg{
    display: none;
   }
   .mobileimg{
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 10px;
   }
   .mobileimg1{
    display:block;
    max-width: none;
    max-height: 100px;
    width: 70%;
    margin: auto;
    box-shadow: none;
   }
   .about{
    font-size: 20px;
   }
   .brmobile{
    display: block;
   }
}
@media all and (max-width: 793px){
    .logo-bbh{
        margin-left: 0px;
        margin-top: 30px;
       }
       .logos{
        padding-bottom: 35px;
       }
}

