/* colors
** #7c150c red
** #96d0c6 green
*/
a {
	box-sizing: border-box;
}

div {
	box-sizing: border-box;
}

.mobile .content iframe {
	max-width: 100% !important;
}

div.clearfix {
	position: static;
}

.text_content .content {
	border: 15px solid transparent;
}

.mobile .text_content {
	padding-bottom: 35px;
	overflow: hidden;
}

header, nav, footer, aside {
	box-sizing: border-box;
}

html {
	background-color: #F3F2EE;
	height: 100%;
	width: 100%;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

#headerContent,
.page_wrapper {
	min-width: 1250px;
}

header {
	background-color: #5f847e;
	background-image: url('../images/header_background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 36px;
	width: 100%;
	border-bottom: 4px solid #7c150c;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	-webkit-box-shadow: 0 0 70px 30px rgba(0, 0, 0, 1);
	box-shadow: 0 0 70px 30px rgba(0, 0, 0, 1);
}

header .header_left {
	position: absolute;
	left: 315px;
}

header .header_right {
	position: absolute;
	right: 40px;
}

header .header_left .header_button {
	margin-right: 10px;
}

header .header_button i {
	display: block;
	height: 100%;
	text-align: center;
	width: 35px;
	background-color: #7c150c;
	position: absolute;
	left: 0;
	line-height: 60px;
}

#title {
	float: left;
	font-size: 16px;
	line-height: 36px;
	padding: 0 20px;
}

header .header_button {
	float: left;
	width: 175px;
	height: 48px;
	border: 1px solid white;
	border-top: none;
	background-color: #96443d;
	background-repeat: no-repeat;
	background-position: 8px 20px;
	color: white;
	line-height: 60px;
	padding-left: 40px;
	font-size: 16px;
}

header .header_button a {
	color: white;
}

header .header_button.city_overlay_opener {
	cursor: pointer;
}

#sidebar {
	position: fixed;
	top: 0;
	left: 40px;
	bottom: 0;
	width: 232px;
	z-index: 110;

}

#sidebar .screw {
	background-image: url('../images/screw.png');
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 20px;
	background-position: 2px 1px;
}

#sidebar .screw.right {
	background-position: -18px 1px;
}

#sidebar .screw.left {
	left: 5px;
}

#sidebar .screw.right {
	right: 5px;
}

#sidebar .screw.top {
	top: 10px;
}

#sidebar .screw.bottom {
	bottom: 8px;
}

.sidebarTop {
	height: 220px;
}

#logo {
	background-image: url('../images/nav_background.jpg');
	background-repeat: repeat-y;
	width: 100%;
	height: 180px;
}

#logo:before {
	content: '';
	position: absolute;
	top: 0;
	right: -35px;
	bottom: -33px;
	left: -35px;
	background-image: url('../images/logo_border.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#logo .logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url('../images/logo_bg_overlay.png');
	background-size: cover;
	background-position: center center;
}

#logo a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	padding-top: 35px;
	font-size: 22px;
}

.sidebarBottom {
	background-color: #F3F2EE;
	background-image: url('../images/nav_background.jpg');
	background-repeat: repeat-y;
	width: 100%;
	border: 1px solid #58473d;
	position: absolute;
	top: 229px;
	bottom: 0;
}

.sidebarBottomBorder {
	/*border: 1px solid #39302B;*/
	/*position: absolute !important;*/
	/*top: 0;*/
	/*right: -4px;*/
	/*bottom: 0;*/
	/*left: -2px;*/
}

.sidebarBottom div,
.sidebarBottom nav,
.sidebarBottom footer {
	position: relative;
	z-index: 1;
}

.sidebarBottom:before {
	content: '';
	position: absolute;
	top: 0;
	right: -3px;
	bottom: -3px;
	left: -3px;
	background-color: rgba(23, 19, 17, 0.7);
	z-index: -1;
}

.sidebarBottom:after {
	content: '';
	position: absolute;
	left: -35px;
	top: -33px;
	right: -35px;
	height: 175px;
	background-image: url('../images/nav_border.png');
	background-repeat: no-repeat;
	background-position: center top;
}

