/* roboto-300 - cyrillic-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-cyrillic-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-cyrillic-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-cyrillic-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-cyrillic-ext_latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - cyrillic-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-cyrillic-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-cyrillic-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-cyrillic-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-cyrillic-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - cyrillic-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-900.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-cyrillic-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-cyrillic-ext_latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-cyrillic-ext_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-cyrillic-ext_latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

html{
  box-sizing: border-box;
}

*, *::before, *::after{
  box-sizing: inherit;
}

.headWrapper{ /*logo*/
    margin: 0 auto;
    position: absolute;
    width: 157.76px;
    height: 80px;
    left: 222px;
    top: 26px;
}

.head_menu{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #353535;
    height: 18px;
}

.menu0{ /*1st button "about company"*/
    position: absolute;
    width: 121px;
    /*height: 18px;*/
    left: 535px;
    top: 56px;
}

.menu1{ /*2nd button "rotational joints"*/
    position: absolute;
    width: 168px;
    /*height: 18px;*/
    left: 686px;
    top: 57px;
}

.polygon{ /*triangle for submenu*/
    position: absolute;
    width: 15px;
    height: 14.92px;
    left: 862px;
    top: 57px;
    /*background: #353535;*/
    /*transform: rotate(180deg);*/
}

.menu2{ /*3rd button "projects"*/
    position: absolute;
    width: 72px;
    height: 18px;
    left: 905px;
    top: 57px;
}

.polygon_projects{
    position: absolute;
    width: 15px;
    height: 14.92px;
    left: 986px;
    top: 57px;
}

.menu3{ /*4th button "partners"*/
    position: absolute;
    width: 82px;
    height: 18px;
    left: 1028px;
    top: 57px;
}

.menu4{ /*5th button "contacts"*/
    position: absolute;
    width: 80px;
    height: 18px;
    left: 1137px;
    top: 57px;
}

.menu5{ /*6th button "language"*/
    position: absolute;
    width: 22px;
    height: 18px;
    left: 1336px;
    top: 57px;
}

.polygon_lang{
    position: absolute;
    width: 15px;
    height: 14.92px;
    left: 1368px;
    top: 57px;
}
/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 0px 0px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropbtn:hover{
    transform: rotate(360deg);
    transition: all .5s ease-out;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

a:link{
    color: #353535;
}

a:visited{
    color: #353535;
}

.logos_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    width: 285px;
    height: 260px;
    left: 203px;
    top: 300px;
    background: black;
}

.logosBg{
    margin-bottom: 160px;
}

.Bg{
    /*position: absolute;*/
    width: 285px;
    height: 260px;
    left: 203px;
    top: 300px;
    background: #FFFFFF;
}

.logo{
    margin-left: 50px;
    margin-top: 67px;
}

.pageBg{
    position: absolute;
    width: 1519px;
    height: 2200px;
    left: 0px;
    top: 140px;
    background: #E5EAF5;
}

.comment_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    width: 305px;
    height: 260px;
    left: 488px;
    top: 300px;
    background: #FFFFFF;
}

.commentBg_wrapper{
    margin-bottom: 160px;
}

.commentBg{
    width: 305px;
    height: 260px;
    left: 488px;
    top: 300px;
    background: #FFFFFF
}

.btn{
    position: absolute;
    width: 260px;
    height: 40px;
    margin-top: 200px;
    background: #102A6D;
}

.site_link{
    /*margin-left: 30px;*/
    /*margin-top: 10px;*/
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    /* or 18px */
    text-align: center;
    color: #FFFFFF
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
}

.lechlerText{
    position: absolute;
    margin-top: 65px;
    margin-right: 45px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */
    color: #000000;
}

.elbeText{
    position: absolute;
    margin-top: 65px;
    margin-right: 45px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */
    color: #000000;
}

.schwerText{
    position: absolute;
    margin-top: 67px;
    margin-right: 45px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */
    color: #000000;
}

.redecamText{
    position: absolute;
    margin-top: 67px;
    margin-right: 45px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */
    color: #000000;
}

.lechlerPic{
    position: absolute;
    width: 590px;
    height: 260px;
    left: 813px;
    top: 300px;
}

.elbePic{
    position: absolute;
    width: 590px;
    height: 260px;
    left: 813px;
    top: 720px;
}

.schwerPic{
    position: absolute;
    width: 590px;
    height: 260px;
    left: 813px;
    top: 1140px;
}

.redecamPic{
    position: absolute;
    width: 590px;
    height: 260px;
    left: 808px;
    top: 1560px;
}

.down_nav_bg{
    position: absolute;
    width: 1519px;
    height: 360px;
    left: 0px;
    top: 1980px;
    background: #102A6D;
}

.down_nav_logo{
    position: absolute;
    width: 157.76px;
    height: 78.46px;
    left: 200px;
    top: 2048px;
}

.down_nav{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
}

.down_nav_links_wrapper{
    position: absolute;
    width: 250px;
    height: 240px;
    left: 508px;
    top: 2048px;
}
/*vertical space between links*/
.dLink_sets{
    margin-bottom: 30px;
}
/*setting the down nav bar's link to white color*/
.dLink_sets a:link{
    color: #FFFFFF;
}
.dLink_sets a:visited{
    color: white;
}
/*Down navigation bar's address and other attributes to contact the company*/
.address{
    position: absolute;
    width: 250px;
    height: 240px;
    left: 810px;
    top: 2048px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    /* or 14px */
    color: white;
    line-height: 1.5;
}