<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*globlas*/
.clrBth{clear: both; font-size: 0; line-height: 0;}
.clrLft{clear: left; font-size: 0; line-height: 0;}
.clrRgt{clear: right; font-size: 0; line-height: 0;}

.fltLft{float: left;}
.fltRgt{float: right;}

.pdgBot05{padding-bottom: 0.5em;}
.pdgTop05{padding-top: 0.5em;}
.pdgTop2{padding-top: 2em;}
.pdgBot2{padding-bottom: 2em;}

.wsNwrp{white-space: nowrap;}
.versalien{text-transform: uppercase;}
.letsp01em{letter-spacing: 0.1em;}

.gi-2x{font-size: 2em;}

a, img a{text-decoration: none; border:0;}
a {color: #0e90d2;}
a:hover {color: #2D2D2D; text-decoration: none; transition: all 0.15s ease-in-out 0s;}

.hideXXS{
    display: block;
}
.showXXSonly{
    display: none;
}

.section{
    padding-top: 80px;
}

.section h1{
    font-style: italic;
    font-weight: 600;
    color: #31447A;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 2em;
    font-size: 2.6em;
    line-height: 1.2em;
}

.section p{
    font-size: 1.3em;
    color: #2D2D2D;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 6em;
}

.section p a{color: #0e90d2}

body{
    font-family: 'Nunito Sans', sans-serif;
    background-color: #272727;
}


.pageWrp{
    margin: 0 auto;
    max-width: 1596px;
}

/*NAVI*/
.tpcNavi .navbar{
    height: 80px;
    opacity: 0.8;
    background-color: #000;
    border: none;
}

.tpcNavi .tpcNaviLinkWrp{
    max-width: 992px;
}


.navbar&gt;.container .navbar-brand, .navbar&gt;.container-fluid .navbar-brand{
    height: 80px;
}
.navbar-inverse .navbar-nav&gt;.active&gt;a, .navbar-inverse .navbar-nav&gt;.active&gt;a:focus, .navbar-inverse .navbar-nav&gt;.active&gt;a:hover{
    height: 80px;
}
.navbar-nav&gt;li&gt;a{
    line-height: 50px;
    font-style: italic;
    text-transform: uppercase;

}

.navbar-inverse .navbar-nav&gt;li&gt;a{color: #FFF;}

.tpcNavi .navbar-brand img{
    max-height: 50px;
}

.navbar-inverse .navbar-nav&gt;.active&gt;a, .navbar-inverse .navbar-nav&gt;.active&gt;a:focus, .navbar-inverse .navbar-nav&gt;.active&gt;a:hover{
    background-color: #000;
    color: #0e90d2;
}

.tpcNavi .shrink{
    height: 0.5em;
    background-color: #000;
    opacity: 1;
    box-shadow: 0 2px 10px #000;
    min-height: 50px;
}

.tpcNavi .shrink .navbar-brand {margin-top: -3px; max-height: 60px}
.tpcNavi .shrink .navbar-brand img{height: 40px}
.tpcNavi .shrink a{padding-top: 0.2em; padding-bottom: 0.2em; height: 50px !important; background-color: transparent !important;}



/* SLIDER */
.sliderWrp{
    z-index: 1;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}


/*SLIDER CLAIM*/
.headClaim{
    position: absolute;
    width: 90%;
    text-align: center;
    top:200px;
    z-index: 5;
    color: #FFF;
    text-shadow: 2px 2px 6px #000;
    opacity: 0.9;

    /* js slider 8000ms timeout per image - 8*3 = 24 */
    -webkit-animation: titleAnimation 24s linear infinite 0s;
    -moz-animation: titleAnimation 24s linear infinite 0s;
    -o-animation: titleAnimation 24s linear infinite 0s;
    -ms-animation: titleAnimation 24s linear infinite 0s;
    animation: titleAnimation 24s linear infinite 0s;
}

@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    5% {
        opacity: 0.85;
        -webkit-transform: scale(1);
    }
}


.headClaim h3.fatFont{
    font-family: 'Bitter', serif;
    font-size: 18em;
    font-style: normal;
    margin-left: -100px;
}

.headClaim h3.smallerFont{
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-left: 100px;
}


.headClaim h3.smallerFontTop{
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
    font-size: 1.4em;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-left: 80px;
}

.smallseparator{
    font-size: 14px;
}

/*ARROW DIVIDER*/
.arrowWrp{
    position: relative;
    margin-top: -40px;
    z-index: 2;
}
.arrowWrp img{
    width: 100%;
}


/*LEISTUNGEN*/
.tpc_leistungen{
    background-color: #FFF;
    padding-bottom: 100px;
}

.colorBlock{
    float: left;
    width: 25%;
    text-align: center;
    color: #FFF;
    padding-top: 80px;
}

.colorBlock.color1{background-color: #FF1980;}
.colorBlock.color2{background-color: #FFB219;}
.colorBlock.color3{background-color: #20A798;}
.colorBlock.color4{background-color: #197EFF;}

.colorBlock .iconWrp{
    text-align: center;
}

.colorBlock .iconWrp img{
    width: 100%;
    height: auto;
    max-width: 300px;
    padding: 0 80px;
}

.colorBlock h2{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.3em;
    font-size: 1.8em;
    padding: 1.5em 15px 1em 15px;
}

.colorBlock .textWrp{
    max-height: 140px;
    padding: 0 15px;
}

.colorBlock .textWrp ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    line-height: 1.1em;
}
.colorBlock .textWrp ul li{
    padding-bottom: 0.5em;
}

.colorBlock .gradientCover{
    padding-top: 5em;
    position: relative;
    z-index: 5;
}

.colorBlock .gradientCover.color1{
    background: -moz-linear-gradient(top, rgba(255,25,128,0) 0%, rgba(255,25,128,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,25,128,0) 0%,rgba(255,25,128,1) 100%);
    background: linear-gradient(to bottom, rgba(255,25,128,0) 0%,rgba(255,25,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF1980', endColorstr='#FF1980',GradientType=0 );
}

.colorBlock .gradientCover.color2{
    background: -moz-linear-gradient(top, rgba(255,178,25,0) 0%, rgba(255,178,25,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,178,25,0) 0%,rgba(255,178,25,1) 100%);
    background: linear-gradient(to bottom, rgba(255,178,25,0) 0%,rgba(255,178,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB219', endColorstr='#FFB219',GradientType=0 );
}

.colorBlock .gradientCover.color3{
    background: -moz-linear-gradient(top, rgba(32,167,152,0) 0%, rgba(32,167,152,1) 100%);
    background: -webkit-linear-gradient(top, rgba(32,167,152,0) 0%,rgba(32,167,152,1) 100%);
    background: linear-gradient(to bottom, rgba(32,167,152,0) 0%,rgba(32,167,152,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20A798', endColorstr='#20A798',GradientType=0 );
}

.colorBlock .gradientCover.color4{
    background: -moz-linear-gradient(top, rgba(25,126,255,0) 0%, rgba(25,126,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(25,126,255,0) 0%,rgba(25,126,255,1) 100%);
    background: linear-gradient(to bottom, rgba(25,126,255,0) 0%,rgba(25,126,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#197EFF', endColorstr='#197EFF',GradientType=0 );
}

.colorBlock .handlerWrp{
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative;
    z-index: 5;
}

.colorBlock .handlerWrp.color1{background-color: #FF1980;}
.colorBlock .handlerWrp.color2{background-color: #FFB219;}
.colorBlock .handlerWrp.color3{background-color: #20A798;}
.colorBlock .handlerWrp.color4{background-color: #197EFF;}

.colorBlock .handlerWrp.butopen{display: block;}
.colorBlock .handlerWrp.butclose{display: none;}

/*COLOR DIVIDER*/

.colordivider{
    background-color: #FFF;
}

.colorBlockSml{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    height: 20px;
}

.colorBlockSml.color1{background-color: #FF1980;}
.colorBlockSml.color2{background-color: #FFB219;}
.colorBlockSml.color3{background-color: #20A798;}
.colorBlockSml.color4{background-color: #197EFF;}


/*SHOWCASES*/
.tpc_showcases_text, .tpc_showcases{
    background-color: #FFF;
}
.tpc_showcases_filter_wrp{
    margin: 1.2em 0;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.tpc_showcases_filter_wrp ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.tpc_showcases_filter_wrp ul li{
    display: inline-flex;
}

.tpc_showcases_matrix_wrp{

    /*background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 44%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 44%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 44%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );*/

    background-color: #FFF;
}

.tpc_showcases_matrix_wrp h4{
    font-size: 0.8em;
    line-height: 1em;
    text-transform: uppercase;
    color: #197EFF;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 5px;
    border-bottom: 1px solid #197EFF;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 15px;
}


.tpc_showcases_matrix_wrp .hovertext{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 20px 15px 0 15px;
    font-size: 1.2em;
    line-height: 2em;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background-color: #000;
    opacity: 0.6;
}

.tpc_showcases_matrix_wrp.mobilesize .hovertext{
    font-size: 1.6em;
}

.allShowcases{
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 60px 0;
}

/* ---- showcases : ISOTOPE BUTTONS ---- */

.button {
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 10px;

    border: 1px solid #FFF;
    background-color: #FFF !important;
    color: #2D2D2D;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em;
    text-shadow: none;
    cursor: pointer;
}

.button:hover {
    background-color: #FFF;
    color: #0e90d2;
}

.button:active,
.button.is-checked {
    background-color: #FFF;
    color: #0e90d2;
}

.button.is-checked {
    color: #0e90d2;
}

.button:active, .button:focus {
    box-shadow: none;
    outline-color: transparent;
    outline-style: none;
}



/* ---- showcases : ISOTOPE ELEMENTS ---- */

.grid-sizer{
    width: 25%;
}
.grid-item {
    float: left;
    width: 25%;
    height: auto;
    margin: 0;
    padding: 0;
}

.grid-item img{width: 100%; height: auto;}

.grid-item .name {
    position: absolute;
    left: 0;
    top: 0;
}



/*FEEDBACK*/
.tpc_feedback{
    background-color: #EEE;
    padding-bottom: 15em;
    padding-top: 13em;
}

.tpc_feedback .carousel-control{
    color: #2D2D2D;
    text-shadow: none;
}

.tpc_feedback .carousel-control.right, .tpc_feedback .carousel-control.left{
    background-image: none;
    z-index: 5;
}

.tpc_feedback .carousel-inner p{
    margin: 0;
    font-style: italic;
    color: #31447A;
    font-size: 1.6em;
    text-align: center;
}

.tpc_feedback .carousel-inner p.feedback_name{
    color: #A5A5A5;
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    line-height: 1.4em;
    padding-top: 0.5em;
}


.tpc_feedback .carousel-inner p.feedback_text{
    min-height: 8em;
}

.tpc_feedback .carousel-indicators{
    color: #000;
    bottom: -60px;
}
.carousel-indicators li{
    display: inline-block;
    width: 15px;
    height: 3px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #CCC\9;
    background-color: #CCC;
    border: 1px solid #CCC;
    border-radius: 0;
}

.carousel-indicators .active{
    display: inline-block;
    width: 15px;
    height: 3px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #31447A\9;
    background-color: #31447A;
    border: 1px solid #31447A;
    border-radius: 0;
}


/*KONTAKT*/
.tpc_kontakt{
    background: rgba(0,110,103,1);
    background: -moz-linear-gradient(left, rgba(0,110,103,1) 0%, rgba(0,33,89,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,110,103,1)), color-stop(100%, rgba(0,33,89,1)));
    background: -webkit-linear-gradient(left, rgba(0,110,103,1) 0%, rgba(0,33,89,1) 100%);
    background: -o-linear-gradient(left, rgba(0,110,103,1) 0%, rgba(0,33,89,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,110,103,1) 0%, rgba(0,33,89,1) 100%);
    background: linear-gradient(to right, rgba(0,110,103,1) 0%, rgba(0,33,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e67', endColorstr='#002159', GradientType=1 );
    color: #FFF;
    padding-bottom: 8em;
}

.tpc_kontakt h1{
    color: #FFF;
}

.tpc_kontakt h3{
    color: #FFF;
    font-size: 1.6em;
    line-height: 1.4em;
    text-align: center;
    font-weight: 300;
}

.tpc_kontakt .kontaktButWrp{
    padding: 8em 0 5em 0;
    text-align: center;
}

.tpc_kontakt .kontaktButWrp a{
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.6em;
    font-style: italic;
    border: 2px solid #FFF;
    padding: 1em 5em;
    border-radius: 10px;
}

.tpc_kontakt .kontaktButWrp a:hover, .tpc_kontakt .kontaktButWrp a:active, .tpc_kontakt .kontaktButWrp a:focus{
    background-color: #006E67;
    text-decoration: none;
}

/*TEAM*/
.tpc_team{
    background-color: transparent;
    background-image: url("../images/thepowercompany_team.jpg");
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tpc_team_mobile img{
    width: 100%;
    height: auto;
}


/*IMPRINT - INFO AREA*/
.tpc_imprint{
    background-color: #222;
    color: #F9F9F9;
}
.tpc_imprint p{color: #F9F9F9;}
.imprintLinks{
    float: right;
    text-align: right;
}
.imprintLinks a:hover{
    color: #F9F9F9;
}

.tpc_imprint p.grey, .tpc_imprint p.grey a{color: #666; text-transform: uppercase; font-size: 0.9em;}
.tpc_imprint p.grey a:hover{color: #888}


.tpc_imprint a.whiteLink{color: #FFF;}
.tpc_imprint a.whiteLink:hover{color: #0e90d2;}

.tpc_imprint h3.compname{
    color: #F9F9F9;
    text-transform: uppercase;
    font-size: 1.4em;
    padding-bottom: 1em;
    font-weight: 600;
}


/*COPYRIGHTBAR*/
.tpc_copy{
    background-color: #000;
    color: #F9F9F9;
    text-align: center;
    padding: 8em 0 1em 0;
}

.tpc_copy a:hover{
    color: #0A6492;
}


/*STATIC PAGES - IMPRINT, AGB, DATENSCHUTZ*/
.section.staticContent{
    background-color: #FFF;
}

.staticHeaderImg img{
    width: 100%;
    height: auto;
}



/*TO TOP*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    z-index: 10;
    bottom: 10px;
    right: 10px;
    display:none;
    color: #fff;
    background-color: #0e90d2;
    border: none;
    opacity: 0.8;
}
.back-to-top:hover, .back-to-top:active, .back-to-top:focus{background-color: #272727; color: #FFF}

.tooltip.left .tooltip-arrow{border-left-color: transparent;}


/*SIDEBAR ICONS*/
.sidebariconsWrp{
    position: fixed;
    z-index: 100;
    right: 0;
    top:300px;
    width: 90px;
}

.sidebariconSingle{
    border: 2px solid #FFF;
    border-radius: 10px 0 0 10px;
    border-right: none;
    margin-bottom: 10px;

    background: url("../images/tpc_sbicon_bg_20.png") repeat;
}

.sidebariconSingle img{
    padding-left: 5px;
}


/* ############################# scroll trigger css ############################# */

.fromTopIn {
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -moz-transition: transform 1s ease, opacity 1s ease, -moz-transform 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease, -o-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.fromBottomIn, .fromTopOut {
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -moz-transition: transform 1s ease, opacity 1s ease, -moz-transform 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease, -o-transform 1s ease
}

.fromTopOut {
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0
}

.fromBottomIn {
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.fromBottomOut, .fromLeftIn {
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -moz-transition: transform 1s ease, opacity 1s ease, -moz-transform 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease, -o-transform 1s ease
}

.fromBottomOut {
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0
}

.fromLeftIn {
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.fromLeftOut, .fromRightIn {
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -moz-transition: transform 1s ease, opacity 1s ease, -moz-transform 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease, -o-transform 1s ease
}

.fromLeftOut {
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    -webkit-transform: translate(-10px, 0);
    -moz-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    opacity: 0
}

.fromRightIn {
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.fromRightOut, .scaleUpIn {
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -moz-transition: transform 1s ease, opacity 1s ease, -moz-transform 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease, -o-transform 1s ease
}

.fromRightOut {
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
    opacity: 0
}

.scaleUpIn {
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}

.scaleDownIn, .scaleUpOut {
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -moz-transition: transform 1s ease, opacity 1s ease, -moz-transform 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease, -o-transform 1s ease
}

.scaleUpOut {
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    opacity: 0
}

.scaleDownIn {
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}

.scaleDownOut {
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -moz-transition: transform 1s ease, opacity 1s ease, -moz-transform 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease, -o-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    -webkit-transform: scale(.7, .7);
    -moz-transform: scale(.7, .7);
    -ms-transform: scale(.7, .7);
    -o-transform: scale(.7, .7);
    transform: scale(.7, .7);
    opacity: 0
}

/* ############################# END : scroll trigger css ############################# */



/*MEDIA QUERIES*/

@media (max-width: 1200px) {
    .grid-sizer{
        width: 33.33333%;
    }
    .grid-item {
        width: 33.33333%;
    }


    .headClaim{top:130px;}

    .headClaim h3.fatFont{
        font-size: 14em;
    }

    .sidebariconsWrp{
        top:200px;
    }

    .sidebariconSingle img{
        padding-left: 5px;
        max-width: 55px;
        height: auto;
    }

}


@media (max-width: 991px) {
    .nav &gt; li &gt; a{
        padding: 10px 10px;
    }

    .carousel-control{
        width: 10%;
    }

    .headClaim{top:110px;}

    .headClaim h3.fatFont{
        font-size: 10em;
    }

    .headClaim h3.smallerFont{
        font-size: 2em;
    }

    .headClaim h3.smallerFontTop{
        font-size: 1.2em;
    }

    .sidebariconsWrp{
        top:150px;
        right: -30px !important;
    }

    .sidebariconSingle{
        border-radius: 5px;
    }

    .sidebariconSingle img{
        padding-left: 5px;
        max-width: 45px;
        height: auto;
    }

}

@media (max-width: 767px) {

    .tpcNavi{
        height: 0.5em;
        background-color: #000;
        opacity: 1;
        box-shadow: 0 2px 10px #000;
        min-height: 50px;
    }
    .tpcNavi .navbar{
        height: 50px;
        background-color: #000;
        opacity: 1;
        box-shadow: 0 2px 10px #000;
    }

    .tpcNavi .navbar-brand {margin-top: -3px; max-height: 60px}
    .tpcNavi .navbar-brand img{height: 40px}
    .tpcNavi a{padding-top: 0.2em; padding-bottom: 0.2em; height: 50px !important; background-color: transparent !important;}

    .tpcNavi .navbar-collapse{
        background-color: #272727;
        box-shadow: 0 2px 10px #000;
    }

    .headClaim{
        top:100px;
        animation: none;
    }
    .headClaim h3.fatFont{
        font-size: 8em;
    }
    .headClaim h3.smallerFont{
        font-size: 2em;
    }

    .headClaim h3.smallerFontTop{
        font-size: 1em;
    }

    .arrowWrp{display: none;}

    .colorBlock{
        width: 50%;
        padding-top: 40px;
        height: 600px !important;
    }

    .colorBlock h2{
        padding: 0.5em 15px 0.5em 15px;
    }

    .colorBlock .gradientCover, .colorBlock .handlerWrp{display: none !important;}

    .colorBlock .textWrp ul li {
        padding-bottom: 0.5em;
        display: inline;
        padding-right: 1em;
        line-height: 1.5em;
        font-size: 1.1em;
    }

    .colorBlock .textWrp ul li:after{
        content: ", ";
    }
    .colorBlock .textWrp ul li:last-child:after{
        content: "";
    }

    .tpc_showcases .button{
        margin: 0;
        padding: 0;
    }

    .grid-sizer{
        width: 50%;
    }
    .grid-item {
        width: 50%;
    }

    .tpc_feedback .carousel-inner p{
        font-size: 1.2em;
    }

    .tpc_feedback .carousel-inner p.feedback_text{
        padding-left: 80px;
        padding-right: 80px;
    }

    .carousel-control{
        width: 2%;
    }

    .sidebariconsWrp{
        top:100px;
        right: -35px !important;
    }

    .sidebariconSingle{
        border: 1px solid #FFF;
        margin-bottom: 20px;
    }

    .sidebariconSingle img{
        padding-left: 5px;
        max-width: 45px;
        height: auto;
    }

}

@media (max-width: 575px) {

    .smlNoPad{padding-left: 0; padding-right: 0;}

    .headClaim{
        top:80px;
        animation: none;
    }
    .headClaim h3.fatFont{
        font-size: 6em;
        margin-left: 20px;
    }
    .headClaim h3.smallerFont{
        font-size: 1.4em;
        margin-left: 20px;
    }

    .headClaim h3.smallerFontTop{
        font-size: 1em;
        margin-left: 20px;
        line-height: 1.2em;
        letter-spacing: normal;
    }

    .section h1{
        text-align: left;
        margin-bottom: 1em;
        font-size: 1.8em;
        line-height: 1.2em;
        padding-left: 15px;
    }

    .section p{
        font-size: 1.1em;
        line-height: 1.6em;
    }


    .colorBlock{
        width: 100%;
        padding-top: 40px;
        height: 720px !important;
    }


    .tpc_showcases .button{
        font-size: 0.8em;
        font-weight: 600;
    }

    .grid-sizer{
        width: 100%;
    }
    .grid-item {
        width: 100%;
    }

    .tpc_feedback .carousel-inner p{
        font-size: 1em;
        padding-right: 15px;
    }

    .tpc_feedback .carousel-control{
        display: none;
    }

    .tpc_feedback .carousel-inner p.feedback_text{
        padding-left: 0;
        padding-right: 0;
    }

    .tpc_kontakt h1{
        text-align: center;
    }
    .tpc_kontakt h3{
        font-size: 1.3em;
    }

    .tpc_kontakt .kontaktButWrp a{
        font-size: 1.4em;
        border: 2px solid #FFF;
        padding: 1em 2.6em;
        border-radius: 10px;
    }

    .imprintLinks{
        float: none;
        width: 100%;
        margin-top: 2em;
        text-align: left;
    }

    .imprintText{
        float: none;
        width: 100%;
    }

    .hideXXS{
        display: none;
    }
    .showXXSonly{
        display: block;
    }

    /*COPYRIGHTBAR*/
    .tpc_copy{
        padding: 1.4em 1em 1em 1em;
    }

    /*STATIC PAGES*/
    .section.staticContent h1{
        padding-left: 0;
    }
}

@media (max-width: 400px) {
    .tpc_showcases .button{
       letter-spacing: 0;
        font-size: 0.7em;
    }

    .headClaim{
        top:50px;
        animation: none;
    }
    .headClaim h3.fatFont{
        font-size: 4.6em;
        margin-left: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .headClaim h3.smallerFont{
        font-size: 1.4em;
        margin-left: 20px;
    }

    .headClaim h3.smallerFontTop{
        font-size: 1em;
        margin-left: 20px;
        line-height: 1.2em;
        letter-spacing: normal;
    }
}






/*KLARo COOKIE BANNER*/

.klaro .cookie-modal, .klaro .cookie-notice {
    /* The switch - the box around the slider */
    font-size: 14px;
    font-family: 'Overpass', sans-serif;
}

.klaro .cookie-modal .switch, .klaro .cookie-notice .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
}

.klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider, .klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
    background-color: #0e90d2;
}

.klaro .cookie-modal .cm-app-input.required:checked + .cm-app-label .slider, .klaro .cookie-notice .cm-app-input.required:checked + .cm-app-label .slider {
    opacity: 0.8;
    background-color: #797977;
    cursor: not-allowed;
}

.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal .cm-app-input, .klaro .cookie-notice .cm-app-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 50px;
    height: 30px;
}

.klaro .cookie-modal .cm-app-label, .klaro .cookie-notice .cm-app-label {
    /* The slider */
    /* Rounded sliders */
}

.klaro .cookie-modal .cm-app-label .slider, .klaro .cookie-notice .cm-app-label .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: 50px;
    display: inline-block;
}

.klaro .cookie-modal .cm-app-label .slider:before, .klaro .cookie-notice .cm-app-label .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.klaro .cookie-modal .cm-app-label .slider.round, .klaro .cookie-notice .cm-app-label .slider.round {
    border-radius: 30px;
}

.klaro .cookie-modal .cm-app-label .slider.round:before, .klaro .cookie-notice .cm-app-label .slider.round:before {
    border-radius: 50%;
}

.klaro .cookie-modal .cm-app-label input:focus + .slider, .klaro .cookie-notice .cm-app-label input:focus + .slider {
    box-shadow: 0 0 1px #0e90d2;
}

.klaro .cookie-modal .cm-app-label input:checked + .slider:before, .klaro .cookie-notice .cm-app-label input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.klaro .cookie-modal .cm-app-input:focus + .cm-app-label .slider, .klaro .cookie-notice .cm-app-input:focus + .cm-app-label .slider {
    box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider:before, .klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal a, .klaro .cookie-notice a {
    color: #0e90d2;
    text-decoration: none;
}

.klaro .cookie-modal p, .klaro .cookie-modal strong, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .cookie-notice p, .klaro .cookie-notice strong, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
    font-family: inherit;
    /*color: #eee;*/
    color: #2C2E34;
}

.klaro .cookie-modal p, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .cookie-notice p, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 0.7em;
}

.klaro .cookie-modal .cm-link, .klaro .cookie-notice .cm-link {
    padding-left: 4px;
    vertical-align: middle;
}

.klaro .cookie-modal .cm-btn, .klaro .cookie-notice .cm-btn {
    background: #555;
    color: #eee;
    border-radius: 3px;
    padding: 6px 20px;
    margin-right: 0.5em;
    border: 0;
}

.klaro .cookie-modal .cm-btn:disabled, .klaro .cookie-notice .cm-btn:disabled {
    opacity: 0.5;
}

.klaro .cookie-modal .cm-btn.cm-btn-sm, .klaro .cookie-notice .cm-btn.cm-btn-sm {
    padding: 6px 20px;
    font-size: 1em;
}

.klaro .cookie-modal .cm-btn.cm-btn-close, .klaro .cookie-notice .cm-btn.cm-btn-close {
    background: #eee;
    color: #000;
}

.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
    background: #0e90d2;
}

.klaro .cookie-modal .cm-btn.cm-btn-info, .klaro .cookie-notice .cm-btn.cm-btn-info {
    background: #0e90d2;
}

.klaro .cookie-modal .cm-btn.cm-btn-right, .klaro .cookie-notice .cm-btn.cm-btn-right {
    float: right;
    margin-left: 0.5em;
    margin-right: 0;
}

.klaro .cookie-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1000;
}

.klaro .cookie-modal .cm-bg {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.klaro .cookie-modal .cm-modal {
    z-index: 1001;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-height: 98%;
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    overflow: auto;
    background: #FFF;
    color: #2C2E34;
    padding: 15px;
}

@media (min-width: 1024px) {
    .klaro .cookie-modal .cm-modal {
        border-radius: 4px;
        position: relative;
        margin: 0 auto;
        max-width: 640px;
        height: auto;
        width: auto;
    }
}

.klaro .cookie-modal .cm-modal .hide {
    border: none;
    background: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.klaro .cookie-modal .cm-modal .hide svg {
    stroke: #eee;
}

.klaro .cookie-modal .cm-modal .cm-footer {
    padding: 1em;
    border-top: 1px solid #ccc;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons::before, .klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
    content: " ";
    display: table;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
    clear: both;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
    font-size: 0.8em;
    padding-top: 4px;
    text-align: center;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
    color: #999;
}

.klaro .cookie-modal .cm-modal .cm-header {
    padding: 1em;
    padding-right: 24px;
    border-bottom: 1px solid #CCC;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
    margin: 0;
    font-size: 2em;
    display: block;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
    padding-right: 20px;
    margin-bottom: 10px;
}


.klaro .cookie-modal .cm-modal .cm-body {
    padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul {
    display: block;
}

.klaro .cookie-modal .cm-modal .cm-body span {
    display: inline-block;
    width: auto;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps {
    padding: 0;
    margin: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
    position: relative;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 60px;
    min-height: 40px;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
    margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
    position: absolute;
    left: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
    margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
    font-size: 0.8em;
    color: #999;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
    border-top: 1px solid #555;
    padding-top: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
    font-weight: 600;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out, .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
    padding-left: 0.2em;
    font-size: 0.8em;
    color: #999;
}

.klaro .cookie-notice {
    background: #222;
    color: #FFF;
    z-index: 1999 !important;
    position: fixed;
    width: 80%;
    bottom: 70px;
    right: 10%;
    padding: 15px;
}

a.cm-link.cm-learn-more{white-space: nowrap;}

@media (min-width: 990px) {
    .klaro .cookie-notice {
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
        border-radius: 0;
        position: fixed;
        bottom: 70px;
        right: 20%;
        width: 60%;
        padding: 15px;
    }
}

@media (max-width: 989px) {
    .klaro .cookie-notice {
        /*border: none;
        border-radius: 0;*/
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
        width: 80%;
        bottom: 70px;
        right: 10%;
        padding: 15px;
    }
}

@media (max-width: 630px) {
    a.cm-link.cm-learn-more{white-space: nowrap; display: block; margin-top: 10px;}
}



@media (max-width: 399px) {
    .klaro .cookie-notice {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
        width: 90%;
        bottom: 70px;
        right: 5%;
        padding: 5px;
    }
}


.klaro .cookie-notice .cn-body {
    margin-bottom: 0;
    margin-right: 0;
    bottom: 0;
    padding: 1em;
    padding-top: 0;
}

.klaro .cookie-notice .cn-body p {
    margin-bottom: 0.5em;
    text-align: center;
    color: #FFF;
}

.klaro .cookie-notice .cn-body p.cn-changes {
    text-decoration: underline;
}

.klaro .cookie-notice .cn-body .cn-learn-more {
    display: inline-block;
}

.klaro .cookie-notice .cn-body p.cn-ok {
    padding-top: 0.5em;
    margin: 0;
}

.klaro .cookie-notice-hidden {
    display: none !important;
}

/* nunito-sans-300 - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/nunito-sans-v5-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Nunito Sans Light'), local('NunitoSans-Light'),
    url('../fonts/nunito-sans-v5-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-sans-v5-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-sans-v5-latin-300.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-regular - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-sans-v5-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Nunito Sans Regular'), local('NunitoSans-Regular'),
    url('../fonts/nunito-sans-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-sans-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-sans-v5-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-600 - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/nunito-sans-v5-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Nunito Sans SemiBold'), local('NunitoSans-SemiBold'),
    url('../fonts/nunito-sans-v5-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-sans-v5-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-sans-v5-latin-600.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-600italic - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/nunito-sans-v5-latin-600italic.eot'); /* IE9 Compat Modes */
    src: local('Nunito Sans SemiBold Italic'), local('NunitoSans-SemiBoldItalic'),
    url('../fonts/nunito-sans-v5-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-sans-v5-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-600italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-sans-v5-latin-600italic.svg#NunitoSans') format('svg'); /* Legacy iOS */
}

/* bitter-700 - latin */
@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/bitter-v16-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/bitter-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/bitter-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/bitter-v16-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/bitter-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/bitter-v16-latin-700.svg#Bitter') format('svg'); /* Legacy iOS */
}</pre></body></html>