* {
    margin: 0;
    padding: 0;
}

body {
	min-height: 100vh;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

html {
	scroll-behavior: smooth;
	text-decoration: none;
}

li {
	margin: 5px 0px 5px 30px;
}

h1 {
  font-size: 16px;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

h2 {
  font-size: 18px;
  margin-bottom: 6px;
}

h3 {
  font-size: 16px;
  text-align: left;
}

h4 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 0px;
}


p {
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 150%;
}

p.green {
  font-size: 16px;
  padding-bottom: 0px;
}

hr {
  height: 1px;
  border-width: 0;
  color: gray;
  background-color: gray;
  margin-bottom: 20px;
}

/*----------------------------------*/

#slider_img_section {
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    border: 0px solid #000000;
}

.slider_img_container_nav {
    width: 100%;
	height: 80px;
	border: 2px solid #b909a2;
}

.slider_img_container {
    width: 100%;
	border: 0px solid #b909a2;
}

/*----------------------------------*/

#slider_section {
	padding: 0px 0px 0px 0px;
	margin-bottom: 60px;
	box-shadow: 5px 6px 18px silver;
	border: 0px solid #b909a2;
}

/*----------------------------------*/

#content_section {
	padding: 0px 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border: 0px solid #528530;
}

.content_container {
	width: 90%;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border: 0px solid #cc07a1;
}

/*----------------------------------*/

.start_inh_card {
	width: 80%;
	padding: 0px 10px 10px 10px;
	display: flex;
	flex-direction: column;
    text-align: center;
	border: 0px solid #ff0000;
}

.grid_container {
	margin: 2px auto 0px auto;
	max-width: 90%;
	padding: 0px 20px 0px 20px;
	display: grid;
	grid-template-columns: 270px 270px 270px;
	grid-template-rows: 270px 270px;
	gap: 20px;
	grid-template-areas: 
	"item1 item2 item3"
	"item4 item5 item6";
	border: 0px solid #ff0000;
}

.grid_item {
	height: 270px;
	width: 270px;
	padding: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid_item img{
	height: 270px;
	width: 270px;
}
#item1{
	grid-area: item1;
}
#item2{
	grid-area: item2;
}
#item3{
	grid-area: item3;
}
#item4{
	grid-area: item4;
}
#item5{
	grid-area: item5;
}
#item6{
	grid-area: item6;
}

@media (max-width: 1000px) {
	.grid_container {
	grid-template-columns: 270px;
	grid-template-rows: 270px 270px 270px 270px 270px 270px ;
	grid-template-areas: 
	"item1"
	"item2"
	"item3"
	"item4"
	"item5"
	"item6";
	}
}

/*----------------------------------*/

.txt_inh_card {
	width: 630px;
	padding: 0px 10px 10px 10px;
	display: flex;
	flex-direction: column;
    text-align: center;
	border: 0px solid #ff0000;
}

.txt_green_card {
	padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    display: flex;
	flex-direction: column;
    text-align: left;
    background-color: #BBCE00;
	border: 0px solid #ff0000;
}
.txt_gray_card {
	padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    display: flex;
	flex-direction: column;
    text-align: left;
    background-color: #e1e2e3;
	border: 0px solid #ff0000;
}

.txt_2_card {
	padding: 10px 10px 10px 10px;
	display: flex;
	flex-direction: column;
    text-align: left;
	border: 0px solid #ff0000;
}

.txt_2_img_card {
	width: 100%;
	padding: 10px 10px 10px 10px;
	justify-content: center;
    text-align: left;
	gap: 10px;
	border: 0px solid #ff0000;
}

/*----------------------------------*/

.sidebar_card {
	width: 250px;
	padding: 0px 0px 10px 10px;
	border: 0px solid #0f5220;
}

.sidebar_I_card {
    min-height: 40px;
	padding: 0px 40px 0px 10px;
    margin-bottom: 10px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    background: #BBCE00 url("../layout/butt-I.jpg") repeat-x;
	border: 0px solid #ff0000;
}
.sidebar_I_card *{
	padding: 0px 0px 0px 0px;
    text-align: center;
}

.sidebar_P_card {
    min-height: 40px;
	padding: 0px 40px 0px 10px;
    margin-bottom: 10px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    background: #BBCE00 url("../layout/butt-P.jpg") repeat-x;
	border: 0px solid #ff0000;
}
.sidebar_P_card *{
	padding: 0px 0px 0px 0px;
    text-align: center;
}

