@font-face {
  font-family: "OpenSans";
  src: url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
  font-weight: lighter;
}
@font-face {
  font-family: "OpenSans";
  src: url('../fonts/OpenSans/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: "OpenSans";
  src: url('../fonts/OpenSans/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url('../fonts/OpenSans/OpenSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
}


* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}


a {
  text-decoration: none;
  color: inherit;
}



body {
    width: 100%;
    height: 100%;
    background-color: #4a4a4a;
    color: #eaeaea;
    font-family: OpenSans;
}


.link {
    cursor: pointer;
}

.button {
    cursor: pointer;
    margin: 4px 0 4px 0; 
    padding: 4px 8px;
}


.enum {
    padding-left: 30px;
}


.enum:before {
    content: '\00BB';
    display: inline-block;
    width: 20px;
}

.word-in-evidence {
    color: #ffff88;
}






.modal-header {
    color: white;
}

.modal-content {
    color: grey;
}

.modal-button {
    color: white;
    background-color: #1f1f1f;
}

.modal-close-button {
    top: inherit;
}


#top {
    position:fixed;
    top: 0;
    width: 100%;
    background-color: #333333;
    text-align: center;
    z-index: 99;
}

#coordinate-block {
    position: fixed;
    top: 0;
    left: 0;
    color: white;
    z-index: 99;
}

.coordinate {
    display: inline-block;
    margin: 20px 20px 20px 20px;
}


#title {
    display: block;
    top: 0;
    padding: 0 0 10px 0;
    width: 100%;
    padding: 0x 0 20px 0;
    text-align: center;
    background-color: #333333;
    font-size: 40pt;
    z-index: 98;
}

#sub-title {
    text-align: center;
    font-size: 14pt;
}


#top-right-block {
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px 40px 20px 40px;
    color: white;
    z-index: 99;
}

#language-block {
    padding: 0 0 5px 0;
    text-align: right;
}

.language-item, .language-item-selected {
    display: inline-block;
    padding: 0 10px 0 10px;
}

.language-item-selected {
    color: #cccccc;
}


#menu-hamburger {
    font-size: 20pt;
    cursor: pointer;
    display: none;
    text-align: right;
}


#hamburger-menu-content {
    display: none;
    background-color: #333333;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: white;
    border-width: 1px;
    padding: 4px;
}

#menu {
    padding: 0;
}

#menu-content {
}

.menu-item {
    padding: 0 10px 0 10px;
}

.menu-item:hover {
    background-color: white;
    color: #333333;
}








#content {
  
}





#digest {
    padding: 200px 0 0 0;
    background-image: url('../images/bg_digest_1.jpg');
}

#digest-intro {
}

#digest-intro-title {
    color: white;
}

#digest-intro-content {
    display: block;
    text-align: center;
    background-color: #1f1f1f;
}




#digest-modules {
    padding: 40px 0 0 0;
}

#digest-module-title {
    color: white;
}

#digest-modules-block {
    display: flex;
}

.digest-modules-block-item {
    position: relative;
    display: inline-block;
    margin: 4px;
    vertical-align: top;
    background-color: #1f1f1f;
    min-width: 200px;
    width: 25%;
}

.digest-modules-block-item:first-child {
    margin: 4px 4px 4px 0;
}

.digest-modules-block-item:last-child {
    margin: 4px 0 4px 4px;
}

.digest-modules-block-item-title {
    padding: 5px 10px;
    text-align: center;
    font-size: 22pt;
}

.digest-modules-block-item-picture {
    padding: 5px 10px;
    text-align: center;
    height: 240px;
}




.digest-modules-block-item-label-block {
    display: block;
    padding: 25px 10px;
    text-align: left;
    font-size: 12pt;
    vertical-align: middle;
    line-height: normal;
}

.digest-modules-block-item-label {
    display: block;
    text-align: center;
    padding: 12px 0;
}




#digest-modules-block-item-picture-project {
    width: 100%;
    height: 100%;
    background: url("../images/project.png") center no-repeat;
}


#digest-modules-block-item-picture-teamber {
    width: 100%;
    height: 100%;
    background: url("../images/teamber.png") center no-repeat;
}


#digest-modules-block-item-picture-scribus {
    width: 100%;
    height: 100%;
    background: url("../images/scribus.png") center no-repeat;
}


#digest-modules-block-item-picture-bootiq {
    width: 100%;
    height: 100%;
    background: url("../images/bootiq.png") center no-repeat;
}


#digest-modules-block-item-picture-eskimo {
    width: 100%;
    height: 100%;
    background: url("../images/eskimo.png") center no-repeat;
}





.title-project {
  color: #ff7600;
}

.title-teamber {
  color: #ff1846;
}

.title-scribus {
  color: #116aff;
}

.title-bootiq {
  color: #ffb600;
}

.title-eskimo {
  color: #30c546;
}


.picture-top-line {
    width: 100%;
    height: 12px;
    margin: 0 0 10px 0;
}

.picture-bottom-line {
    width: 100%;
    height: 12px;
    margin: 10px 0 0 0;
}

