/* Add this to your CSS file */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #F7534A;
}

h1, h2, h3 {
	text-transform: uppercase;
}

h1, h2 {
	font-size: 36px;
	position: relative;
	display: inline-block;
	padding-left: 26px;
	margin-bottom: 40px;
}

h1::before, h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background-color: #F7534A;
	border-radius: 3px;
}

ul {
	margin-left: 24px;
	list-style: none;
	padding-left: 0;
	margin-top: 6px;
}

li::before {
	content: "\2022";
	color: #333333;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.1;
	margin-left: -1em;
	margin-right: 0.65em;
}

.paragraph {
	font-size: 18px;
	line-height: 1.4;
	text-align: justify;
}

.button {
	display: inline-block;
	background-color: #F7534A;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 16px 56px;
	border-radius: 50px;
	font-size: 20px;
	text-decoration: none;
	transition: background-color 0.3s;
}

.button:hover {
	background-color: #F53025;
	color: #FFFFFF;
}

.centeredContact {
	text-align: center;
	padding-bottom: 48px;
}

.montserratExtraLight {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}

.montserratRegular {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.montserratMedium {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.montserratExtraBold  {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}

.barlowSemiCondensedBold  {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
}

.barlowLight {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
}

.barlowRegular {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
}

.barlowMedium {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
}

.barlowSemiBold {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
}

.maxWidthPage {
	max-width: 1000px;
}

.centered {
	margin: 0 auto;
}

.defaultBackgroundColor {
	background-color: #F0F0F0;
}

.defaultDarkerBackgroundColor {
	background-color: #E6E6E6;
}

.darkBackgroundColor {
	background-color: #333333;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	font-size: 20px;
	border-bottom: 1px solid #333333;
}

header .topMenu {
	padding: 8px 0;
}

header .container {
	display: flex;
	justify-content: space-between;
	padding: 0 16px;
}

header .left {
	text-align: left;
	display: flex;
	align-items: center;
}

header .right {
	text-align: right;
	display: flex;
}

header .mainMenu {
	display: flex;
}

header .mainMenu .separation {
	display: inline-block;
	background-color: #404040;
	width: 1px;
	margin: 0 12px;
}

header .left img {
	margin-right: 16px;
}

header #burgerMenu {
	display: none;
}

header #mainMenuSmall {
	display: none;
}

header #mainMenuSmallContent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 4px 0;
	animation: slide 0.3s ease-in-out;
}

header #mainMenuSmall a {
	margin: 6px 0;
}

#teaser {
	position: relative;
	padding-top: 40px;
	z-index: -1;
}

#teaser .quote {
	font-size: 60px;
	padding-top: 40px;
	padding-bottom: 16px;
}

#teaser .quote-detail {
	font-size: 20px;
	line-height: 1.45;
}

#teaser .container {
	display: flex;
	justify-content: center;
	padding: 0 32px 160px 32px;
	color: #F0F0F0;
}

#teaser .container .left {
	text-align: right;
	padding-top: 116px;
	padding-right: 100px;
}

#teaser .container .right {
	max-width: 550px;
	text-align: justify;
}

#introduction .container {
	text-align: center;
	padding-bottom: 32px;
}

#introduction .container .photo {
	border-color: #f0f0f0;
	border-radius: 50%;
	border-style: solid;
	border-width: 6px;
	margin-top: -121px;
	width: 242px;
}

#introduction .container .name {
	font-size: 36px;
	margin: 16px 16px 0 16px;
}

#introduction .container .expertise {
	font-size: 26px;
	margin: 8px 16px 0 16px;
}

#presentation .container {
	display: flex;
	padding: 48px 32px;
}

#presentation .container .left,
#presentation .container .right {
	flex: 1;
}

#presentation .container .columnSpace {
	width: 100px;
}

#events .container {
	padding: 48px 32px;
}

#events .container .event .title {
	font-size: 28px;
	margin-bottom: 8px;
}

#events .container .event .detail {
	font-size: 18px;
	text-align: justify;
	line-height: 1.4;
}

#events .container .event iframe {
	margin-top: 16px;
	border: 0;
	width: 640px;
	height: 360px;
}

#skills .container {
	padding: 48px 32px;
}

#skills .container .dev .title {
	font-size: 28px;
}

#skills .container .dev .skill {
	display: inline-block;
	text-align: center;
	padding: 0 32px 16px 0;
}

#skills .container .dev .skill img {
	width: 60px;
}

#skills .container .dev .skill p {
	font-size: 18px;
	margin-top: 8px;
}

#experiences .container {
	padding: 48px 32px 16px 32px;
}

#experiences .container .experience {
	display: flex;
	align-items: flex-start;
	padding-bottom: 40px;
}

#experiences .container .experience a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

#experiences .container .experience .columnSpace {
	width: 64px;
}

#experiences .container .experience .logo .image-logo {
	border-radius: 32px;
	display: block;
	margin-top: 12px;
}

#experiences .container .experience .details .title .image-logo-small {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	vertical-align: middle;
	margin: 0 6px 3px 0;
}

