@charset "utf-8";

/*
* CSS-Design
* Birthe TARDIVON Webseite
* Responsive Webseite
*/

/* Reset * * * * * * * * */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 100%; /* Browserstandard: 16px */
}

img {
	max-width: 100%;
	height: auto;
}

.util-hidden {
	display: none;
}

[class*="util-hl"] {
	display: block;
}

/* Fonts * * * * * * * * */

/* libre-franklin-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: "Libre Franklin";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/libre-franklin-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* libre-franklin-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: "Libre Franklin";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/libre-franklin-v13-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* libre-franklin-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: "Libre Franklin";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/libre-franklin-v13-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-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: "Source Serif 4";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/source-serif-4-v7-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-italic - 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: "Source Serif 4";
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/source-serif-4-v7-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Layout * * * * * * * * */

body {
	min-height: 100vh;
	font-family: "Source Serif Pro", "Times New Roman", "Palatino", serif;
	font-size: 18px;
	line-height: 26px;
	color: #152232;
	margin: 0;
	padding: 15px;
}

@media (min-width: 768px) {
	body {
		padding: 20px;
	}
}

/* Typografie */

h1,
h2,
h3,
h4,
h5,
h6,
[class*="util-hl"] {
	font-family: "Libre Franklin", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #00a19a;
}

h1 {
	color: #00a19a;
	font-size: 80px;
	font-size: 5rem;
	line-height: 100px;
	text-transform: uppercase;
	font-family: "Libre Franklin", "Helvetica", "Arial", sans-serif;
	font-weight: 900;
	letter-spacing: 2px;
}

h2,
.util-hl2 {
	font-size: 25px;
	font-size: 1.563rem;
	line-height: 34px;
	line-height: 2.125rem;
	margin: 0px 0 10px 0;
}

h3 {
	font-family: "Source Serif Pro", "Times New Roman", "Palatino", serif, italic;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-style: italic;
	letter-spacing: 1px;
	letter-spacing: 0.063rem;
	font-weight: 400;
}

h4 {
	font-size: 22px;
	font-size: 1.375rem;
}

h5,
[class*="util-hl5"] {
	font-family: "Source Serif Pro", "Times New Roman", "Palatino", serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	line-height: 1.5rem;
}

h6 {
	font-size: 18px;
	font-size: 1.125rem;
}

p {
	color: #152232;
	font-family: "Source Serif Pro", "Times New Roman", "Palatino", serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 26px;
	line-height: 1.625rem;
}

a {
	color: #00a19a;
	text-decoration: none;
	font-family: "Source Serif Pro", "Times New Roman", "Palatino", serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 26px;
	line-height: 1.625rem;
}

figcaption {
	display: none;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

/**** Header ****/

header {
	margin: 20px 0 0 0;
	display: flex;
}

.Logo {
	display: flex;
	flex-shrink: 0;
}

img.Logo {
	width: 100%;
	float: left;
}

/* Navigation */

ul#sub-navigation {
	float: right;
	width: 600px;
	text-align: right;
}

ul#sub-navigation li {
	display: inline;
	margin: 20px 0 30px 20px;
	list-style: none;
}

ul#sub-navigation li a {
	color: #00a19a;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Libre Franklin", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
}

ul#sub-navigation li a:hover {
	color: #152232;
}

ul#navigation {
	float: right;
	margin-top: 30px;
}

ul#navigation li {
	display: inline;
	margin: 0 0 0 40px;
	list-style: none;
	position: relative;
}

ul#navigation li a {
	color: #152232;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	font-family: "Libre Franklin", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
}

ul#navigation li a:hover,
ul#navigation li a.active {
	color: #00a19a;
	border-bottom: 5px solid #fcff00;
	margin-top: 10px;
	transition: all 0.35s ease-in-out;
}

/* Burger-Menu * * */

#toggle_button {
	display: none;
	justify-content: right;
}

label[for="toggle_button"] {
	display: none;
}

label[for="toggle_button"] span {
	font-size: 40px;
	float: right;
}

/**** Start Seite Teaser ****/

#teaser-section {
	background-color: #eaeaea;
	height: auto;
	overflow: hidden;
}

.Design-Type img {
	margin: 30px 0 0 0;
	float: left;
	display: inline;
}

.Video video {
	margin: 0;
	float: right;
	display: inline;
	max-width: 520px;
}

#teaser-section p {
	color: #152232;
	line-height: 30px;
	font:
		20px/26px "Source Serif Pro",
		"Times New Roman",
		"Palatino",
		serif;
	position: absolute;
	float: left;
	margin: 220px 0 0 20px;
	width: 300px;
	display: block;
}

#teaser-section h1 {
	color: #00a19a;
	font-size: 80px;
	line-height: 100px;
	line-height: 6.25rem;
	text-transform: uppercase;
	font-family: "Libre Franklin", "Helvetica", "Arial", sans-serif;
	font-weight: 900;
	letter-spacing: 2px;
	float: left;
	position: absolute;
	margin: 443px 0 0 20px;
}

