html, body {
	scroll-behavior: smooth;
}
*{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
a{
	text-decoration: none !important;
}
p{
	line-height: 1.6;
}
.vibe{
	color: #f5a019 !important;
}
@media(max-width: 1200px){
	.menu_bar .first{
		margin-left: 0%;
	}
}
.alert2{
opacity:0;
position: fixed;
z-index:999;
color:white;
margin-top:70vh;
margin-left:20px;
background-color:green !important;
}
.alert2 p{
	padding: 10px 20px;
	padding-top:18px;
}
@keyframes sent{
	0%{
	opacity: 0;
	}
	5%{
	opacity: 1;}
	95%{opacity: 1;}
	100%{opacity:0;}
}
#form_div *{
	margin-top: 15px;
}
#form_div{
	width: 766px;
	color:black;
	display: block;
	float: none;
 	margin: 0 auto;
 	margin-top: 70px;
 	padding-bottom: 50px;
}
#form_div h1{
	font-weight: 800;
	font-size: 45px;
}
#form_div p{
	padding-bottom: 30px;
	margin: 0 auto;
	width: 80%;
	font-size: 15px;
}
#captcha{
	width: 100%;
	margin: 0 auto;
	display: block;
	flex-flow: column wrap;
}
.g-recaptcha{
	height: 50px !important;
	display: block;
	align-self: flex-start;
}
#form_div #send{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
	margin-top: 0px;
	margin-left: 60%;
	align-self: flex-end;
	width: 40%;
	color: white;
	background-color: grey;
	height: 40px;
	display: inline-flex;
}
#form_div #send:enabled{
	background-color: black;
}

#form_div input{
	height: 40px;
	color:#BCBCBC;
	background-color:#F4F4F4;
	padding-left: 20px;
	border-radius: 20px;
	border:none;

}
#form_div input, textarea{
	transition: all 0.1s;
	width: 100%;
	padding-left: 20px;
	border-radius: 20px;
	margin-top: 15px;
	color:black;
	background-color:#F4F4F4;
}
#form_div textarea{
	padding-top: 5px;
	height: 200px;
	border: none;
	color:black !important;
}
#form_div h2:first-of-type{
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 70px;
}
#form_div h2:last-of-type{
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 90px;
}
#form_div h2{
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 30px;
	padding-top: 0;
}
#form_div .social_items {
	display: flex;
	justify-content: center;
	align-items: center;
}
#form_div .social_items *{
	margin:0;
	padding:0;
	cursor: pointer;
}
#form_div .social_items i{
	padding:0;
	margin:0;
	width: 50px;
}
#form_div .social_items p{
	width: auto;
	font-family: 'Montserrat';
	font-size: 20px;
	margin-left: -8px;
	vertical-align: super;
	padding: 10px;
}
#form_div .social_items p:nth-of-type(2){
	margin-left: -15px;
}
#form_div .social_items img{
	width: 34px;
	margin-left: 15px;
	margin-top: -17px;
	cursor: pointer;
}
h2{
	padding-top: 70px;
}

#form_div div .social{
	font-size: 40px;
}
.social, .tiktok{
	cursor: pointer;
}


.menu_bar p:hover{
	color:#00add8;
}
.menu_bar p:active{
	color:#00add8;
}
.menu_bar .onthis{
	color: #00ADD8;
}
#vid{
	width: 100%;
	margin-top: 40px;
}
.tiktok{
	height: 20px;
	margin-top:10px;
	margin-right: 10px;
}
.nyelv{
	top:0;
	position: fixed;
	z-index: 999;
	height: 88px;
	width: 60px;
	margin-left: 43px;
}
.menu_bar a {
	text-transform: uppercase;
	color:black;
}
.menu_bar .circle{
	cursor: default !important;
	padding-left: 5px;
	padding-right: 5px;
}
.menu_bar{
	top:0;
	height: 40px;
	z-index: 999;
	width: 100%;
	position: fixed;
	background-color:white;
	text-align: center;
	box-shadow: 5px 10px 18px #888888;
}
.menu_bar p{
	cursor: pointer;
	margin-top: 5px;
	vertical-align: middle;
	display: inline-block;
	font-size: 22px;
	color:black;
}
.menu_bar .social{
	font-size: 22px;
	padding:8px;
}
.menu_bar .social:hover{
	cursor: pointer;
}

footer{
	height: 142px;
	margin-top: 3rem !important;
}

footer .left{
text-align:left;
float:left;
}