nav.menu {
	padding-top: 35px;
	overflow: hidden;
}

nav.menu > ul,
nav.menu > ul li ul {
	padding: 0;
	margin: 0;
}

nav.menu > ul li.active > a{
    font-weight: bold;
}

.desktop nav.menu > ul li ul{
    display: none;
}

.desktop nav.menu > ul li.active ul{
    display: inherit;
	line-height:0;
	font-size:0;
}

nav.menu > ul li {
	list-style-type: none;
}

nav.menu ul li a {
	line-height: 26px;
	font-size:20px;
	padding: 0 22px;
	width: 100%;
	display: inline-block;
}

nav.menu ul li ul li a {
    line-height: 26px;
    padding: 0 44px;
    width: 100%;
    display: inline-block;
}

nav.menu ul li a:hover {
	background-color: rgba(124, 21, 12, 0.3);
}

.sidebarBottom.hover footer {
	position: relative !important;
}

.spacer {
	height: 7px !important;
	width: 100%;
	background-color: #96d0c6;
	position: absolute;
	top: 0;
}

.spacer .scroll_down {
	display: block;
	background-color: #96d0c6;
	height: 40px;
	width: 40px;
	right: 20px;
	position: absolute;
	top: 7px;
	color: white;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
	cursor: pointer;
}

.spacer .scroll_down:after {
	content: '\f01a';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*strukturbild*/
#strukturbild {
	background-size: cover;
	background-position: center center;
	background-color: black;
	width: 100%;
	height: 755px;
	z-index: 1;
}

#strukturbild .strukturbild_slider {
	overflow: hidden;
}

#strukturbild .strukturbild_image {
	overflow: hidden;
}

#strukturbild .strukturbild_image,
#strukturbild .strukturbild_slider:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
	top: 0;
	background-size: cover;
	background-position: center center;
}

#strukturbild .contentContainer,
#strukturbild .content {
	height: 100%;
}

#strukturbild .go_to_slide_wrapper {
	top: 270px;
	bottom: initial;
	text-align: left;
}

#strukturbild .go_to_slide {
	background: none;
	margin-left: 340px;
}

#strukturbild .go_to_slide .slide_button {
	background-color: #96d0c6;
	border: 2px solid #801d12;
	height: 15px;
	width: 15px;
}

#strukturbild .go_to_slide .slide_button.active {
	background-color: white;
}

#strukturbild .strukturbild_text,
#strukturbild .strukturbild_slider_text {
	color: white;
	position: absolute;
	top: 300px;
	left: 320px;
}

#strukturbild .strukturbild_text h2,
#strukturbild .strukturbild_text p,
#strukturbild .strukturbild_slider_text h2,
#strukturbild .strukturbild_slider_text p {
	padding: 0 10px;
	display: table;
}

#strukturbild .strukturbild_text h2,
#strukturbild .strukturbild_slider_text h2 {
	background-color: #7c150c;
	font-size: 52px;
}

#strukturbild .strukturbild_text p,
#strukturbild .strukturbild_slider_text p {
	background-color: #96d0c6;
	margin-left: 20px;
	font-size: 30px;
}

#strukturbild .strukturbild_text h1,
#strukturbild .strukturbild_text h2,
#strukturbild .strukturbild_text h3,
#strukturbild .strukturbild_text h4,
#strukturbild .strukturbild_text h5,
#strukturbild .strukturbild_slider_text h1,
#strukturbild .strukturbild_slider_text h2,
#strukturbild .strukturbild_slider_text h3,
#strukturbild .strukturbild_slider_text h4,
#strukturbild .strukturbild_slider_text h5 {
	margin: 0;
	font-weight: normal;
}

.text_row {
	padding-top: 7px;
	display: none;
}

.text_row h1,
.text_row h2,
.text_row h3,
.text_row h4,
.text_row h5,
.text_row h6 {
	margin-top: 0;
}

.text_row .contentContainer {
	padding-left: 310px;
	padding-right: 40px;
}

.row_1 {
	padding: 50px 0;
}