/*** Startseite Services ****/

#services-section {
	width: 100%;
	padding: 20px 0;
}

#services-section h3 {
	color: #00a19a;
	margin: 30px 0 0 0;
}

#services-section p {
	margin: 10px 0 20px 0px;
}

#Zweispalter {
	display: flex;
	flex-direction: column;
}
.two-thirds {
	width: 66%;
}

#Dreispalter {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.third img {
	width: 100%;
	height: auto;
}

.What-Type img {
	max-width: 99%;
	margin: 50px 0 0 0;
}

/**** work Seite ****/

#work-section {	
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0;	
}

#work-section .grid-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 760px) {
	#work-section {
		background-color: #eaeaea;
		padding: 70px 0;
	}

	#work-section .grid-container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

#work-section .grid-item {
	display: grid;
	cursor: pointer;
	position: relative;
}

#work-section .grid-item::before {
	content: "";
	padding-bottom: 100%;
	display: block;
	position: absolute;
  }

#work-section .grid-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#work-section .grid-item:hover .overlay,
#work-section .grid-item:focus .overlay {
	width: 100%;
}

/** overlay Effekt **/
.overlay {
	width: 0px;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: 0.5s ease;
}
.overlay h2 {
	color: #00a19a;
	font-size: 50px;
	line-height: 60px;
	border: 6px solid #fcff00;
	padding: 15px 30px;
}

/**** einzelne work Seiten ****/

#Header {
	width: 100%;
	height: 85px;
	display: flex;
	justify-content: space-between;
}

.material-icons.md-48 {
	font-size: 48px;
	color: #00a19a;
}

#Print-Type {
	margin-top: 30px;
}

#Print-Type h1 {
	line-height: 0;
	margin-bottom: 0;
}

.Branding-Type img {
	margin-top: 30px;
}

.Kapitel-Head {
	float: left;
	position: relative;
	margin-top: 20px;
	width:100%;
}

.Kapitel-Head h2 {
	font-size: 24px;
	margin-top: 20px;
}

.Kapitel-Head h3 {
	font-family: "Source Serif Pro", "Times New Roman", "Palatino";
	font-size: 18px;
	color: #152232;
	letter-spacing: 1px;
	letter-spacing: 0.063rem;
	font-weight: 400;
}

.bilder-works img {
	display: inline;
	float: left;
}

.Designpreise img {
	float: right;
	display: block;
	margin-top: 30px;
}

/**** About Seite ****/

#about-section {
	background-color: #eaeaea;
	height: auto;
	overflow: hidden;
}

#about-section .wrapper {
	display: grid;
    grid-template-columns: 520px 1fr;
}

#Teaser_about {
	display: flex;
	flex-wrap: wrap;
}

.Salut-Type {
	width: 100%;
}

.Salut-Type img {
	margin: 30px 0 0 -20px;
	width: 100%;
	display: inline;
}

.Text_about {
	padding: 30px 20px 50px;
}

.Portrait img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.Texte {
	display: flex;
	column-gap: 20px;
	justify-content: space-between;
	padding: 30px 0;
}

.half {
	width: 49%;
	column-gap: 20px;
}

.half h3 {
	margin-top: 20px;
}

.third h3 {
	color: #00a19a;
}

/**** Kontakt-Seite ****/

#contact-section {
	background-color: #eaeaea;
	height: 100%;	
	overflow: hidden;
}

@media (min-width: 941px) {
	#contact-section {
		min-height: calc(100vh - 330px);
	}
}

.Contact-Type img {
	margin: 30px 0 0 0;
}

.Contact-Text {
	margin: 50px 20px 0;
}

.Contact-Text a {
	color: #152232;
}

.Contact-Text a:hover {
	color: #00a19a;
}

.Contact-Text p {
	margin-bottom: 3em;
}

/**** Footer ****/

footer {
	background-color: #00a19a;
	height: auto;
}
#footer {
	padding: 20px;
	display: grid;
	grid-gap: 24px;
	grid-template-columns: 1fr 1fr 1fr;
}

#footer p {
	color: #fff;
	font:
		18px/34px "Source Serif Pro",
		"Times New Roman",
		"Palatino",
		serif;
	padding: 0;
}

#footer a {
	color: #fff;
	font:
		18px/30px "Source Serif Pro",
		"Times New Roman",
		"Palatino",
		serif;
	text-decoration: none;
	text-transform: none;
}

#footer a:hover {
	color: #fcff00;
}

#footer h2 {
	color: #fcff00;
	font-size: 40px;
	line-height: 46px;
	padding: 0;
	margin-bottom: 0;
}

.Zweite-Spalte-Footer {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.Dritte-Spalte-Footer {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

/* Scripte  * * * * * * * */

#scroll {
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #fcff00;
	text-indent: -9999px;
	display: none;
	border-radius: 60px;
}
#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
}
#scroll:hover {
	background-color: #00a19a;
	opacity: 1;
	filter: opacity(100%);
}

/* Mentions légales * * * * ****/

#mentions-legales h2 {
	margin: 150px 0 50px 0;
}

