/* Google Fonts lokal einbinden 30.09.2022 */

/* noto-sans-jp-300 - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/noto-sans-jp-v42-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v42-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v42-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v42-latin-300.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}
/* noto-sans-jp-500 - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-jp-v42-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v42-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v42-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v42-latin-500.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}
/* noto-sans-jp-regular - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v42-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v42-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v42-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v42-latin-regular.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}
/* noto-sans-jp-700 - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v42-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v42-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v42-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v42-latin-700.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}
/* noto-sans-jp-900 - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/noto-sans-jp-v42-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v42-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v42-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v42-latin-900.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}






body {
  margin: 0;
  padding: 0;
}

body, div, p, input, textarea, ul, li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
}

ul {
  padding-left: 20px;
}

a {
  color: #0aa3c9;
}

textarea {
  height: 180px;
  resize: none;
}

.bold {
  font-weight: bold;
}

.button, input[type="submit"] {
  color: #fff;
  font-family: 'Noto Sans JP Bold', sans-serif;
  background: url('../img/button-right-arrow-white.png') #e73838 no-repeat;
  background-position: right 25px center;
  text-decoration: none;
  padding: 8px 22px;
  border-radius: 10px;
  font-size: 22px;
  display: block;
}

input[type="submit"] {
  width: 100%;
  text-align: left;
  border: 0;
  max-width: 600px; 
}

.button:hover, input[type="submit"]:hover {
  color: #e73838;
  background-image: url('../img/right-arrow-red.png');
  background-color: #fff;
  display: block;
  border: 1px solid #e73838;
  cursor: pointer;
}


input[type="text"], input[type="email"], textarea {
  border-radius: 5px;
  border: 2px solid #3e3e3f;
  display: block;
  font-size: 20px;
  padding: 9px 0;
  margin-bottom: 20px;
  width: 100%;
  max-width: 600px;  
}

label {
  color: #3e3e3f;
  font-weight: 400;
  margin-bottom: 11px;
  display: block; 
  font-size: 17px;   
}

h1, h2, h3 {
  text-transform: uppercase;
  font-family: 'Noto Sans JP Bold', sans-serif;
}

h1 {
  font-size: 75px;
  margin: 1px 0 0 -6px;
  font-weight: 900;  
  line-height: 75px;
}

h2 {
  font-size: 48px;
}

h3 {
  margin: 0;
  font-size: 22px;
}

header {
  background: #494948;
  padding: 20px 130px;
  position: relative;
}

header #navigation_icon {
  display: none;
  position: absolute;
  top: 40px;
  right: 46px;
  cursor: pointer;
}

#navigation_dialog {
  width: 100%;
  background: #494948;
  position: absolute;
  z-index: 9999;
  top: 120px;
  left: 0;
  display: none;
}

#navigation_dialog ul {
  list-style: none;
  color: #fff;
  font-size: 38px;
  padding: 0 0 20px 0;
  margin: 0; 
}

#navigation_dialog a {
  color: #fff;
  text-decoration: none;
  display: block;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  padding: 20px 20px 20px 200px;
  background: url('../img/angle-right-white.png') no-repeat;
  background-position: right 46px center;  
}

#navigation_dialog a:hover {
  color: #494948;
  background-color: #c5c6c6;
  background-image: url('../img/angle-right-red.png');
  border-color: #c5c6c6;  
}

header #navigation .fa {
  font-size: 38px;
  color: #e6262c;
}


footer {
  background: #494948;
  padding: 100px 130px 20px 130px;
  color: #fff;
  font-size: 13px;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  border: 0 solid #494948;
  position: relative;
  
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer div {
  display: inline-block;
  vertical-align: top;
  margin-right: 10%;  
}

#video_container {
  position: relative;
  width: 100%;
  max-height: 780px;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  
}

#video_container video {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: auto;      
}

header #logo img {
  max-width: 300px;
}

#video_container { position:relative; }
#video_container video {
    position:relative;
    z-index:0;
}
#video_overlay {
    position:absolute;
    display: flex;
    justify-content: space-around;
    top:0;
    left:0;
    z-index:99;
    color: #fff !important;
    padding: 150px 130px 20px 0px;
    background: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;     
}
#new_logo {
  padding-top: 2em;
}

#video_overlay_content_wrapper {
  padding-right: 50px;
}

#video_overlay p {
  max-width: 950px;
  font-size: 19px;
  margin: 40px 0;
}

#video_overlay .button {
  width: 384px !important;
}

#team_container {
  position: relative;
}

#team {
  padding: 20px 130px 150px 130px;
  z-index: 10;
  min-height: 860px;
}

@media screen and (max-width: 1600px) {
  #team {
    min-height: 1130px;
  }
}

#team_background {
  position: absolute;
  top: 0;
  display: none;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('../img/team_background.png') center no-repeat;
  background-size: 100%;
  z-index: -1;
}

#team_photos_container {
  position: relative;
}

#team_photos_wrapper {
  position: absolute;
  top: 4000px;  
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  margin: auto;
  left: 0; 
  right: 0; 
}

@media screen and (min-width: 1600px) {
  .flex-break {
    page-break-after: always;
    break-after: always;
  }
}

#team h2, #team_description {
  opacity:0;
}
       
.team_photo {
  width: 200px;
  height: 200px;
  margin: 68px 28px 74px 28px;
  text-align: center;
}

.team_photo p {
  font-size: 20px;
  margin: 0;
  text-align: center;
  line-height: 25px;
}

#team .small_circle img {
  width: 185px;  
}

#team .big_circle, #team .big_circle img {
  width: 245px;  
}

#contact_form {
  padding: 20px 130px 40px 130px;
}

#contact_form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#contact_form input[type="submit"] {
  margin-top: 30px;
}

#contact_form a {
  text-decoration: none;
  color: #000;
}

.flex-element {
  flex: 36.8%;
  padding: 0 6.6%;
}

#contact_form p {
  font-size: 22px;
}

#contact_details_headline {
  margin-top: 0;
  font-family: 'Noto Sans JP Bold', sans-serif;
}

.contact-information-flex {
  margin-top: -50px;
}

.halfrow {
  flex: 100%;
  /* margin-right: 10%; */
  vertical-align: top;
}

