@font-face {
    font-family: 'Cookie';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/cookie-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/cookie-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/cookie-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/cookie-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/cookie-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/cookie-v17-latin-regular.svg#Cookie') format('svg'); /* Legacy iOS */
  }

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #f5f5f5;
}
.triangle-left {
    top: 35px;
    left:-25px;
    width: 0; 
    height: 0; 
    border-top: 1px solid transparent;
    border-bottom: 16px solid transparent; 
    border-right: 30px solid #236ba3;
    position: absolute; z-index:100;
}
.triangle-down {
    bottom: -10px;
    left: 160px;
    width: 0; 
    height: 0; 
    border-top: 1px solid transparent;
    border-bottom: 16px solid transparent; 
    border-right: 30px solid #236ba3;
    position: absolute; z-index:100;
}
.rwd-line {
    display: inline;
}
.flex-change {
    flex-direction: column;
}
@media screen and (min-width: 1180px) {
    .rwd-line {
        display: block;
    }
    .flex-change {
        flex-direction: row;
    }
}
.contact-key{
    min-width: 80px; 
    display: inline-block;
}
@media(max-width:776px) {
    .contact-key{
        min-width: auto; 
    }
}
.headline-main{
    font-size: 23px;
    text-shadow: 1px 1px 4px #808080;
}
@media(max-width:776px) {
    .headline-main{
        font-size: 17px;
    }
}
@media(min-width:776px) {
    .card-title {
        min-height: 88px;
    }
}
.logo-img {
    max-height: 90px;
}

.card {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 0px;
    display: inline-block;
}

.card-img-top {
    border-radius: 0;
}

.shadow-effect {
    box-shadow: 3px 3px 10px 0px rgba(20,20,20,0.5);
}

.text-over-img {
    position: absolute;
    top: 83px;
    left: 0px;
    transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
    text-align: center;
    width: 100%;
    font-size : 49px;
    color: #ffffff;
    font-weight: bold;
    z-index: 9999;
    text-shadow: 0 0 3px #000;
}
@media(max-width:991px) {
    .text-over-img {
        top: 20vw;
        font-size : 10vw;
    }
}