@charset "UTF-8";

/* radio-canada-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: 'Radio Canada';
	font-style: normal;
	font-weight: 400;
	src: url('../Fonts/radio-canada-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* radio-canada-500 - 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: 'Radio Canada';
	font-style: normal;
	font-weight: 500;
	src: url('../Fonts/radio-canada-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* radio-canada-600 - 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: 'Radio Canada';
	font-style: normal;
	font-weight: 600;
	src: url('../Fonts/radio-canada-v21-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* radio-canada-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: 'Radio Canada';
	font-style: normal;
	font-weight: 700;
	src: url('../Fonts/radio-canada-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* radio-canada-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: 'Radio Canada';
	font-style: italic;
	font-weight: 400;
	src: url('../Fonts/radio-canada-v21-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* radio-canada-500italic - 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: 'Radio Canada';
	font-style: italic;
	font-weight: 500;
	src: url('../Fonts/radio-canada-v21-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* radio-canada-600italic - 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: 'Radio Canada';
	font-style: italic;
	font-weight: 600;
	src: url('../Fonts/radio-canada-v21-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


/* ---------- VARIABLES ---------- */
:root {
    --primary-clr: #5bc5b7;
    --darker-primary-clr: #2f9f90;
    --cta-clr: #dd6c2f;
	--darker-cta-clr: #c75d24;
    --grey: #444;
}

body {
	font-family: 'Radio Canada', Arial, sans-serif;
	color: #666;
	background: var(--primary-clr);
}
.container {
	max-width: 100%;
}
.box {
	width: 800px;
    max-width: 100%;
	margin-top: 30px;
	padding: 30px 30px 60px;
	background-color: white;
	border: 10px solid var(--primary-clr);
}


.container-start {
	margin-top: 40px;	
}

main {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-top: 4rem;
}
main .gfx {
	flex-basis: 150px;
	max-width: 150px;
    max-height: 500px;
}
main .gfx svg {
	max-height: 100%;
	max-width: 100%;
}
.container-start main .content {
	flex-basis: 400px;
}
footer .box {
	margin-top: 0;
	padding: 30px 0 30px 15px;
	background: transparent;
	color: #fff;
}
footer .karte {
	float: right;
	width: 300px;
	max-width: 50%;
	height: auto;
	margin-top: -20px;
}
@media (max-width:550px) {
	footer .box {
		display: flex;
		flex-direction: column;
	}
	footer .karte {
		float: none;
		order: 1;
		margin-left: -20px;
		margin-top: 0px;
	}
}

.link {
	margin: 0 auto 0;
	text-align: right;
	font-size: 12px;
	color: white;
}

.link ul li {
	
	display:inline;
	margin: 0 15px
}

a {
	color:#6f635a;
}
p a {
    text-decoration: underline;
}

.link a {
	margin-top: -50px;
	text-align: right;
	font-size: 14px;
	color: white;
}
.musthave {
	padding: 0;
}
.logo {
	display: block;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
	max-width: 100% ;
}

@media (max-width: 770px){
	.logo {
		max-width: 100%;
	}
}

.logo-start {
	height: auto;
}

a.impressum  {
	font-size: 15px;
	color:#6f635a;
}

.header {
	text-align: center;
}

.center {
	text-align: center;
}
.hide {
	display: none;
}

hr {
	height: 0.5px;
	background-color: #6f635a;
}

h1 {
	font-size: 1.9rem;
	color: var(--primary-clr);
}
footer h1 {
	font-size: 1.2rem;
	color: #fff;
}

h2 {
	font-size: 1.5rem;
	margin: 0px 0 15px;
	color: var(--primary-clr);
}
h2.doc {
	margin: 20px 0;
	font-size: 2.rem;
	font-weight: 600;
}
h2.doc::first-letter {
	margin-left: 10px;
}
h2.start {
	font-size: 2rem;
	margin: 10px 0;
	color: #ca9e66;
}
h3 {
	font-size: 1.3rem;
	margin: 0 0 15px;
	color: #666;
}
.container-start h3 {
	font-size: 1.3rem;
	margin: 2rem 0 1rem;
	color: #666;
}
h2.doc + h3 {
	margin-top: 3rem;
}
h4 {
	font-size: 1.2rem;
}

p.diagnostik {
	display: none;
	text-align: center;
	margin-top: 30px;
    font-size: 1.1rem;
}

@media (max-width:900px) {
	h2.doc {
		font-size: 2.2rem;
	}
}
@media (max-width:500px) {
	h2.doc {
		font-size: 2rem;
	}
	h2.doc::first-letter {
		margin-left: 0px;
	}
}

ul.competences {
	list-style: none;
	padding: 0;
	font-size: 1.2rem;
}
ul.competences li {
	line-height: 1.6em;
}
ul.competences a:hover,
ul.competences a:focus {
	color: var(--darker-primary-clr);
}
@media (max-width:500px) {
	h2, h3, ul, li {
		margin-left: 0 !important;
	}
}

a.email {
	font-size: 15px;
	color: #6f635a;
}
.header h2 strong {
	font-weight: 900;
	font-size: 45px;
	
}
.fa-circle {
	font-size: 5px;
	vertical-align: middle;
	color:#6f635a;
}

footer a:link, 
footer a:visited {
	color: #fff;
	text-decoration: underline;
}