.row_2 {
	color: white;
	background-image: url('../images/floor_wall_background.jpg');
	background-position: bottom center;
	background-size: cover;
	padding: 50px 0;

	-webkit-box-shadow: inset 0 100px 70px -70px rgba(0, 0, 0, 1), inset 0 -100px 70px -70px rgba(0, 0, 0, 1);
	box-shadow: inset 0 100px 70px -70px rgba(0, 0, 0, 1), inset 0 -100px 70px -70px rgba(0, 0, 0, 1);
}

.row_2 h2 {
	background-color: #684d33;
	display: inline-block;
	padding: 5px 10px;
	font-weight: normal;
}

footer {
	padding: 22px;
	padding-bottom: 42px;
	font-size: 13px;
	position: absolute;
	bottom: 0;
	display: none;
}

html.ready footer {
	display: block;
}

footer:before {
	content: '';
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #7c150c;
	display: block;
	margin-bottom: 10px;
}

footer table tr > td:first-child {
	padding-right: 10px;
}

footer h2 {
	font-size: 21px !important;
}

footer h2:before {
	margin-right: 5px;
}

#city_overlay {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	overflow: auto;
}

#city_overlay_content {
	background-color: #96D0C6;
	border: 10px solid #FFF;
	color: #FFF;
	margin: 100px auto;
	padding: 0 20px;
	position: relative;
	min-width: 580px;
	width: 40%;
	z-index: 10001;
}

#city_overlay_close {
	cursor: pointer;
	text-align: right;
	font-size: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	z-index: 10;
}

#city_overlay_content {
	overflow: auto;
}

.mobile #city_overlay_content .content {
	width: 100% !important;
}

#city_overlay_content a {
	color: #fff;
	text-decoration: none;
}

#city_overlay_content h4 {
	font-size: 36px;
	margin: 20px 0;
}

/*social buttons*/

#social_sidebar {
	position: absolute;
	top: 300px;
	background: url("../images/nav_background.jpg");
	padding: 0 0 0 10px;
	border-width: 5px medium 5px 5px;
	border-style: solid none solid solid;
	border-color: -moz-use-text-color;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	right: -5px;
	outline: 1px solid #ffffff;
	box-shadow: 0 0 30px #000000;
}

#social_sidebar .sidebar.hide {
	position: relative;
	display: none;
	width: 340px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	background-color: #FFF;
	background-image: url("../images/ajax-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
}

.social_buttons {
	margin-top: 10px;
}

.social_buttons .social_button {
	height: 40px;
	width: 40px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 30px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	cursor: pointer;
}

.social_buttons .social_button[data-id="facebook"]:after {
	content: "\f230";
}

.social_buttons .social_button[data-id="googleplus"]:after {
	content: "\f0d4";
}

.social_buttons .social_button[data-id="instagram"]:after {
	content: "\f16d";
}

.social_buttons .social_button[data-id="twitter"]:after {
	content: "\f099";
}

.social_buttons .social_button[data-id="mail"]:after {
	content: "\f0e0";
}

::-webkit-input-placeholder {
	color: white;
}

:-moz-placeholder {
	color: white;
	opacity: 1;
}

::-moz-placeholder {
	color: white;
	opacity: 1;
}

:-ms-input-placeholder {
	color: white;
}

/*routenplaner*/

.map_wrapper .soubmit_route {
	padding: 2px 5px;
	font-size: 18px;
	color: white;
	border: 1px solid white;
	background-color: #96d0c6;
	outline: 2px solid #96d0c6;
	width: 50px;
	box-sizing: border-box;
	margin: 0 5px 0 0;
}

.map_wrapper .form_row {
	float: left;
}

.map_wrapper input {

}

.map_wrapper .form_row.text {
	width: 50%;
}

.map_wrapper .form_row.route_to {
	padding-left: 50px;
	padding-right: 2px;
}

.map_wrapper .form_row.route_from {
	padding-right: 50px;
	padding-left: 2px;
}

.map_wrapper .form_row.route_options {
	padding-left: 2px;
}

.map_wrapper .form_row.text .form_element,
.map_wrapper .form_row.text .form_element input[type="text"] {
	width: 100%;
	max-width: 100%;
}

