/*
Theme Name: gynfischer
Description: A theme for gynfischer
Version: 1.0
Author: WeMakeWebsites / Jonas Langreuter
Author URI: https://www.wemakewebsites.de
Template: enfold
*/

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v24-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/poppins-v24-latin-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Cinzel';
	src: url('fonts/Cinzel-Medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html body{
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

h1,
.av-subheading p,
.font-cinzel h2{
	font-family: "Cinzel", "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

h2, h3, h4, h5, h6,
html body strong{
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

#main a:not(.avia-button){
	text-decoration: underline;
}

#main a:hover,
#main #avia3-menu a{
	text-decoration: none;
}

.template-page .entry-content-wrapper h1{
	text-transform: capitalize;
	letter-spacing: 0;
}

.template-page .entry-content-wrapper h2{
	text-transform: none;
	letter-spacing: 0;
}

#top .classbold h2{
	font-weight: 600;
}

.av-subheading p{
	font-size: 22px;
	line-height: 1;
}

.av-subheading.av-subheading_below{
	margin-top: 14px;
	margin-bottom: 30px;
}

.flex_column.align-right .avia_textblock{
	text-align: right;
}

.flex_column.listcolumn h3{
	margin-top: 0;
}

.responsive #top #wrap_all .flex_column.avia-builder-el-last.listcolumn{
	position: relative;
}

.responsive #top #wrap_all .flex_column.avia-builder-el-last.listcolumn:before{
	content: '';
	position: absolute;
	top: 0;
	left: -32px;
	bottom: 0;
	width: 3px;
	height: 100%;
	background: #000;
	overflow: visible;
	visibility: visible;
}

/* header */

.av-main-nav > li > a .avia-menu-text,
#av-burger-menu-ul > li > a .avia-menu-text{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}

.html_av-overlay-side-classic #top .av-burger-overlay li a{
	border-bottom: none;
}

.av-main-nav > li.current-menu-item > a .avia-menu-text,
.av-main-nav > li > a:hover .avia-menu-text{
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-thickness: 2px;
}

/* start */

#startsection h1.av-special-heading-tag{
	font-size: 78px;
}

/* leistungen */

.togglecontainer .toggler.av-title-above{
	font-weight: 600;
	color: #000;
}

/* Impressum, Datenschutz */

body.page-id-31 #main h2,
body.page-id-31 #main h3,
body.page-id-33 #main h2,
body.page-id-33 #main h3{
	font-size: 16px;
}

/* media queries */

@media screen and (max-width: 989px){
	
	#startsection h1.av-special-heading-tag{
		font-size: 58px;
	}
		
}

@media screen and (max-width: 767px){
	
	#startsection h1.av-special-heading-tag{
		font-size: 38px;
	}
	
	.flex_column.align-right .avia_textblock{
		text-align: left;
	}
	
	.responsive #top #wrap_all .flex_column.avia-builder-el-last.listcolumn{
		margin-top: 80px;
	}
	
	.responsive #top #wrap_all .flex_column.avia-builder-el-last.listcolumn:before{
		display: none;
	}
		
}

@media screen and (max-width: 539px){
	
	#startsection h1.av-special-heading-tag{
		font-size: 26px;
	}
	
	.av-subheading p{
		font-size: 16px;
	}
		
}






















