/* @override 
	http://cms.semmernegg.at/templates/semmo/css/custom.css
	https://www.semmernegg.at/templates/semmo/css/custom.css */

/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v25-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

  
html, body {
	font: 16px 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 1.4em;
	color: #4f4d4d;
	background-color: #fff;
}

body {
	overflow: hidden;
	height: auto!important;
	
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
	border-top: 0px solid #ddd;
	padding: 6px 10px 6px 0;
	vertical-align: top; 
}
table {
	margin-bottom: 15px;
}

.module-content ul li::before {
	content: "";
}
.nav>li>a:focus, .nav>li>a:hover{
	background: none;
}
#push {
	height: 0px;
}
#main:after, .menunav::after, #fullwidth .moduletable::after, .page-content > div::after, #navigation::after, #footer #main::after, .items-row::after, .bilder::after, .contentbox::after, .tophg::after{	
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
body #wrap {
	padding-top: 122px;
}
@media (max-width: 767px) { 
	body #wrap {
		padding-top: 57px;
	}
}
body section {
	padding-top: 0;
	background-color: #fff;
}
#fullwidth {
	z-index: 1;
}

#main {
	padding-bottom: 0px;
	text-align: left;
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 00px;
	padding-bottom: 20px;
	color: #535b5a;
}
h1 {
	font-size: 34px;
}

h2 {
	font-size: 38px;
	font-weight: normal;
	padding-bottom: 20px;
}
h3 {
	font-size: 26px;
	padding-bottom: 20px;
}
h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

a {
	color: #535b5a;
}
a:focus, a:hover {
	color: #7a7a7a;
	text-decoration: underline;
}
p {
	padding-top: 0;
}
ol, ul, p {
	padding-bottom: 20px;
}
ul li {
	list-style: disc;
}
.item-page a {
	text-decoration: underline;
}
a.btn {
	display: inline-block;
	padding: 3px 30px 2px;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #949494;
	border-radius: 0px;
	font-variant: normal;
	line-height: 1.2em;
	font-size: 16px;
	color: #949494;
	font-weight: bold;
	border-radius: 0px;
	background: none;
}
a.btn:hover {
	color: #231f20;
	
}
.btn .icon-chevron-right {
	display: none;
	visibility: hidden;
}
.btn-primary {
	background-color: #525151;
	border-color: #525151;
}
a.link {
	background-color: #c1ccd2;
	display: block;
	text-align: center;
	text-decoration: none!important;
	padding-top: 3px;
	padding-bottom: 4px;
}
section, #main #container, .container {
	background: none;
}
.header {
	height: 122px;
}
.header--fixed {
	z-index: 50;
}

#main, #main-box {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	#top {
		height: auto;
	}

	#top .custom p{
		text-align: center;
	}
}
/* Navigation */
#top {
	position: fixed;
	width: 100%;
	z-index: 1001;
	padding-top: 0;
	padding-bottom: 0;
	height: 122px;
}


.tophg {
	border-bottom: 2px solid #af9b86;
	background-color: #fff;
	
}

#top .container {
	background: none;
	font-size: 14px;
}
#top p {
	display: inline-block;
	padding: 0;
	margin: 0;
}

#top .navigation {
	padding-top: 30px;
}


.logo {
	float: left;
	width: auto;
	padding: 13px 10px 7px;
}
.logo img {
	height: 100px;
	position: relative;
}
.topnav {
	float: left;
	padding-top: 0px;
	padding-bottom: 6px;
}


.navigation {
	text-transform: uppercase;
	float: right;
	padding-right: 9px;
}


#top.affix {
	height: 62px;
}
#top.affix .logo {
	padding-top: 4px;
	padding-bottom: 0;
}
#top.affix .logo img {
	height: 54px;
}
#top.affix .navigation {
	padding-top: 0;
	padding-bottom: 0;
}

#top, .logo, .logo img, #top .titel, #top .zusatz, #top .titel img, #top .logo, .tophg, #top.affix img, #top img, #top .social, #top .navigation  {
	transition: all 300ms ease-in-out 0s;
}

