/*
Interflex Medizintechnik GmbH - TEAMS TEMPLATE
creation Date: 2024-08-02
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

.resp_only{
	display: none;
}
.reg_only{
	display: initial;
	display: inherit;
}

.section_bg.__reg{
	display: block;
}
.section_bg.__res{
	display: none;
}

@media (max-width: 1860px){
}

@media (max-width: 1640px){
}

@media (max-width: 1610px){
	.main-container.wide{
		width: 95%;
	}
	
	.wetter_app_wrapper{
		left: 1%;
	}
	.time_app_wrapper{
		right: 1%;
	}
	.teams_welcome{
		width: 700px;
	}
}

@media (max-width: 1340px){
}

@media (max-width: 1210px){
	.main-container{
		width: 95% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.lightboxcontent{
		max-width: 95%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.main-container.fullheight{
		width: 100% !important; 
	}
	.resp_only{
		display: initial;
		display: inherit;
	}
	.reg_only,
	.noRes{
		display: none;
	}
	.noReg{
		display: none;
	}
	.resp_center{
		text-align: center;
	}
	
	._resFull,
	.flexbox._resFull{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.resOrder_1{
		order: 1;
	}
	.resOrder_2{
		order: 2;
	}
	
	.main_wrap{
		height: auto;
	}
	.teams_logo,
	.teams_agenda_activator{
		position: relative;
		display: block;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		transform: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 95%;
	}
	.teams_agenda_activator{
		margin-bottom: 40px;
	}
	.teams_time{
		margin-bottom: 40px;
	}
	.wetter_app_wrapper,
	.time_app_wrapper{
		position: relative;
		display: block;
		width: 95%;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		transform: none;
		margin-left: auto;
		margin-right: auto;
	}
	.wetter_app{
		margin-bottom: 10px;
	}
	.time_app_wrapper{
		margin-top: 100px;
	}
	
	.teams_agenda.active{
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		transform: none;
		margin-bottom: 40px;
		font-size: 16px;
		padding: 10px;
	}
	.teams_welcome{
		position: relative;
		display: block;
		width: 95%;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		transform: none;
		margin-bottom: 40px;
	}
	.teams_time{
		position: relative;
		display: block;
		width: 95%;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}
}

@media (max-width: 800px){
	h1,
	h2.title{
		font-size: 80px;
		line-height: 70px;
	}
	h2{
		font-size: 28px;
		line-height: 36px;
	}
	h3{
		font-size: 22px;
		line-height: 22px;
		margin: 0px;
	}
	h4{
		font-size: 20px;
		line-height: 22px;
	}
	h5{
		font-size: 18px;
	}
	h6{
		font-size: 16px;
	}
	
	.teams_welcome{
		font-size: 26px;
	}
	.teams_agenda .flexwrap{
		margin-bottom: 20px;
	}
	.teams_agenda_flexbox{
		width: 100% !important;
		text-align: center;
	}
}

@media (max-width: 600px){
}

@media (max-width: 500px){
}