#experiences .container .experience .details {
	flex: 1;
	position: relative;
	padding-bottom: 4px;
}

#experiences .container .experience .details .takeaway {
	font-style: italic;
	font-size: 16px;
	color: #707070;
	margin-top: 16px;
}

#experiences .container .experience .details .title {
	font-size: 28px;
	margin-bottom: 8px;
}

#contact .container {
	padding: 48px 32px;
}

#contact .container .infoForm {
	display: flex;
}

#contact .container .infoForm .left {
	width: 312px;
}

#contact .container .infoForm .right {
	flex: 1;
}

#contact .container .infoForm .columnSpace {
	width: 60px;
}

#contact .container .infoForm .left .phone {
	text-align: left;
	display: flex;
	align-items: center;
	font-size: 22px;
	margin-top: 40px;
}

#contact .container .infoForm .left .phone img {
	margin-right: 16px;
}

#contact .container .infoForm .left .social {
	margin-top: 40px;
}

#contact .container .infoForm .left .social a {
	margin-right: 16px;
}

#contact .container .infoForm .left .social img {
	border-radius: 12px;
}

#contact .container .infoForm .left .resume {
	font-size: 20px;
	margin-top: 16px;
}

#contact .container .infoForm .right .textinput {
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-bottom: 1px solid #333333;
	margin-bottom: 40px;
	outline: none;
	background-color: transparent;
	font-size: 18px;
}

#contact .container .infoForm .right .textinput[type="textarea"], textarea.textinput {
	resize: vertical;
	min-height: 100px;
}

#contact .container .infoForm .right .labelCheckbox {
	line-height: 1.5;
}

#contact .container .infoForm .right a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

#contact .container .infoForm .right .checkboxBlock {
	display: flex;
}

#contact .container .infoForm .right .checkboxBlock input[type="checkbox"] {
	margin-right: 16px;
	transform: scale(1.6);
	cursor: pointer;
}

#contact .container .infoForm .right button {
	border: none;
	cursor: pointer;
	margin-top: 32px;
}

#contact .container .infoForm .right #blocRecaptcha {
	margin-top: 24px;
	display: none;
}

#contact .container .infoForm .right .sendBlock {
	text-align: left;
}

#toast {
	visibility: hidden;
	min-width: 200px;
	text-align: center;
	border-radius: 12px;
	padding: 16px;
	position: fixed;
	z-index: 2000;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	font-size: 20px;
}

#toast.success {
	background-color: #00FF88;
	color: #333333;
}

#toast.error {
	background-color: #DC3545;
	color: #F0F0F0;
}

#toast.show {
	visibility: visible;
	animation: fadein 0.5s, fadeout 0.5s 4s;
}

#blockCookies {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #333333;
	border-top: 2px solid #F0F0F0;
	color: #F0F0F0;
	text-align: center;
	padding: 32px 16px;
	font-size: 20px;
}

#blockCookies #closeCookies {
	border: none;
	cursor: pointer;
	margin-top: 24px;
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}

footer {
	font-size: 20px;
}

footer .container {
	display: flex;
	padding: 32px 32px;
	color: #F0F0F0;
}

footer .container .left {
	flex: 2;
}

footer .container .right {
	flex: 1;
}

footer .container .left .name {
	display: flex;
}

footer .container .left .name .separation {
	display: inline-block;
	background-color: #F0F0F0;
	width: 1px;
	margin: 0 12px;
}

footer .container .left .sitemap {
	color: #F0F0F0;
	margin-top: 16px;
	line-height: 1.4;
}

footer .container .left .sitemap a {
	color: #F0F0F0;
}

footer .container .left .sitemap a:hover {
	color: #F7534A;
}

footer .container .right {
	text-align: right;
}

footer .container .right .social {
	margin-top: 16px;
}

footer .container .right .social a {
	margin-left: 16px;
}

footer .container .right .social img {
	border-radius: 12px;
}


/***************************************************************** MEDIA QUERIES *****************************************************************/


@media (max-width: 1000px) {

	#presentation .container .columnSpace {
		width: 60px;
	}
}

@media (max-width: 920px) {

	#teaser .container .left {
		padding-right: 50px;
	}

	#teaser .container .right {
		max-width: 520px;
	}

	#teaser .quote {
		font-size: 56px;
		padding-bottom: 12px;
	}

	#contact .container .infoForm {
		display: block;
	}

	#contact .container .infoForm .left {
		width: auto;
	}

	#contact .container .infoForm .right {
		flex: none;
	}

	#contact .container .infoForm .columnSpace {
		width: auto;
		height: 32px;
	}

	#contact .container .infoForm .left .phone {
		margin-top: 24px;
	}

	#contact .container .infoForm .left .social {
		margin-top: 24px;
	}

	#contact .container .infoForm .right .sendBlock {
		text-align: center;
	}
}