@media (max-width: 1200px) {
	body #wrap {
		padding-top: 100px;
	}
	#top {
		height: 75px;
	}
	#top .navigation {
		padding-top: 20px;
		margin-top: 0;
		padding-right: 5px;
	}
	.logo {
		padding-top: 16px;
		padding-bottom: 12px;
	}
	.logo img {
		height: 70px;
	}
}
@media (max-width: 1020px) {
	.logo {
		padding-top: 25px;
		padding-bottom: 18px;
	}
	.logo img {
		height: 55px;
	}
	body #wrap {
	}
}
@media (max-width: 990px) {
	body #wrap {
		padding-top: 98px;
	}
	#top .navigation {
		padding-top: 20px;
		margin-top: 0;
	}
	#top .navigation, #top.affix .navigation {
		float: none;
	}
	.logo {
		float: right;
		padding-top: 13px;
		padding-bottom: 8px;
	}
	.logo img {
		height: 75px;
	}
	
	
}
@media (max-width: 767px) {
	header, .header--fixed{
		position: relative;
	}
	body #wrap {
		padding-top: 0px;
	}
	#top, #top.affix {
		position: relative!important;
		height: 55px;
	}

	.logo {
		
		padding-top: 4px;
		padding-bottom: 3px;
	}

	.tophg {

		height: auto;

	}
	.header {
		height: 55px;
	}



	#top .navigation, #top.affix .navigation {
		width: auto;
		float: none;
		padding-top: 0px;
		padding-bottom: 0px;
		height: 55px;
		background-size: contain;
	}
	
	#top .logo img, #top.affix .logo img {
		height: 48px;
	}
	
}

/* Bannerbilder */
#fullwidth {
	margin-top: 0;
	z-index: 1;
	position: relative;
	background-color: #fff;

}
#fullwidth .container {
	background: none;
}
#fullwidth .moduletable {
	margin-bottom: 0;
	padding-bottom: 0px;
}
#fullwidth .moduletable .custom {
	background-position: center center;
	background-size: cover; 
	padding-top: 35%;
	
}


@media (max-width: 990px) { 
	#fullwidth .moduletable .custom {
	}
}
@media (max-width: 768px) { 
	#fullwidth .moduletable .custom {
	}
}

/* Übersicht Startseite */

#showcase h3.title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 34px;
	margin-top: 30px;
	border-bottom: 2px solid #af9b86;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
}
#showcase .module-title {
	text-align: center;
}
#showcase .row {
	margin-right: 0;
	margin-left: 0;
}
#showcase .moduletable {
	padding-bottom: 0;
	margin-bottom: 0;
}
.produkte {
	display: flex;
	flex-wrap: wrap;
	vertical-align: top;
	font-weight: 500;
}
.produkte > div  {
}
.produkte > div a {
	display: block;
}


.produkte .element1x1 {
	width: 25%;
}
.produkte .element1x2 {
	width: 50%;
}
.produkte .bild {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;

}
.produkte .bild1x1  {
	padding-top: 100%;
}
.produkte .bild1x2  {
	padding-top: 50%;
}
.produkte .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 10px solid #fff;
	overflow: hidden;

	
	
}
.produkte .text > a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
background-size: cover;
background-position: center center;
transition: all .5s;

}
.produkte .text > a span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
	text-align: center;
	line-height: 1em;
}
.produkte .text > a:hover {
	text-decoration: none;
}
.produkte .text > a:hover,
.produkte .text > a:focus {
	transform: scale(1.1);
}


.produkte .element2 .text > a span,
.produkte .element4 .text > a span,
.produkte .element6 .text > a span{
	font-size: 25px;
}
.produkte .element3 .text > a span{
	font-size: 45px;
}

.produkte .element7 .text {
	background-color: #525b5a;
	color: #fff;
	flex-wrap: wrap;
	font-weight: 300;
}
.produkte .element7 .text span {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	line-height: 1.5em;
	font-size: 16px;
}
.produkte .element7 .text span strong {
	padding-bottom: 20px;
	display: inline-block;
	font-size: 30px;
	line-height: 1.2em;
}

