/*
Theme Name: Argent Child
Theme URI: https://wordpress.com/themes/argent/
Description: Argent Child Theme
Author: Sascha Alexander
Author URI: https://wordpress.com/themes/
Template: argent
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: argentchild
Tags: custom-background, custom-colors, custom-header, custom-menu, featured-images, grid-layout, one-column, portfolio, rtl-language-support, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Argent is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@import "../argent/style.css";



/* Schrift lokal */

@font-face {
    font-family: 'Alegreya';
    src: url(fonts/Alegreya-Regular.ttf) format("TrueType");;
}

@font-face {
    font-family: 'Alegreya';
    font-weight: bold;
    src: url(fonts/Alegreya-Bold.ttf) format("TrueType");;
}

@font-face {
    font-family: 'Alegreya';
    font-weight: italic;
    src: url(fonts/Alegreya-Italic.ttf) format("TrueType");;
}

@font-face {
    font-family: 'Cabin';
    src: url(fonts/Cabin-Regular.ttf) format("TrueType");;
}

@font-face {
    font-family: 'Cabin';
    font-weight: bold;
    src: url(fonts/Cabin-Bold.ttf) format("TrueType");;
}

@font-face {
    font-family: 'Cabin';
    font-weight: italic;
    src: url(fonts/Cabin-Italic.ttf) format("TrueType");;
}

body,
button,
input,
select,
textarea {
	font-family: "Cabin", Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Alegreya", Georgia, serif;
}


/* Header */
.site-branding {
    display: none;
}

/* Navigation */

.main-navigation a:hover {
    color: #49B675;
}

.nav-menu > li > a:after {
    display: inline-block;
}


/* Footer */

.sfsiplus_footerLnk, .site-footer {
    display:none;
}

.textwidget a {
    color: #49B675; 
    font-size: 24px;
}

.widget_block a {
    color: #49B675; 
    font-size: 24px; 
    text-decoration: underline;
}

.am-social-media {
    text-align: center;
}

.am-social-media img {
    max-width: 52px;
    margin: 0 10px;
}

/* Newsletter */

.tnp-privacy-field a {font-size: 14px;}
#block-19 {text-align: center;}

/* Kontaktformular */

input, select {
    max-width: 100%;
}

.wpcf7-quiz-label {
    display: block;
}

@media (min-width: 768px) {


.main-navigation.sticky {position: fixed; top: 0; z-index: 5;}
.current-menu-item, .current_page_item > a, .current_page_item > a, .current_page_ancestor > a {font-weight: bold; text-decoration: underline;}

}