
:root {
	--maincolor: #006C9E;
	--actioncolor: #F28625;
}

html, body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.5vw;
	line-height: 125%;
	 -webkit-text-size-adjust: 100%;
	 -ms-text-size-adjust: 100%;
	 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	color: var(--maincolor);
}

body {
	padding: 30px;
	box-sizing: border-box;
}


a, 
a:visited {
	color: var(--maincolor);
	text-decoration: none;
}

a:hover, 
a:active {
	color: var(--actioncolor);
	text-decoration: underline;
}

.container-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	min-height: 95vh;
}

.container {
	display: flex;
	flex-direction: row;
	padding-left: 10vw;
	justify-content: center;
	align-content: center;
	box-sizing: border-box;
	flex-wrap: wrap;
}



.box {
	flex-basis: calc(100% / 4);
	align-self: stretch;
	margin: 1vh 0px;
}

.box:nth-child(5) {
	margin-bottom: 5vh;
}

.box img {
	max-width: 53%;
	height: auto;
}

.line-1 {
}
.line-1,
.line-2 {
}
.line-3 {
}

.box-1 {
	position: relative;
	box-sizing: border-box;
}

.box-1 .logo {
	position: relative;
	margin-top: 20px;
	
}

.box-1 .logo,
.logoinfo {
	margin-left: 2vw;
}

.box-1 img {
	max-width: 97%;
}

.box-1 .logo-icon {
	position: absolute;
	width: 6.4vw;
	height: 100%;
	left: 0px;
	top: 0px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.box-1 .logo-icon img {
	width: 100%;
	max-width: 100%;
}

.name {
	font-weight: bold;
}

.name span {
	font-size: 70%;
	font-weight: initial;
}

.adresse {
	margin: 20px 0px;
	position: relative;
}

.adresse a {
	font-weight: bold;
}

.adresse a span {
	font-weight: initial;
}

.infos {
	font-size: 60%;
	line-height: 120%;
}

.meisterbetrieb {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 13vw;
	-webkit-transform: translateX(-8.5vw);
	-moz-transform: translateX(-8.5vw);
	transform: translateX(-8.5vw);
}

.meisterbetrieb img {
	width: 100%;
	height: auto;
}



@media all and (max-width: 1280px) {
	
	.box {
		flex-basis: calc(100% / 3);
		align-self: stretch;
		margin: 1vh 0px;
	}
	
}

@media all and (max-width: 1024px) {
}

@media all and (max-width: 980px) {
}

@media all and (max-width: 768px) {

}

@media all and (max-width: 650px) {
	body {
		padding: 0px;
	}
	.box:nth-child(1) {
		flex-basis: 100%;
		margin-bottom: 3vh;
	}
	.box:nth-child(1) .logo,
	.logoinfo {
		width: 33%;
	}
	.box:nth-child(5) {
		margin-bottom: 1vh;
	}
	
	.box:nth-child(1) {
		flex-basis: 100%;
	}
	.box:nth-child(11) {
		flex-basis: 66%;
	}	
	.box:nth-child(12) {

	}
	.meisterbetrieb {
		right: 0px;
		left: auto;
		-webkit-transform: translateX(-10vw);
		-moz-transform: translateX(-10vw);
		transform: translateX(-10vw);
	}
}

@media all and (max-width: 414px) {
	
	html, body {
		font-size: 4vw;
		line-height: 125%;
	}

	
	.container {
		justify-content: space-between;
	}
	
	.box img {
		max-width: 80%;
	}
	.box:nth-child(11) {
		margin-top: 5vh;
	}
	
	.box:nth-child(1) .logo,
	.logoinfo {
		width:calc(100% - 20px);
		padding-left: 22vw;
		box-sizing: border-box;
	}
	.box-1 {
		border-bottom: solid 1px #CCCCCC;
		padding-bottom: 3vh;
		margin-right: 10vw;
	}
	.box-1 img {
		max-width: 100%;
	}
	
	.box-1 .logo-icon {
		width: 20vw
	}
	
	.box-1 .logo-icon {
		-webkit-transform: translateX(0vw);
		-moz-transform: translateX(0vw);
		transform: translateX(0vw);
	}

	.meisterbetrieb {
		right: 0px;
		left: auto;
		top: auto;
		bottom: -20px;
		-webkit-transform: translateX(21vw);
		-moz-transform: translateX(21vw);
		transform: translateX(21vw);
		width: 15vw;
	}
	
	.infos {
		padding-bottom: 10vh;
	}

}

@media only screen and (max-width: 834px) and (orientation:portrait)  {
}

@media only screen and (max-width: 736px) and (orientation:landscape)  {

}