.produkte.wohnen .element1 .text > a span,
.produkte.wohnen .element2 .text > a span{
	font-size: 40px;
}
.produkte.wohnen .element3 .text > a span,
.produkte.wohnen .element4 .text > a span{
	font-size: 55px;
}
.produkte.wohnen {
	justify-content: center;
}
@media (max-width: 1200px) { 
	.produkte .text > a {
		font-size: 50px;
	}
	.produkte .element2 .text > a span,
	.produkte .element4 .text > a span{
		font-size: 22px;
	}
	.produkte .element3 .text > a span{
		font-size: 35px;
	}
	.produkte.wohnen .element1 .text > a span,
	.produkte.wohnen .element2 .text > a span {
		font-size: 30px;
	}
	.produkte.wohnen .element3 .text > a span,
	.produkte.wohnen .element4 .text > a span{
		font-size: 50px;
	}
}

@media (max-width: 990px) { 

	.produkte .element2 .text > a span,
	.produkte .element4 .text > a span,
	.produkte .element6 .text > a  span{
		font-size: 17px;
	}
	.produkte .element3 .text > a span{
		font-size: 30px;
	}
	.produkte .element7 .text span {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0;
		line-height: 1.3em;
		font-size: 15px;
	}
	.produkte .element7 .text a span strong {
		padding-bottom: 20px;
		display: inline-block;
		font-size: 20px;
		line-height: 1.3em;
	}
	.produkte.wohnen .element1 .text > a span,
	.produkte.wohnen .element2 .text > a span{
		font-size: 26px;
	}
	.produkte.wohnen .element3 .text > a span,
	.produkte.wohnen .element4 .text > a span{
		font-size: 48px;
	}
}

@media (max-width: 768px) { 
	.produkte .element1x1 {
		width: 100%;
	}
	.produkte .element1x2 {
		width: 100%;
	}
	.produkte .bild1x1  {
		padding-top: 50%;
	}
	.produkte .bild1x2  {
		padding-top: 50%;
	}
	.produkte .element7 .bild1x1 {
		padding-top: 50%;
	}
	.produkte .text > a span,
	.produkte .element2 .text > a span,
	.produkte .element4 .text > a span,
	.produkte .element3 .text > a span{
		font-size: 25px;
	}
	.produkte.wohnen .element1 .text > a span,
	.produkte.wohnen .element2 .text > a span, 
	.produkte.wohnen .element3 .text > a span,
	.produkte.wohnen .element4 .text > a span {
		font-size: 28px;
	}
}

#bottom {
	background-color: rgb(236, 231, 225);
}
.zitat {
 	clear: both;
 	width: auto;
 	color: #515b5a;
 	padding-bottom: 0px;

 }

.zitat .text {
 	text-align: center;
 	padding-top: 60px;
	padding-right: 150px;
	padding-left: 150px;
 	line-height: 1.6em;
}
.zitat h3 {
	font-size: 22px;
	line-height: 1.4em;
}
 .zitat span {
 	font-weight: normal;
 	font-style: normal;
 	font-size: 14px;
 	line-height: 1px;
 }
 .zitat .text::before {
 	color: rgba(81, 91, 90, 0.55);
 	content: "\201C";
 	font: 200px 'Montserrat', sans-serif;
 	padding-bottom: 0;
 	height: 10px;
 	position: relative;
 	line-height: 1px;
 	display: block;
 	margin-top: 33px;
 }
 .zitat p {
 	line-height: 1.2em;
 	font-size: 16px;
 	padding-top: 5px;
 }

 @media (max-width: 1200px) { 
	 .zitat .text {
	 	padding-left: 60px;
		padding-right: 60px;
	 }
}

 @media (max-width: 990px) { 
 	.zitat .text {
 		padding-left: 10px;
 		padding-right: 10px;
 	}
 }

/* Inhalte */