.map_wrapper .form_row.text #maps_target {
	position: relative;
	right: -7px;
}

.map_wrapper .form_row.radio {
	width: 100%;
}

#google_map_panel {
	float: left;
	background-color: white;
	padding: 10px;
	max-width: 100%;
	overflow: auto;
}

img.adp-marker {
	margin: 5px;
}

.mobile_nav {
	display: none;
}

.gallery_overview {
	max-width: 810px;
	margin: 0 auto;
}

.gallery_overview .top_gallery_overview .gallery_item,
.button_slider .item {
	height: 119px !important;
	width: 120px !important;
	margin: 0 20px 15px !important;
	-webkit-box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.8);
	box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.8);
	background-size: cover;
	position: relative;
	border-radius: 5px;
}

.button_slider {
	margin: 0 75px;
}

.mobile .button_slider {
	margin: 0 auto;
	max-width: calc(100% - 80px);
}

.button_slider .slideWrapper {
	padding: 10px 0 10px 10px;
}

.gallery_overview .top_gallery_overview .gallery_item:after,
.button_slider .item:after {
	content: '';
	position: absolute;
	top: -5px;
	right: -30px;
	bottom: -5px;
	left: -30px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('../images/aposto_metal_eckig.png');
}

.button_slider .item > a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.speisekarteButtonWrapper {
	display: block;
	text-align: center;
}

.speisekarteButtonWrapper .speisekarteButton.active {
	background-color: #781a0f;
}

.speisekarteButtonWrapper .speisekarteButton {
	background-color: #684d33;
	display: inline-block;
	padding: 5px 10px;
	font-weight: normal;
	cursor: pointer;
	color: white;
	margin: 5px;
	font-size: 30px;
}

.speisekarte .ui-select .ui-btn > span {
	text-align: center;
}

.mobile .speisekarte .speisen {
	-moz-column-count: 1;
	-moz-column-gap: 0;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	column-count: 1;
	column-gap: 0;
}

.speisen .first.column .speise {
	text-align: right;
}

.speisen .first.column .speise .speisenName,
.speisen .first.column .speise .speisenBeschreibung {
	float: none;
}

.speisekarte .ui-select {
	background-color: #781a0f;
	outline-color: #781a0f;
	display: block !important;
	position: relative !important;
}

.speisekarte .speisekarteBeschreibung {
	font-style: italic;
	text-align: center;
	padding-top: 20px;
}

.kategorienVisible.speisekarte .speisekarteBeschreibung {
	padding-top: 20px;
}

.gallery3wm.button_slider .overlay .go_left, .gallery3wm.button_slider .overlay .go_right {
	background-color: transparent;
	height: 65px;
	width: 65px;
	margin-top: -30px;
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery3wm.button_slider .overlay .go_left {
	background-image: url('../images/arrow_left_light.png');
	margin-left: -75px;
}

.gallery3wm.button_slider .overlay .go_right {
	background-image: url('../images/arrow_right_light.png');
	margin-right: -75px;
}

.row_1 .button_slider .go_left {
	background-image: url('../images/arrow_left.png') !important;
}

.row_1 .button_slider .go_right {
	background-image: url('../images/arrow_right.png') !important;
}

.gallery_description {
	margin-top: 20px;
}

/*mobilecss*/

.mobile .current_structure {
	color: #7c150c;
}

.mobile .page_wrapper {
	padding-top: 0;
	overflow: hidden;
}

.mobile #headerContent, .mobile .page_wrapper {
	min-width: 0;
	overflow: visible;
}

.mobile .sidebarBottom {
	display: none;
}

.mobile .text_row .contentContainer {
	padding-left: 0;
	padding-right: 0;
}

.mobile #logo .logo {

}

.mobile #logo {
	position: relative;
	height: 125px;
	background-position: center;
	width: 230px;
	margin: 0 auto;
}

.mobile #logo a {
	padding-top: 15px;
	font-size: 0;
}

.mobile .text_content .contentContainer {
	padding: 0 25px;
}

