/*
 Theme Name:   Fanclub Nordlicher
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       PUREVELVET.DESIGN
 Author URI:   https://purevelvet.design
 Template:     generatepress
 Version:      0.1
*/

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/inter-v13-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/inter-v13-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/** Design **/
@media (max-width: 739px) {
    /* CSS in here for mobile only */
	.wp-lightbox-container {
		padding-right: 0 !important;
	}
}
@media (min-width: 740px) {
    /* CSS in here for mobile only */
	.wp-lightbox-container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
@media (max-width: 768px) {
    /* CSS in here for mobile only */
}
@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
}
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
}

/* IE10+ Specific Styles */

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
}
@media (max-width: 1200px) {
    .mobile-header-navigation .site-logo.mobile-header-logo img {
		height: 150px;
		width: auto;
	}
}
.weglot-lang.menu-item-weglot.weglot-language.weglot-lang.weglot-flags > a:first-child {
	padding-left: 10px;
}
.weglot-lang.menu-item-weglot.weglot-language a {
	padding-left: 0;
	padding-right: 0;
}
.country-selector {
	margin-bottom: .5em;
	margin-left: 1em;
}
.country-selector.weglot-inline label {
	margin-bottom: 5px;
}
.main-navigation .menu-toggle {
	color: var(--base-3) !important;
}
.gp-icon svg {
	width: 2.5em;
	height: auto;
	top: 0;
}
.home.separate-containers .inside-article {
	padding: 0 40px;
}
.home.separate-containers .site-main {
	margin: 0 20px;
}
.home .site-header .header-image {
	width: 140px;
}
.home .main-title {
	font-size: 2em;
}
.current-menu-item {
	border-bottom: 2px solid var(--global-color-8);
}
.main-navigation .main-nav ul li a {
	transition: all 0.5s ease-in-out 0s;
}
.btn1,.btn2 {
	text-decoration: none;
}
.site-description {
	display: inline-block;
	background: var(--global-color-8);
	padding: .25em .5em;
}

.wp-block-table table {
	border: 0;
}
.wp-block-table td {
	border: 0;
	border-bottom: 1px solid var(--contrast-3);
}

.entry-content:not(:first-child) {
	margin-top: 3.5em;
}