@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;900&family=Poppins:wght@200&display=swap');

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	color: #535353;
}
body {
	background: #fff;
	min-height: 100vh;
	font-size: 18px;

}


h1, h4, h5{
	font-family: 'Montserrat', sans-serif !important;
	color: #3D3D3D !important;
}

h4, h5{
	margin: 2% !important;
}

h5{
	display: flex;
    justify-content: center;
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	height:80px;
	background: linear-gradient(90deg, #22a9fa, #78e8af);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    display: flex;
    padding: 5px 0;
    align-items: center;
    justify-content: space-between;
}
.header ul li a{
	color: #fff;
	padding: 10px;
}



footer {
	width: 100%;
	background: linear-gradient(90deg, #22a9fa, #78e8af);
	height: 30vh;
	display: flex;
	align-items: center;
    justify-content: center;
    min-height: 320px;
}

.footer1 {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.footer1 ul{
	padding-left: 10px !important;
	margin: 0px !important;
}

.footer1 ul li{
	font-size: max(0.6em, min(1.2em, 2vw)) ;
	list-style: none;
	margin-top: 8px;
	font-weight: 500;
	color: #fff;

}

.footer1 ul li a{
	color: #fff;
	text-decoration: none;
}

.pers h1, .car3 h1, .slideshow-container h1, .map h1{
	font-size: max(1.1em, min(2em, 3vw)) ;
}


.carousel{
	margin-top: 80px;
}


.container1{
    width: 100%;
    display: flex;
    height: 100%;
    padding: 10px;
    position: relative;
    padding-bottom: 100px;
}
.content-wrapper{
	width: 100%;
}
.header__nav {
    position: absolute;
    display: flex;
	width: 100%;
}
.header__menu {
    display: flex;
	position: relative;
	z-index: 2;
	

}
.header__menu li {
	list-style: none;
	font-size: 18px;
	padding: 15px 8px 0px 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
}

.header__menu li a:hover{
	color: #227dfa;
	transition: color 0.4s ease;
}

.menu__item.activ{
	color: #227dfa;
}

.header__menu li a{
	text-decoration: none;
	color: #3D3D3D;
}

.zoob {

	padding: 15px 8px 0px 8px !important;
}

.zoob2{
	display: none;
}


.content-wrapper{
    margin-top: 78px;
    padding: 10px;
    line-height: 34px;
}

.menu{
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: center;
	padding-left: 0;
}

.name{
	z-index: 2;
	width: 100%;
	display: flex;
	position: absolute;
	flex-direction: column;
    align-items: center;
    margin-top: 5%;
}


.name .n{
	font-size:max(1em, min(6em, calc(100vw * 4 / 75)));

}

.name .first, .name .n, .name .sec{
	margin-bottom: 0;
	color: #fff !important;
	line-height: 1;
	letter-spacing: 5px;
	margin-top: 10px !important;
}

.third{
	font-size: max(0.6em, min(2em, calc(3vw)));
    margin-top: 10% !important;
    padding: 1%;
    background: rgb(255, 255, 255, 0.5);
}

.name .n b{
	color: #22A9FA !important;
}
.name .first{
	padding-right: 15%; 
	font-size: max(0.6em, min(2em, calc(3vw)));
	margin-bottom: 0;
	line-height: 1;
}

.name .sec{
	font-size: max(0.6em, min(2em, calc(3vw)));
	padding-left: 10%;	
	margin-bottom: 0;
	line-height: 1;
}

.pers {
	display: flex;
	flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 10vh;

}
.foto{
	width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 5vh;
    max-width: 1440px;
}

.foto img{
	width: 100%;
	z-index: 2;
}

.pers_1, .pers_2, .pers_3{
	display: flex;
	flex-direction: column;
    align-items: center;
    width: 20%;
}

.h{
	display: flex;
	flex-direction: column;
    align-items: center;
    width: 100%;
}

.pers_1 h1, .pers_1 h2, .pers_2 h1, .pers_2 h2, .pers_3 h1, .pers_3 h2{
	margin: 0 !important;
}

.pers_1 h1, .pers_2 h1, .pers_3 h1{
	font-size: max(1em, min(1.2em, calc(2vw)));
}

.pers_1 h2, .pers_2 h2, .pers_3 h2{
	margin: 0 !important;
	font-size: max(1em, min(1.5em, calc(2vw)));
}


.but{ 
	width: 64%;
    margin-top: 4%;
    border: none;
    border-radius: 36px;
    padding: 10px 25px;
    background: #22A9FA; 
    cursor: pointer;
    text-transform: uppercase;
    color: black;
    max-width: 1000px;
  }
  .but:hover { 
    background: #78E8B0; 
    transition: background .3s ease

}


.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    width: 100%;
    margin-top: 10vh;


}





/* Hide the images by default */


/* Next & previous buttons */
.prev1, .next1 {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #87dcdb;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next1 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev1:hover, .next1:hover {
    background-color: #E5E5E5;
    color: #0d6efd;
    text-decoration: none;
}

/* Caption text */
.text {
	background-color: rgba(35, 170, 250, 0.3);
	color: #3D3D3D;
	font-size: max(0.6em, min(1.4em, calc(3vw)));
	padding: 8px 12px;
	bottom: 8px;
	width: 100%;

	text-align: center;
}



/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #87dcdb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active1, .dot:hover {
    background-color: #0d6efd;
}

/* Fading animation */
.fad {
  -webkit-animation-name: fad;
  -webkit-animation-duration: 1.5s;
  animation-name: fad;
  animation-duration: 1.5s;
}

@-webkit-keyframes fad {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fad {
  from {opacity: .4}
  to {opacity: 1}
}


.car3{
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: 3%;
}


.car3_1{
	width: 70%;
	margin-top: 10vh;
}

.knop, .knop2{
	width: 50px;
	min-width: 30px;
	height: 5vh;
	position: relative;
}

.knop a, .knop2 a{
	margin: 0;
    width: 100%;
    padding: 0;
    top: 15px;
    left: 15px;
}




.butt{
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.map{
	display: flex;
	width: 100%;
	flex-direction: column;
    align-items: center;
    margin-bottom: 10%;
    margin-top: 10%;
}


.map_2{
	display: flex;
	width: 80%;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}

.discr{
	width: 30%;
	background-color: rgba(120, 232, 176, 0.3);
}

.m{
	width: 70%;
	height: 400px;
	max-width: 626px;

}


.map h1{
	border: 4px solid #87dcdb;
	padding: 10px;
	margin-bottom: 5%;
}





@media(max-width: 959px){
	.knop, .knop2{
		width: 75px;
	}
	.car3_1{
		width: 40%;
	}
	.header ul li a{
		color: #3D3D3D ;
	}
}


@media(max-width: 950px){
	.navig{
		display: none;
	}

	.header ul li a{
		color: #3D3D3D ;
	}

	.map{
		margin-top: 5%;
	}

	.slideshow-container {
    
    	margin-top: 5vh;

	}

	.but{
   		 margin-top: 1%;
	}

	.h{
		margin-bottom: 25%;
	}

	.m{
		width: 100%;
	}

	.map_2{
		flex-direction: column;
	}

	.discr{
		width: 100%;
		background-color: #fff;
	}

	.zoob2{
		width: 85%;
	    display: flex;
	    justify-content: center;
	    position: absolute;
    	left: 8%
	}
	.header__menu li a{
	text-decoration: none;
	color: black;
	height: 100%;
	}
	.header__menu li {
		width: 100%;
		height: 100%;
	}
	.header__menu li:hover{
		background: #DCDCDC;
		opacity: 0.5;
		margin-right: 40px;
	} 
	.container1{
	    opacity: 1;
	    padding: 0;
	 
	}
	.zoob{
		width: 0;
		height: 0;
		display: none;
	}
	.header__nav {
		display: flex;
		position: absolute;
	    top: 55px;

	    left: 0;
	
	
	    width: 100%;
	    
	    transition: all 0.4s ease;
		left:-100%;
	}
	.header__menu {
		display: flex;
		height: 100%;
		width: 100%;
		background: #e1f2fb;
		flex-direction: column;	
		padding: 0;
	}
	.header__nav.open-menu{
	    left:0;
	}
	.header__menu li {
		margin: 20px 0px 20px 33px;
	    font-size: 14px;
		}
	.menu-burger__header {
		position: relative;
	    width: 40px;
	    height: 35px;
	    display: block;
	    margin-left: 10px;
	    margin-top: 4px;
	   }
	.menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before{
		height: 4px;
		width: 100%;
		position: absolute;
		background: #fff;
		margin: 0 auto;
	}
	.menu-burger__header span{
		top: 16px;
	}
	.menu-burger__header:after, .menu-burger__header:before{
		content: '';
	}
	.menu-burger__header:after{
		bottom: 5px;
	}
	.menu-burger__header:before{
		top: 5px;
	}
	.menu-burger__header.open-menu span {
		opacity:0; 
	    transition: 0.5s; 
	}
	.menu-burger__header.open-menu:before {
		transform: rotate(38deg);
	    top: 16px;
	    transition: 0.4s;
	}
	.menu-burger__header.open-menu:after {
		transform: rotate(-38deg);
	    bottom: 16px;
	    transition: 0.4s;
	}

	header {
		height: 60px;
	}
	.content-wrapper {
	    margin-top: 48px;
	}
	.fixed-pade {
	    overflow: hidden;
	}

	.carousel{
		margin-top: 60px;
	}


}

@media(max-width: 821px){
	.header ul li a{
		color: #3D3D3D ;
	}

	.car3_1{
		width: 60%;
	}
}


@media(max-width: 600px){
	.but{
		font-size: 10px;
	}
	.header ul li a{
		color: #3D3D3D ;
	}

	.pers_1{
		width: 45%;
	}

	.foto{
		margin-top: 0vh;
	    flex-direction: column;
	    align-items: center;
	}
}

@media(max-width: 376px){
	.knop, .knop2{
		width: 100px;
	}
	.header ul li a{
		color: #3D3D3D ;
	}

	.pers_1{
		width: 50%;
	}
}

@media(max-width: 320px){
	.header ul li a{
		color: #3D3D3D ;
	}

	.car3_1{
		width: 80%;
	}
	.name .first{
		padding-right: 0;
	}

	.third{
	    margin-top: 5% !important;
	}

}












	

