html, body {
	scroll-behavior: smooth;
	overflow-x: hidden !important;
}
body {
	overflow: hidden;
}
*{
	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%;
	}
}
.tiktok{
	cursor: pointer;
	height: 20px;
	margin-top:10px;
	margin-right: 10px;
}
.menu_bar p:hover{
	color:#00add8;
}
.menu_bar p:active{
	color:#00add8;
}
.menu_bar .onthis{
	color: #00ADD8;
}
.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;
}

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;
}

.top_title h1{
	color:black;
	margin-top: 80px;
	font-size: 35px;
}
.top_title{
	color:grey;
}
.top_title{
	margin-bottom: 25px;
}
.circle-letter{
 	background: #E3E3E3;
    color: #696969;
    padding: 5px 20px;
    border-radius: 50%;
    font-size: 35px;
}
.circle-letter-o{
	 background: #00add8;
    color: #fff;
    padding: 5px 17px;
    border-radius: 50%;
    font-size: 35px;
}
.M_1, .M_2{
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.M_1{
	vertical-align: text-top;
	display: inline-flex;
	flex-flow: column wrap;
}

.M_2{
	padding-top: 35px;
	vertical-align: top;
	display: inline-flex;
	flex-flow: column wrap;
}


.messages {
	width: 45%;
	margin: 0 auto;

	display: inline-flex;
	flex-flow: column wrap;
}

.message_w_sm{
	display: inline-flex;
	flex-flow: nowrap;
}
.message_w_sm_r{
	align-self: flex-end;
	align-items: flex-end;
	display: inline-flex;
	flex-flow: nowrap;
}
.message_w_sm_r img{
	margin-bottom: 2px;
	height: 36px;
}
.message_w_sm img{
	height: 36px;
	margin-top: 2px;
}

.messages .message {
	font-size: 16px;
	margin: 1.5px;
	max-width: 100%;
}
.oneline{
	display: block;
	font-size: 16px;
	padding-top: 7.5px;
	padding-right: 15px;
	padding-left: 15px;
	height: 40px;
	border-radius: 34px;
}
.moreline{
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
	border-radius: 18px;
	padding-bottom: 6px;
}

.message.sender {
	vertical-align: middle;
	font-size: 16px;
	align-self: flex-start;
	background-color: #E3E3E3;
	color: black;
	text-align: left;
}
.message.recipient {
	text-align:right;
	align-self: flex-end;
	color:white;
	background-color: #00add8;
}
.all{
	margin: 0 auto;
}

.end_emoji{
	height: 60px;
}
.end{
	align-self: flex-end;
	color: grey;
}

.pancake img{
	margin-bottom: 15px;
}

.back_photo{
	background-image: url("TIU/back.jpg");
	height: 50vh;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 80px;
}

.stand_out_philo h1{
	font-weight: 800;
	color: black;
	font-size: 35px;
}

.stand_out_philo{
	width: 40%;
	margin: 0 auto;
	color:black;
	font-size: 16px;
	margin-bottom: 70px;
	margin-top: 80px;
}

[data-scroll]{
  transition: all 1s;
}
[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
[data-scroll="out"] {
  opacity: 0;
  transform: translateY(50px);
}

#container h1, h2, h3, p {text-align:center; color:#000000;}
#container h1 {font-size:40px; font-weight:800;}
#container p {font-size:24px; font-weight: 400; padding:0; margin:0 0 2px 0; text-transform:uppercase; text-align: justify; color:#999;}
#container .big1 { font-weight: 400; }
#container .big1b { font-weight: 800; color:#000000;}
#container .big1bv { font-weight: 800; background: #000000; color: #ffffff; padding:1px 4px;}
#container .big2 { font-weight: 800; color:#000000;}
#container .big2v { font-weight: 800; background: #000000; color: #ffffff; padding:1px 4px;}
#container .blue {color:#00add8}
#container {
		line-height: 1.4
		height: 600px;
		color:black;
		margin:0 auto;
		position:relative;
		margin-top:60px;
		width:700px;
		text-align:center;
		margin-bottom: 30px;
	}

#so_img{
	width: 100%;
	margin-left: 67vw;
}


/* 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){
	footer {
		margin-bottom: 7.5rem !important;
	}
	.stand_out_philo{
		width: 60%;
	}
	.messages{
		max-width: 70%;
	}
	.product_images{
		width: 100%;
		padding-left:0%;
	}
	.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: 840px){
	.M_1, .M_2{
		display: none;
	}
}
@media(max-width: 700px){
	#container{
		width: 85%;
	}
}
@media(max-width: 640px){
	footer .right{
		font-size: 5px;
		margin-top:58px;
	}
	.stand_out_philo{
		width: 65%;
	}
	.M_1, .M_2{
		display: none;
	}
	.messages{
		max-width: 100%;
	}
	.message.sender{
		font-size: 11px;
	}
	.message.recipient{
		font-size: 11px;
	}
	.message_w_sm img{
		height: 25px;
	}
	.message_w_sm_r img{
		height: 25px;
	}
	.end_emoji{
		height: 40px;
	}
}

@media(max-width: 480px){
	footer {
		margin-bottom: 4.5rem !important;
	}
	.m_more{
		padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
	border-radius: 12px;
	padding-bottom: 6px;
	}
	.messages br{
		display: none;
	}
	.stand_out_philo{
		width: 80%;
	}
	.message.sender{
		font-size: 11px;
	}
	.message.recipient{
		font-size: 11px;
	}
	.message_w_sm img{
		height: 23px;
	}
	.message_w_sm_r img{
		height: 23px;
	}
	.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;
	}
}

@media(max-width: 350px){
	#container p{
		font-size: 16px;
	}
	#so_img{
		margin-bottom: 0px;
	}
	.top_title h1{
		margin-top: 40px;
	}
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
