*{
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
}

body {
  margin: 0px;
  min-width: 790px;
}

/*
*--------------------------------- MENU ----------------------------------------
*/

.menu {
  min-height: 150px;
  width: inherit;
  background-color: #e7e7e8;
  padding: 0px 150px;
}

.menu-menublock {
  height: 150px;
  float: right;
  width:  fit-content;
  display: table;
}

.menu-navigation {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.menu-links a {
  font-size: 17px;
  text-decoration: none;
  color: #333333;
  text-transform: uppercase;
}

.menu-links a:hover {
  color: #0073c1;
}

.menu-kontakt-links a{
  color: #0073c1;
}

.menu-kontakt-links a {
  font-size: 14px;
}

.menu-logo{
  height: 150px;
  padding: 25px 0px;
  float: left;

}

.menu-logo img{
  position: absolute;
  height: 100px;
  top: 25px;
}

.menu-tel-email {
  text-decoration: none;
  font-weight: bold;
}

.menu-lang-container {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.menu-lang-block {
  display: block;
  background: #aaaaaa;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  border-radius: 20px;  
  text-transform: uppercase;
}


/*
*--------------------------------- START SCREEN --------------------------------
*/
.start-screen{
  height: 100vh;
  width: 100%;
  min-height: 700px;
}

.start-screen-image {
  width: inherit;
  height: calc( 100vh - 150px );
  min-height: 550px;
  padding: 150px;
  
  background-image: url("../images/office-925806_1920.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}

.start-screen-image img {
  height: auto;
  max-height: calc( 100vh - 150px );
  width: inherit;
}

.start-screen-slogan{
  width: fit-content;
  color: #ffffff;
}

.start-screen-slogan h1{
  margin-top: 0px;
  font-size: 56pt;
}

.start-screen-slogan p{
  font-size: 36pt;
}

.start-screen-arrow-container {
  position: absolute;
  bottom: 5px;
  left: calc( 50% - 50px );
  cursor: pointer;
}

.start-screen-arrow svg{
  width: 100px;
  height: 100px;
}

.start-screen-arrow path {
  fill: #ffffff;
  fill-opacity: 0.7;
}

/*
*--------------------------------- FOOTER --------------------------------------
*/
footer {
  min-height: 250px;
  padding: 30px 150px;
  background-color: #e7e7e8;  
}

#footer-logo {
  height: 120px;
  top: 6px;
  position: relative;
  margin-bottom: 59px;
}

.logo-block-links, .logo-block-links a {
  font-size: 17px;
  text-decoration: none;
  color: #0073c1;
  text-transform: uppercase;
}

.firmen-daten {
  width: fit-content; 
  color: #333333;
}

.firmen-daten a {
  color: #0073c1;
}

.footer-block-container {
  display: flex;
}

.footer-block p{
  font-size: 16pt;
  margin: 0px 0px 10px 0px;
}

.footer-block.logo-block {
  text-align: right;
}

.footer-block {
  width: 50%;
}

/*
*--------------------------------- MAIN ----------------------------------------
*/

#text-image-1 {
  background-image: url("../images/accountant-1238598_1920.jpg");
}

#text-image-2 {
  background-image: url("../images/cog-wheels-2125181_1920.jpg");
}

#text-image-3 {
  background-image: url("../images/schema.png");
}

.show-on-mobile img {
  display: none;
}
 
.block-container {
  display: table;
}

.text-image-block{
  width: inherit;
  display: table-row;
}

.text-image-block div{
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
}

.text-block {
  line-height: 150%;
}

.image-block img{
  width: inherit;
  height: auto;
}

.text-block-left {
  padding: 30px 30px 30px 150px;
}

.text-block-right {
  padding: 30px 150px 30px 30px;
}

.text-block h1{
  color: #0074c0;
}

.image-block{
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.full-img {
  background-size: auto;
}

.privacy-container, .impressum-container {
  padding: 30px 150px;
}

.nowrap {
  white-space: nowrap;
}

/*
*--------------------------------- FORM ----------------------------------------
*/
.form-container {
  padding: 30px 150px;
}

.form-row {
  display: flex;
  margin-bottom: 10px;
}

.form-block {
  max-width: 700px;
  margin: auto;
}

.form-cell-half {
  width: 48%;
  /*width: 50%;*/
}
           
.form-cell-splitter {
  width: 4%;
}           

.form-cell-full {
  width: 100%;
}

.form-cell input, .form-cell textarea, .form-cell button {
  width: 100%;
  border: 1px solid #333333;
  padding-left: 5px;
}

.form-cell input, .form-cell button {
  height: 40px;
}

.form-cell input.form-error, .form-cell textarea.form-error {
  border: 1px solid #ff0000;
}

.form-cell textarea {
  resize: vertical;
  min-height: 40px;
} 

.g-recaptcha div {
  margin: auto; 
}

/*
*--------------------------------- RESPONSIVE ----------------------------------
*/
@media (max-width: 1350px) {
  .footer-block-container {
    display: initial;
  }
  
  .footer-block {
    width: 100%;
  }
  
  .footer-block {
    text-align: center !important;
  }
} 

/*
*Mobile Width
*/
@media (max-width: 1080px) {
  .block-container {
    display: block;
  }
  
  .text-image-block{
    width: inherit;
    display: block;
  }
  
  .text-image-block div{
    display: block;
    width: 100%;
  }
  
  .image-block:not(.hide-on-mobile){
    min-height: 450px;
  }
  
  .text-block-right, .text-block-left {
    padding: 30px 30px;
  }
  
  .privacy-container, .impressum-container {
    padding: 30px 30px;
  }
  
  .show-on-mobile {
    background-image: none;
    padding: 0px 30px;
  }
  
  .show-on-mobile img {
    display: initial;
  }
}
 
 

@media (max-width: 930px) {
  .menu-logo img {
    height: 60px;
    top: 47px;  
  }
}

@media (max-height: 700px) {
  .start-screen-arrow-container {
    display: none;
  }
}

@media (max-height: 850px) {
  .start-screen-image {
    padding-top: 75px;
  }
  
  .start-screen-slogan h1{
    margin-top: 0px;
    font-size: 46pt;
  }
  
  .start-screen-slogan p{
    font-size: 26pt;
  }
  
  .start-screen-arrow-container {
    display: none;
  }
}

