/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v23-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
html, body{
    font-family: 'Montserrat', sans-serif;
}
.centered{
    margin: auto;
    position: absolute; 
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 83%;
}
.box{
    border: 1px solid gray;
    border-radius: 5px;
    transition: all .5s ease;
}
.img-con, .roleimage{
    width: 58px;
}
.fieldheight{
    height: 160px;
}
/*
.frame{
    position: relative;
    top: 50%;
    right: 50%;
    transform: translate(50% , -50%);
}

*/
.role h2{
    font-size: 15px;
}
.description{
    color: #b0b0b0;
}
.right{
    padding: 15px;
}
.vertical-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
}
.centered .box{
    transform: scale(0.95);
    height: 100%;
    max-height: 170px;
    transition: all 0.25s ease-out;
    overflow: hidden;
    max-width: 380px;
}
.centered .box:hover{
    transform: scale(1.0);
    max-height: 900px !important;
    transition: all 0.25s ease-in;
}
.inform{
    opacity: 0;
    display: block;
    width: 100%;
}
.centered .box:hover .inform{
    display: block;
    opacity: 1;
}
.form-input, .applyform textarea{
    width: 100%;
}
.applyform textarea{
    resize: none;
}
.applyform .row:not(:last-child){
    margin-bottom: 15px;    
}
.applyrow{
    position: relative;
}
.applyform{
    margin:0 auto;
}

.top-row{
    /*height: 10px;*/
}
.hr-white{
    border-color: white;
}
footer{
    position: fixed;
    bottom: 0;
}
.rankbox{
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
}

@media (max-width: 540px){
    #headline{
        font-size: 25px;
    }
    footer p {
        font-size:14px;
    }
    .description{
        font-size:14px;
    }
    .fieldheight h2{
        margin: 0;
    }
    
    .rankbox{
      margin-top: 410px;
  }
  
  footer {
    margin-top: 150px;
  }

}
@media (max-width: 340px){
    .fieldheight{
        max-width:100px;
    }
    .fieldheight h2{
        margin: 0;
    }
}