.mobile #strukturbild {
	height: 250px;
}

.mobile header {
	bottom: 0;
	top: initial;
	z-index: 112;
}

.mobile footer {
	position: relative;
	padding: 0 0 0 22px;
	font-size: 20px;
	padding-bottom: 120px;
}

.mobile #sidebar {
	width: 100%;
	left: 0;
	bottom: initial;
}

.mobile #title {
	display: none;
}

#info_button {
	display: none;
}

.mobile #headerContent {
	position: absolute;
	left: 0;
	right: 0;
	top: 4px;
	background-color: #96d0c6;
}

.mobile #headerContent:before {
	content: '';
	background-color: #5f847e;
	background-image: url('../images/header_background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 5px solid #7c150c;
	height: 32px;
	width: 100%;
	position: absolute;
	top: -5px;
}

.mobile #headerContent:after {
	content: '';
	height: 1px;
	background-color: white;
	position: absolute;
	left: 0;
	right: 0;
	top: 32px;
}

.mobile .header_left {
	top: 50px;
}

.mobile header .header_left .header_button {
	margin: 0;
	border: none;
	background-color: transparent !important;
	float: none !important;
	display: block !important;
	font-size: inherit;

	color: #7c150c;
}

.mobile header .header_left .header_button a {
	color: #7c150c;
}

.mobile .header_left .header_button i {
	background-color: transparent !important;
	float: left;
}

.mobile #social_sidebar {
	position: absolute !important;
	bottom: 1px;
	left: 0;
	right: 0;
	top: auto;
	border: none !important;
	border-top: 5px solid !important;
	background: url("../images/nav_background.jpg");
	background-position: center center;
	padding: 0;
	border-image: none;
	outline: 1px solid #ffffff;
	box-shadow: none;
	text-align: center;
}

.mobile #social_sidebar .social_button {
	display: inline-block;
	margin: 0 12px;
}

.mobile #info_button {
	display: block;
	margin-right: 10px;
	margin-left: 5px;
}

.mobile .header_button {
	font-size: 0;
	border-bottom: none;
	border-top: 1px solid white;
	top: -16px;
	width: auto;
	padding-left: 0;
}

.mobile .header_button i {
	font-size: 16px;
	position: relative;
	padding: 0 10px;
}

.mobile header .header_left {
	position: relative;
	left: 0;
}

.mobile header .header_right {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.mobile .header_button.city_overlay_opener {
	font-size: 16px;
	padding-left: 65px;
	padding-right: 15px;
}

.mobile .header_button.city_overlay_opener i {
	position: absolute;
}

.mobile #city_overlay_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	margin: 0;
	min-width: 0;
}

.mobile .mobile_nav {
	display: block;
	margin-bottom: 35px;
}

.mobile .mobile_nav .menu {
	display: none;
}

.mobile .row_1 {
	display: block;
	padding: 0;
}

.mobile .row_1.hasContent {
	padding-top: 100px;
	padding-bottom: 50px;
}

.mobile .row_1 .spacer {
	height: 50px !important;
	line-height: 50px;
	color: white;
}

.mobile .row_1 {
	padding-top: 100px;
}

.mobile.small_logo .row_1 .spacer {
	z-index: 10
}

.mobile.small_logo .row_1 .spacer .scroll_down {
	display: none;
}

.mobile.small_logo #logo {
	background: none;
	width: auto;
}

.mobile.small_logo #logo:before {
	display: none;
}

.mobile.small_logo #sidebar {
	position: absolute;
	z-index: 112;
}

.mobile.small_logo #logo .logo {
	position: absolute;
	top: 250px;
	right: 30px;
	height: 60px;
	left: initial;
	z-index: 15;
	width: auto;
	padding: 5px 5px 10px 5px;
	/*background*/
	background-image: url('../images/nav_background.jpg');
	background-size: cover;
}

.mobile.small_logo #logo .logo:before {

	content: '';
	position: absolute;
	top: 0;
	right: -16px;
	bottom: -14px;
	left: -16px;
	background-image: url('../images/logo_border.png');
	background-size: 100% auto;
	background-position: center bottom;
}

