@media only screen and (min-width : 760px) {

.visible {
	opacity: 1 !important;
	visibility: visible !important;
}

.hidden {
	opacity: 0 !important;
	visibility: hidden !important;
}

header.main {
	min-height: 250px;
}

header.main .bg-top-wrapper {
	 width: 100%;
	 height: 250px;
	 position: absolute;
	 overflow: hidden;
}

header.main .bg-top {
	background-color: #fff;
	width: 110%;
	height: 70%;
	margin-left: -5%;
	transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	box-shadow: 0px 3px 10px #333;
	-webkit-box-shadow: 0px 3px 10px #333;
	-moz-box-shadow: 0px 3px 10px #333;
	-o-box-shadow: 0px 3px 10px #333;
	-ms-box-shadow: 0px 3px 10px #333;
	position: absolute;
}

header.main .bg-top:before {
	content: " ";
	width: 100%;
	height: 250px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: -249px;
}

header.main .logo {
	width: 275px;
	position: absolute;
	top: 20px;
	right: 4%;
}

header.main .logo img {
	width: 100%;
}

header.main .hotline-header {
	width: 270px;
	position: absolute;
	top: 40px;
	left: 4%;
}

header.main .hotline-header .info {
	position: relative;
	width: 185px;
	margin-left: 85px;
}

header.main .hotline-header .info:before {
	content: " ";
	width: 70px;
	height: 70px;
	display: block;
	background-image: url(../images/essentials/rund-um-die-uhr-erreichbar.svg);
	background-size: 100%;
	position: absolute;
	left: -85px;
}

header.main .hotline-header a, header.main .hotline-header a:link, header.main .hotline-header a:active, header.main .hotline-header a:visited {
	color: #C4CF69;
	text-decoration: none;
}

header.main .hotline-header h2, header.main .hotline-header h3 {
	color: #C4CF69;
	font-weight: 600;
}

header.main .hotline-header h2 {
	font-size: 155%;
	padding-bottom: 8px;
}

header.main .hotline-header h3 {
	font-style: italic;
	font-weight: 400;
}

header.main .hotline-header .subtitle {
	font-style: italic;
	font-size: 80%;
}

/*----- Mainmanu -----*/

nav.main {
	padding-top: 200px;
}


.hotline-mobile {
	display: none;
}

/*----- Mainimage -----*/

section.mainimage {
	position: relative;
	z-index: 50;
}

/*----- Maincontent -----*/

section.content {
	width: 92%;
	margin-left: 4%;
}

section.content .inner {
	padding: 30px 0;
}

/*----- Aside -----*/

aside.main {
	margin: 20px 0 60px;
}

aside.main .inner {
    padding: 70px 4% 50px;
}

aside.main .as-content .inside header {
	text-align: right;
}

aside.main .as-content .inside header h3 {
	float: left;
	width: 150px;
	padding: 0 0 10px 60px;
}

aside.main .as-content .inside .as-cont {
	padding-left: 240px;
}

/*----- Kontakt -----*/

section.contact {
	width: 92%;
	margin-left: 4%;
}

section.contact .inner {
	padding-bottom: 0;
}

section.contact .left,
section.contact .right {
	display: block;
}

section.contact .left {
	width: 50%;
}

section.contact .right {
	width: 50%;
}

section.contact .right .embd {
	/*float: right;*/
}

/*----- Footer -----*/

footer.main .fachzeichen-wrapper {
	width: 92%;
	margin-left: 4%;
}

footer.main .fachzeichen {
	width: 120px;
	right: -10px;
	top: -70px;
	margin-right: 0;
}

footer.main .inner {
	width: 92%;
	margin-left: 4%;
}

nav.foot .inside {
	text-align: right;
}

nav.foot ul#footmenu {
    margin: 90px 0 0;
}

nav.foot ul#footmenu li {
	display: inline-block;
	padding-left: 25px;
}

nav.foot ul#footmenu li a {
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

nav.foot ul#footmenu li a:hover,
nav.foot ul#footmenu li.active a {
	color: #5e5e5d;
}

}

/*------------ Menu Handy und Tablet ------------*/

@media only screen and (min-width : 760px) and (max-width : 1350px) {

.scrolltop {
	width: 44px;
	height: 44px;
	background-image: url(../images/essentials/up.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: -15px;
	left: 0;
	z-index: 5000;
	display: block;
	cursor: pointer;
}

}