:root {
	--primary-green: #71c972;
	--hover-green: #e3f4e3;
	--primary-blue: #3b61c9;
	--hover-blue: #8A9FD0;
	--sub-blue: #0b2b6b;
	--primary-black: rgb(29, 28, 28);
	--primary-grey: #e0e0e0;
	--sub-grey: #F9F9F9;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	font-family: 'Archivo Narrow', Arial, sans-serif;
	background-color: white;
	text-wrap: balance;
}


.header-section {
	margin: 0px;
	background-color: var(--primary-green);
	display: flex;
	align-items: center;
}

.header {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 100px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.header-left {
	display: flex;
}

.header img {
	height: 50px;
	width: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	display: inline-block;
}

.header-right {
	display: flex;
	margin-left: auto;
	gap: 20px;
	align-items: center;
	text-align: right;
}

.header-right-1 {
	display: inline-flex;

}

.header-right-2 {
	display: inline-flex;

}

.header-right-3 {
	display: inline-flex;

}

.header-right-4 {
	display: inline-flex;
}


.header a.passive {
	font-size: 20px;
	color: var(--sub-blue);
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.header a.passive:hover {
	background-color: var(--hover-blue);
	border-radius: 50px;
}


.header a.active {
	font-size: 20px;
	color: var(--sub-grey);
	text-decoration: none;
	background-color: var(--primary-blue);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 8px;
}

.header a.active:hover {
	background-color: var(--sub-blue);
}


.title-section {
	background: url(backgroundpic.png);
	background-size: cover;
	background-position: inherit;
	width: 100%;
	max-height: 900px;
	margin-bottom: 0;
}


.titles {
	width: 40%;
	margin-left: 110px;
	padding-top: 100px;
	padding-bottom: 120px;
}

h1 {
	color: white;
	font-size: 46px;
    margin: 0;
}

h3 {
	color: var(--primary-green);
	font-size: 28px;
  margin: 0;
}

.main-description {
	color: white;
	font-size: 24px;
	margin-bottom: 50px;
	margin-top: 30px;
	line-height: normal;
}

.primary-button {
	font-size: 22px;
	color: var(--sub-blue);
	background-color: var(--primary-green);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 60px;
	border-radius: 8px;
	text-decoration: none;
}

.primary-button:hover {
	background-color: var(--primary-blue);
	color: white;
}

.rule {
	color: white;
	font-size: 18px;
	line-height: 400%;
}

.rule:hover {
	font-weight: 600;
}

.first-section {
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	background-color: var(--sub-grey);
	padding-bottom: 50px;
}

.line {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

.decor-line {
	width: 100%;
}

.decor-line-mobil {
	display: none;
}

.first-content {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.content-1 {
	display: flex;
	gap: 60px;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

h2 {
	font-size: 38px;
	color: var(--primary-green);
	text-align: center;
}

.first-info {
	text-align: left;
	font-size: 24px;
	color: var(--sub-blue);
}


.mobilpic {
	height: 400px;
}

.buttons {
	display: inline-flex;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
}

.sub-button {
	font-size: 22px;
	color: white;
	background-color: var(--primary-blue);
	border: solid 2px;
	border-radius: 8px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 60px;
	text-decoration: none;
}

.sub-button:hover {
	background-color: var(--sub-blue);
	color: var(--sub-grey);
}


.second-section {
	background-color: var(--hover-green);
	text-align: center;
	margin-top: 0;
}


.content-2 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0;
	text-align: center;
	width: 100%;
}

.sub-content {
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.container-2 {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	gap: 50px;
	flex-direction: row;
	font-size: 16px;
}

.item-2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	justify-content: center;
	flex: 1 1 0px;
	font-size: 18px;
	color: var(--sub-blue);
}

.info-content {
	height: 120px;
	width: auto;
}

.step {
	text-transform: uppercase;
	color: #3b61c9;
	font-size: 22px;
	font-weight: 700;
}



.rule-2 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	background-color: var(--primary-blue);
}

.rule-link {
	text-align: center;
	color: var(--sub-grey);
	font-size: 22px;
	padding-top: 10px;
}

.rule-link>a {
	color: var(--sub-grey);
}

.fourth-section {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-color: var(--sub-grey);
	text-align: center;
	padding-bottom: 30px;
}

h6 {
	font-size: 20px;
	line-height: 0em;
	color: var(--primary-blue);
	text-align: left;
}

.gyik {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

details {
	font-size: 18px;
	text-wrap: balance;
}

details>summary {
	background-color: white;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	color: var(--sub-blue);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	text-align: left;
}

details>summary:hover {
	background-color: var(--primary-blue);
	color: white;
	border: 1px solid var(--primary-blue);
}

details[open] summary {
	border-radius: 10px 10px 0 0;
}

details>summary>* {
	display: inline;
}

details>div {
	border-right: 2px solid #f4f4f4;
	border-left: 2px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
	margin-top: 0px;
	padding: 1rem;
	text-align: left;
  text-wrap: balance;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	background-color: white;
}

footer {
	color: var(--sub-grey);
	background-color: var(--primary-green);
	font-size: 16px;
	margin: 0;
	height: 30px;
	text-align: center;
	padding-top: 10px;
}

.mobil-header {
	display: none;
}


@media screen and (max-width: 1360px) {
	.decor-line {
		display: none;
	}
	
	.decor-line-mobil {
	display: block;
		width: 100%;
	}
	
}


@media screen and (max-width: 1285px) {
	
	.header img {
		height: 40px;
		width: auto;
		padding-bottom: 2px;
		padding-top: 5px;
	}
	
	
	.header a.passive {
		font-size: 18px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	
	.header a.active {
		font-size: 18px;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
	font-size: 24px;
	}

	.main-description {
	 font-size: 18px;
	}

	.primary-button {
		font-size: 18px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.sub-button {
		font-size: 18px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.rule {
		font-size: 16px;
		line-height: 400%;
	}
	
	.rule:hover {
		font-weight: normal;
	}

	.first-info {
	text-align: left;
	font-size: 18px;
}

	.mobilpic {
		height: 300px;
	}

	.content-1 {
	gap: 30px;
}

	.content-1 {
		padding-bottom: 20px;
	}

	.step {
		font-size: 18px;
		font-weight: 700;
	}

	.item-2 {
		font-size: 16px;
	}

	details {
		font-size: 16px;
	}

	.rule-link {
		font-size: 18px;
	}
	
	.gyik {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}

}



@media screen and (max-width: 1100px) {
	

	.titles {
		width: 40%;
		margin-left: 110px;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	h1 {
		font-size: 34px;
	}

}


@media screen and (max-width: 979px) {

	.header-section {
		display: none;
	}

	.mobil-header {
		display: block;
		background-color: #71c972;
		min-height: 50px;
		margin: 0;
		padding-top: 15px;
		padding-right: 50px;
		padding-left: 50px;
	}

	.mobil-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.mobil-logo>img {
		height: 40px;
		width: auto;
	}

	.dropbtn {
		border: none;
		cursor: pointer;
	}

	.dropbtn:hover,
	.dropbtn:focus {
		background-color: #3e8e41;
	}

	.dropdown {
		position: relative;
		display: inline-block;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		background-color: var(--primary-green);
		min-width: 250px;
		overflow: auto;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		right: 0;
		z-index: 1;
	}

	.dropdown-content a {
		color: var(--sub-blue);
		margin: 20px 30px;
		text-decoration: none;
		display: block;
		font-size: 18px;
	}

	#menu-primary-button {
		background-color: #3b61c9;
		border-radius: 8px;
		color: var(--sub-grey);
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		margin-top: 25px;
		margin-bottom: 15px;
	}

	#menu-primary-button:hover {
		background-color: var(--sub-blue);
	}

	.dropdown a:hover {
		color: var(--hover-green);
	}

	.show {
		display: block;
	}

	h1 {
		font-size: 32px;
	}

	h3 {
		font-size: 22px;
	}

	.titles {
		margin-left: 80px;
	}

}

@media screen and (max-width: 940px) {
.title-section {
		background: url(backgroundpic_small.png);
		background-size: cover;
		background-position: center;
		width: 100%;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 897px) {
	
	
	.content-1 {
		display: flex;
		gap: 40px;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding-bottom: 20px;
	}

	
	.container-2 {
		display: flex;
		justify-content: center;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		gap: 50px;
		flex-direction: column;
		font-size: 16px;
	}

	.mobilpic {
	height: 200px;
}

}


@media screen and (max-width: 655px) {

	.titles {
		width: 90%;
		margin-left:0px;
		padding-top: 200px;
		padding-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}


	.title-section {
		box-shadow: inset 0 0 0 100vw rgba(107, 120, 126, 0.2);
	}

	h1 {
	font-size: 28;
	}

	h3 {
	font-size: 20;
	}


	.info-content {
		height: 80px;
		width: auto;
	}

	.buttons {
	flex-direction: column;
	gap: 15px;
	}
	
	.primary-button {
		margin-bottom: 10px;
	}

	.gyik {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	h6 {
		font-size: 18px;
		line-height: normal;
	}
}


@media screen and (max-width: 580px) {
.title-section {
		background: url(backgroundpic_small2.png);
		background-size: cover;
		background-position: center;
		width: 100%;
		margin-bottom: 0;
	}

	.titles {
		padding-top: 50px;
		padding-bottom: 30px;
	}

}