.nomargin {
  margin: 0 !important;
}

#contact_details_phone {
  margin: 0;
  background: url('../img/icn_telefon_x2.png') no-repeat 0 8px;
  background-size: 30px;
  padding: 4px 0 4px 36px;
}

#contact_details_mail {
  margin: 0;
  background: url('../img/icn_email_x2.png') no-repeat 0 8px;
  background-size: 30px;
  padding: 4px 0 4px 36px;
}

#network {
  margin-top: 40px;
  padding: 20px 130px;  
  background: #0aa3c9;
  color: #fff;
}

#network h2 {
  opacity: 0;
}

#network p {
  opacity: 0;
}

#social_icons {
  opacity: 0;  
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 85px 0 0 0;
  display: none;
}

#social_icons div {
  flex-basis: 19%;
  vertical-align: middle;
  text-align: center;
}

#social_icons div:first-child {
  text-align: left;
}

#social_icons div:last-child {
  text-align: right;
}

#social_icons div:nth-child(2), #social_icons div:nth-child(3) {
  text-align: left;
}

#social_icons div:nth-child(2) {
  padding-left: 50px;
}

.instagram_scroll {
  position: absolute;
  z-index: 9999;
  top: 234px;
  width: 19px;
  height: 36px;
  cursor: pointer;
}

#scroll-left {
  left: -50px;
  background: url('../img/left-arrow-white.png') no-repeat;
}

#scroll-right {
  right: -30px;
  background: url('../img/right-arrow-white.png') no-repeat;
}

#company_information, #region_information {
  padding: 20px 130px; 
}

#company_information h2, #region_information h2 {
  opacity: 0;
}

.company_information_block_wrapper {
  opacity: 0;
  display: flex;
  justify-content: center;
}

.company_information_block_pre_wrapper {
  position: relative;
  padding-bottom: 50px;
}

