html {
  scroll-behavior: smooth;
}

*{
	padding: 0;
	margin: 0;
}


a, a:visited{
	color: #fff;
	text-decoration: none;

	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}
a:hover{
	font-weight: 400;
	color: #0c5b08 !important;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

header{
	top: 0;
	width: 100%;
	height: 140px;
	position: fixed;
	background-color: #62b35f;
	z-index: 100;
	display: flex;
	justify-content: space-between;
}


footer{
	width: 100%;
	height: 48px;
    background-color: #62b35f;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 18px;
}

.foolinks a{
	font-size: 18px;
}

section{
	margin-top: 10px;
	padding: 110px 0 8px 0px;
}


ol{
	list-style: none;
	font-weight: 300;
	text-align: left;
}

ol li{
	margin: 10px 5px;
	font-size: 18px;
}

p b, li b{
	font-weight: 400;
}


.active{
	font-weight: 400;
	color: #fff !important;
}
.greeny{
	color: #62b35f; 
}


.-left, .-right{
	margin: 15px 30px;
}

.languages ul, footer ul{
	list-style: none;
	display: flex;
	font-size: 18px;
}
.languages ul a{
	font-size: 18px;
}

.languages ul li, footer ul li{
	font-family: 'Montserrat';
	font-weight: 300;
	margin-right: 10px;
	font-size: small;
}
.active_lang{
	font-weight: 400;
}

nav{
	position: relative;
	top:54px;
}
nav a{
	padding: 10px 15px 10px 0px;
	display: inline-block;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	font-size: 20px;
}

.mobile-nav{
    height: 100vh;
    position: fixed;
    display: block;
    width: 100vw;
    top: 0;
    left: 0;
    padding: 50px;
    box-sizing: border-box;
    z-index: 999;
    background: #fff;
    transform: translateX(-100vw);
    -webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
	cursor: pointer;
}

.nav-opener{
	display: none;
}
.mobile-nav a {
    color: #4e4e4e;
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: xx-large;
}


.mob-active{
	color: #5e5e5e;
	text-decoration: underline;
}

.logo img{
	width: 110px;
}

.content{
	min-height: 570px;
}

.content-min{
	height: 460px;
}

.title{
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #6fb447;
	color: #fff;
	font-size: x-large;
	height: 102px;
}

h1,h2 {
	display: inline-block;
}
.intro{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	/*background: url(../img/pagebannerBrg.jpg);*/
	background-size: cover;
}

.startlogo{
	margin-top: 80px;
	text-align: center;
}

.startlogo img{
	width: 200px;
}
.intro p{
	max-width: 1024px;
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-align: center;
}

.videoholder{
	display: flex;
	justify-content: center;
	align-content: center;
}

video{
	height: 100%;
}
.videoholder video{
	width: 100%;
	height: 100%;
}
.intovideo{
	width: 100%;
	margin-top: 8px;
}

.subline{
	width: 100%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}

.bigtext{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	color: #000;
	margin-top: 20px;
}

.split{
	padding-top: 8px;
	display: flex;
}

.half{
	width: calc(50% - 4px);
}

.ml{
	margin-right: 4px;
}

.mr{
	margin-left: 4px;
}

.big{
	font-size: 25px;
	text-align: center;
}
.middlebox{
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
}

.text{
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 15px;
	width: 80%;
	flex-direction: column;
}

.text strong{
	color: #63b35f;
    font-size: 24px;
}

.stepsplit{
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 15px;
	width: 80%;
}
.steptext{
	padding: 0 10px;
}

.steptext strong{
	font-size: 18px;
}
.icon{
	display: flex;
	align-items: center;
}
.icon img{
	border-radius: 50px;
	width: 90px;
}
.headline{
	min-height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #171717;
}
.hl{
	width: fit-content;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}

#contact .hl{
	color: #fff;
}

.subb{
	margin: 120px 0 40px 0;
	font-size: 25px;
	font-weight: 300;
}
.arr{
	color: #63b35f;
    font-style: normal;
    font-size: smaller;
}

.dot{
	color: #63b35f;
    font-style: normal;
}

.underline{
	display: inline-block;
	width: 100%;
	height: 4px;
	position: relative;
	background: #62b35f;
	top: -8px;
}

.text p{
	font-weight: 200;
    padding: 50px 30px;
}


.rendertext{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	    height: 100%;

}
.rendertext div{
	font-weight: 200;
	font-size: 18px;
	width: 80%;
	text-align: justify;
}

.ltgrey{
	background: #f5f5f5;
}


.breaker{
	height: 570px;
	width: 100%;
	margin: 8px 0 0 0;
}

.breaker-double{
	height: 680px;
	width: 100%;
	margin: 8px 0 0 0;
}

.start-slide{
	height: 570px;
	width: 100%;
	margin: 8px 0 0 0;
	background: url(../img/slide.png);
	background-size: cover;
	background-position: center;
}

.br1{
	background: url(../img/breaker1.jpg);
	background-size: cover;
	background-position: center;
}

