@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&family=Teko&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow&display=swap');

/*
Theme Name: Wild East Addon
Theme URI: http://www.autokunze.de
Template: wildtheme
Author: CALT DIGITAL MEDIA
Author URI: http://www.clemens-alt.de
Description: Copyright by CALT DIGITAL MEDIA
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wildtheme-addon
Domain Path: /languages/
Tags: CALT DIGITAL MEDIA // www.clemens-alt.de
*/

/* ALLGEMEIN */

a.button-rot{
    background-color: #7b2d34;
    padding: 5px 11px 2px 11px;
    font-family: 'Teko', sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
}

a.button-rot:hover{
    background-color: #232323;
    padding: 5px 11px 2px 11px;
    font-family: 'Teko', sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
}

/* HEADER */

.top-balken{
    background-color: #7b2d34;
    color: white;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 3px;
}

.nav-holder a{
    font-family: 'Teko', sans-serif;
    color: black;
    text-transform: uppercase;
    margin-top: 30px;
}

header#site-header {
    border-bottom: 1px solid lightgray;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* SLIDER */

#slider-top{

}


/* Aktuelle Modelle Slider */

.head-balken{
    background-color: #7b2d34;
    padding: 3px 8px 0px 8px;
    font-family: 'Teko', sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
}

h2.slider-headline{
    color: #7b2d34;
    font-size: 60px;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: -20px;
}

.text-allgemein p{
    color: #232323;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: -15px;
}




h1{
    color: #7b2d34 !important;
    font-size: 40px;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
}

h2{
    color: #7b2d34 !important;
    font-size: 30px;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
}

h3{
    color: #454545 !important;
    font-size: 24px;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
}

h4{
    color: #7b2d34 !important;
    font-size: 20px;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
}

p{
    font-family: 'Archivo Narrow', sans-serif;
}

#unterseite-top{
    margin-top: 50px;
}

#unterseite-top a{
    color: #7b2d34;
}

#unterseite-top a:hover{
    color: #7f7f7f;
}




/* Footer */

div#block-7 {
    width: 1200px !important;
}

footer#footer {
    background-color: #0f0f0f;
    margin-top: 50px;
}

.footer-3{
    color: white;
}

#footer a{
    color: white;
}

#footer a:hover{
    color: red;
}


/* Mailster */
.mailster-form-fields label {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
    color: #7f7f7f;
}

input.submit-button.button {
    border-radius: 0px !important;
    background-color: #7b2d34 !important;
    border: 3px solid #7b2d34 !important;
}

input.submit-button.button:hover {
    border-radius: 0px !important;
    background-color: white !important;
    border: 3px solid #7b2d34 !important;
    color: #7b2d34 !important;
    opacity: 1.0 !important;
}

input#mailster-email-1{
    border-radius: 0px !important;
    font-size: 16px;
    font-family: 'Archivo Narrow', sans-serif;
    margin-bottom: 10px;
}