﻿div.kcph-block-fullPageTeaser {
    width:100%;
    height:100%;
    height: 100vh;
    position: relative;
    margin-bottom:30px;
}
div.kcph-block-fullPageTeaser div.image {
    width:100%;
    height:100%;
    background-position: center center;
    background-size: cover !important;
}
div.kcph-block-fullPageTeaser div.overlay {
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.5);
    position:absolute;
    top:0;
    left:0;
}
div.kcph-block-fullPageTeaser div.content {
    position: absolute;
    width:100%;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}
div.kcph-block-fullPageTeaser div.content.white { color: white; }
div.kcph-block-fullPageTeaser div.content.black { color: black; }

div.kcph-block-fullPageTeaser div.content a.content {
    color: inherit;
    text-align: center;
}
div.kcph-block-fullPageTeaser div.content h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 30px;
}
div.kcph-block-fullPageTeaser div.content h1 {
    font-size: 65px;
    max-width:80%;
    margin:0 auto;
    line-height:90%;
}
div.kcph-block-fullPageTeaser div.content h1.mobile, div.kcph-block-fullPageTeaser div.content h2.mobile, div.kcph-block-fullPageTeaser div.content a.mobile {
    display:none;
}
div.kcph-block-fullPageTeaser div.content a.button {
    width: auto;
    margin-top: 30px;
    padding:15px 50px 15px 50px;
    border-style: solid;
    border-width: 1px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    z-index: 101;
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

div.kcph-block-fullPageTeaser div.content.white a.button { color: black; background-color: white; border-color: rgba(255, 255, 255, 0.5); }
div.kcph-block-fullPageTeaser div.content.black a.button { color: white; background-color: black; border-color: rgba(0, 0, 0, 0.5); }
div.kcph-block-fullPageTeaser div.content a.button:hover { -webkit-transform: scale(1.2); transform: scale(1.2);}
/*div.kcph-block-fullPageTeaser div.content.black a.button:hover { color: black; background-color:white; border-color: black; border-color: rgba(0, 0, 0, 0.5);}*/




@media (max-width:329px) {
  /*Small Phone*/
    div.kcph-block-fullPageTeaser div.content h1.desktop, div.kcph-block-fullPageTeaser div.content h2.desktop, div.kcph-block-fullPageTeaser div.content a.desktop { display:none; }
    div.kcph-block-fullPageTeaser div.content h1.mobile, div.kcph-block-fullPageTeaser div.content h2.mobile, div.kcph-block-fullPageTeaser div.content a.mobile { display:block; }
    div.kcph-block-fullPageTeaser div.content h2 {
        margin-bottom: 30px;
        font-size: 12px;
    }
    div.kcph-block-fullPageTeaser div.content h1 {
        font-size: 26px;
    }
    div.kcph-block-fullPageTeaser div.content a.button {
        margin-top: 20px;
        padding:10px 25px 10px 25px;
    }
}

@media (min-width:330px) and (max-width:599px) {
  /*Phone*/
    div.kcph-block-fullPageTeaser div.content h1.desktop, div.kcph-block-fullPageTeaser div.content h2.desktop, div.kcph-block-fullPageTeaser div.content a.desktop { display:none; }
    div.kcph-block-fullPageTeaser div.content h1.mobile, div.kcph-block-fullPageTeaser div.content h2.mobile, div.kcph-block-fullPageTeaser div.content a.mobile { display:block; }
    div.kcph-block-fullPageTeaser div.content h2 {
        margin-bottom: 30px;
        font-size: 12px;
    }
    div.kcph-block-fullPageTeaser div.content h1 {
        font-size: 26px;
    }
    div.kcph-block-fullPageTeaser div.content a.button {
        margin-top: 20px;
        padding:10px 25px 10px 25px;
    }
}

@media (max-width:899px) and (orientation: landscape) {
  /*Phone landscape*/
    div.kcph-block-fullPageTeaser div.content h1.desktop, div.kcph-block-fullPageTeaser div.content h2.desktop, div.kcph-block-fullPageTeaser div.content a.desktop { display:none; }
    div.kcph-block-fullPageTeaser div.content h1.mobile, div.kcph-block-fullPageTeaser div.content h2.mobile, div.kcph-block-fullPageTeaser div.content a.mobile { display:block; }
    div.kcph-block-fullPageTeaser div.content h2 {
        margin-bottom: 30px;
        font-size: 12px;
    }
    div.kcph-block-fullPageTeaser div.content h1 {
        font-size: 26px;
    }
    div.kcph-block-fullPageTeaser div.content a.button {
        margin-top: 20px;
        padding:10px 25px 10px 25px;
    }
}

@media (min-width:600px) and (max-width:899px) and (orientation: portrait) {
  /*Tablet Portrait*/
    div.kcph-block-fullPageTeaser div.content h1.desktop, div.kcph-block-fullPageTeaser div.content h2.desktop, div.kcph-block-fullPageTeaser div.content a.desktop { display:none; }
    div.kcph-block-fullPageTeaser div.content h1.mobile, div.kcph-block-fullPageTeaser div.content h2.mobile, div.kcph-block-fullPageTeaser div.content a.mobile { display:block; }
    div.kcph-block-fullPageTeaser div.content h2 {
        margin-bottom: 30px;
        font-size: 13px;
    }
    div.kcph-block-fullPageTeaser div.content h1 {
        font-size: 34px;
    }
}

@media (min-width:900px) and (max-width:1199px) and (orientation: landscape) {
  /*Tablet Landscape*/
    div.kcph-block-fullPageTeaser div.content h2 {
        margin-bottom: 30px;
        font-size: 13px;
    }
    div.kcph-block-fullPageTeaser div.content h1 {
        font-size: 34px;
    }
}

@media (min-width:800px) and (max-width:850px) and (orientation: portrait) {
  /*iPad Pro 10,5" Portrait*/
}

@media (min-width:1020px) and (max-width:1040px) and (orientation: portrait) {
  /*iPad Pro 12,9" Portrait*/
}