﻿/*.grey, .teaserBlock.grey, a.action-button.grey {
        background-color: rgb(63, 77, 85);
}
.lightgray, .teaserBlock.lightgray {
    background-color: #e5e6e8;
}
.petrollight,a.action-button.petrollight, .teaserBlock.petrollight {
        background-color: rgb(198, 223, 231);
}
.bluedark,a.action-button.bluedark, .teaserBlock.bluedark {
    background-color: #335f7d;
}
.bluelight,a.action-button.bluelight, .teaserBlock.bluelight {
        background-color: rgb(198, 223, 231);
}
.green,a.action-button.green, .teaserBlock.green {
        background-color: rgb(149, 168, 68);
}
.reddark,a.action-button.reddark,  .teaserBlock.reddark {
        background-color: rgb(95, 25, 57);
}
.red,a.action-button.red, .teaserBlock.red {
        background-color: rgb(162, 30, 77);
}
.orangedark,a.action-button.orangedark, .teaserBlock.orangedark {
        background-color: rgb(216, 170, 0);
}
.sand,a.action-button.sand, .teaserBlock.sand {
        background-color: rgb(246, 229, 188);
}*/
/*.petrol, a.action-button.petrol, .teaserBlock.petrol {
    background-color: #335f7d;
}
.greenlight, a.action-button.greenlight, .teaserBlock.greenlight {
    background-color: rgb(194, 204, 166);
}
.silver,a.action-button.silver, .teaserBlock.silver {
        background-color: rgb(168, 173, 179);
}
.white,a.action-button.white, .teaserBlock.white {
        background-color: #ffffff;    
}
a.action-button.petrol,
a.action-button.greenlight,
a.action-button.silver,
a.action-button.white {
    text-decoration: none;
}
.teaserBlock a.action-button.petrol:hover,
.teaserBlock a.action-button.greenlight:hover,
.teaserBlock a.action-button.silver:hover,
.teaserBlock a.action-button.white:hover {
    background-color: #8DBFCF;
    color: #fff;
    text-decoration: none;
}

.textwhite,
.teaserBlock a.action-button.textwhite, 
.teaserBlock.textwhite, 
.teaserBlock.textwhite h2
.teaserBlock.textwhite a,
.teaserBlock.textwhite h2, 
.teaserBlock.textwhite h3{
    color: #ffffff;
}
.textblack,
.teaserBlock a.action-button.textblack,
.teaserBlock.textblack,
.teaserBlock.textblack h2,
.teaserBlock.textblack a {
    color: #000000;
}
.textblue,
.teaserBlock a.action-button.textblue,
.teaserBlock.textblue,
.teaserBlock.textblue h2,
.teaserBlock.textblue a {
    color: #335f7d;
}

.petrol > .content > h2, .grey > .content > h2 {
    color: #ffffff;
}


.petrol p {
    color: #ffffff;
}

.petrol .standardblock p {
    color: #4c5356;
}

.petrol .standardblock a.action-button {
    color: #ffffff;
    background:  #335f7d;
}
.petrol .standardblock a.action-button:hover {
    background-color: #8DBFCF;
    color: #fff;
    text-decoration: none;
}*/

.teaserBlock a.action-button.standard {
    background-color: #fff !important;
    color: #335F7D !important;
    text-decoration: none !important;
    font-family: 'VWAGTheAntiqua-Regular' !important;
    outline: solid 1px #335F7D ;
}
.teaserBlock a.action-button.highlight {
    background-color: #335F7D !important;
    color: #fff !important;
    text-decoration: none !important;
    font-family: 'VWAGTheAntiqua-Regular' !important;
}
.teaserBlock a.action-button.openout {
    background-color: #EFF0F1 !important;
    color: #4C5253 !important;
    text-decoration: none !important;
    font-family: 'VWAGTheAntiqua-Regular' !important;
}
.teaserBlock a.action-button.standard:hover,
.teaserBlock a.action-button.highlight:hover,
.teaserBlock a.action-button.openout:hover {
    background-color: #8DBFCF !important;
    color: #fff !important;
    text-decoration: none !important;
    outline:none !important;
}