/*
Theme Name: Gemeinsam gegen die Tierindustrie
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Gemeinsam Gegen Die Tierindustrie
Version: 1.0.4
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen-child
Template: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	COLORS:
	#003882
	#2D68A1
	#BFD3E6
	
	ACCENTS:
	#FE8366
	#E22330
	
	TYPEFACES:
	H1: ReadMyHandLL
	H2: Roboto Slab
	P: Roboto
*/

/* IMPORT PARENT THEME */
@import url('../twentyseventeen/style.css');

/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap');
@font-face {
  font-family: 'ReadMyHandLL';
  src: url('font/ReadMyHandLL-Bold.eot'); /* IE9 Compat Modes */
  src: url('font/ReadMyHandLL-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/ReadMyHandLL-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/ReadMyHandLL-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('font/ReadMyHandLL-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.readmyhand {
	font-family: 'ReadMyHandLL', serif;
	font-weight: bold;
	font-style: normal;
	font-size: 2em;
	color: #003882;
	line-height: 1.2em;
}

/* HEADER */
.custom-logo-link {
	float: left;
	clear: both;
	position: absolute;
}
.site-branding-text {
	margin-left: 100px;
}
.site-title {
	font-family: 'ReadMyHandLL', serif;
	font-weight: bold;
	font-style: normal;
	font-size: 2em;
	text-transform: none;
	color: #003882;
	letter-spacing: normal;
	margin-top: 11px;
}

/* NAVIGATION */
.site-navigation-fixed.navigation-top {
	border-bottom: 2px solid #004F9B;
}
.main-navigation a,
.main-navigation a:visited {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #000;
	border-bottom: 2px solid transparent;
	transition: all ease-in 0.2s;
	padding: 1em 1em;
}
.main-navigation a:hover {
	color: #000;
	border-bottom: 2px solid #004F9B;
	transition: all ease-in 0.4s;
}
.main-navigation li li:hover,
.main-navigation li li.focus {
	background-color: #BFD3E6;
}	
/*** IMPORTANT BUTTON ***/
#menu-item-1465 > a:nth-child(1),
#menu-item-1466 > a:nth-child(1) {
	background-color: #FE8366;
    border-radius: 10px;
	color: #ffffff;
}
#masthead .menu-item-1465 a:hover,
#masthead .menu-item-1466 a:hover {
    background-color: #E22330;
	border-bottom: none;
}


/* HEADINGS */
h1, h2, h3,
h2.elementor-heading-title.elementor-size-default {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	color: #2D68A1;
}
/***
.entry-header h1.entry-title {
	font-family: 'Roboto Slab', serif !important;
	font-weight: bold;
	color: #2D68A1;
}
***/
h3 {
	font-family: 'Roboto Slab', serif !important;
	color: #003882 !important;
}
h4 {
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	font-size: 1.8rem;
	color: #ffffff;
}
.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
	font-family: 'ReadMyHandLL', serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1.3em;
	color: #003882 !important;
	letter-spacing: normal;
}
.page .panel-content .entry-title,
.page-title,
.entry-title,
li.listing-item a.title {
/* font-family: 'ReadMyHandLL'; */
	font-size: 2.2em;
	font-weight: bold;
	color: #003882;
	letter-spacing: normal;
	list-style: none;
}
.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	font-family: 'ReadMyHandLL';
    font-size: 2.2em;
    font-weight: bold;
    color: #2D68A1;
	margin-top: 1em;
	letter-spacing: normal;
	list-style: none;
}
.elementor-widget-heading .elementor-heading-title > a,
h2.elementor-heading-title.elementor-size-default a {
	/* LINK + TITLE */
	font-family: 'ReadMyHandLL', serif;
	font-weight: bold;
	color: #003882;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	/* TITLE */
	font-size: 3em;
	font-family: 'ReadMyHandLL', serif;
	font-weight: bold;
}
.single-featured-image-header {
	display: none;
}
.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	margin-top: 3em !important;
	text-align: center;
	text-transform: uppercase;
}

/* HELPERS & FIXES */
.white {
	color: #ffffff;
}
.black {
	color: #000000;
}
.is-search-submit {
	float: left;
}
.is-form-style input.is-search-input {
	padding: 11px 26px;
	font-size: 16px;
}
.site-content {
	padding: 0;
}
li.listing-item span.date {
    display: none;
}
#recentposts .listing-item {
	list-style: none;
	margin-top: 100px;
}
.single .byline, .group-blog .byline {
	display: none !important;
}


