@font-face {
	font-family:"plex";
	font-style:normal;
	font-weight:normal;
	src : url("../fonts/IBMPlexSans-Medium.ttf");
}
@font-face {
	font-family:"plex";
	font-style:normal;
	font-weight:bold;
	src : url("../fonts/IBMPlexSans-Bold.ttf");
}
@font-face {
	font-family:"Zapf Dingbats";
	font-style:normal;
	font-weight:normal;
	src : url("../fonts/zapf-dingbats-regular.ttf");
}

:root {
    --background-image-url: url(../images/bg1.png);    
    --background2-image-url: url(../images/bg2.png);
    --background3-image-url: url(../images/bg3.png);
    --checked-image-url: url(../images/icon_check-gruen.svg);
    --var-menu-font: 'plex', sans-serif;
    --var-fallback-font: sans-serif;
    --var-text-color: #ebf6fa;
    --var-cta-bg-color: #1f4e79;
    --var-cta-bg-color2: #bce941;
    --var-cta-text-color: #ebf6fa;
    --var-grey-text:#838d9a;
    --var-section2-card-border-color: #23526b;
    --var-result-box-border-color: #23526b;
    --var-h1-fontsize: 36px;
    --var-h1-text-color: #9cc2e5;
    --var-h2-fontsize: 28px;
    --var-h3-fontsize: 22px;
    --var-h4-fontsize: 18px;
    --var-button-link-color: #9cc2e5;
    --var-button-link-text-color: #0a0610;
    --box-shadow: 5px 0px 1.75rem rgba(0,0,0,.2);

}

body {
    overflow-x: hidden;
}


h1 {
	color:var(--var-h1-text-color);
	font-family:"plex", sans-serif;
	font-style:normal;
	font-weight:bold;
    font-size: var(--var-h1-fontsize);
}

h2 {
	color:var(--var-text-color);
	font-family:"plex", sans-serif;
	font-style:normal;
	font-weight:bold;
    font-size: var(--var-h2-fontsize);
     margin-top: 10px;
    margin-bottom: 40px;
}

h3 {
	color:var(--var-h1-text-color);
	font-family:"plex", sans-serif;
	font-style:normal;
	font-weight:bold;
    font-size: var(--var-h3-fontsize);
    margin-top: 5px;
    margin-bottom: 5px;
}

h4 {
	color:var(--var-text-color);
	font-family:"plex", sans-serif;
	font-style:normal;
	font-weight:bold;
    font-size: var(--var-h4-fontsize);
    margin-top: 5px;
    margin-bottom: 5px;
}

p {
    color: var(--var-text-color);
    font-family: var(--var-menu-font);
    font-style: normal;
    font-weight: normal;
    margin-top: 10px;
}

a {
    color: var(--var-text-color);    
    font-family: var(--var-menu-font);
    font-style: normal;
    font-weight: normal;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  width: 100%;
  color: var(--var-section2-card-border-color);
}


body {
	width:100%;
    background-image: var(--background-image-url);
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Classes */

.main {
    
    display: flex;
    flex-direction: column;
    left:0px;
    top:0px;
    width:100%;
    justify-content: center;
    align-items: center;
    background-image: var(--background-image-url);
}

.header {
    top: 0;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width:1360px;
    z-index: 999;
    margin-top: 0px; 
    align-items: center;
    margin-bottom: 10px;
    position: sticky;
    background-image: var(--background-image-url);
    border-left: 100px solid #000;
    border-right: 100px solid #000;
}

.section {
    margin-top: 100px;
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width:1360px;
    overflow: hidden;
}

.logo {
	height:19px;
	width:164px;
    margin-top: 20px;
    margin-right: 50px;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown {
    display: none;
}

.nav-menu {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    display: flex;
    margin-top: 30px;
    width: 100%;
}

.flex-vertical {
    display: flex;
    flex-direction: column;
}

.flex-horizontal {
    display: flex;
    flex-direction: row;
}


.section50 {
    width: 50%;
}

.section66 {
    width: 66%;
}

.section33 {
    width: 33%;
}

.centered-content {
    justify-content: center;
}

.leftaligned-content {
    justify-content: start;
}

.white-text {
    color: var(--var-text-color);
}

.green-text {
    color: var(--var-cta-bg-color2);
}

.h2-span-newline {
    color:var(--var-h1-text-color);
}

.left-margin {
    margin-left: 100px;
}

.unstyledlist {
  padding-left: 0;
  list-style: none;
}

.nav-link {
    padding-left: 5px;
    padding-right: 5px;
    color: var(--var-text-color);
    text-decoration:none;
    margin-right: 50px;
}

.nav-menu-font {
    color: var(--var-text-color);
    font-family: var(--var-menu-font);
    font-style: normal;
    font-weight: normal;
}

.text-font {
    color: var(--var-text-color);
    font-family: var(--var-menu-font);
    font-style: normal;
    font-weight: normal;
}

.grey-text {
	color:var(--var-grey-text);
	font-family:"plex", sans-serif;
	font-style:normal;
	font-weight:normal;
}

.bordered-link {
    text-decoration: none;
    border: 1px solid var(--var-button-link-color);
    background-color: var(--var-button-link-color);
    border-radius: 10px;
    padding: 10px; 
    color: var(--var-button-link-text-color);
    
}

.login-link {
    text-decoration: none;
    border: 1px solid var(--var-cta-bg-color);
    border-radius: 10px;
    background-color: var(--var-cta-bg-color);
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-left: 30px; 
    padding-right: 30px; 
    
    
    color: var(--var-cta-text-color);
    width:240px;
    text-align: center;
    font-family: var(--var-menu-font);
    font-style: normal;
    font-weight: normal;
    margin-right: 50px;
}

.cta-link2 {
    text-decoration: none;
    border: 1px solid var(--var-cta-bg-color2);
    border-radius: 10px;
    background-color: var(--var-cta-bg-color2);
    padding: 10px; 
    color: var(--var-button-link-text-color);
    width:200px;
    text-align: center;
    font-family: var(--var-menu-font);
    font-style: normal;
    font-weight: normal;
    margin-right: 50px;
}



.p-element-checked {
	color:#ffffff;
	font-family:"Zapf Dingbats", sans-serif;
	font-style:normal;
	font-weight:normal;
}

.centered-text {
    text-align: center;
}

.img-checked {
    width: 20px;
    height: 20px;
    margin-top: 8px;
}