/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  N'PROJECTS
 Author:       Monika Reiter
 Author URI:   https://www.moreweb.design
 Template:     generatepress
 Version:      0.1
*/

/* montserrat-regular - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v25-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat-v25-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v25-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v25-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v25-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v25-latin-ext_latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v25-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat-v25-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v25-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v25-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v25-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v25-latin-ext_latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* righteous-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: 'Righteous';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/righteous-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	font-display: swap;
	line-height: 1.2em;
	color: #000;
	background: #fff;
}

h1,h2,h3 {
	font-family: 'Righteous', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	color: #ce5d2b;
	line-height: 1.2em;
	margin-top: 0.65em;
	margin-bottom: 0.35em;
}
h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	color: #ce5d2b;
	line-height: 1.2em;
	margin-top: 0.65em;
	margin-bottom: 0.35em;
}
h1 {
	font-size: 2.750em;
	margin-bottom: 1.35em;
}
h2 {
	font-size: 2.250em;
}
h3 {
	font-size: 2.0em;
	font-weight: 800;
}
h4 {
	font-size: 1.750em;
}
h5 {
	font-size: 1.125em;
	font-weight: 600;
	color: #707070;
}
h6 {
	font-size: 1em;
	margin-bottom: 5px;
}
p, li {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0.35em;
}
ol, ul {
    margin: 0 0 1.5em 1.5em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

strong {
	font-weight: 600;	
}

.section-start {
	background: url("img/bg01.png") top center no-repeat;
	background-size: 250px auto;
}

.section-start h1,
.section-kontakt h2 {
	font-size: 3.250em;
	line-height: 1.0;
	max-width: 400px;
	margin: 0 auto;
}
.section-start p {
	max-width: 600px;
	margin: 0 auto;
}
.content-full {
	width: 98%;
	margin: 60px auto;
	padding: 0 10px;
}

/* ----- ABOUT ----- */
.section-about .wp-block-image img,
.section-about .wp-block-kadence-image img {
	width: 300px;
	height: auto;
	border-radius: 40px;
}

/* ----- LEISTUNGEN ----- */
.section-leistungen {
	padding-top: 100px !important;
	padding-bottom: 200px !important;
}
.section-leistungen h2 {
	margin-bottom: 60px;
}
.section-leistungen h5 {
	text-align: right;
}

/* ----- PROJEKTE ----- */
.section-projekte {
	background: #e2dfda;
	padding-top: 100px !important;
	padding-bottom: 200px !important;
}
.section-projekte h2 {
	margin-bottom: 60px;
}
.section-projekte h5,
.section-kontakt h5 {
	text-align: right;
}
.section-projekte .wp-block-image img,
.section-projekte .wp-block-kadence-image img {
	border-radius: 40px;
}

/* ----- KONTAKT ----- */
.section-kontakt {
	padding-top: 100px !important;
	padding-bottom: 200px !important;
}
.section-kontakt .wp-block-button {
	margin: 0 auto !important;
}
.section-kontakt .wp-block-kadence-advancedbtn a:link,
.section-kontakt .wp-block-kadence-advancedbtn a:visited,
.section-kontakt .wp-block-button a:link,
.section-kontakt .wp-block-button a:visited {
	min-width: 300px;
	border-radius: 0;
	background: #ce5d2b;
	color: #fff;
}
.section-kontakt .wp-block-kadence-advancedbtn a:hover,
.section-kontakt .wp-block-button a:hover {
	background: #32373c;
	color: #fff;
}

/* ----- HEADER ----- */
.site-header {
	max-width: 1300px;
}
.site-logo img {
	width: 300px;
	height: auto;
}
.main-nav a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.85em;
}
#mobile-header.main-navigation {
	background: #fff;
}

/* ----- FOOTER ----- */
.site-info {
	color: #ce5d2b;
	background: #e2dfda;
	padding-bottom: 30px;
}
.site-info a:link,
.site-info a:visited {
	text-transform: uppercase;
	text-decoration: none;
}
.site-info a:hover {
	color: #000;
}
.generate-back-to-top {
	border-radius: 0;
}

@media (min-width: 640px) {
	.section-start h1,
	.section-kontakt h2 {
		font-size: 3.750em;
		max-width: 500px;
	}
}
@media (min-width: 768px) {
	#primary-menu {
		rotate: -90deg;
		position: fixed;
		top: 300px;
		right: -150px;
	}
	.content-full {
		width: 620px;
	}
}
@media (min-width: 780px) {
	.section-leistungen .content-full {
		margin-top: 0;
		padding-top: 60px;
		margin-bottom: 0;
		padding-bottom: 60px;
	}
	.section-leistungen .content-full.line {
		background: url("img/line-dot.png") top center no-repeat;
		background-size: 60px auto;
	}
	.section-kontakt .wp-block-button {
		margin: 0 auto 0 0 !important;
	}
}
@media (min-width: 960px) {
	h1 {
		font-size: 3.750em;
	}
	
	h2 {
		font-size: 3.250em;
	}
	h3 {
		font-size: 2.50em;
	}
	.content-full {
		width: 800px;
	}
	.section-start h1,
	.section-kontakt h2 {
		font-size: 4.250em;
		max-width: 600px;
	}
	.section-leistungen h5,
	.section-projekte h5 {
		max-width: 60%;
		margin-left: auto;
		margin-right: 0;
	}
}

@media (min-width: 1280px) {
	.section-start h1,
	.section-kontakt h2 {
		font-size: 5.250em;
	}
	h3 {
		font-size: 2.750em;
	}
	.content-full {
		width: 1120px;
		padding: 0;
	}
}
@media (min-width: 1480px) {
	.content-full {
		width: 1300px;
		padding: 0;
	}
}
