@charset "UTF-8";

.wrapper {
	width: 100%;
	max-width: 964px;
	margin: 0 auto;
}
#header #mainmenu {
	margin: 38px 0px 10px 40px;
	-webkit-transform: scale(1.2);  
    -moz-transform: scale(1.2); 
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
#header #mainmenu ul li ul li a {
	padding: 10px 9px 10px 9px;
}
#StripeLeistungen a.pagelinker .PageShorttext {
	display: none;
}
#StripeLeistungen a:hover.pagelinker .PageShorttext {
	display: none;
}
#StripeService a.pagelinker .PageShorttext {
	display: none;
}
#StripeService a:hover.pagelinker .PageShorttext {
	display: none;
}
#smartmenu {
	display: none;
}
#direkttermin {
	width: 70px;
	height: 70px;
	top: 130px;
	background-size: contain;
}


/*----------------------------------------Portrait----------------------------------------*/
@media only screen and (orientation : portrait) {

td img {
	margin-right: 30px !important;
	width: 80px;
	height: auto;
}
#HomeSlideshow .capture1 {
	margin: 438px 0 0 -325px;
}
#HomeSlideshow .capture2 {
	margin: 480px 0 0 -260px;
}
#StripeNews {
	height: 270px !important;
}
#StripeLeistungen {
	height: 140px !important;
}
#StripeService {
	height: 140px !important;
}
#StripeLeistungen a.pagelinker .stripeheadline {
	margin-top: 92px;
}
#StripeService a.pagelinker .stripeheadline {
	margin-top: 92px;
}

/*-------------------------Smartmenu-------------------------*/
#mainmenu {
	display: none;
}
#smarttrigger {
	display: block !important;
	position: absolute;
	margin-top: 32px;
}
#smarttrigger a#NaviIcon {
	background-image: url(../images/NavIcon.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	width: 46px;
	height: 46px;
	display: block;
	background-color: #f59c00;
	float: left;
	border: solid 1px #fff;
	cursor: pointer;
}
#smarttrigger a#HomeIcon2 {
	background-image: url(../images/HomeIcon.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	width: 46px;
	height: 46px;
	background-color: #f59c00;
	float: left;
	border: solid 1px #fff;
	margin-left: 10px;
}
#smarttrigger a#ContactButton {
	height: 32px;
	padding: 14px 14px 0 14px;
	background-color: #f59c00;
	float: left;
	border: solid 1px #fff;
	margin-left: 10px;
	text-decoration: none;
	color: #fff;
	font-family: 'FutBold', sans-serif;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
}
#smartmenu {
	display: block !important;
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 200;
	-moz-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.40);
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.40);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.40);
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	margin-left: -500px
}
#smartmenu menuactive {
	list-style: none;
	margin: 0;
	padding: 0;
}
#smartmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#smartmenu ul li {
	list-style: none;
	margin: 0;
}
#smartmenu ul li {
	padding: 0;
	margin: 0;
	font-family: 'FutBold', sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #FFF;
	background-color: #e08400;
	text-transform: uppercase;
	display: block;
	white-space: nowrap;
	float: none;
	clear: both;
}
#smartmenu ul li a {
	text-decoration: none;
	color: #FFF;
	padding: 9px 12px 9px 10px;
	display: block;
	border-bottom: solid 1px #fbd084;
}
#smartmenu ul li ul {
	padding: 0;
	margin: 0;
}
#smartmenu ul li ul li {
	padding: 7px 12px 7px 20px;
	background-color: rgba(245,156,0,0.8);
	border-bottom: solid 1px #fbd084;
}
#smartmenu ul li ul li a {
	padding: 0;
	border-bottom: none;
}

/*------------------Suche------------------*/
#search {
	float: none;
}
#search form {
	float: none;
}
#search form #searchbox {
	width: 100%;
	height: 35px;
	padding-top: 4px;
	background-color: #e08400;
	border: none;
	float: none;
	visibility: visible;
}
#search:hover form #searchbox {
	width: 100%;
	border: none;
}
#search form .search-input {
	background-color: #fff;
	width: 230px;
	height: 22px;
	padding: 2px 0 0 3px;
	border: none;
	box-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	margin: 4px 5px 0 6px;
	opacity: 1;
	border-radius: 0;
}
#search:hover form .search-input {
	width: 230px !important;
	height: 22px;
}
#search a#searchtrigger {
	background-position: 12px 12px;
	background-color: #e08400;
	border: none;
}
#search form .search-button {
	display: none;
}

/*------------------Formular------------------*/
.contactform input {
	width: 75%;
}
.contactform textarea {
	width: 75%;
}
}