@charset "utf-8";

*, ::before, ::after {
  box-sizing: border-box;
}

.body {
	margin: 0;
	line-height: 1.5vw;
	
	font-size: 0.8vw;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.body a {
	text-decoration: none;
}

/*Navigation--------------------------------------------------------------------------------------------------------------------*/

.navbar {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 0.2vw;
	padding-top: 0.2vw;
	padding-right: 0.2vw;
	padding-bottom: 0.2vw;
	height: auto;
	text-align: left;
	color: rgba(255,255,255,1.00);
}

.navbar-logo {
	flex: 0 0;
	margin: 0;
	padding: 0;
	height: 2vw;
	width: auto;
}

.navbar-links {
	line-height: 0.8vw;
	height: 100%;
	margin-right: auto;
	padding: 0 !important;
	flex: 0 0;
	font-size: 0.7vw;
}

.navbar-ul-links {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0.5vw 0 !important;
	padding: 0 0 0 0.8vw;
	max-height: 2vw;
	list-style: none;
}

.navbar-ul-links a {
	display: flex;
	flex-direction: row;
}

.nav-link-icon {
	height: 0.5vw;
	width: auto;
	margin: auto;
}

.link-highlighted {
	color: rgba(233,233,233,1.00);
	margin-right: 0.5vw;
	font-size: 0.9vw;
	list-style: none;
	width: 5vw;
}

.link {
	color: rgba(158,158,158,1.00);
	margin-right: 0.5vw;
	list-style: none;
}

.link-logo {
	flex: 0 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: auto;
}

.dropdown {
	display: block;
}

.dropdown-button {
	color: rgba(158,158,158,1.00);
	border: none;
	margin-right: 0.5vw;
	list-style: none;
	cursor: pointer;
	font-size: 0.8vw;
}

.dropdown-button a {
	color: rgba(158,158,158,1.00);
	text-decoration: none;
}

.dropdown-content {
	display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 0.25vw;
    z-index: 1;
	padding: 12px 16px;
	line-height: 1.2vw;
}

.dropdown-content a{
    text-decoration: none;
    display: block;
    color: rgba(158,158,158,1.00);
}

.dropdown-content a:hover, .dropdown-content-language a:hover, .navbar-ul-links a:hover{
	color: rgba(220,220,220,1.00);
}

.dropdown:hover .dropdown-content, .dropdown:hover .dropdown-content-language {
	display: block;
}

.navbar, .dropdown button, .dropdown div {
	background-color: rgba(52,56,65,1.00);
}

.navbar-language {
	height: 100%;
	margin: 0 0.2vw !important;
}

.navbar-language img {
	height: 0.8vw;
}

.dropdown-content-language {
	display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 0.25vw;
    z-index: 1;
	line-height: 1.2vw;
}

.dropdown-content-language a {
	text-decoration: none;
    display: block;
    color: rgba(158,158,158,1.00);
	padding: 0;
	margin: 0.3vw;
}

/*Intro-Text--------------------------------------------------------------------------------------------------------------------*/

.introduction {
	height: auto;
	margin-bottom: 2vw;
	background-color: rgba(203,203,211,0.64)
}

.intro-text-div {
	width: 60vw;
	height: auto;
	padding: 2vw 0 2vw 0;
	margin: auto;
}

.intro-text {
	text-align: center;
	font-size: 0.9vw;
	margin: 0;
}

.intro-text-header {
	font-size: 2.5vw;
	text-align: center;
}

/*Card-Feld--------------------------------------------------------------------------------------------------------------------*/

.field {
	width: 45vw;
	text-align: left;
	padding-left: 0.5%;
	padding-right: 0.5%;
	margin-left: auto;
	margin-right: auto;
}

.row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0.5vw -0.5vw;
	overflow: hidden;
}	

.col {
	height: 100%;
	flex: 1 1;
	padding: 0.3vw 0.5vw 0.5vw;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25vw;
	margin-bottom: 0.7vw;
}

.card-body {
	position: relative;
	flex: 0 0 100%;
	padding: 10px;
	margin: 5px;
	width: 100%;
}

.card-img {
	position: relative;
	flex: 0 0;
	align-content: center;
	width: 100%;
	height: auto;
	border-radius: 0.25vw;
}

.card-ul-and-card-img {
	position: relative;
	flex: 0 0;
	display: flex;
	flex-direction: row;
}

.card-ul-and-card-img img {
	max-width: 8vw;
	height: auto;
	align-self: flex-start;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25vw;
}

.card-text {
	overflow: hidden;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-align: left;
}

.card-button {
	color: rgba(255,255,255,1.00);
	border: solid 0.001vw rgba(156,156,156,1.00);
	border-radius: 0.15vw;
	margin: 0.5vw;
	padding: 0.3vw;
	list-style: none;
	cursor: pointer;
	font-size: 0.8vw;
}


.ul-cirlcle {
	list-style: circle;
}

.ul-dott {
	list-style: initial;
}

/*Footline--------------------------------------------------------------------------------------------------------------------*/

.footer {
	height: auto;
	width: auto;
	margin: 0.5vw 0 1vw;
}

.footer-text {
	padding: 0.5vw;
	text-align: center;
}

.footer-ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style: none;
	margin: 0 0.5vw 0 !important;
	padding: 0 0.8vw;
	text-align: center;
	width: auto;
	height: auto;
}

.footer-li {
	padding: 0 0.25vw;
}

.footer-li a {
	color: rgb(0, 13, 28);
}

.footer-li-line {
	border-style: none solid none none;
	border-width: 0.05vw;
	width: 0.01vw;
	margin: 0.3vw 0;
	height: 1vw;
}

/*Quellen--------------------------------------------------------------------------------------------------------------------*/

.ul-sources {
	background-color: rgba(0,0,0,0.70);
	color: rgba(255,255,255,1.00);
	border: rgba(0,0,0,1.00);
	border-radius: 0.25vw;
}

.li-backgroundcolor {
	display: flex;
}

.li-backgroundcolor a{
	color: rgba(255,255,255,1.00);
	display: flex;
}

.li-backgroundcolor img{
	align-self: flex-end;
	padding: 0.5vw;
	max-height: 5vw;
	width: auto;
}

/*Andere--------------------------------------------------------------------------------------------------------------------*/

.line {
	size: 1.1vw;
	color: rgba(194, 194, 194, 1.00);
}

h5 {
	font-size: 1.1vw;
	margin: 0.7vw 0;
}

ol, ul {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	margin-bottom: 1vw;
}

a, .ul-dott a, .ul-cirlcle a {
	color: rgba(44,54,140,1.00);
	text-decoration: none;
}