.sidebar_TXT_card {
    min-height: 40px;
	padding: 0px 40px 0px 10px;
    margin-bottom: 10px;
    display: flex;
	flex-direction: column;
    justify-content: center;
	border: 0px solid #ff0000;
}
.sidebar_TXT_card *{
	padding: 0px 0px 0px 0px;
    text-align: center;
}

.sidebar_img_card {
    margin-bottom: 10px;
	border: 0px solid #ff0000;
}

/*----------------------------------*/

.kurse_inh_card {
	width: 630px;
	padding: 0px 10px 10px 10px;
	display: flex;
	flex-direction: column;
    text-align: center;
	border: 0px solid #ff0000;
}

.kurse_green_card {
	padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    text-align: left;
    background-color: #BBCE00;
	border: 0px solid #ff0000;
}

.kurse_2_card {
	padding: 10px 10px 10px 10px;
	display: flex;
	flex-direction: column;
    text-align: left;
	border: 0px solid #ff0000;
}

#kurse_2_section {
	padding: 10px 0px 10px 0px;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border: 0px solid #096911;
}

.kurse_2_container {
	width: 100%;
	border: 1px solid #d8d8d8;
}


@media (max-width: 1000px) {
	.kurse_2_card {
		width: 100%;
		padding: 0px 0px 10px 0px;
		border: 0px solid #0f5220;
	}
	#kurse_2_section h4{
		padding: 10px 0;
	}
	#kurse_2_section{
		text-align: center;
		padding: 10px 0;
		gap: 0px;
	}
}


/*----------------------------------*/

.bkf_card {
	padding: 10px 10px 10px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
    text-align: center;
	border: 0px solid #ff0000;
}

.bkf_img_card {
	width: 100%;
	padding: 10px 10px 10px 10px;
	justify-content: center;
    text-align: left;
	border: 0px solid #ff0000;
}

@media (max-width: 1000px) {
	.bkf_card {
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 0px 0px 10px 0px;
		border: 0px solid #0f5220;
	}
	.bkf_img_card {
		width: 100%;

		padding: 0px 0px 10px 0px;
		border: 0px solid #0f5220;
	}
	.bkf_img_card img{
		width: 100%;
	}
}

/*----------------------------------*/

.team_inh_card {
	width: 890px;
	padding: 0px 10px 10px 10px;
	display: flex;
	flex-direction: column;
    text-align: center;
	border: 0px solid #ff0000;
}

.team_flex_container {
	display: flex;
	padding: 0 0 20px 0;
	gap: 0px;
	justify-content: center;
	flex-wrap: wrap;
	border: 0px solid #000000;
}

.team_card1 {
	width: 150px;
	text-align: center;
	padding: 10px 0px 10px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 0px solid #000000;
}

.team_card2 {
	width: 670px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	gap: 20px;
	padding: 10px 10px 10px 20px;
	border: 0px solid #000000;
}

.team_card3 {
	width: 820px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	gap: 20px;
	padding: 10px 10px 10px 20px;
	border: 0px solid #000000;
}

@media (max-width: 1000px) {
	.team_card1 {
	width: 90%;
	padding: 10px 10px;
	}
	.team_card1 img{
	width: 100%;
	}
	.team_card2 {
	width: 90%;
	padding: 10px 10px;
	text-align: center;
	}
	.team_card2 h3{
	text-align: center;
	}
	.team_card3 {
	width: 90%;
	padding: 10px 10px;
	text-align: center;
	}
}

/*----------------------------------*/

.fuhrp_inh_card {
	width: 890px;
	padding: 0px 10px 10px 10px;
	display: flex;
	flex-direction: column;
    text-align: center;
	border: 0px solid #ff0000;
}

.fuhrp_flex_container {
	display: flex;
	padding: 0 0 20px 0;
	gap: 0px;
	justify-content: center;
	flex-wrap: wrap;
	border: 0px solid #000000;
}

.fuhrp_card1 {
	width: 300px;
	text-align: center;
	padding: 10px 0px 10px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 0px solid #000000;
}

.fuhrp_card2 {
	width: 520px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	gap: 20px;
	padding: 10px 10px 10px 20px;
	border: 0px solid #000000;
}

