/**
   * Theme Name:		Tabea Eccher Portfolio
   * Theme URI:	  		htts://www.tabeaeccher.ch/
   * Description:		Theme für das Portfolio von Tabea Eccher
   * Author:			Bruno Gisler
   * Author URI:		https://www.brunogisler.com
   * Version:			1.0
*/
@font-face {
	font-family: 'agipo_regular';
	src: url('fonts/agipo_regular.eot?') format('eot'), url('fonts/agipo_regular.woff') format('woff'), url('fonts/agipo_regular.ttf') format('truetype');
}

.color01,
.color01 a,
.color01 a:hover,
.color01 header a {
	background-color: #f7e4e2;
	color: #00723d !important;
}

.color02,
.color02 a,
.color02 a:hover,
.color02 header a {
	background-color: #008d4e;
	color: #ececec !important;
}

.color03,
.color03 a,
.color03 a:hover,
.color03 header a {
	background-color: #c85153;
	color: #f2d0d2 !important;
}

.color04,
.color04 a,
.color04 a:hover,
.color04 header a {
	background-color: #214142;
	color: #fadaea !important;
}

.color05,
.color05 a,
.color05 a:hover,
.color05 header a {
	background-color: #f1edee;
	color: #ae7b5c !important;
}

.color06,
.color06 a,
.color06 a:hover,
.color06 header a {
	background-color: #f20000;
	color: #fadaea !important;
}

.color07,
.color07 a,
.color07 a:hover,
.color07 header a {
	background-color: #00002f;
	color: #a4c8ff !important;
}

.color08,
.color08 a,
.color08 a:hover,
.color08 header a {
	background-color: #162022;
	color: #908979 !important;
}

.color09,
.color09 a,
.color09 a:hover,
.color09 header a {
	background-color: #ececec;
	color: #00002f !important;
}

.color10,
.color10 a,
.color10 a:hover,
.color10 header a {
	background-color: #e3be00;
	color: #0000d7 !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'agipo_regular';
	color: #000;
	font-size: 18px;
	line-height: 21px;
}

a, a:hover, a:active, a:focus, a:visited {
	color: #000;
	text-decoration: none;
}

header {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 18px;
}

.container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}

.backToStart {
	position: absolute;
	left: 10px;
	font-size: 24px;
    transform: translateY(-2px);
}

.titleImg {
	width: 100%;
}

.gallery img {
	margin: 0 auto;
}

.galleryNav {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.galleryNav .prevLink,
.galleryNav .nextLink {
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
}

.galleryNav .nextLink {
	right: 0;
}

.galleryNav .prevLink:hover {
	cursor: w-resize;
}

.galleryNav .nextLink:hover {
	cursor: e-resize;
}

.projectBox {
	margin-bottom: 60px;
}

.project .projectDescription {
	/* margin-left: 15px; */
	margin-top: 2px;
}

.project .projectDescription p,
.infos p {
	margin: 0;
}

.infos a {
	white-space: nowrap;
}

.infoContainer {
	order: 1;
	margin-top: 130px;
}

.textContainer .text,
.textContainer .cv div:not(:last-of-type) {
	margin-bottom: 20px;
}

.single-project .slideCounter {
	margin: 50px 0 40px;
}

body.page-template-about .content {
	display: flex;
	align-items: flex-end;
	height: calc(100vh - 74px);
}

body.page-template-about .content .row {
	margin-bottom: 20px;
}

.single-project-container {
	height: calc(100dvh - 71px);
}

.single-project-container .single-project-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* .textContainer .cv .row {
	margin-right: -10px;
    margin-left: -10px;
} */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	/* body {
		font-size: 20px;
		line-height: 24px;
	} */

	body.page-template-about .content {
		font-size: 30px;
		line-height: 38px;
	}

	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* header {
		font-size: 20px;
	} */

	.projectBox {
		margin-bottom: 135px;
	}

	.project .projectDescription {
		margin-top: 9px;
	}

	.infoContainer {
		order: 0;
		margin: 0;
	}

	.textContainer .text {
		margin-bottom: 80px;
	}

	.textContainer .cv div:not(:last-of-type) {
		margin-bottom: 40px;
	}

	/* .single-project-container {
		margin-top: 130px;
	} */

	.single-project-container {
		height: auto;
	}

	.single-project-container .single-project-wrapper {
		height: auto;
		display: block;
	}

	.single-project .projectDescription {
		margin-left: 20px;
	}

	.single-project .projectDescription p {
		margin: 0;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