@media (max-width: 840px) {

	h2 {
		font-size: 30px;
		padding-left: 20px;
		margin-bottom: 32px;
	}

	#teaser .container .left {
		padding-right: 30px;
	}

	#teaser .container .left img {
		width: 180px;
	}

	#teaser .container .right {
		max-width: 460px;
	}

	#teaser .quote {
		font-size: 50px;
		padding-bottom: 10px;
	}

	#presentation .container {
		padding: 40px 16px;
	}

	#presentation .container .columnSpace {
		width: 40px;
	}

	#events .container {
		padding: 40px 16px;
	}

	#events .container .event iframe {
		width: 560px;
		height: 315px;
	}

	#skills .container {
		padding: 40px 16px;
	}

	#experiences .container {
		padding: 40px 16px 16px 16px;
	}

	#experiences .container .experience {
		align-items: normal;
		padding-bottom: 32px;
	}

	#experiences .container .experience .logo .image-logo {
		border-radius: 24px;
		width: 144px;
		height: 144px;
		margin-top: 12px;
	}

	#experiences .container .experience .columnSpace {
		width: 32px;
	}

	#contact .container {
		padding: 40px 16px;
	}

	footer .container {
		padding: 32px 16px;
	}
}

@media (max-width: 760px) {

	h2 {
		font-size: 30px;
		padding-left: 20px;
		margin-bottom: 24px;
	}

	#teaser .container {
		display: block;
	}

	#teaser .container .left img {
		width: 100px;
	}

	#teaser .container .left {
		text-align: center;
		padding: 32px 0 12px 0;
	}

	#teaser .container .right {
		width: auto;
		max-width: none;
	}

	#teaser .container .right .quote {
		text-align: center;
		line-height: 1.1;
		padding-top: 0;
		padding-bottom: 16px;
	}

	#teaser .container .right br {
		display: none;
	}

	#presentation .container {
		display: block;
	}

	#presentation .container .left,
	#presentation .container .right {
		flex: none;
	}

	#presentation .container .columnSpace {
		width: auto;
		height: 40px;
	}
}

@media (max-width: 680px) {

	#events .container .event iframe {
		width: 480px;
		height: 270px;
	}

	#experiences .container .experience {
		padding-bottom: 24px;
	}

	#experiences .container .experience .logo .image-logo {
		border-radius: 12px;
		width: 80px;
		height: 80px;
	}

	#experiences .container .experience .columnSpace {
		width: 24px;
	}

	footer {
		font-size: 18px;
	}

	footer .container {
		display: block;
	}

	footer .container .left {
		flex: none;
	}

	footer .container .right {
		margin-top: 24px;
		flex: none;
		text-align: left;
	}

	footer .container .right .social {
		margin-top: 16px;
	}

	footer .container .right .social a {
		margin-left: 0;
		margin-right: 16px;
	}
}

@media (max-width: 600px) {

	header .right .mainMenu {
		display: none;
	}

	header #burgerMenu {
		display: block;
		margin: 4px;
		cursor: pointer;
	}

	#teaser .container {
		padding: 0 16px 160px 16px;
	}

	#introduction .container .photo {
		margin-top: -100px;
		width: 200px;
	}

	#introduction .container .name {
		font-size: 30px;
		margin: 12px 16px 0 16px;
	}

	#introduction .container .expertise {
		font-size: 24px;
	}

	#presentation .container {
		padding: 24px 16px;
	}

	.centeredContact {
		padding-bottom: 32px;
	}

	#events .container .event iframe {
		width: 400px;
		height: 225px;
	}
}

@media (max-width: 520px) {

	#teaser .quote {
		font-size: 38px;
		padding-bottom: 8px;
	}

	#events .container .event iframe {
		width: 270px;
		height: 152px;
	}

	#skills .container .dev .skill {
		padding: 0 16px 16px 0;
	}

	#skills .container .dev .skill img {
		width: 48px;
	}

	#experiences .container .experience .logo,
	#experiences .container .experience .columnSpace {
		display: none;
	}

	#experiences .container .experience .details {
		text-align: left;
	}

	#experiences .container .experience .details .title .image-logo-small {
		display: inline;
	}

	#contact .container .infoForm .left .social a {
		margin-right: 12px;
	}

	#contact .container .infoForm .left .social img {
		border-radius: 8px;
		width: 48px;
		height: 48px;
	}

	footer .container .right .social a {
		margin-right: 12px;
	}

	footer .container .right .social img {
		border-radius: 8px;
		width: 48px;
		height: 48px;
	}
}

@media (max-width: 440px) {


	#introduction .container .name .space {
		display: none;
	}

	#introduction .container .expertise {
		font-size: 22px;
		margin: 8px 8px 0 8px;
	}

	.button {
		padding: 16px 32px;
		border-radius: 50px;
		font-size: 18px;
	}

	footer .container .left .name {
		display: block;
		line-height: 1.4;
	}

	footer .container .left .name .separation {
		display: block;
		background-color: transparent;
		width: 0;
		height: 0;
		margin: 0;
	}
}

@media (max-width: 360px) {

	#teaser .container .right .quote {
		font-size: 30px;
		line-height: 1.2;
	}

	#introduction .container .expertise {
		font-size: 20px;
	}
}