.picture-project {
 background-image: linear-gradient(to right, #ffba44, #ff7600);
}

.picture-teamber { 
  background-image: linear-gradient(to right, #ff5c8b, #ff1846);
}

.picture-scribus { 
  background-image: linear-gradient(to right, #44ffff, #116aff);
}

.picture-bootiq {
  background-image: linear-gradient(to right, #fffa44, #ffb600);
}

.picture-eskimo {
  background-image: linear-gradient(to right, #74f98a, #30c546);
}



.application-block-item-picture div {
    border: 1px solid transparent;
    transition: .8s;
}

.application-block-item-picture div:hover {
    border: 1px solid #dddddd;
    transition: 1.2s;
}








.button-project {
  background-color: #116aff;
}

.button-teamber {
  background-color: #ff1846;
}

.button-scribus {
  background-color: #ff7600;
}

.button-bootiq {
  background-color: #ffb600;
}

.button-eskimo {
  background-color: #30c546;
}









.block-title {
    padding: 20px 0;
    text-align: center;
    font-size: 28pt;    
}


.block-sub-title {
    padding: 20px 0;
    text-align: center;
    font-size: 22pt;    
}

.block {
    margin: 0;
}





#others-separator {
    height: 200px;
}


#others {
    padding: 20px 0 0 0;
    background-color: #1f1f1f;
    color: white;
}

#others-title {
    display: block;
    text-align: center;
}

#others-list-block {
}

.others-list-row {
}


.others-list-column {
}

.others-list-item {
    color: grey;
    font-size: 30px;
    border-style: solid;
    border-color: #1f6f1f;
    border-width: 1px;  
    border-radius: 5px;
    cursor: pointer;

}

.others-list-item:hover {
    background-color: #1f6f1f;
    color: white;
}

.others-list-item-icon {
}

.others-list-item-text {
}



.others-modal-title {
    background-color: #1f1fcf;
}






#developments-separator {
    height: 200px;
}


#developments {
    padding: 20px 0 0 0;
    background-color: #1f1f1f;
    color: white;
}


#developments-title {
    display: block;
    text-align: center;
}

#developments-intro {
}


#developments-intro-content {
    display: block;
    text-align: center;
    background-color: #1f1f1f;
    color: #eaeaea;
}



#developments-list-block {
}

.developments-list-row {
}


.developments-list-column {
}

.developments-list-item {
    color: grey;
    font-size: 30px;
    border-style: solid;
    border-color: #1f6f1f;
    border-width: 1px;  
    border-radius: 5px;
    cursor: pointer;

}

.developments-list-item:hover {
    background-color: #1f6f1f;
    color: white;
}

.developments-list-item-icon {
}

.developments-list-item-text {
}



.developments-modal-title {
    background-color: #1f6f1f;
}





#footer {
    padding: 20px 20px 20px 20px;
    background-color: #333333;
    border-top-style: solid;
    border-color: white;
    border-width: 1px;
    text-align: right;
    font-size: 9pt;
}





/* Floating blocks */
.detail-block {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    margin: 0 2% 0 2%;
    padding: 120px 0 0 0;
    width: 96%;
}

.detail-block-main {
    display: block;
    background-color: #444444;
}

.detail-block-title {
    padding: 20px 0 20px 0;
    font-size: 24pt;
    text-align: center;
}

.detail-block-description {
    display: inline-block;
    padding: 10px;
    width: 60%;
    vertical-align: top;
}

.detail-block-description-header {
    padding: 24px 0 16px 0;
    font-size: 14pt;
    font-weight: bold;
    color: #bbbbbb;    
}

.detail-block-description-main-line {
    padding: 6px 0 24px 0;
    text-align: center;
    font-size: 12pt;
    font-style: italic;
    color: #bbbbbb;    
}

.detail-block-description-line {
    padding: 6px 0 6px 0;
    font-size: 11pt;
}

.detail-block-description-line-separator {
    display: block;
    height: 16px;
}

.detail-block-picture {
    display: inline-block;
    width: 38%;
    vertical-align: middle;
}

.detail-block-button-block {
    margin: 20px 0 20px 0;
    text-align: center;    
}

.detail-block-button {
    display: inline-block;
}




.background-picture {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.background-picture:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(103, 103, 103, 0.8);
}

.background-picture * {
    position: relative;
    z-index: 1;
}





@media only screen and (max-width: 1000px) {
    #application-block {
	    display: block;
    }

    #digest-modules-block {
        display: block;
    }

    
    .digest-modules-block-item {
	    display: block;
	    width: 100%;
	    margin: 100px auto;
    }

    .digest-modules-block-item:first-child {
        margin: auto;
    }
    
    .digest-modules-block-item:last-child {
        margin: auto;
    }

    #top-right-block {
        padding: 15px 40px;
    }


    #menu {
        padding: 0;
			  text-align: right;
    }

    .menu-item {
        display: block;
        padding: 2px 0;
    }
}




@media only screen and (max-width: 800px) {
    #menu-hamburger {
        display: inherit;
    }

    #menu-content {
        display: none;
    }

    .multi-column-text-paragraph {
        padding: 10px 0 0 0;
    }

    #title {
        margin-top: 35px;
    }
      
}
