@font-face {
    font-family: 'topsock';
    src: url('../fonts/news_junkie-webfont.woff2') format('woff2'),
         url('../fonts/news_junkie-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.vPadding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bgGreen {
    background-color:#d0f5cc;
    color:#059ca6;
}

.bgPink {
    background-color: #f4adaf;
    color: #ffffff;
}

.bgBlue {
    background-color: #059ca6;
    color: #ffffff;
}

.bgLightblue {
    color: #059ca6;
    background-color: #f3fbfd;    
}

.folie {
    height: 600px;
    position: relative;
}

.bg-image {   
    height: 100%;
    width: 100%;
    positon: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.bigstage {
    position: absolute; 
    color: #ffffff;
    z-index: 40; 
    top: 100px; 
    left: 0;
    right: 0;
}

footer {
    background-color: #6b7e81;
    padding: 20px 10px;
    color: #ffffff;
    text-align: center;
}

footer a, footer a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

h1, h2, h3, h4 {
    font-family: topsock, Arial, sans-serif;   
}

.h1, h1 {
    font-size: 44px;
}

.h2, h2 {
    font-size: 44px;
}

.h3, h3 {
    font-size: 33px;
}

.h4, h4 {
    font-size: 25px;
}

.productimage {
    position: absolute; 
    z-index: 20;
    right: calc(20vw);
    top: 100px;
}

.hoverable:hover {
    cursor: pointer;
}

.button {
    display: inline-block;
    border-radius: 30px;
    background-color: #e68f92;
    padding: 15px 20px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 20px;
}

.button:hover, .button:focus, .button:active {
    background-color: #f4b2b4;
    color: #ffffff;
    text-decoration: none;
}

.bgPink .button {
    display: inline-block;
    border-radius: 30px;
    background-color: #ffffff;
    padding: 15px 20px;
    color: #e68f92;
    font-weight: bold;
    margin-top: 20px;
}

.bgPink .button:hover, .bgPink .button:focus, .bgPink .button:active {
    background-color: #fce5e6;
    color: #e68f92;
    text-decoration: none;
}

.quote {
    font-size: 28px;
    padding-top: 70px;
}

.img-full {
    max-width: 100%;
    height: auto;
}

.modal {
    color: #059ca6;
}

.modal td, .modal th {
    padding: 10px;
    border: 1px solid #ccc;
}

.text-right {
    text-align: right;
}

@media(max-width: 991px){

.folie {
    height: 1000px;
    position: relative;
}
    .text-center-sm {
    text-align: center;
    }
}

@media(max-width: 767px){

.folie {
    height: 800px;
    position: relative;
}