/* 
    Created on : 22.01.2018, 09:36:41
    Author     : kieser
*/
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    height: 100vh;
}
a, a:active, a:visited, a:link, a:hover {
    color: #ffffff;
}
h1,h2,h3,h4,h5,h6 {
    padding:0px;
    margin:0px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}
footer a:hover {
    color: #fff500;
    text-decoration: none;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0 -7.5px;
}
footer ul > li {
    display: inline-block;
    margin: 0 7.5px;
}
.img-grayscale {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
}
.standard-padding {
    padding: 30px 50px;
}
.darkblue-bg {
    background-color: rgba(1, 68, 113, 0.8); 
}
.turquoise-bg {
    background-color: rgba(41, 198, 195, 0.85); 
}
.white-bg {
    background-color: rgba(255, 255, 255, 1); 
}
.grey-bg {
    background-color: #999999;
}
.text-green {
    color: #a1ce5c;
}
.bg-green {
    background-color: #a1ce5c;
}
.text-turquoise {
    color: #29c6c3;
}
.bg-turquoise {
    background-color: #29c6c3;
}
.text-blue {
    color: #3666b4;
}
.bg-blue {
    background-color: #3666b4;
}
.text-dark-blue {
    color: #014471;
}
.bg-dark-blue {
    background-color: #014471;
}
.text-yellow {
    color: #fff500;
}
.bg-yellow {
    background-color: #fff500;
}
.white-font {
    color: #ffffff;
}
.bold-font-600 {
    font-weight:600;
}
.flex-container {
    display:flex;
}
.img-container {
    flex: 1;
}
.img-container img {
    width: 100%;
}
.wrapper {
    position: relative;
    margin: 0 auto; 
    overflow: hidden;
} 
.wrapper div {
    position: absolute; 
    bottom: 0; 
    color: #ffffff; 
    width: 100%; 
}
@media (min-width: 768px) {
    .justify {
        text-align: justify;
        text-justify: inter-word;
    }
}