@charset "utf-8";

html {
	scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	font-family: "countach", sans-serif;
	font-weight: 300;

}

body,
div,
section,
p,
ul,
li {
	margin: 0;
	padding: 0;
	line-height: normal;
	list-style: none;
}

p,
main li {
	line-height: 28px;
	font-size: 21px;
	margin: 0 0 12px;
	font-family: "bebas-neue-pro-expanded", sans-serif;
	font-weight: 400;
}

main li {
	line-height: 56px;
	border-top: 1px dotted #ccc;
	margin: 0;
}

main li:last-child {
	border-bottom: 1px dotted #ccc;
}

h1,
h2,
h3,
h4 {
	text-transform: uppercase;
}

main {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

header {
	background: url("bg.jpg") top right no-repeat;
	background-size: 100%;
	-webkit-box-shadow: inset 0px -30px 30px -20px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 0px -30px 30px -20px rgba(0, 0, 0, 0.33);
	box-shadow: inset 0px -30px 30px -20px rgba(0, 0, 0, 0.33);
	padding: 44px 0 177px;
}

header ul {
	display: flex;
	list-style: none;
	justify-content: flex-end;
	font-size: 32px;
}

header ul li {
	margin-right: 44px;
}

header ul a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.3s ease-out;
}

header ul a:hover {
	text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5)
}

.box-wrapper {
	display: flex;
	justify-content: space-between
}

.box30 span {
	display: inline-block;
	width: 101px;
	font-weight: 700;
}

.box30 li {
	border-top: 1px dotted #ccc;
	margin: 0;
	line-height: 44px;
}

.box30 li:last-child {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 44px;
}

.box30,
.box50,
.box70 {}

.box30 {
	width: 30%;
}

.box50 {
	width: 48%;
}

.box70 {
	width: 64%;
}

section.headbox {
	color: #fff;
	margin: 111px 0 0 10%;
	width: 40%;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 32px;
}

section.headbox p {
	font-size: 24px;
	padding: 18px 0 32px;
}

.btn,
.button,
button,
input[type=submit] {
	background: #000;
	color: #fff;
	text-decoration: none;
	line-height: 56px;
	display: inline-block;
	padding: 0 18px;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	font-family: "countach", sans-serif;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.btn:hover,
.button:hover,
button:hover,
input[type=submit]:hover {
    background: #3ea8a8;
    color: #fff;
}

header .btn:hover {
	background: #fff;
	color: #000;
}

main .btn::before {
	display: none;
}

.box30 .btn {
	width: 100%;
	text-align: center;
	padding: 0;
}

section.headbox .head {
	font-size: 12vw;
	font-weight: 300;
	line-height: 12vw;
}

section.headbox .head span {
	font-weight: 700;
}

section.headbox .subhead {
	font-size: 4.1vw;
	line-height: 4.1vw;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
}

section.headbox .smhead {
	font-size: 2vw;
}

section.headbox {
	font-size: 1.4vw;
	text-transform: none;
	font-weight: 300;
	letter-spacing: 1px;
}

.skills li {
	background: #3ea8a8;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	padding: 8px 16px;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 6px 6px 0;
	line-height: normal;
}

.date {
	background: #3ea8a8;
	color: #fff;
	width: auto;
	display: inline-block;
	padding: 0 8px;
	line-height: 32px;
}

.place {
	color: #999;
}

.company {
	color: #3ea8a8;
}

header button {
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 32px !important;
	position: absolute;
	top: 44px;
	right: 44px;
	cursor: pointer;
}

button.material-symbols-outlined {
	display: none;
}

h1 {
	font-size: 77px;
}

h2 {
	font-size: 56px;
	margin: 44px 0 18px;
}

h3 {
	font-size: 44px;
	margin: 32px 0 12px;
}
h4 {
    font-family: 'bebas-neue-pro-expanded';
    font-size: 24px;
    font-weight: 600;
    margin: 32px 0 12px;
}
main a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

main a::before {
	content: "\e157";
	font-family: 'Material Symbols Outlined';
	bottom: -3px;
	position: relative;
	margin-right: 3px;
}

a.cert-link {
	margin-left: 18px;
	position: absolute;
	border: 0;
	right: 0;
	font-weight: 600;
}

.menu button,
header ul li.button {
	display: none;
}
label  {
    display: inline-block;
    width: 10%;
    font-size: 24px;
	line-height: 44px;
}
input[type=email],
input[type=text] {
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom: 2px dotted #ccc;
	font-family: 'bebas-neue-pro-expanded';
	font-size: 24px;
} 
textarea,
input[type=email],
input[type=text] {
	width: 600px;
}
input:focus,
textarea:focus {
    outline: none;
}
textarea {
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom: 2px dotted #ccc;
	font-family: 'bebas-neue-pro-expanded';
	font-size: 24px;
}
small {
	color: #999;
	display: block;
	margin: 12px 0 32px;
	font-family: 'bebas-neue-pro-expanded';
}
.imprint {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px;
  background-color: white;
  border: 2px solid black;
  z-index: 9999;
}
.imprint p {
	font-size: 16px;
	line-height: 24px;
}
.imprint #closeimprint {
	font-family: 'bebas-neue-pro-expanded';
	cursor: pointer;
	position: absolute;
	top: 24px;
	right: 24px;
}
.imprint #closeimprint span {
	font-size: 44px;
}
footer {
	line-height: 77px;
	color: #999;
	border-top: 1px dotted #ccc;
	text-align: center;
	margin-top: 77px;
	font-family: 'bebas-neue-pro-expanded';
	font-size: 21px;
	font-weight: 400;
}
footer span {
	display: inline-block;
	cursor: pointer;
}