

/* --- Stylesheet 8459 () --------- */ 

footer .responsive_wrapper a.externlink{
	text-decoration: none;
	text-align: right;
}
footer .responsive_wrapper a.externlink i{
	font-size: 1.5rem;
	line-height: 1.6em;
	position: relative;
    top: 5px;
}
footer .responsive_wrapper .box.box3 h3{
	border-bottom: 1px solid #000;	
	height: 11px;
	margin-bottom: 1rem;
}
footer .responsive_wrapper .box.box3 p{
	text-align: center;
}

/* --- Stylesheet 8461 () --------- */ 

.TraminoVorlage.T2862 .text{
	position: absolute;
	transform: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;	
	color: transparent;
	background-color: transparent;
}
.TraminoVorlage.T2862 .text .inner{
	position: absolute;
	transform: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}
.TraminoVorlage.T2862 .text .inner a{
	display: inline-block;
	position: absolute;
	transform: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	color: transparent !important;
}

/* --- Stylesheet 7364 () --------- */ 

.memos{
	display: grid;
	grid-template-columns: 1fr;
}
.memo .content .Bild.preview.fancybox{
	max-height: 374px;
	overflow: hidden;
}
.memo .content{
	display: grid;
}
.memo .content a{
	order: 2
}
.memo .content .text{
	order: 1
}
.memo .content img{
	max-width: 100%	
}
.memo .content .infos,
.memo .content h2{
	display: none;
}

@media screen and (min-width: 768px){
	.memos{
		grid-template-columns: 1fr 1fr;
	}
}

/* --- Stylesheet 7382 () --------- */ 

#TraminoForm .AdresseWidget .Feld input{
	font-size: 16px;
	height: 32px;
	padding: .3rem .5rem;
}
#TraminoForm .adresse_ortsteil{
	display: none;	
}
#TraminoForm .AdresseWidget .adresse_plz{
	width: 30%;	
}
#TraminoForm .AdresseWidget .adresse_ort{
	width: 70%;
	padding: 0;
}
#TraminoForm .Feld.adresse_telefon,
#TraminoForm .Feld.adresse_fax,
#TraminoForm .Feld.adresse_mobil{
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;	
}
#TraminoForm .group,
#TraminoForm .mandatory,
#TraminoForm .footer{
	max-width: 365px;
	float: none;
	margin: 0 auto;	
}
#TraminoForm .footer input[type=submit] {
  background-color: #222222;
  border: none;
  color: white;
  padding: 10px 16px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
}