/*body*/
 * {
 	box-sizing: border-box;
}

.row::after {
  	content: "";
  	clear: both;
  	display: table;
}

@font-face{
	font-family: Gellix Regular;
	src: url('Gellix-Regular.woff2') format('woff2');
}

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

[class*="col-"] {
 	width: 100%;
 	padding-left: 0px;
 	padding-right: 0px;
 }

body{
	font-family: Gellix Regular;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}

/*hover*/
.textfeld a:link{
	text-decoration: none;
	color: #000000;
}

.textfeld a:visited{
	text-decoration: none;
	color: #000000;
}

.textfeld a:active{
	text-decoration: none;
	color: #9e9e9e;
}

.textfeld a:hover{
	color: #9e9e9e;
}

/*Navigation*/
.navigation{
	z-index: 99;
	list-style: none;
	margin: 0;
	padding-left: 34px;
	padding-right: 34px;
	padding-top: 0;
	padding-bottom: 0;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(255,255,255,0);
	display: none;
}

#container {
	z-index: 99;
	float: right;
  	display: inline-block;
  	cursor: pointer;
  	margin-top: 18px;
  	margin-right: 13px;
  	margin-bottom: 18px;
}
.bar1, .bar2, .bar3 {
  	width: 35px;
  	height: 2px;
  	border-radius: 9px;
  	background-color: #000000;
  	margin: 6px 0;
  	transition: 0.4s;
}
.change .bar1 {
 	-webkit-transform: rotate(-45deg) translate(-6px, 4px);
  	transform: rotate(-45deg) translate(-6px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
 	-webkit-transform: rotate(45deg) translate(-6px, -6px);
  	transform: rotate(45deg) translate(-6px, -6px);
}

#navigationmobil{
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	position: fixed;
	font-size: 30px;
	line-height: 40px;
}

#navigationmobil ul{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
}

#navigationmobil li a{
	text-decoration: none;
	color: #000000;
}

#navigationmobil{
	z-index: 98;
}

.bildmarke{
	float: left;
}

.bildmarkengroesse{
	height: 0.75em;
	width: auto;
}

.bildmarke_gross{
	width: 160px;
	margin-bottom: 34px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gregorherdrich{
	float: left;
	margin-left: 21px;
	padding-bottom: 7px;
}

.kontakt{
	float: right;
}

.praxis{
	float: right;
	margin-right: 34px;
}

p{
	margin: 0;
	padding: 0;
}

.raender{
	margin-left: 13px;
	margin-right: 13px;
}

/*Inhalt*/
.bildmarkengroessemobil{
	position: fixed;
	z-index: 99;
	margin-top: 18px;
	margin-left: 13px;
	width: 38px;
	height: auto;
}
.hero-image{
	display: block;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.rechts{
	display: none;
}

.hero-text{
	text-align: center;
	font-size: 20px;
}

.text-normal{
	font-size: 18px;
	line-height: 20px;
}

.mobil{
	margin-bottom: 8px;
}

#textmobil{
	margin-top: 21px;
	margin-bottom: 13px;
}

}

/*Inhalt Desktop*/
@media only screen and (min-width: 768px){

/*Raster*/

	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}

	.col-offset-1 {
		margin-left: 8.33%;
	}
	.col-offset-2 {
		margin-left: 16.66%;
	}
	.col-offset-3{
		margin-left: 25%;
	}
	.col-offset-4 {
		margin-left: 33.33%;
	}

	.col-offset-6 {
		margin-left: 50%;
	}

	.col-offset-7 {
		margin-left: 58.33%;
	}

	.col-offset-8 {
		margin-left: 66.66%;
	}

	.col-offset-9 {
		margin-left: 75%;
	}

	.col-offset-12{
		margin-left: 100%;
	}

[class*="col-"] {
	 float: left;
	 padding-bottom: 0px
}

body{
	font-family: Gellix Regular;
	font-size: 34px;
	margin: 0;
}

/*hover*/
.textfeld a:link{
	text-decoration: none;
	color: #000000;
}

.textfeld a:visited{
	text-decoration: none;
	color: #000000;
}

.textfeld a:active{
	text-decoration: none;
	color: #9e9e9e;
}

.textfeld a:hover{
	color: #9e9e9e;
}

/*Navigation*/
.navigation{
	z-index: 99;
	list-style: none;
	margin: 0;
	padding-left: 34px;
	padding-right: 34px;
	padding-top: 0;
	padding-bottom: 0;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(255,255,255,0);
}

.navigation.opacity{
	background: rgba(255,255,255,0.8);
}

#navigationmobil{
	display: none;
}

.bildmarke{
	float: left;
}

.bildmarkengroesse{
	height: 0.75em;
	width: auto;
}

.bildmarkengroesse_unterschrift{
	height: 1.2em;
	width: auto;
}

.bildmarke_gross{
	width: 160px;
	margin-bottom: 34px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gregorherdrich{
	float: left;
	margin-left: 21px;
	padding-bottom: 7px;
}

.kontakt{
	float: right;
}

.praxis{
	float: right;
	margin-right: 34px;
}

p{
	margin: 0;
	padding: 0;
}

.raender{
	margin-left: 31px;
	margin-right: 31px;
}

/*Inhalt*/
.bildmarkengroessemobil{
	display: none;
}

.hero-image{
	display: block;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.hero-text{
	text-align: center;
	font-size: 22px;
}

.hero-text-klein{
	text-align: center;
	font-size: 14px;
}

.text-normal{
	font-size: 22px;
	line-height: 24px;
}

.textscreen{
	margin-top: 34px;
}