footer .left img{
	margin-top: 28px;
	width:100px;
	margin-left: 43px;
}
footer .right{
float:right;
text-align:right;
}
footer .right{
	font-size: 11px;
	margin-top: 65.5px;
	margin-right: 43px;
}
footer .centered{
text-align:center;
vertical-align: middle;
}
footer .centered img{
	margin-top:42.5px;
	width: 444px;
}

.mobile_menu_bar{
	top:0;
	display: none;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  font-family: Montserrat;
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: white !important;
  text-transform: uppercase;
  display: block;
  transition: 0.3s;
}

.tiktok_m{
	height: 25px;
	margin-top:7.5px;
	margin-right: 10px;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 45px;
  font-size: 60px;
}
br{
	display: none !important;
}


/* RESPONSIVE DESIGN */

@media(max-width: 1500px){
	.oneline{
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.messages{
		width: 70%;
	}
}

@media(max-width: 1366px){
	.nyelv{
		margin-left: 23px;
	}
}

@media(max-width: 1270px){
	.nyelv{
		display: none;
	}
	.menu_bar p{
		font-size: 20px;
	}
}

@media(max-width: 1010px){
	.menu_bar p{
		font-size: 18px;
	}
	.menu_bar{
		height: 33px;
	}
	.menu_bar .social{
		margin-top: 6px;
	}
	.down-btn{
		bottom:-70px;
	}
	footer .left img{
		margin-top: 18px;
	}
	footer .centered img{
		width: 360px;
	}
	.menu_bar{
		display: none;
	}
	.mobile_menu_bar{
		display: block;
	height: 40px;
	z-index: 999;
	width: 100%;
	position: fixed;
	background-color:white;
	text-align: center;
	box-shadow: 5px 10px 18px #888888;
	font-size: 30px;
	}
	.mobile_menu_bar span{
		float: left;
		margin-left: 8px;
	}
	.mobile_menu_bar .social{
		margin-top: 5px;
		margin-right: 10px;
	}
	.overlay a{
		border-bottom: 2px solid white;
		font-size: 50px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.overlay a:nth-of-type(1){
		border-top: 2px solid white;
	}
	.closebtn{
		border: none !important;
	}
	footer .centered img{
		width: 260px;
		padding: 0;
	}
	footer .left img{
		width:80px;
		padding-top: 2px;
	}
	footer{
		height: auto;
	}
	footer .right{
		margin-top: 52px;
	}

}

@media(max-width: 800px){
	#form_div{
		width: 80%;
	}
	br{
		display: block !important;
	}
	#captcha{
		display: block;
		width: 70%;
	}
	#form_div #send{
		display: block;
		left:0;
		width: 200px;
		margin-left: 0;
	}
}

@media(max-width: 640px){
	footer .right{
		font-size: 5px;
		margin-top:58px;
	}
}

@media(max-width: 480px){
	.alert2{
	margin-left:auto;
	}
	.overlay a{
		white-space: normal;
	}
	footer .centered img{
		width: 150px;
		margin-top: 30px;
	}
	footer .left img{
		width:40px;
		margin-left: 15px;
	}
	footer{
		height: auto;
	}
	footer .right{
		font-size: 5px;
		margin-top: 38px;
		margin-right:15px;
	}
	.overlay a{
		font-size: 30px;
	}
	#captcha{
		width: 100%;
	}
}

@media(max-width: 400px){
	#form_div h1{
		font-size: 38px;
	}
	#form_div .social_items *{
		margin:0 !important;
	}
	#form_div .social_items p:nth-of-type(2){
		padding-left: 0px !important;
	}
	#form_div .social_items p:nth-of-type(3){
		vertical-align: middle;
	}
	#form_div .social_items{
		text-align: center !important;
	}
	#form_div .social_items p{
		font-size: 15px;
	}
	#form_div .social_items p:nth-of-type(1){
		padding-left: 0px !important;
	}
	#form_div .social_items i{
		font-size: 25px;
	}
	#form_div .social_items img{
		height: 25px;
		width: auto;
	}
	#form_div h2{
		margin-top: 10px;
	}
	#captcha{
		margin-left: -23px;
	}
	.g-recaptcha{
		transform:scale(0.8);
		margin-left: auto;
		padding-left: auto;
	}
	#form_div #send{
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.p-0 {
	padding: 0 !important;
}
.send-button {
	margin-top: -30px !important;
}
@media(max-width: 768px) {
	.send-button {
		margin-top: 40px !important;
	}
}