/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap'); */

*{
/*	margin: 0; */
	padding: 0;
	outline: none;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
/*	font-family: 'Montserrat', sans-serif; */
}

body{
	background: #faf8f8;
}

#center label {
	width: 15em;
}

.tabs_container .tabs_header{
	width: 100%;
	height: 5em;
/*	background: #ff5847; */
	position: relative;
/*	margin-top: -2.5em; */
}
.straat {
    max-height: 2000px;
	column-count: 4;
    margin: 0 0 0 10px;
	font-size: 1vw;
}
.tabs_container .tabs_header ul{
/*	margin-left: -2em;
	margin-bottom: 0; */
	display: flex;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 10em 5em 0 5em;
}

.tabs_container .tabs_header ul li{
	border: 1px solid black;
/*	color: #fff; */
	padding: 0.3vw 0.5vw;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	text-transform: uppercase;
/*	font-size: 20px; */
	letter-spacing: 2px;
	margin-right: 1px;
	position: relative;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s ease;
	background: red;
	margin-left:4px;
}

.tabs_container .tabs_header ul li .icon{
	margin-right: 3px;
}

.tabs_container .tabs_header ul li.active {
background-color: #ffffff;
border: 1px solid black;
}


.tabs_container .tabs_header ul li.active:before,
.tabs_container .tabs_header ul li:hover:before{
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all 0.2s ease;
}

.tabs_container .tabs_wrapper{
	padding: 0 30px 30px 30px;
/*	margin-top: 1em; */
}

.tabs_container .tabs_wrapper .tabs_content{
	border: 1px solid black;
	background: #fff;
/*	padding: 30px; */
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.05),
				-1px -1px 1px rgba(0,0,0,0.05);
}

.tabs_container .tabs_wrapper .tabs_content .tabs_info h3{
	margin-bottom: 15px;
	letter-spacing: 3px;
}

.tabs_container .tabs_wrapper .tabs_content .tabs_info p{
	line-height: 25px;
	color: #7a7a7a;
	margin-bottom: 20px;
}

.tabs_container .tabs_wrapper .tabs_content .tabs_info p:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 645px){
	.tabs_container .tabs_header ul li{
/*		padding: 20px;*/
	}
	.tabs_container .tabs_header ul li .item{
/*		display: none;*/
	}
	.tabs_container .tabs_header ul li .icon{
		font-size: 20px;
	}
	.tabs_container .tabs_wrapper,
	.tabs_container .tabs_wrapper .tabs_content{
/*		padding: 20px; */
	}
.tabs_container .tabs_header ul {
	left:75%;
	}

/*new lines *//
	.wrapper {
		position: fixed;
	}
	.left_1 {
		margin-left: 30em;
	}
	.leftside_1 {
		width:10%;
	}
	.left_2 {
		margin-left: 30em;
	}

}