.company_information_block {
  position: relative;
  font-family: 'Noto Sans JP Bold', sans-serif;
  padding: 120px 20px 20px 20px;
  text-align: left;
  border-radius: 10px;
  max-width: 576px;
  min-height: 100px;
  text-transform: uppercase;
  background: #0aa3c9 no-repeat 20px 20px;
  background-size: 50px;
  color: #fff;
  font-size: 22px;
  flex: 1;
  vertical-align: top;
  cursor: pointer;
  margin: 22px;
  border: 1px solid #0aa3c9;  
}

.company_information_block_hover:hover {
  background-color: #fff;
  color: #0aa3c9;
  border: 1px solid #0aa3c9;
}

.company_information_block p {
  position: relative;
  font-family: 'Noto Sans JP Bold', sans-serif;
  margin: 0;
  font-size: 22px;
  padding-right: 44px;
 /*
 -moz-hyphens: auto;
 -o-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
 */   
}

#company_information_block1 {
  background-image: url('../img/icn-helmet-weiss.png');
}

#company_information_block2 {
  background-image: url('../img/icn-world-weiss.png');
}

#company_information_block3 {
  background-image: url('../img/icn-suitcase-weiss.png');
}

#company_information_block4 {
  background-image: url('../img/icn-gluehbirne-weiss.png');
}

.company_information_block_hover#company_information_block1:hover {
  background-image: url('../img/icn-helmet-blau.png');
}

.company_information_block_hover#company_information_block2:hover {
  background-image: url('../img/icn-world-blau.png');
}

.company_information_block_hover#company_information_block3:hover {
  background-image: url('../img/icn-suitcase-blau.png');
}

.company_information_block_hover#company_information_block4:hover {
  background-image: url('../img/icn-gluehbirne-blau.png');
}

.company_information_block_arrow_right {
  width: 19px;
  height: 36px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url('../img/right-arrow-white.png');
}

#instagram_banner {
  position: relative;
  margin: 20px 0;
  padding-top: 34px; 
  border: 0 solid #fff;
}

#instagram_banner h3 {
  margin: 20px 0 40px 0;
}

#instagram_banner label {
  display: none !important;
}

#instagram_caption .fa {
  font-size: 28px !important;
  margin-left: 6px;
}

a > .fa-instagram {
  color: #fff !important;
}


.company_information_dialog {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  z-index: 99999;
  overflow: hidden;
  /* background: rgba(169, 169, 169, 0.7); */  
}

.company_information_dialog_box {
	position: relative;
  width: 100%;
  max-width: 1120px;
  height: 408px;
  background: #0aa3c9;            
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  margin: 22px auto;
  padding: 60px 80px;
  overflow: hidden;
}

.company_information_dialog_box_scroll_container {
  overflow-y: auto;
  max-height: 408px;
}
      
.company_information_dialog_close {
	cursor: pointer;
	position: absolute;
	top: 18px;
	right: 0;
}

.company_information_dialog_close img {
  width: 50%;
}

.company_information_dialog_box h3 {

}

#scroll-icon {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  animation: blinker 4s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.mt-40 {
  margin-top: 40px;
}

.alert {
  position: fixed;
  top: 80px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border: 2px solid;
  max-width: 500px;
  text-align: center;
  font-size: 20px;
  left: 0;
  right: 0;
  border-radius: 10px;  
}

.alert-danger {
  color: #fff;
  background: #e73838;   
}

.alert-success {
  color: #fff;
  background: #0aa3c9; 
}

.small_font {
  font-size: 14px !important;
}

.default_container {
  padding: 20px 20% 100px 20%;
}

.two_columns {
  text-align: left;
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
}


#contact_form button:hover {
    cursor: pointer;
}
#contact_form button {
    width: 100%;
    margin-top: 30px;
    text-align: left;
    border: 0;
    max-width: 600px;
    color: #fff;
    font-family: 'Noto Sans JP Bold', sans-serif;
    background: url(../img/button-right-arrow-white.png) #e73838 no-repeat;
    background-position: right 25px center;
    text-decoration: none;
    padding: 8px 22px;
    border-radius: 10px;
    font-size: 22px;
    display: block;
}