/* Raster * * * * * * * * */

.column {
	float: left;
	margin: auto;
	margin: 15px 0 25px 2%;
}

.row {
	width: 100%;
	float: left;
}

.column:first-child {
	margin-left: 0;
}

.full {
	width: 100%;
}
.half {
	width: 49%;
}
.third {
	width: 32%;
}
.two-thirds {
	width: 66%;
}
.fourth {
	width: 23.5%;
}
.three-fourth {
	width: 74.5%;
}

.column.full {
	background: #fcff00 !important;
}

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

/* Dispaly * * */
@media (min-width: 1280px) {
	#footer {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Tablett * * */

@media only screen and (min-width: 760px) and (max-width: 940px) {
	.Video video {
		margin-top: 200px;
		float: left;
		display: inline;
		width: 100%;
		max-width: 100%;
	}

	#teaser-section p {
		font:
			18px/26px "Source Serif Pro",
			"Times New Roman",
			"Palatino",
			serif;
		margin: 200px 0 0 20px;
	}

	#teaser-section h1 {
		font-size: 70px;
		float: left;
		position: absolute;
		margin: 380px 0 0 0;
	}

	img.Logo {
		width: 100%;
		float: left;
	}

	#services-section {
		padding: 25px 0;
	}

	/** overlay Effekt work page **/

	.overlay h2 {
		font-size: 30px;
		line-height: 40px;
		border: 4px solid #fcff00;
		padding: 10px 20px;
	}

	.Salut-Type img {
		margin: 30px 0 0 -150px;
		width: 100%;
		display: inline;
	}

	/*** About-Seite * * */

	#about-section {
		background-color: #eaeaea;
		height: auto;
		overflow: hidden;
	}

	#about-section .wrapper {
		display: grid;
		grid-template-columns: 1fr;
	}

	#Teaser_about {
		float: left;
		flex-direction: column;
	}

	.Salut-Type img {
		margin: -70px 0 0 0;
		width: 80%;
		float: left;
	}

	.Text_about {
		padding: 30px 20px 50px;
		float: left;
		width: 95%;
	}

	.Portrait {
		max-height: 750px;
	}

	.Texte {
		display: flex;
		flex-direction: column;
		padding: 30px 20px;
	}
	.half {
		width: 95%;
	}
	.third h3 {
		color: #00a19a;
		margin-top: 20px;
	}

	#footer {
		grid-template-columns: 1fr;
		padding-left: 20px;
		padding-right: 20px;
	}
}

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

/* Smartphone * * */

@media only screen and (max-width: 759px) {
	nav {
		position: absolute;
		top: 0;
		right: 0;
		background: #fcff00;
		padding: 15px;
		border-radius: 0 0 0 5px;
		transition: 1s ease;
		z-index: 1;
	}

	ul#sub-navigation li {
		display: none;
	}

	nav ul {
		display: none;
		flex-direction: column;
		line-height: 3rem;
		text-align: right;
	}

	#toggle_button:checked ~ ul {
		display: flex;
		width: 200px;
		margin: 30px 0 0 0;
		transition: 1s ease-in-out;
	}

	label[for="toggle_button"] {
		display: block;
	}

	.Video video {
		margin-top: 200px;
		float: left;
		display: inline;
		width: 100%;
		max-width: 100%;
	}

	#teaser-section p {
		font:
			18px/26px "Source Serif Pro",
			"Times New Roman",
			"Palatino",
			serif;
		margin: 200px 0 0 20px;
	}

	#teaser-section h1 {
		font-size: 70px;
		line-height: 4rem;
		float: left;
		position: absolute;
		margin: 398px 0 0 0;
	}

	#Dreispalter {
		display: flex;
		flex-direction: column;
	}

	.third {
		width: 100%;
	}

	.wrapper-portfolio .third {
		margin-left: 0;
	}

	.two-thirds {
		width: 100%;
	}

	/** overlay Effekt work page **/

	.overlay h2 {
		font-size: 30px;
		line-height: 40px;
		border: 4px solid #fcff00;
		padding: 10px 20px;
	}

	/*** About-Seite * * */

	#about-section {
		background-color: #eaeaea;
		height: auto;
		overflow: hidden;
	}

	#about-section .wrapper {
		display: grid;
		grid-template-columns: 1fr;
	}

	#Teaser_about {
		float: left;
		flex-direction: column;
	}

	.Salut-Type img {
		margin: -50px 0 0 0;
		width: 80%;
		float: left;
	}

	/* .Text_about {
		margin: 30px 20px 0 20px;
		float: left;
		width: 95%;
	} */

	/* .Portrait {
		margin: 0;
		float: left;
		max-width: 450px;
		display: block;
	} */

	.Texte {
		display: flex;
		flex-direction: column;
		padding: 30px 20px;
	}
	.half {
		width: 95%;
	}
	.third h3 {
		color: #00a19a;
		margin-top: 20px;
	}

	#footer {
		grid-template-columns: 1fr;
		padding-left: 20px;
		padding-right: 20px;
	}
}