@media (max-width: 1000px) {
	.fuhrp_card1 {
	width: 90%;
	padding: 10px 10px;
	}
	.fuhrp_card1 img{
	width: 100%;
	}
	.fuhrp_card2 {
	width: 90%;
	padding: 10px 10px;
	text-align: center;
	}
	.fuhrp_card2 h3{
	text-align: center;
	}
}

/*----------------------------------*/

.gal_card {
	width: 820px;
	justify-content: center;
	gap: 20px;
	padding: 10px 10px 10px 20px;
	border: 0px solid #000000;
}

@media (max-width: 1000px) {
	.gal_card {
	width: 90%;
	padding: 10px 10px;
	text-align: center;
	}
	.gal_card img{
	width: 100%;
	}
}

/*----------------------------------*/

#footer_section {
    margin-top: 70px;
	padding: 20px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #BBCE00;
	border: 0px solid #a71d89;
    box-shadow: 5px -6px 18px silver;
}

.footer-flex_container {
	width: 1100px;
	margin-top: 0px;
	display: flex;
	gap: 0px;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 0px solid #08444e;
}

.footer_card1 {
	width: auto;
	padding: 0px 10px 20px 10px;
	display: flex;
	flex-direction: column;
    text-align: left;
	border: 0px solid #ff0000;
}
.footer_card1 h3 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 4px;
}

.footer_card2 {
	width: 320px;
	padding: 0px 10px 20px 10px;
	display: flex;
	flex-direction: column;
    text-align: center;
	border: 0px solid #0e800a;
}
.footer_card2 h3 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 4px;
}
.footer_card2 p {
  text-align: justify;
}

.footer_card4 {
	width: 100%;
	padding: 0px 10px 10px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    text-align: center;
	border: 0px solid #9e0d7f;
}

.csstab {
   width: 100px;
   display: block;
   float: left;
}

pre {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  white-space: pre;
}

@media (max-width: 1000px) {
	.footer-flex_container {
	width: 90%;
	border: 0px solid #9e0d7f;
	}
	.footer_card1 {
	width: 100%;
	padding: 20px 0px 10px 0px;
	display: flex;
	justify-content: center;
	border: 0px solid #f80707;
	}
	.footer_card1 p {
	text-align: center;
	line-height: 175%;
	}
	.footer_card1 h3 {
	text-align: center;
	}
	.footer_card2 {
	width: 100%;
	padding: 10px 0px 20px 0px;
	align-items: center;
	border: 0px solid #f80707;
	}
	.footer_card2 p {
	line-height: 175%;
	}
	.footer_card4 {
	width: 100%;
	padding: 0px 0px 40px 0px;
	border: 0px solid #f80707;
	}
	pre {
  	white-space: pre-wrap;
	line-height: 175%;
	}
}

/*----------------------------------*/

table {
	display: flex;
	justify-content: center;
	align-items: center;
}
th {
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #e0e0e0;
	box-shadow: 0 3px 6px #00000030;
}
td {
	padding: 5px 50px 5px 10px;
	text-align: left;
}
tr:nth-child(odd) {
	background-color: #f3f3f3;
}
tr:nth-child(even) {
	background-color: #fdfdfd;
}

/*----------------------------------*/

.txt_tab_card {
	padding: 10px 0px 20px 0px;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.tab2 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab2 th {
	background-color: #e0e0e0;
	text-align: center;
}
.tab2 tr:nth-child(odd) {
	background-color: #f3f3f3;
}
.tab2 tr:nth-child(even) {
	background-color: #fdfdfd;
}

/*----------------------------------*/

a.one:link {color: #000000; text-decoration: none; font-size: 16px;}
a.one:visited {color: #000000; text-decoration: none; font-size: 16px;}
a.one:hover {color: #000000; text-decoration: underline; font-size: 16px;}

/*----------------------------------*/

.csstab1 {
   width: 150px;
   display: block;
   float: left;
}

/*----------------------------------*/

a.butt:link, a.butt:visited {
  	background-color: #BBCE00;
	border: 1px solid #0e4e08;
	font-size: 16px;
  	color: #000000;
  	padding: 4px 10px;
	margin-right: 10px;
	margin-top: -4px;
	margin-bottom: -4px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
}

a.butt:hover, a.butt:active {
  	background-color: #0e4e08;
	border: 1px solid #0e4e08;
	color: #ffffff;
}