.br2{
	background: url(../img/scangoroo_griff.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 100px 0;
}

.bg_solution_1{
	background: url(../img/solution_1.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}


.bg_step1{
	background: url(../img/step1.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}


.bg_step2{
	background: url(../img/step2.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}


.bg_step3{
	background: url(../img/step3.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}


.bg_step4{
	background: url(../img/step4.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}

.griffplaceholder{
	background: url(../img/griff_placeholder.png);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}

.team{
	display: grid;
	grid-template-columns: repeat(2, 50%);
	justify-content: flex-start;
	gap: 6px;
	width: 90%;
	position: relative;
	left: 5%;
	top: 40px;
}


.team2{
	display: grid;
	grid-template-columns: repeat(7, 13.9%);
	justify-content: flex-start;
	gap: 6px;
	width: 90%;
	position: relative;
	left: 5%;
	top: 40px;
}

.scquarevideo{

}

.member:hover .member img{
	opacity: 0.7;
	color: #62b35f;
}

.member img{
	width: 100%;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
	cursor: pointer;
}
.member img:hover{
	opacity: 0.8;
}

.member p{
	margin: 18px 0;
}

.last{
	margin-top: 35px;
	font-style: italic;
	font-size: 18px;
	text-align: justify;
	width: 90%;
	position: relative;
	left: 5%;
}

.membername{
	font-weight: 300;
	margin: 20px 0;
	font-size: 25px;
}

.team2 .membername{
	font-weight: 400;
	margin: 20px 0;
	font-size: 18px !important;
}

.team2 .membername .position{
	font-weight: 300;
}
.contact-info__link {
    display: block;
    padding: 14px 0;
    text-shadow: 0px 0.5px #adadad;
}
.contact-info__link img {
	margin-right: 10px;
}


#contact{
	height: auto;
    height: auto;
    text-align: center;
    background: #62b35e;
    padding: 0;
    margin: 160px 0 0 0;
    color: #fff;
}

.contact{
	display: inline-block;
}

.contact a {
	color: #fff;
	font-size: 18px;
}

.contact a:hover {
	color: #fff !important;
	font-weight: inherit;
	text-decoration: underline;
}

.ausbildung{
	font-weight: 400;
}

.position{
	font-size: 18px;
}
input, textarea{
	display: block;
	width: 100%;
	padding: 10px 15px;
	border: unset;
	border-bottom: 1px solid #e6e6e6;
	background: #ffffff;
	border-radius: 3px;
	box-shadow: none;
	transition: all 0.3s ease-out;
	box-sizing: border-box;
}

textarea {
	height: 180px;
	margin-bottom: 47px;
}

.fillin-form .fillin-form__submit {
	display: inline-block;
	position: relative;
}

.col5{
	flex: calc(40% - 8px);
}
.col7{
	flex: calc(60% - 8px);
}
.col3{
	margin-top: 10px;
	flex: calc(20% - 8px);
	padding-top: 90px;
}
.col3 img{
	width: 90%;
}
.col8{
	margin-top: 10px;
	flex: calc(80% - 8px);
}

.col8 p{
	padding: 10px 14px;
	text-align: justify;
	font-size: 18px;
	width: 80%;
	position: relative;
	left: 10%;
}

.scangoroo-name{
	text-transform: lowercase;
	display: inline-block;
	font-size: 29px;
}

.textbox{
	position: fixed;
	z-index: 111;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	display: none;
}

.textholder{
	width: 100%;
	max-width: 800px;
	height: 100vh;
	max-height: 50vh;
	background: #fff;
	border-radius: 5px;
	padding: 50px 30px;
}

.lebenslauf{
	font-size: 18px;
	text-align: left;
}

.lebenslauf_text{
	margin-bottom: 20px;
}

.text_closer{
	position: relative;
	left: 92%;
	width: 50px;
	height: 50px;
	background: #fff;
	color: #62b35f;
	border: 1px solid #62b35f;
	border-radius: 26px;
	transform: rotate(45deg);
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	font-size: 50px;
	font-weight: 600;
	transition: all 200ms ease;
	cursor: pointer;
}

.text_closer:hover{
	color: #ccc;
	border: 1px solid #ccc;
	transform: rotate(135deg);
}

.vvv{
	margin-top: 40px;
}

.abouttext{
	background: #f3f3f3;
	padding-top: 60px;
}


.nav-opener{
	width: 40px;
	position: relative;
	top: 10px;
	left: 5px;
}

.navline{
	height: 6px;
	width: 100%;
	background: #fff;
	margin: 5px 0;
	border-radius: 5px;
}
@media screen and (max-width: 768px) {
	
	.nav-opener{
		display: block;
	}
	.split{
		display: block;
	}

	.half{
		width: calc(100% - 4px);
	}

	.bgml{
		height: 400px !important;
	}

	.languages, nav{
		display: none;
	}
	.-left, .-right{
		margin:0;
		padding: 5px;
	}

	.team{
	    display: grid;
	    grid-template-columns: repeat(1, 100%);
	    justify-content: flex-start;
	    gap: 6px;
	    width: 90%;
	    position: relative;
	    left: 5%;
	    top: 40px;
	}

	.team2 {
	    display: grid;
	    grid-template-columns: repeat(2, 50%);
	    justify-content: flex-start;
	    gap: 6px;
	    width: 90%;
	    position: relative;
	    left: 5%;
	    top: 40px;
	}

	.content, .content-min{
		min-height: inherit;
		height: inherit;
	}

	.rendertext{
		padding: 40px 0;
	}

	header{
		height: 70px;
	}

	section{
		padding-top: 10px;
	}

	.col8 p{
		padding: 10px 0;
	}

	.logo img{
		width: 60px;
	}

	ol, p , .rendertext, .abouttext{
		text-align: left;
	}

	.textholder{
		max-height: inherit;
		overflow: auto;
	}
	.text_closer{
		top: 10px;
	}

	.lebenslauf{
		padding-bottom: 100px;
	}

	footer{
		display: block;
		text-align: center;
		height: auto;
	}

	footer ul{
		display: block;
	}
}