#main-box {
	padding: 20px 0px 20px;
}
#startseite #main-box {
	padding-bottom: 0;
}
@media (max-width: 767px) { 
	#main-box {
		padding: 30px 10px 10px;
		margin-right: -10px;
		margin-left: -10px;
	}
}

.item-page {
	margin-top: 0px;
}
.hg-streifen {
	background-color: #f3f3f4;
}
.page-header {
	text-align: center;
	position: relative;
	border: none;
	margin: 0px 0 0px!important;
}



.blog .item .page-header {
	padding-top: 20px;
	padding-bottom: 20px;
	background: none;
	
}
.blog.featured {
	padding-top: 30px;
}

.blog .page-header h1, .item-page .page-header h1, .item-page .page-header h2, #main-box > h1 {
	font-size: 35px;
	display: inline-block;
	margin: 0 0 30px;
	padding: 20px 20px 9px;
	border-bottom: 2px solid #af9b86;
	text-transform: uppercase;
}
 #main-box > h1 {
 	text-align: center;
 	display: block;
 	padding-bottom: 40px!important;
	padding-top: 30px;
 }


@media (max-width: 990px) { 

	.page-content {
		margin: 0;
		border: 0;
	}
	.page-content div {
		padding: 0;
	}
	.page-header h2 {
		text-align: left;
	}
}
@media (max-width: 767px) { 
	.blog .page-header h1, .item-page .page-header h1, .item-page .page-header h2, #main-box > h1 {
		font-size: 25px;
		}
	}

/* Newsbeitrag */
.blog {
	padding-bottom: 0px;
}
.blogpost {
	padding-top: 20px;
}
.blog .item {
	margin-bottom: 20px;
}
.blog .item .articletitle {
	text-align: left;
	border-bottom: none;

}
.blog .item h2 {
	font-size: 24px;
	padding: 0 0 15px;
	text-align: left;
	color: #af9b86;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
}
.blog .item h2 a {
	color: #af9b86;

}
.blog .items-row {
	padding-bottom: 50px;
}

.blog .item-image {
	text-align: center;
	background-color: #fff;
	float: none;
	width: 100%;
	padding-bottom: 15px;
}
.blog .item-image img {
	padding-right: 10px;
}

.blog .item .page-header {
	margin: 0px 0 0px!important;
	padding-top: 0px;
	padding-bottom: 0;
}

.blog .articlemore {
	padding-left: 0px;
}
.blog .item .text {
	float: none;
	width: 100%;
}
.blog .articletitle, .blog .articletext {
	padding-left: 0px;
}

#main-box .blog-featured .item-title a, #main-box .blog .page-header a, #main-box  .btn {
	text-decoration: none;
}

p.readmore {
	padding-bottom: 0;
	height: 50px;
	text-align: center;
}
p.readmore a {
	font-weight: normal;
	font-style: normal;

	text-decoration: none;
}

.item-page .item-image {
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
	padding-bottom: 20px;
}

#main-box h2.item-title a, #main-box .blog .page-header h2 a {
	text-decoration: none;
}


@media (max-width: 1200px) { 


}
@media (max-width: 767px) { 
	.blog .item-image {

		float: none;
		width: 100%;
	}
	.blog .item-image img {
		padding-right: 0px;
		padding-bottom: 10px;
	}

	.blog .articletitle, .blog .articletext {
		padding-left: 0px;
	}
}
/* Blog einzelseiten */
#blog .item-page .page-header h1 {
	margin-bottom: 0;
}
#blog .item-page .page-header h2{
	padding-top: 0;
	padding-right: 0;
	font-size: 28px;
	padding-left: 0;
	text-transform: none;
	border: none;
}
#blog span.icon-calendar {
	display: none;
}
.article-info {
	float: left;
	font-size: 12px;
	padding-top: 8px;
	width: 145px;
}

p.readmore {
	text-align: right;
	padding-bottom: 0;
	padding-right: 15px;
}
p.readmore a {
	background: none;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	font-size: 0;
	text-decoration: none;
	border: none;
}
p.readmore a::before {
	content:"\2026";
	font: 42px/0 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none!important;
}