.mobile.small_logo #logo a {
	left: initial;
}

.mobile.small_logo .screw {
	display: none;
}

.mobile.small_logo #logo a {
	display: block;
	height: 100%;
	padding-top: 0;
	position: relative;
}

.mobile.small_logo #logo .logo img {
	height: 100%;
	width: auto;
}

.mobile.fixed_header .row_1 .spacer {
	position: fixed;
	top: 0;
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
	z-index: 111;
}

.mobile.fixed_header #logo .logo {
	position: fixed;
	top: 0;
}

.mobile header {
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}

.mobile.fixed_header .mobile_nav ul.menu {
	position: fixed;
	top: 50px;
	bottom: 36px;
	overflow-y: auto;
	width: 100%;
	z-index: 10;
}

.mobile .mobile_nav {
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}

.mobile .mobile_nav ul {
	margin: 0;
	padding: 15px;
	background-color: white;
	z-index: 5;
	position: relative;
	background-image: url('../images/nav_background.jpg');
	background-size: 100% auto;
	padding-bottom: 50px;
}

.mobile .mobile_nav ul li {
	list-style-type: none;
}

.mobile .mobile_nav ul li ul {
    background: none;
    padding-bottom: 15px;
}

.mobile #google_map {
	height: 250px !important;
}

.mobile .map_wrapper .form_row.text {
	width: 100%;
	padding-right: 2px;
	padding-left: 2px;
}

.mobile .map_wrapper .form_row.text #maps_target {
	right: 0
}

.mobile .news_item {
	border: medium none;
}

.sidebarWrapper {
	position: static;
	z-index: 50;
}

.desktop .sidebarFixedWrapper {
	position: fixed;
	z-index: 120;
	top: 0;
	bottom: 0;
}

.mobile .sidebarFixedWrapper {
	width: 100%;
}

#sidebar {
	position: absolute;
	z-index: 50;
}

#social_sidebar {
	position: fixed;
}

#strukturbild .strukturbild_text,
#strukturbild .strukturbild_slider_text {
	position: relative;
	left: 0;
	top: 0;
	padding-left: 360px;
	margin-top: 300px;
}

#strukturbild .go_to_slide_wrapper {
	position: relative;
}

.sidebarTop,
#logo,
.imageWrapper,
.text_row,
header .header_button,
#strukturbild,
#headerContent {
	position: relative;
}

.speisekarte,
.news_overview_wrapper,
.speisekartenWrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.button_slider.not-animating .slideWrapper {
	width: 100% !important;
}

.button_slider {
	max-width: 820px !important;
	margin: 0 auto;
}

.map_wrapper .form_element.radio {
	width: 100%;
	text-align: center;
}

.adp-directions {
	width: 100%;
}

.desktop .formularContainer {
	width: 600px;
	margin: 0 auto;
}

.row_1 .content > p > a,
.row_1 .cms_contentWrapper > p > a{
    font-weight: bold;
}

.row_1 .content > p > a:before,
.row_1 .cms_contentWrapper > p > a:before{
    content: "\f0a9";
    padding-right: 2px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
}

/*slider steps*/
@media (max-width: 1264px) {
	.mobile .button_slider {
		max-width: 815px !important;
	}
}

@media (max-width: 1107px) {
	.mobile .button_slider {
		max-width: 658px !important;
	}
}

@media (max-width: 950px) {
	.mobile .button_slider {
		max-width: 500px !important;
	}
}

@media (max-width: 794px) {
	.mobile .button_slider {
		max-width: 338px !important;
	}
}

@media (max-width: 634px) {
	.mobile .button_slider {
		max-width: 180px !important;
	}
}

/*strukturbild steps*/

@media (max-width: 1920px) {
	.desktop #strukturbild {
		height: 600px;
	}
}

@media (max-width: 1600px) {
	.desktop #strukturbild {
		height: 550px;
	}
}

@media (max-width: 1366px) {
	.desktop #strukturbild {
		height: 500px;
	}
}

@media (max-width: 1024px) {
	.desktop #strukturbild {
		height: 450px;
	}
}