/* STARTPAGE BUTTONS */
h3.elementor-icon-box-title {
    color: white !important;
}


/* BUTTONS + INPUT */
.elementor-widget-button a.elementor-button,
.elementor-widget-button .elementor-button,
.elementor-button-link.elementor-button.elementor-size-md,
.elementor-button-link.elementor-button.elementor-size-lg {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	background-color: #FE8366 !important;
	color: #ffffff !important;
	font-size: x-large;
	line-height: 2em;
	padding: 0 50px 0 50px !important;
}
.elementor-button:focus,
.elementor-button:hover,
.elementor-button-link.elementor-button.elementor-size-md:hover,
.elementor-button-link.elementor-button.elementor-size-lg:hover,
.elementor-button-link.elementor-button.elementor-size-xl:hover {
	background-color: #FE8366 !important;
}
button, input[type="button"],
input[type="submit"] {
	display: block;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 16px;
	background-color: #FE8366;
	color: #ffffff;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: auto;
}
button, input[type="button"]:focus,
input[type="submit"]:focus {
	background-color: #FE8366 !important;
	transition: all ease-in 0.2s;
}
.wpforms-submit,
div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
	display: block;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 16px;
	background-color: #ffffff !important;
	color: #004F9B !important;
	border: 2px solid #FE8366 !important;
	padding: 15px 30px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	margin: auto;
	margin-top: 29px;
}
div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
	background-color: #E22330 !important;
	transition: all ease-in 0.2s;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	display: block;
	font-family: 'Roboto Slab', serif;
	color: #ffffff;
	background: #FEA38E !important;
	border: 2px solid #E22330 !important;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0.7em;
	width: 100%;
}

/* LINKS */
a.elementor-inline-editing {
	color: #fff;
}
a.elementor-inline-editing:hover {
	color: #fff;
	border-bottom: 3px solid;
	transition: all 0.5s ease-in;
}
.elementor-icon i {
	color: #fff;
}
a,
a:visited,
a:active {
	color: #003882;
}
a:hover {
	color: #003882;
}

/* TEXT */
p {
	font-family: 'Roboto', Sans-serif;
	font-weight: 400;
	color: #54595F;
	margin: 0 0 0.5em;
}

/* FOOTER */
.site-footer .widget-area ul li a {
	font-family: 'Roboto', Sans-Serif;
	font-size: 0.9em;
	color: #ffffff;
	border: none;
	text-decoration: none;
	background: none;
}
.site-footer {
	background-color: #2D68A1;
}
span.footerlegal a{
	color:#fff;
}
.site-info {
	display: none; !important
}
ul#menu-footer-deutsch.menu li {
  display: inline;
  padding-right: 1em;
}
.social-navigation a {
	background-color: #FE8366;
	border: 1px solid #FF2C30;
}
.icon {
	fill: #ffffff;
}
.widget ul li,
.widget ol li {
	border: none;
	padding: 0.25em 0;
}
.site-footer a:hover {
	text-decoration: underline;
	transition: all ease-in;
}

/* SIDEBAR */
#secondary {
	margin-top: 3em !important;
}


/* BLOG */
#primary {
	max-width: 1000px !important;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and ( min-width: 20em ) and ( max-width: 48em )  {
	/* MOBILE */
	.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
		font-size: 0.7em;
	}
	.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
		font-size: 1em;
	}
	.site-title a {
		font-size: 0.7em;
		line-height: 0.7em;
	}
}

.category .page-header {
    display: none;
}

/* SIDEBAR */
#secondary {
	margin-top: 3em !important;
}
.single .byline, .group-blog .byline {
	display: none !important;
}
.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	margin-top: 3em !important;
	text-align: center;
	text-transform: uppercase;
}

.studiemenue a {background:#003882;color:#fff !important;border-radius: 10px ;}

li.listing-item a.title {font-size:1rem;font-weight:normal;font-family:inherit;}

.site-info {
	display: none; !important
}
ul#menu-footer-deutsch.menu li {
  display: inline;
  padding-right: 1em;
}