/* Inhaltsblöcke */
.pagenav {
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
}
.icon-chevron-right:before, .icon-rightarrow:before, .icon-arrow-right:before {
	content: ">";
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.icon-chevron-left:before, .icon-leftarrow:before, .icon-arrow-left:before {
	content: "<";
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.pager li>a, .pager li>span {
	border: none;
	background: none;
	border-radius: 0;
	text-decoration: none;
	padding: 3px 10px 4px;
	font-weight: bold;
}



.gselchtes .text {
	height: 340px;
	overflow: hidden;
}

@media (max-width: 1200px) { 
	.gselchtes .text {
		height: 380px;
	}
}
@media (max-width: 990px) { 
	.gselchtes .text {
		height: 459px;
	}
}
@media (max-width: 767px) { 
	.gselchtes .text {
		height: auto;
	}
}


/* Meldungen */

#system-message {
	border: 1px solid #9f9f9f;
	background-color: #fff;
	text-align: center;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 0px;
}


/* Fussleiste*/
#footer {
	color: #fff;
	clear: both;
	line-height: 1.5em;
	font-size: 15px;
	padding-bottom: 0;
	text-align: center;
	background-color: #535b5a;
	font-weight: 300;
	padding-top: 5px;
}
#footer .row {
	margin-right: 0;
	margin-left: 0;
}

#footer .element {
	float: none;
	width: 19%;
	display: inline-block;
	text-align: left;
	vertical-align: text-top;
}
#footer .moduletable {
	margin-bottom: 0;
	padding-bottom: 0;
}

#footer .logo {
	margin: 0;
	padding: 0;
	text-align: right;
}
#footer .logo img {
	width: 200px;
	height: auto;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	background: none;
	text-decoration: underline;
}

#footer .nav>li {
	padding-top: 0;
	padding-bottom: 0;
	text-align: right;
}
#footer .nav>li>a {
	position: relative;
	padding: 0px 0px;
	
}
#footer .social {
	text-align: center;
}
#footer .social .nav li {
	display: inline;
	width: auto;
	float: none;
	text-align: center;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#footer .social .nav li a {
	display: inline;
}
#footer .social .nav li img {
	width: 35px;
}
#footer .service {
	text-transform: uppercase;
}

@media (max-width: 990px) { 

#footer .element {
	width: 32%;
}
	
}
@media (max-width: 767px) { 
	#footer .element {
		width: 100%;
		text-align: center;
	}
	#footer .nav>li {
		text-align: center;
	}
	#footer .nav {
		padding-top: 20px;
		padding-bottom: 20px;
	}


}


/* Zurück nach oben */
.back-to-top {
	position: fixed;
	bottom: 0em;
	right: 48%;
	text-decoration: none;
	color: #fff;
	background-color: rgba(82, 91, 90, 0.57);
	font-size: 0;
	width: 60px;
	padding: 1em;
	text-align: center;
	line-height: 1.2em;
	z-index: 1200;
	display: none;
	opacity: 0.8;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-bottom: none;
	height: 30px;
	
}
.back-to-top::before {

    content: "\2303";
    font-size: 28px;
    display: block; 
	padding-top: 20px;
}

.back-to-top:hover {
	background-color: #525b5a;
	color: #fff;
}
.back-to-top {	
	transition: all 0ms;
}
/* Suche */
span.icon-search:after { 
	font-weight:bold;
}


/* Inhalte */

.contentbox {
    position: relative;
	margin: 20px -9999rem 0 !important;
	padding: 30px 9999rem !important;
	clear: both;
}

.content100box {
	  width: 100vw;
	  position: relative;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	margin-right: -50vw;
	  margin-top: 20px;
}
.content100box .abstand {
	padding-left: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#kontakt .spalte {
	text-align: center;
}
#kontakt .spalte table {
	display: inline-block;
	text-align:left;
}

/* Unsichtbar */
@media (max-width: 767px) { 
	.nomobile {
		display: none;
		visibility: hidden;
	}
}