/*
	Authors:
	Martin Wiegenstein www.ovz.de
	Thomas Heim infarbe.com
	Description: Main styles for www.ovz.de
	Version: 20231010
*/
@charset "UTF-8";

/* Global styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }
blockquote {
	margin: 20px 0 30px;
	border-left: 5px solid;
	padding-left: 20px;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
article, aside, footer, header, hgroup, nav, section { display: block; }
html, body {
	height:100%;
}
body {
	font-size: 14px;
	line-height: 20px;
	font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
	color: #000;
	background-color: #fff;
	background-attachment: fixed;
}
.segment { 
	width: 100%;
	height: auto;
}
p, ol, ul, dl {
	margin: .2em 0 .8em 0;
}
p { line-height: 142%; }
h1,h2,h3,h4,h5 { font-weight: bold; }
h1 {
	font-size: 21px;
	color: #024;
	padding: 0 6px 0 0;
	margin: 10px 0;
}
h2 {
	font-size: 20px;
	margin: 1em 0 5px 0;
}
h2.subhead, h2.normal {
	font-weight: normal;
	margin-top: 0;
	color: #000;
}
h3 {
	font-size: 14px;
	margin: .8em 0 .3em 0;
	color: #048;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	margin: 1em 0 .8em 0;
	padding-bottom: 3px;
}
h5 {
	font-size: 10px;
	margin: 1.5em 0 .5em 0;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul li {
	float: none;
	padding: 1px 0;
}
ul.plainlist { margin-left: 0 !important; }
ul.plainlist li { list-style-type: none; }
li ul {
	margin-bottom: 0;
	position: absolute;
}
li, dt, dd {
	font-size: 11px;
	line-height: 14px;
}
dt {
	font-weight: bold;
	margin-top: 4px;
}
dd { margin-left: 0; }
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
}
blockquote {
	font-size: 11px;
	color: #777;
	margin-left: 2px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
}
code, pre {
	font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
	background: inherit;
	color: #666;
	font-size: 11px;
}
pre.literal-block {
	margin: 10px;
	background: #eee;
	padding: 6px 8px;
}
code strong { color: #930; }
hr {
	clear: both;
	color: #048;
	background-color: #048;
	height: 1px;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}
a:link, a:visited {
	color: #048;
	text-decoration: none;
}
a:hover { color: #3af; }
a img { border: none; }
a.section:link, a.section:visited {
	color: white;
	text-decoration: none;
}

/* TEXT STYLES & MODIFIERS */
.small { font-size: 11px; }
.tiny { font-size: 10px; }
p.tiny { margin-top: -2px; }
.mini {
	font-size: 9px;
	font-weight: normal;	
}
p.mini { margin-top: -3px; }
.help, p.help {
	font-size: 10px !important;
	color: #999;
}
p img, h1 img, h2 img, h3 img, h4 img, td img { vertical-align: middle; }
img { max-width: 100%; }
.quiet, a.quiet:link, a.quiet:visited {
	color: #999 !important;
	font-weight: normal !important;
}
.quiet strong { font-weight: bold !important; }
.float-right { float: right; }
.float-left { float: left; }
.clear { clear: both; }
.nowrap { white-space: nowrap; }
.block { display: inline-block; }

/* TABLES */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #ccc;
}
td, th {
	font-size: 12.5px;
	line-height: 15px;
	vertical-align: top;
	padding: 2px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
th {
	font-weight: bold;
}
thead th, tfoot td {
	color: #666;
	padding: 2px 5px;
	font-size: 11px;
	background: #e1e1e1 url("../img/nav-bg.gif") top left repeat-x;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
tfoot td {
	border-bottom: none;
	border-top: 1px solid #ddd;
}
thead th:first-child, tfoot td:first-child {
	border-left: none !important;
}
thead th.optional {
	font-weight: normal !important;
}
fieldset table {
	border-right: 1px solid #eee;
}
tr.row-label td {
	font-size: 9px;
	padding-top: 2px;
	padding-bottom: 0;
	border-bottom: none;
	color: #666;
	margin-top: -1px;
}
tr.alt {
	background: #f6f6f6;
}
/* sortable.js */
.row1, table.sortable tbody tr:nth-child(2n+1) td { background: #EDF3FE; }
.row2, table.sortable tbody tr:nth-child(2n) td { background: #FFFFFF; }
.row3 { background: #def; }
/* SORTABLE TABLES */
thead th a:link, thead th a:visited {
	color: #666;
	display: block;
}
table thead th.sorted {
	background-position: bottom left !important;
}
table thead th.sorted a {
	padding-right: 13px;
}
table thead th.ascending a {
	background: url("../img/arrow-down.gif") right .4em no-repeat;
}
table thead th.descending a {
	background: url("../img/arrow-up.gif") right .4em no-repeat;
}
table.fullwidth-structured tr {
	border-bottom: 1px solid #d8e5fe;
}
table.fullwidth-structured tr.last {
	border-bottom: none;
}
/* ORDERABLE TABLES */
table.orderable tbody tr td:hover {
	cursor: move;
}
table.orderable tbody tr td:first-child {
	padding-left: 14px;
	background-image: url("../img/nav-bg-grabber.gif");
	background-repeat: repeat-y;
}
table.orderable-initalized .order-cell, body>tr>td.order-cell {
	display: none;
}
/* FORM DEFAULTS */
input, textarea, select, .form-row p {
	margin: 2px 0;
	padding: 2px 3px;
	vertical-align: middle;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
textarea {
	vertical-align: top !important;
	text-decoration: none;
	padding: 0px 3px;
	margin: 0;
}
input[type=text], input[type=password], textarea, select, .vTextField {
	border: 1px solid #ccc;
}
h3.formular-instruktion {
	margin: 0 0 20px !important;
	color: #000;
	font-size: 16px;	
}
/* FORM BUTTONS */
.button, input[type=submit], input[type=button], .submit-row input {
	background: white url("../img/nav-bg2.gif") bottom repeat-x;
	padding: 5px 10px;
	color: #400;
	font-weight: bold;
	border: 1px solid #bbb;
	border-color: #ddd #aaa #aaa #ddd;
	border-radius: 5px;
}
.button:active, input[type=submit]:active, input[type=button]:active {
	background-image: url("../img/nav-bg-reverse2.gif");
	background-position: top;
}
.button.default, input[type=submit].default, .submit-row input.default {
	border: 2px solid #5b80b2;
	background: #7CA0C7 url("../img/default-bg.gif") bottom repeat-x;
	font-weight: bold;
	color: white;
	float: right;
}
.button.default:active, input[type=submit].default:active {
	background-image: url("../img/default-bg-reverse.gif");
	background-position: top;
}
/* FORM ELEMENT FOCUS */
select:focus, input:focus, textarea:focus, button:focus { outline: 1px solid #004488; }
/* MODULES */
.module {
	margin-bottom: 5px;
	background: white;
}
.module p, .module ul, .module h3, .module h4, .module dl, .module pre {
	padding-left: 10px;
	padding-right: 10px;
}
.module blockquote {
	margin-left: 12px;
}
.module ul, .module ol {
	margin-left: 1.5em;
}
.module h3 {
	margin-top: .6em;
}
.module h2, .module caption, .inline-group h2 {
	margin: 0;
	padding: 2px 5px 3px 5px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	background: #7CA0C7 url("../img/default-bg.gif") top left repeat-x;
	color: white;
}
.module table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
/* MESSAGES & ERRORS */
ul.messagelist {
	padding: 0 0 5px 0;
	margin: 0;
}
ul.messagelist li {
	font-size: 12px;
	display: block;
	padding: 4px 5px 4px 25px;
	margin: 0 0 3px 0;
	border-bottom: 1px solid #ddd;
	color: #666;
	background: #ffc url("../img/icon_success.gif") 5px .3em no-repeat;
}
ul.messagelist li.warning{
	background-image: url("../img/icon_alert.gif");
}
ul.messagelist li.error{
	background-image: url("../img/icon_error.gif");
}
.errornote {
	font-size: 12px !important;
	display: block;
	padding: 4px 5px 4px 25px;
	margin: 0 0 3px 0;
	border: 1px solid #e02;
	color: #e02;
	background: #ffc url("../img/icon_error.gif") 5px .3em no-repeat;
}
ul.errorlist {
	margin: 0 !important;
	padding: 0 !important;
}
.errorlist li {
	font-size: 12px !important;
	display: block;
	padding: 4px 5px 4px 25px;
	margin: 0 0 3px 0;
	border: 1px solid #e02;
	color: white;
	background: #e02 url("../img/icon_alert.gif") 5px .3em no-repeat;
}
.errorlist li a {
	color: white;
	text-decoration: underline;
}
td ul.errorlist {
	margin: 0 !important;
	padding: 0 !important;
}
td ul.errorlist li {
	margin: 0 !important;
}
.errors {
	background: #ffc;
}
.errors input, .errors select {
	border: 1px solid #e02;
}
div.system-message {
	background: #ffc;
	margin: 10px;
	padding: 6px 8px;
	font-size: .8em;
}
div.system-message p.system-message-title {
	padding: 4px 5px 4px 25px;
	margin: 0;
	color: #e02;
	background: #ffc url("../img/icon_error.gif") 5px .3em no-repeat;
}
.description {
	font-size: 12px;
	padding: 5px 0 0 12px;
}
/* BREADCRUMBS */
div.breadcrumbs {
	background: #ccdcec;
	background: linear-gradient(to bottom, #ffffff, #ccdcec);
	padding: 2px 8px 3px 8px;
	font-size: 12px;
	color: #999;
	border-top: 1px solid white;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
/* OBJECT TOOLS */
.object-tools {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	padding-left: 0;
	float: right;
	position: relative;
	margin-top: -2.4em;
	margin-bottom: -2em;
}
.form-row .object-tools {
	margin-top: 5px;
	margin-bottom: 5px;
	float: none;
	height: 2em;
	padding-left: 3.5em;
}
.object-tools li {
	display: block;
	float: left;
	background: url("../img/tool-left.gif") 0 0 no-repeat;
	padding: 0 0 0 8px;
	margin-left: 2px;
	height: 16px;
}
.object-tools li:hover {
	background: url("../img/tool-left_over.gif") 0 0 no-repeat;
}
.object-tools a:link, .object-tools a:visited {
	display: block;
	float: left;
	color: white;
	padding: .1em 14px .1em 8px;
	height: 14px;
	background: #999 url("../img/tool-right.gif") 100% 0 no-repeat;
}
.object-tools a:hover, .object-tools li:hover a {
	background: #5b80b2 url("../img/tool-right_over.gif") 100% 0 no-repeat;
}
.object-tools a.viewsitelink, .object-tools a.golink {
	background: #999 url("../img/tooltag-arrowright.gif") top right no-repeat;
	padding-right: 28px;
}
.object-tools a.viewsitelink:hover, .object-tools a.golink:hover {
	background: #5b80b2 url("../img/tooltag-arrowright_over.gif") top right no-repeat;
}
.object-tools a.addlink {
	background: #999 url("../img/tooltag-add.gif") top right no-repeat;
	padding-right: 28px;
}
.object-tools a.addlink:hover {
	background: #5b80b2 url("../img/tooltag-add_over.gif") top right no-repeat;
}
/* OBJECT HISTORY */
table#change-history { width: 100%; }
table#change-history tbody th { width: 16em; }
/* PAGE STRUCTURE */
#container {
	position: relative;
	width: 100%;
	min-width: 760px;
	padding: 0;
}
#content {
	margin: 10px 15px;
}
#footer {
	clear: both;
	padding: 10px;
}
/* HEADER */
#header {
	width: 100%;
	background: #00c0ff;
	background: linear-gradient(to bottom, #00ccff, #004488);
	color: #ffc;
	overflow: hidden;
}
#header a:link, #header a:visited {
	color: #fff;
}
#header a:hover {
	color: black;
}
#header_1_topbar {
	position: relative;
	z-index: 99;
	background-color: #004588;
}
#header_2 {
	height: 173px;
	background: #b11425;
	margin: 0px;
	padding: 0px;
}

/* SIDEBAR */
#outer-top-navigation{
	height: 28px;
	padding: 7px 0 0 15px;
}
#outer-top-navigation a{
	color: rgba(255,255,255,1);
	font-size: 15px;
	padding-right: 20px
}
#outer-top-navigation a:hover{
	color: rgba(255,255,255,0.5);
	background: transparent;
}
img.centered {
	padding-top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* OVZ styles */
.ovz_menu-2016 a:link, .ovz_menu-2016 a:visited {
	color: #fff;
	text-decoration: none;
}
.ovz_menu-2016 a:hover {
	color: #fff;
	background: #e3211b;
}
.ovz-page-content {
	margin: 0 auto !important;
	padding: 0 !important;
	max-width: 1280px !important;
	position: relative;	
}
.ovz-page-content-header {
	margin: 0 auto !important;
	padding: 0 calc(50% - 640px) !important;
	background: transparent url("../img/ovz-background-header.svg") no-repeat center top;
	background-size: 2240px 135px;
	position: relative;
	height: 135px;
	z-index: 20;
}
.ovz-neu {
	background: url("../img/ovz-neu.gif") no-repeat;
	background-size: 100% 100%;
}
.ovz-hinweis {
	font-weight: bold;
	color: #804;
}
.ovz-fehler {
	margin: .2em 0 .8em 0;
	padding-left: 20px;
	background: transparent url("../img/hinweis.gif") no-repeat 0 0.3em;
	background-size: 16px;	
	font-size: 16px;
	font-weight: bold;
	color: #c8012c;
}
#ovz-wrapper { 
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
}
#content_1, #content_2 {
	background-color: #fff;
	width: 100%;
	display: inherit;
	margin-bottom: 60px;
}
#ovz-content {
	background: #fff;
	clear: both;
	float: left;
	margin: 0 0 0 12.1%;
	padding: 0px;
	width: 75.8%;
	height: 100%;
	min-height: 100%;
}
#ovz-content.update-2023 {
	width: calc(100% - 30px);  
	margin: 0 15px;  
}
.ovz-header-login-2016 {
	float: right;
	width: 36%;
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	padding: 15px 15px 0 0;	
}
.ovz-header-login-2016 a {
	color: #000000;
}
.ovz-header-login-2016 a.login-header {
	font-weight: bold;
	font-size: 16px;
	color: #b11425;
}
.ovz-header-login-2016 a.login-header:hover, .ovz-header-login-2016 a:hover {
	color: #e3211a;
}
.ovz-header-2023 {
	clear: both;
	float: none;
	width: auto;
	height: 150px;
	background: transparent url("../img/ovz-background-header.svg") no-repeat center top;
	position: relative;
	font-size: 13px;
	z-index: 20;
}
.ovz-header-logo-2023 {
	float: left;
	width: 37.5%;
	padding: 15px 0 0 14px;
}
.ovz-header-logo-2023 img {
	float: left;
	margin-right: 15px;
	z-index: 3;
}
.ovz-header-claim-2023 {
	float: left;
	font-weight: normal;
	z-index: 2;
}
.ovz-header-quality-bus-2023 {
  position: absolute;
  top: 3px;
  padding-left: 535px;
  z-index: -1;
  float: left;
}
.main-boxed {
	padding: 30px 15px;
	overflow: auto;
}
#ovz-main-wrapper-2016 {
	padding: 50px 0px 0px;
	overflow: auto;
}
.ovz-sidebar-2016 {
	background-color: #dbe7ff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: auto;
}
.ovz-entry-2016 {
	background-color: #dbe7ff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: auto;
}
.ovz-entry-2016.light.simple {
	padding-bottom: 20px;
}
.ovz-entry-2016.light {
	background: #dbe7ff url("../img/bg-light-bottom.png") repeat-x 0 bottom;
	padding-bottom: 20px;
}
.hotelfeatures {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 11.7%;
}
.hotelfeatures.update-2023 {
	position: relative;
	top: 5px;
	margin: 0 auto;
	width: calc(48% - 10px);
}
.hotelfeatures p {
	margin: 1px 0 0;
	padding: 12px 10px;
	font-size: 13px;
	line-height: 17px;
	background-color: #dbe7ff;
	height: calc(100% - 50px);
}
.hotelfeatures p:last-child {
	background: #dbe7ff url("../img/bg-sidebar-bottom.png") repeat-x 0 bottom;	
}
.hotelfeatures a {
	font-weight: bold;
}
.hotelfeatures img {
	margin-top: 5px;
	position: relative;
	bottom: 0px;
}
.hf_header {
	color: #fff;
	background: #e1b71d;
	background: linear-gradient(to bottom, #e1b71d, #cf9b00);
	padding: 7px 10px 8px;
	border-top-right-radius: 0px;
	box-shadow: -5px 0px 10px rgba(0,0,0,0.1) inset;
}
.hf_content {
	display: flex;
	flex-direction: column;
	height: 565px;
}
.hf_content p {
	flex-grow: 1;
}
.hotelfeature {
	float: left;
	width: calc(33.3333% - 1px);
	margin-right: 1px;
	min-height: 100%;
	display: flex;
 	flex-direction: column;
	align-content: stretch;
}
.hotelfeature:last-child {
	width: 33.3333%;
	margin-right: 0;
}
.update-2023 .hf_content {
	display: flex;
 	flex-direction: row;
	height: auto;
}
.hotelfeature p {
	display: flex;
	flex-direction: column;
	height: 100% !important;
}
.hf_item {
	flex-grow: 2;
}
.add_feature {
	position: absolute;
	right: 0;
	top: 35px;
	width: 11.7%;
}
.hotel-crud-box input[type=submit], .hotel-crud-box input[type=button] {
	background: none;
	background-color: #048;
	padding: 8px 12px;
	margin: 2px 0;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 142%;
	border: none;
	border-color: #ddd #aaa #aaa #ddd;
	border-radius: 7px;
	transition: all 0.2s ease 0.1s;
}
.hotel-crud-box input[type=submit]:active, .hotel-crud-box input[type=button]:active, .hotel-crud-box input[type=submit]:hover, .hotel-crud-box input[type=button]:hover {
	background-image: none;
	background-color: #3af;
}
.hotel-crud-box input[type=submit].default, .hotel-crud-box input[type=button].default {
	border: 2px solid #5b80b2;
	background: #7CA0C7 url("../img/default-bg.gif") bottom repeat-x;
	font-weight: bold;
	color: white;
	float: right;
}
.hotel-crud-box input[type=submit].default:active {
	background-image: url("../img/default-bg-reverse.gif");
	background-position: top;
}
#add_section_1 {
	display: inline-block;
	padding-bottom: 30px;
	background: #004488;
}
p.adds{
	text-align: center; 
	color: #fff; 
	opacity: 0.6;
	padding-top: 2px;
	margin-bottom: 0px;
}
.add_feature.update-2023 {
	position: relative;
	top: 5px;
	margin: 0 auto;
	width: 728px;
	height: auto;
}
.desktop-add {
	display: inherit;
}
.mobile-add {
	display: none;
}
#add_section_2 {
	display: inline-block;
	padding-bottom: 35px;
	background: #004488;
}
div.column_100 {
	background: #dbe7ff;
	border-radius: 10px;
	overflow: visible;
	display: table;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	width: calc(100% - 40px);
}
div.columns_50_50_left {
	margin-left: 0;
	width: calc(50% - 55px);
	float: left;
	background: #dbe7ff;
	border-radius: 10px;
	overflow: visible;
	padding: 20px;
	margin-bottom: 40px;
}
div.columns_50_50_right {
	margin-right: 0;
	width: calc(50% - 55px);
	float: right;
	background: #dbe7ff;
	border-radius: 10px;
	overflow: visible;
	padding: 20px;
	margin-bottom: 40px;
}
div.column_content {
	background: #f3f7ff;
	color: #000;
	line-height: 1.8em;
	padding: 5px 8px;
	text-align: left;
}
#first-3-columns-wrapper {
	display: inherit;
	background: transparent;
	padding-bottom: 0px;
}
#sidebar-right-wrapper-2016 {
	width: 32%;
	float: right;
	overflow: auto;
}
.sidebar-box-2016, .hotel-tipp-box {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: visible;
	background: #dbe7ff url("../img/bg-sidebar-bottom.png") repeat-x 0 bottom;
}
.hotel-tipp-box {
	height: 100%;
	display: block;
}
.hotel-tipp-box p {
	margin: 0 5%;
}
.hotel-tipp-box p strong {
	font-size: 16px;
	line-height: 24px;
}
.hotel-tipp-image {
	padding: 10px 0 8px;
}
.sidebar-box-2016 h2, .hotel-tipp-box h2 {
	color: #fff;
	font-size: 19px;
	line-height: 120%;
	font-weight: normal;
	padding: 13px 18% 13px 5%;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: #004488;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.sidebar-box-2016 h2.following {
	margin-top: -10px;
}
.sidebar-box-2016 table {
	margin: 0 5% 10px;
	width: 90%;
}
.sidebar-box-2016 td, .sidebar-box-2016 th {
	font-size: 14px;
	line-height: 28px;
	padding: 0;
	text-align: left;
}
.sidebar-box-2016 tr {
	border-bottom: 1px solid #b2c4eb;
}
.sidebar-box-2016 a.searchlink, .sidebar-box-2016 a.searchlink:hover {
	background: transparent url("../img/icon_searchlink.gif") no-repeat 0.2em 0.3em;
	padding-left: 16px;
}
.sidebar-box-2016 p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 5%;
	padding: 0 0 30px 0;
	text-align: left;
}
p.sidebar-first-text {
	padding-top: 8px;
}
.sidebar-box-2016 p.sidebar-not-last-text {
	padding-bottom: .8em;
}
.sidebar-box-2016 .ovz-kontakt {
	overflow: visible;
	padding-bottom: 30px;
}
.sidebar-box-2016 p.small, .bewertungen-2016 p.small {
	font-size: 12px;
}
.sidebar-box-2016 td.right, .sidebar-box-2016 th.right  {
	text-align: right;
}
#entry-wrapper-2016 {
	margin: 30px 0;	
}
.entry-box-2016 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: visible;
	background: #dbe7ff url("../img/bg-sidebar-bottom.png") repeat-x 0 bottom;
}
.entry-1st-column-of-3 {
	float: left;
	width: calc(40% - 30px);
	padding-left: 15px;
	margin-top: 13px;
}
.entry-2nd-3rd-column-of-3 {
	float: right;
	width: calc(60% - 31px);
	max-width: calc(60% - 31px);
	padding: 0 15px;
	margin-top: 13px;
	border-left: 1px solid #7ba0c6;
}
.entry-1st-2nd-3rd-column-of-3 {
	padding: 0 1.5%;
	margin-top: 13px;   
	padding-bottom: 20px;
}
.entry-box-2016 h2 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding: 13px 15px;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: #004488;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.teaser-headline-adding h2 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding: 13px 18% 13px 5%;
	margin-top: 0;
	margin-bottom: 0px;
	background-color: #555;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #fff;
}
.teaser-headline-adding-small h2 {
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	padding: 8px 18% 6px 5%;
	margin-top: 0;
	margin-bottom: 0px;
	background-color: #cb9924;
	background-color: #555;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #fff;
}
.entry-box-2016 h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-bottom: 15px;
	color: #004488;
}
.entry-box-2016 h4 {
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #004488;
}
.entry-box-2016 h2.sub-headline {
	background-color: #8bb5ef;
}
.entry-box-2016 h2.following {
	margin-top: -10px;
}
.entry-box-2016 p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding-bottom: 15px;
}
.entry-box-2016 li {
	font-size: 14px;
	line-height: 142%;
	list-style-type: disc;
	padding-bottom: 5px;
	background: transparent;
	list-style-position: inside;
}
.entry-box-2016 table {
	width: 100%;
	border-collapse: separate; 
	border-spacing: 0px 12px;
}
.entry-box-2016 table img {
	width: 100%;
	height: auto;
}
.entry-box-2016 table td {
	background-color: #ffffff;
	padding: 0;
	border: 0 solid transparent;
	font-size: 13px;
	line-height: 1.3em;
}
.entry-box-2016 table td.transparent{
	background-color: transparent;
}
.entry-box-2016 table td.description{
	padding: 10px 10px 10px 12px;
}
#tabmenu.entry-box-2016 {
	position: relative;
	background-color: #fff;
	background-image: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.top_0 {
	margin-top: 0px !important;
}
.top_10 {
	margin-top: 10px;
}
.top_20 {
	margin-top: 20px;
}
.top_30 {
	margin-top: 30px;
}
.top_45 {
	margin-top: 45px;
}
.bottom_30 {
	margin-bottom: 30px;
}
.hotel-infobox {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #fff;
	width: 100%;
	overflow: auto;
	margin: 20px 0 0;
	padding-bottom: 15px;
}
.hotel-sterne {
	width: 100%;
	background: #d19f11 url("../img/bg-sterne.png") repeat-x center center;
	padding-top: 7px;
	height: 30px;
	text-align: center;
	color: #fff;
	vertical-align: 3px;
	margin-bottom: 10px;
}
.hotel-info-1st-column {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #7ba0c6;
}
.hotel-info-2nd-column {
	float: left;
	padding-left: 10px;
	border-left: 1px solid #7ba0c6;
	margin-left: -1px;
}
.hotel-info-1st-column table {
	border-spacing: 0;
}
.hotel-info-1st-column table td {
	line-height: 20px;
	font-size: 100%;
}
.hotel-bewertungsbox {
	background-color: #ffeabe;
	padding: 0;
	margin: 0 0 20px;
	width: 100%;
	overflow: auto;
	background: #ffeabe url("../img/bg-bewertungen-bottom.png") repeat-x center bottom;
}
.hotel-bewertung {
	padding: 10px 0;
}
.hotel-bewertung p {
	padding: 6px 5%;
	font-size: 12px;
	line-height: 16px;
	color: #bc8f10;
}
.hotel-bewertungsbox table {
	margin: 0 5% 0;
	width: 90%;
	border-collapse: separate;
	border-spacing: 0px 1px;
}
.hotel-bewertungsbox td {
	padding: 2px !important;
	border: none;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}
.hotel-bewertungsbox th {
	padding: 0;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}
.hotel-bewertung tr {
	border-bottom: 1px solid #cb9924 !important;
}
.hotel-bewertungsbox td.right, .hotel-bewertungsbox th.right  {
	text-align: right;
}
.hotelpartner-positioning {
	position: relative;
	z-index: 2;
}
img.hotelpartner-logo {
	position: absolute;
	top: 20px;
	right: -12px;
	z-index: 2;
}
img.hotelpartner-logo-tipp {
	position: absolute;
	top: 20px;
	right: calc(5% - 12px);
	z-index: 2;
}
img.company {
	width: 100%;
	max-width: none;
	height: auto;
	margin-bottom: 10px;
}
.tab_box div {
	overflow: auto;
}
.tab_box {
	float: left;
	border-color: #000000;
	width: 100%;
	padding-bottom: 50px;
}
.hotel-bild {
	float: left;
	max-width: calc(25% - 12px);
	margin-right: 15px;
}
.hotel-bild:nth-child(4) {
	margin-right: 0px;
}
.hotel-entry {
	padding: 20px 15px 0;
}
.hotel-entry li {
	padding-bottom: 0;
}
.hotel-entry ul {
	margin-bottom: 20px;
}
.responsive-map {
  position: relative;
  width:100%; 
  height: auto;
  padding-bottom: 34.52%;
}
.responsive-map iframe {
  position: absolute; 
  width: 100%;
  height: 100%; 
  top: 0;
  left: 0;
}
.tab_top_active, .tab_top_passive {
	float: left;
	border: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	// font-family: Arial Narrow,Arial,sans-serif;
	padding: 13px 15px 23px;
	margin-bottom: 0px;
	margin-right: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-color: #002244;
	color: #fff;
}
.tab_top_active {
	background-color: #048;
}
.tab_top_passive {
	background-color: #8bb5ef;
}
.infobox_4_columns {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #fff;
	width: 100%;
	overflow: auto;
	margin: 20px 0;
	padding: 15px 0;
}
.infobox_4_columns_column {
	float: left;
	width: calc(25% - 33px);
	padding: 0 15px;
	border-right: 1px solid #7ba0c6;
}
.infobox_4_columns_column:last-child {
	border-right: 1px solid #7ba0c6;
}
.infobox_4_columns_column:nth-child(4) {
	border-right: none;
}
/* ICONS */
.icon-search-negativ {
	background: #048 url("../img/icon-lupe-negativ.png") no-repeat 95% center;
}
.icon-speak-negativ {
	background: #048 url("../img/icon-forum-negativ.png") no-repeat 95% 9px;
}
.icon-write-negativ {
	background: #048 url("../img/icon-write-negativ.png") no-repeat 95.3% center;
}
.icon-person-negativ {
	background: #048 url("../img/icon-person-negativ.png") no-repeat 95% center;
}
.icon-buscompany-negativ {
	background: #048 url("../img/icon-bus-negativ.png") no-repeat 98.5% center;
}
.icon-bus-offer-negativ {
	background: #048 url("../img/icon-bus-negativ.png") no-repeat 95% center;
	background-size: 36px 32px;
}
.icon-hotel-tipp-negativ {
	background: #048 url("../img/icon-hotel-negativ.png") no-repeat calc(100% - 10px) center;
	background-size: 36px 32px;
}
.icon-hotel-negativ {
	background: #048 url("../img/icon-hotel-negativ.png") no-repeat 98.5% center;
	background-size: 36px 32px;
}
.icon-stars-negativ {
	float: right;
	position: relative;
	top: -5px;
	right: 0;
}
.entry-box-2016.light {
	background: #dbe7ff url("../img/bg-light-bottom.png") repeat-x 0 bottom;
	display: table;
	padding-bottom: 60px;
	width: 100%;
}
#ovz-2-columns-left-wrapper {
	float: left;
	width: 66%;
	overflow: visible;
	padding: 0;
	margin: 0;
}
.strech, ovz-entry-2016.strech {
	display: table;
	height: 100%;
}
#ovz-2-columns-left-first {
	float: left;
	position: relative;
	width: 48.5%;
}
#ovz-2-columns-left-second {
	float: right;
	position: relative;
	width: 48.5%;
}
#ovz-2-columns-left-first.equal-columns, #ovz-2-columns-left-second.equal-columns {
	float: none;
	display: table-cell;
}
#ovz-2-columns-left-first.equal-columns {
	padding-right: 1.5%;
}
#ovz-2-columns-left-second.equal-columns {
	padding-left: 1.5%;
}
#ovz-2-columns-left-both {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
#ovz-2-columns-add {
	float: left;
	width: 100%;
	padding: 10px 0 30px;
	background: #efefef;
	text-align: center;
}
.ovz-2-columns-left-first {
	float: left;
	width: 48.5%;
}
.ovz-2-columns-left-second {
	float: right;
	width: 48.5%;
}
.ovz-2-columns-left-both {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.thumbnail-mini {
	height: 40px;
	max-width: 80px;
}
#ovz-2-columns-left-first .teaser, #ovz-2-columns-left-second .teaser, .ovz-2-columns-left-first .teaser, .ovz-2-columns-left-second .teaser {
	width: 100%;
	padding-top: 67%;
	position: relative;
	margin-bottom: 30px;
	overflow: visible;
}
#ovz-2-columns-left-first .teaser .teaser-inner, #ovz-2-columns-left-second .teaser .teaser-inner, .ovz-2-columns-left-first .teaser .teaser-inner, .ovz-2-columns-left-second .teaser .teaser-inner { 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.column {
	margin-bottom: 30px;
}
.column h2 {
	font-weight: normal;
	margin: 0;
	padding: 13px 0 5px;
}
.teaser-button {
	width: 100%;
	height: 32%;
	position: absolute;
	bottom: 0;
	background: url("../img/bg-teaser-transparenz-button.png") center center;
	background-size: cover;
}
.teaser-button p {
	font-size: 26px;
	text-align: center;
	padding-top: 10px;
}
a .teaser-button {
	color: #000;
}
.teaser-ovz-angebot {
	background: #048 url("../img/bg-teaser-ovz-angebot.webp") no-repeat center center;
	background-size: cover;
}
.ovz-partner-werden {
	color: #fff;
	font-size: 18px;
	padding: 19% 0 0 5%;
	position: absolute;
}
.teaser-bus-angebot {
	background: #048 url("../img/bg-teaser-bus-angebot.webp") no-repeat center center;
	background-size: cover;
}
.teaser-ovz-angebot:hover, .teaser-bus-angebot:hover {
	opacity: 0.85;
}
.bewertungen-2016 {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #ffeabe url("../img/bg-bewertungen-bottom.png") repeat-x center bottom;
	margin-bottom: 50px;
}
.bg-ovzel-quality {
	background: url("../img/bg-ovzel-bewertungen.webp") no-repeat center 85%;
}
.bewertungen-2016 h2 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding: 14px 5% 15px;
	margin-top: 0;
	margin-bottom: 10px;
	background: #cb9924;
	background: linear-gradient(to bottom, #deb539, #cb9924);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.bewertungen-2016 p {
	margin: 0 5%;
	padding-bottom: 30px;
}
.bewertungen-2016 table {
	margin: 0 5% 10px;
	width: 90%;
}
.bewertungen-2016 td, .bewertungen-2016 th {
	font-size: 14px;
	line-height: 28px;
	padding: 0;
	text-align: left;
}
.bewertungen-2016 tr {
	border-bottom: 1px solid #cb9924;
}
.bewertungen-2016 td.right, .bewertungen-2016 th.right  {
	text-align: right;
}
#ovz-main-popup {
	float: none;
	background: #fff;
	padding: 0;
	margin: 0;
	border: 0;
}
#ovz-footer-section-2016 {
	background-color: #f3dcdf;
	bottom: 0;
	display: inline-table;
	overflow: visible;
	position: relative;
	width: 100%;
}
#ovz-footer-section-2016.logged-in {
	background-color: #b11425;
	padding-top: 30px;
}
.logged-in #sitemap-footer-section-2016 {
	margin-top: 30px;
}
.ovz-footer-box, .sitemap-footer-box {
	float: left;
	width: calc(33.3% - 30px);
	margin-left: 15px;
}
.ovz-footer-box {
	float: right;
	margin-right: 15px;
	display: inline-block;
	padding-top: 50px;
	margin-bottom: 50px;
}
.sitemap-footer-box {
	display: block;
	margin-right: 15px;
} 
.ovz-footer-box a {
	color: #b11425;
}
.ovz-footer-box a:hover {
	color: #d41e17;
}
#sitemap-footer-section-2016 {
	width: 100%;
	overflow: visible;
	position: relative;
	background: #b11425;
	display: inline-table;
	margin: 0;
}
.sitemap-footer-box h3, .sitemap-footer-box li, .sitemap-footer-box a {
	background: #b11425;
	color: #fff;
	white-space: nowrap;
}
.sitemap-footer-box h3 {
	font-size: 18px;
	font-weight: bold;
}
.sitemap-footer-box li, .sitemap-footer-box a {
	font-size: 16px;
	font-weight: normal;
}
.sitemap-footer-box li {
	padding: 8px 0;
}
.sitemap-footer-box a:hover li {
	background: #e3211b;
}
.ovz-footer-box .teaser-footer {
	width: 100%;
	border-radius: 10px;
	padding-top: 55%;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: visible;
}
.ovz-footer-box .teaser-footer .teaser-footer-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.teaser-footer h2 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding: 13px 5%;
	margin-top: 0;
	background-color: #b11425;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.footer-teaser-hotel-suchen {
	background: url("../img/bg-teaser-footer-hotelsuche.webp") no-repeat center center;
	background-size: cover;
}
.footer-ovz-angebot {
	background: url("../img/bg-teaser-ovz-angebot.webp") no-repeat center center;
	background-size: cover;
}
.footer-teaser-bus365 {
	background: url("../img/bg-teaser-footer-bus365.webp") no-repeat center center;
	background-size: cover;
}
.footer-ovz-angebot p {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	margin: 5% 0;
	padding-bottom: 5%;
	color: #fff;
}
.footer-teaser-bus365 p {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	width: 32%;
	margin: 5% 5% 0;
	padding-bottom: 5%;
}
.footer-teaser-hotel-suchen:hover, .footer-ovz-angebot:hover, .footer-teaser-bus365:hover {
	opacity: 0.85;
}
#ovz-footer-2016 {
	clear: both;
	position: relative;
	bottom: 0;
	display: inline-table;
	width: 100%;
	background: #b11425;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 13px 0;
	margin: 0;
	border: none;
}
#ovz-footer-2016 a {
	color: #fff;
	padding: 2px 0;
}
#ovz-footer-2016 a:hover {
	background: #e3211b;
}
.bottom-left {
	float: left;
	padding-left: 15px;
}
.bottom-right {
	float: right;
	padding-right: 15px;
}
#ovz-footer-2016 a.link-symbol-negativ {
	padding-left: 25px;
	background: url("../img/icon-symbol-negativ.png") no-repeat left center;
}
#ovz-footer-2016 a.link-symbol-negativ:hover {
	background: #e3211b url("../img/icon-symbol-negativ.png") no-repeat left center;
}
.ovz_mobile {
	font-size: 16px;
}
td.ovz_mobile, tr.ovz_mobile {
	line-height: 18px;
}
.vDateField, .vTimeField {
	margin-right: 2px;
}
.bemerkung {
	font-size: 11px;
	margin: 1.5em 0 .5em 0;
	color: #666;
	text-decoration: none;
	font-family: arial,helvetica;
}
.ergebnis {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.wichtig {
	font-size: 120%;
	font-weight: bold;
}
div.float-right {
	text-align: right;
}
div.index_left {
	float: left;
}
div.index_right {
	float: right;
}
div.index_left, div.index_right {
	clear: both;
	background: #fff;
	padding: 2px 5px 2px 5px;
	width: 310px;
	text-align: left;
}
div.ovz_login {
	padding: 30px 1.5%;
	margin: 5px 0 5px 0;
	color: #048;
	background: #f3f7ff;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
div.ovz_login table {
	background: #dbe7ff;
	border: 1px solid #048;
}
div.ovz_login td {
	vertical-align: middle;
}
table.login_text {
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border: 0px !important;
	background: #f3f7ff !important;
}
td.login_text {
	border: 1px solid #048 !important;
	border-radius: 10px !important;
	padding: 5px !important;
	background: #dbe7ff !important;	
	line-height: 150%;
}
div.inline_top { 
	display: inline-block;
	vertical-align: top;
}
div.hotel-crud-box, div.b2c-angebot-box {
	background: #f3f7ff;
	padding: 15px 16px 10px 16px;
	font-size: 14px;
	line-height: 1.8em;
	color: #000;
	text-align: left;
	margin-bottom: 15px;
	border: 0px;
}
div.b2c-angebot-box td {	
	font-size: 12px;
	padding: 2px 8px 2px 0;
}
div.ovz_fullwidth {
	float: left;
	background: #dbe7ff url("../img/bg-sidebar-bottom.png") repeat-x scroll 0 bottom;
	width: 97%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: visible;
	padding: 20px 1.5%;
}
div.ovz_fullwidth_2_of_3 {
	float: left;
	background: #dbe7ff url("../img/bg-sidebar-bottom.png") repeat-x scroll 0 bottom;
	width: 95%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: visible;
	padding: 20px 2.5%;
}
div.ovz_box.fullwidth_2_of_3 {
	color: #000;
	font-size: 14px;
	line-height: 1.8em;
	padding: 15px 8px 10px;
	text-align: left;
}
div.ovz_box.fullwidth_2_of_3 h1 {
	color: #000;
}
div.ovz_box.fullwidth_2_of_3 h3 {
	color: #000;
	font-size: 16px;
	margin: 20px 0 5px;
}
div.ovz_suchen h2, div.ovz_suchen h4 {
	margin: 5px 0;
	font-weight: bold;
	color: #000;
}
div.ovz_suchen h4 {
	font-size: 18px;
}
form td {
	vertical-align: middle;
}
div.ovz_map_form, div.ovz_map, div.ovz_suchen {
	background: #f3f7ff;
	border-radius: 10px;
	border: 15px solid #dbe7ff;
	overflow: visible;
	font-size: 11px;
}
div.ovz_map_form, div.ovz_map {
	margin: 15px 0;
}
div.ovz_map_form {
	min-height: 460px;
	float: left;
	padding: 10px;
	width: calc(100% - 384px - 100px - 7px); /* results in 15px margin */
}
div.ovz_map_form h2 {
	margin: 5px 0;
	font-weight: bold;
	color: #000;
}
.ajax-select-box {
    position: absolute;
    top: auto;        
    left: auto;
    z-index: 10;
}
.ajax-ort-select {
    display: none;           
    background-color: #e02;   
    color: #fff;              
    height: 176px;
    position: absolute;       
    z-index: 10;
}
div.ovz_map {
	min-height: 480px;
	width: 396px;
	float: right;
}
div.ovz_suchen {
	padding: 10px;
	background: transparent;
	overflow: visible;
	font-size: 12px;
}
div.ovz_map p {
	margin: 2px 5px;
}
div.ovz_box .bus_sale td {
	line-height: 1.3em;
}
div.ovz_box table.fullwidth-structured td {
	padding: 5px 10px 0 0;
}
div.ovz_box table.fullwidth-structured input {
	width: 230px;
	min-height: 20px;
	padding: 2px 3px !important;
}
div.ovz_box table.fullwidth-structured input[type=checkbox] {
	width: auto;
	margin-right: 8px;
}
div.ovz_box, div.ovz_box_top, div.ovz_box_bottom {
	background: #f3f7ff;
	padding: 2px 8px 2px 8px;
	font-size: 11px;
	color: #000;
	text-align: left;
}
div.ovz_box {
	border: 1px solid #06c;
	margin: 2px 0;
}
div.ovz_box_top {
	border: 1px solid #06c;
	border-bottom: 0;
	padding-bottom: 0;
	margin-top: 2px;
}
div.ovz_box_bottom {
	border: 1px solid #06c;
	border-top: 0;
	padding-top: 0;
	margin-bottom: 2px;
}
div.ovz_box td, div.ovz_box th {
	line-height: 11px;
	border-bottom: 0px;
	vertical-align: middle;
	padding: 1px;
	font-size: 11px;
}
div.ovz_box_top td, div.ovz_box_top th {
	line-height: 11px;
	border-bottom: 0px;
	vertical-align: middle;
	padding: 1px;
	font-size: 11px;
}
div.ovz_box_bottom td, div.ovz_box_bottom th {
	line-height: 11px;
	border-bottom: 0px;
	vertical-align: middle;
	padding: 1px;
	font-size: 11px;
}
div.ovz_menu {
	background: #f3f7ff;
	padding: 2px 5px 2px 10px;
	font-size: 11px;
	color: #000;
	text-align: left;
}
div.ovz_menu ul, div.ovz_menu li {
	padding-left: 8px;
	padding-right: 2px;
	background: #e7efff;
}
#menu-2016 {
	width: 100%;
}
div.ovz_menu-2016 {
	position: absolute;
	top: 179px;
	z-index: 10;
}
div.ovz_menu-2016 a, div.ovz_menu-2016 li ul a li, div.ovz_menu-2016 .sub_2 {
	font-weight: normal;
	font-size: 16px;
	white-space: nowrap;
}
div.ovz_menu-2016 a {
	padding: 50px 15px 11px 15px;
}
div.ovz_menu-2016 ul, div.ovz_menu-2016 ul li {
	background: transparent;
	float: left;
	list-style-type: none;
	margin: 0;
}
div.ovz_menu-2016 li li {
	background: #b11425;
	float: none;
	padding: 11px 0;
}
div.ovz_menu-2016 li ul {
	margin: 12px 0 0 0;
}
div.ovz_menu-2016 li ul a {
	padding: 0;
}
div.ovz_menu-2016 li ul a li {
	padding: 11px 15px;
}
div.ovz_menu-2016 a:hover li {
	background: #e3211b;
}
div.ovz_menu-2016 .sub_2 {
	color: #fff;
	padding: 11px 15px;
}
div.ovz_menu-2016 .submenu_intern {
	padding: 8px 15px;
}
.ovz_menu-2016.update-2023 {
	margin: 0 auto !important;
	padding: 0 calc(50% - 640px) !important;
	max-width: 1280px !important;
	position: absolute;
	top: 144px;
	z-index: 10;
}
div.ovz_content_title {
	clear: both;
	float: left;
	font-size: 20px;
	margin: 10px 0;
	font-weight: bold;
	color: #000;
	background: inherit;
}
div.ovz_content_ovzl {
	float: right;
	height: 200px;
	margin: 5px 0 0 0;
	color: #048;
	vertical-align: middle;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
div.ovz_content_right {
	float: right;
	width: 546px;	
	margin: 0;
	border-top: 1px solid #0066CC;
	border-left: 2px solid #0066CC;
	border-bottom: 0px solid #0066CC;
	border-right: 1px solid #0066CC;
}
div.ovz_fuhrpark td {
	font-size: 13px;
	line-height: 18px;
	padding: 1px;
	vertical-align: top;
}
div.fuhrpark, div.fuhrpark2 {
	display: flex;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #fff;
	vertical-align: middle;
}
div.fuhrpark {
	width: calc(50% - 5px);
}
div.fuhrpark2 {
	width: 100%;
}
div.fuhrpark-bild {
	width: 40%;
	padding: 2px;
}
div.fuhrpark-bild2 {
	width: 40%;
	padding: 2px;
	text-align: right;
}
div.fuhrpark-bild img, div.fuhrpark-bild2 img {
	max-height: 250px;
}
div.fuhrpark-text {
	width: 60%;
	padding: 2px;
}
div.light_50 {
	border-radius: 0;
	margin-bottom: 20px;
	width: calc(50% - 50px);
}
#ovz_news_ticker {
	display: inline-table;
	width: 100%;
	height: 115px; 
	color: #c8012c;
	background-color: #f3dcdf;	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 50px;
	padding-bottom: 10px;
	text-align: left;
}
.news-ticker-box {
	background-color: #f3dcdf;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: auto;
}
.news-ticker-box h2 {
	color: #fff;
	font-size: 19px;
	line-height: 120%;
	font-weight: normal;
	padding: 13px 18% 13px 1.6%;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: #d41e17;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#ovz_news_ticker p {
	padding: 0 1.6%;
}
.news-ticker-box .newsfeed {
	background-position: 98.8% center;
}
div.ovz_map_wrapper {
	overflow: auto;
	width: 100%;
}
li.menu_opened, li.menu_closed {
	list-style-type: disc;
}
li.menu_opened ul {
	display: block;
}
li.menu_closed ul {
	display: none;
}
/* Meine Daten */
div.meine_daten_left, div.meine_daten_right {
	background: #dbe7ff;
	border-radius: 10px;
	overflow: visible;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: calc(47% - 15px);
}
div.meine_daten_left {
	margin-left: 0;
	float: left;
}
div.meine_daten_right {
	margin-right: 0;
	float: right;
}
div.meine_daten, div.meine_daten_top, div.meine_daten_bottom {
	background: #f3f7ff;
	overflow: auto;
	color: #000;
	font-size: 12px;
	line-height: 1.8em;
	padding: 5px 8px;
	text-align: left;
}
div.meine_daten_top {
	padding-bottom: 0;
}
div.meine_daten_bottom {
	padding-top: 0;
}
#id_zahlungsart li {
	background: transparent;
}
#id_zahlungsart li label {
	color: #000;
}
.red-box-2017 {
	background-color: #f3dcdf;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: auto;
	min-height: 650px;
}
.red-box-2017 h2 {
	color: #fff;
	font-size: 19px;
	line-height: 120%;
	font-weight: normal;
	padding: 13px 18% 13px 5%;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: #d41e17;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;  
}
.red-box-2017 h3 {
	font-size: 16px;
	color: #b11425;
	margin: 0 0 3px;
}
.red-box-2017 h3:hover {
	color: #d41e17;
}
.red-box-2017 a{
	color: #b11425;
}
.red-box-2017 a:hover{
	color: #d41e17;
}
.red-box-2017 table {
	margin: 0 5% 10px;
	width: 90%;
}
.red-box-2017 td, .red-box-2017 th, .red-box-2017 p {
	font-size: 13px;
	line-height: 1.3em;
	padding: 0;
	text-align: left;
}
.red-box-2017 tr td{
	padding-top: 12px;
}
.red-box-2017 tr:first-child td{
	padding: 0;
}
.red-box-2017 tr.description {
	border-bottom: 1px solid rgba(177,20,37,0.3);
}
.red-box-2017 tr:last-child.description {
	border-bottom: none;
}
.red-box-2017 tr.description td, .red-box-2017 tr.description p {
	padding: 8px 0 12px;
}
.newsfeed {
	background: #048 url("../img/icon-article-negativ.png") no-repeat 98.5% center;
	background-size: 36px 32px;
}

@keyframes pulse {
	0% { 
		color: #44ff88;
	}
	50% { 
		color: #004400;
	}
	100% { 
		color: #44ff88;
	}
}
.ovz-pulse {
	animation: pulse 2s infinite;
}

@keyframes gentle-shake {
  0%, 13%, 23%, 100% { transform: rotate(0deg); }
  10% { transform: rotate(1deg); }
  20% { transform: rotate(-1deg); } 
}

.ovz-shake {
  animation: gentle-shake 3s infinite;
}

/* HAMBURGER 2023 */
label.hamburg, label.cheeseburg { 
	display: none;
	width: 45px; 
	height: 50px; 
	position: absolute; 
	right: 15px;
	margin-left: auto; margin-right: auto;
	border-radius: 4px; 
	z-index: 30;
}
label.hamburg { top: 115px; }
label.cheeseburg { top: 0; }
input#hamburg, input#cheeseburg {display:none}

.line { 
	position: absolute;
	height: 4px; 
	width: 45px; 
	background: #fff; border-radius: 2px;
	display: block; 
	transition: 0.5s; 
	transform-origin: center; 
}

.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 24px; }
.line:nth-child(3) { top: 36px; }

#hamburg:checked + .hamburg .line:nth-child(1), #cheeseburg:checked + .cheeseburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2), #cheeseburg:checked + .cheeseburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3), #cheeseburg:checked + .cheeseburg .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}
.hamburg-overlay, .hamburg-menu { 
	display: none;
}
.cheeseburg-overlay { 
	display: none;
}

/* ACTION ICONS */
.addlink {
	padding-left: 12px;
	background: url("../img/icon_addlink.gif") 0 .2em no-repeat;
}
a.addlink:hover {
	background: #8cf url("../img/icon_addlink.gif") 0 .2em no-repeat;
}
.changelink {
	padding-left: 12px;
	background: url("../img/icon_changelink.gif") 0 .2em no-repeat;
}
a.changelink:hover {
	background: #8cf url("../img/icon_changelink.gif") 0 .2em no-repeat;
}
.deletelink {
	padding-left: 12px;
	background: url("../img/icon_deletelink.gif") 0 .2em no-repeat;
}
a.deletelink:link, a.deletelink:visited {
	color: #CC3434;
}
a.deletelink:hover {
	color: #993333;
	background: #8cf url("../img/icon_deletelink.gif") 0 .2em no-repeat;
}
.searchlink {
	padding-left: 12px;
	background: url("../img/icon_searchlink.gif") 0 .2em no-repeat;
}
a.searchlink:hover {
	background: #8cf url("../img/icon_searchlink.gif") 0 .2em no-repeat;
}
.yeslink {
	padding-left: 12px;
	background: url("../img/icon-yes.gif") 0 .2em no-repeat;
}
a.yeslink:hover {
	background: #8cf url("../img/icon-yes.gif") 0 .2em no-repeat;
}
.nolink {
	padding-left: 12px;
	background: url("../img/icon-no.gif") 0 .2em no-repeat;
}
a.nolink:hover {
	background: #8cf url("../img/icon-no.gif") 0 .2em no-repeat;
}
.ortlink {
	padding-left: 12px;
	background: url("../img/icon_searchlink.gif") 0 .2em no-repeat;
}
a.ortlink:hover {
	background: #8cf url("../img/icon_searchlink.gif") 0 .2em no-repeat;
}
.kartelink {
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url("../img/icon_ort.png") no-repeat;
}
a.kartelink:hover {
	background: #8cf url("../img/icon_ort.png") no-repeat;
}
.copylink {
	padding-left: 12px;
	background: url("../img/icon_copylink.gif") 0 .2em no-repeat;
}
a.copylink:hover {
	background: #8cf url("../img/icon_copylink.gif") 0 .2em no-repeat;
}
.newtablink {
	padding-left: 12px;
	background: url("../img/icon_newtab.gif") 0 .2em no-repeat;
}
a.newtablink:hover {
	background: #8cf url("../img/icon_newtab.gif") 0 .2em no-repeat;
}
.vervorlink_alt {
	padding-left: 12px;
	background: url("../img/icon_vervorlink.gif") 0 .2em no-repeat;
}
a.vervorlink_alt:hover {
	background: #8cf url("../img/icon_vervorlink.gif") 0 .2em no-repeat;
}
.vervorlink {
	padding-left: 12px;
	background: url(../img/icon_vervorlink_anim2.gif) 0 .2em no-repeat;
}
a.vervorlink:hover {
	background: #8cf url(../img/icon_vervorlink_anim2.gif) 0 .2em no-repeat;
}
.no_vervorlink {
	padding-left: 12px;
	background: url("../img/icon_no_vervorlink.gif") 0 .2em no-repeat;
}
a.no_vervorlink:hover {
	background: #8cf url("../img/icon_no_vervorlink.gif") 0 .2em no-repeat;
}
.unknownlink {
	padding-left: 12px;
	background: url("../img/icon_unknownlink.gif") 0 .2em no-repeat;
}
a.unknownlink:hover {
	background: #8cf url("../img/icon_unknownlink.gif") 0 .2em no-repeat;
}
.maillink {
	padding-left: 12px;
	background: url("../img/icon_maillink.gif") 0 .2em no-repeat;
}
a.maillink:hover {
	background: #8cf url("../img/icon_maillink.gif") 0 .2em no-repeat;
}
.datumlink {
	padding-left: 12px;
	background: url("../img/icon_datumlink.gif") 0 .2em no-repeat;
}
a.datumlink:hover {
	background: #8cf url("../img/icon_datumlink.gif") 0 .2em no-repeat;
}
.alertlink {
	padding-left: 12px;
	background: url("../img/icon_alertlink.gif") 0 .2em no-repeat;
}
a.alertlink:hover {
	background: #8cf url("../img/icon_alertlink.gif") 0 .2em no-repeat;
}
.hinweislink {
	padding-left: 12px;
	background: url("../img/icon_hinweislink.gif") 0 .2em no-repeat;
}
a.hinweislink:hover {
	background: #8cf url("../img/icon_hinweislink.gif") 0 .2em no-repeat;
}
.oklink {
	padding-left: 12px;
	background: url("../img/icon_oklink.gif") 0 .2em no-repeat;
}
a.oklink:hover {
	background: #8cf url("../img/icon_oklink.gif") 0 .2em no-repeat;
}
.backlink {
	padding-left: 12px;
	background: url("../img/icon_backlink.gif") 0 .2em no-repeat;
}
a.backlink:hover {
	background: #8cf url("../img/icon_backlink.gif") 0 .2em no-repeat;
}
.forwardlink {
	padding-left: 12px;
	background: url("../img/icon_forwardlink.gif") 0 .2em no-repeat;
}
a.forwardlink:hover {
	background: #8cf url("../img/icon_forwardlink.gif") 0 .2em no-repeat;
}
.uplink {
	padding-left: 12px;
	background: url("../img/icon_uplink.gif") 0 .2em no-repeat;
}
a.uplink:hover {
	background: #8cf url("../img/icon_uplink.gif") 0 .2em no-repeat;
}
.downlink {
	padding-left: 12px;
	background: url("../img/icon_downlink.gif") 0 .2em no-repeat;
}
a.downlink:hover {
	background: #8cf url("../img/icon_downlink.gif") 0 .2em no-repeat;
}
.beginlink {
	padding-left: 12px;
	background: url("../img/icon_beginlink.gif") 0 .2em no-repeat;
}
a.beginlink:hover {
	background: #8cf url("../img/icon_beginlink.gif") 0 .2em no-repeat;
}
.endlink {
	padding-left: 12px;
	background: url("../img/icon_endlink.gif") 0 .2em no-repeat;
}
a.endlink:hover {
	background: #8cf url("../img/icon_endlink.gif") 0 .2em no-repeat;
}
.firstlink {
	padding-left: 12px;
	background: url("../img/icon_firstlink.gif") 0 .2em no-repeat;
}
a.firstlink:hover {
	background: #8cf url("../img/icon_firstlink.gif") 0 .2em no-repeat;
}
.lastlink {
	padding-left: 12px;
	background: url("../img/icon_lastlink.gif") 0 .2em no-repeat;
}
a.lastlink:hover {
	background: #8cf url("../img/icon_lastlink.gif") 0 .2em no-repeat;
}
.maximizelink {
	padding-left: 13px;
	background: url("../img/icon_maximizelink.gif") 0 .2em no-repeat;
}
a.maximizelink:hover {
	background: #8cf url("../img/icon_maximizelink.gif") 0 .2em no-repeat;
}
.minimizelink {
	padding-left: 13px;
	background: url("../img/icon_minimizelink.gif") 0 .2em no-repeat;
}
a.minimizelink:hover {
	background: #8cf url("../img/icon_minimizelink.gif") 0 .2em no-repeat;
}
.replylink {
	padding-left: 12px;
	background: url("../img/icon_replylink.gif") 0 .2em no-repeat;
}
a.replylink:hover {
	background: #8cf url("../img/icon_replylink.gif") 0 .2em no-repeat;
}
.querylink {
	padding-left: 18px;
	background: url("../img/icon_querylink.gif") 0 .2em no-repeat;
}
a.querylink:hover {
	background: #8cf url("../img/icon_querylink.gif") 0 .2em no-repeat;
}
.partnerlink {
	padding-left: 14px;
	background: url("../img/icon_partnerlink.gif") 0 .2em no-repeat;
}
a.partnerlink:hover {
	background: #8cf url("../img/icon_partnerlink.gif") 0 .2em no-repeat;
}
.linklink {
	padding-left: 14px;
	background: url("../img/icon_link.gif") 0 .2em no-repeat;
}
a.partnerlink:hover {
	background: #8cf url("../img/icon_link.gif") 0 .2em no-repeat;
}
.printlink {
	padding-left: 12px;
	background: url("../img/icon_printlink.gif") 0 .2em no-repeat;
}
a.printlink:hover {
	background: #8cf url("../img/icon_printlink.gif") 0 .2em no-repeat;
}
.rsslink {
	padding-left: 12px;
	background: url("../img/icon_rsslink.gif") 0 .2em no-repeat;
}
a.rsslink:hover {
	background: #8cf url("../img/icon_rsslink.gif") 0 .2em no-repeat;
}
.thumbuplink {
	padding-left: 12px;
	background: url("../img/icon_thumbuplink.gif") 0 .2em no-repeat;
}
a.thumbuplink:hover {
	background: #8cf url("../img/icon_thumbuplink.gif") 0 .2em no-repeat;
}
.currentlink {
	padding-left: 13px;
	background: url("../img/icon_currentlink.gif") 0 .1em no-repeat;
}
a.currentlink:hover {
	background: #8cf url("../img/icon_currentlink.gif") 0 .1em no-repeat;
}
.outofdatelink {
	padding-left: 13px;
	background: url("../img/icon_outofdatelink.gif") 0 .1em no-repeat;
}
a.outofdatelink:hover {
	background: #8cf url("../img/icon_outofdatelink.gif") 0 .1em no-repeat;
}
.movielink {
	padding-left: 16px;
	background: url("../img/icon_movie.gif") 0 .1em no-repeat;
}
a.movielink:hover {
	background: #8cf url("../img/icon_movie.gif") 0 .1em no-repeat;
}
.movielink2 {
	padding-left: 16px;
	background: url("../img/icon_movie2.gif") 0 .1em no-repeat;
}
a.movielink2:hover {
	background: #8cf url("../img/icon_movie2.gif") 0 .1em no-repeat;
}
.maplink {
	padding-left: 9px;
	background: url("../img/icon_maplink.gif") 0 .1em no-repeat;
}
a.maplink:hover {
	background: #8cf url("../img/icon_maplink.gif") 0 .1em no-repeat;
}
.hintlink {
	padding-left: 14px;
	background: url("../img/icon_hintlink.gif") 0 .2em no-repeat;
}
a.hintlink:hover {
	background: #8cf url("../img/icon_hintlink.gif") 0 .1em no-repeat;
}
.smallhintlink {
	padding-left: 13px;
	background: url("../img/icon_hintlink.gif") no-repeat;
}
a.smallhintlink:hover {
	background: #8cf url("../img/icon_hintlink.gif") no-repeat;
}
.keylink {
	padding-left: 18px;
	background: url("../img/icon_keylink.gif") 0 .2em no-repeat;
}
a.keylink:hover {
	background: #8cf url("../img/icon_keylink.gif") 0 .2em no-repeat;
}
.locklink {
	padding-left: 12px;
	background: url("../img/icon_locklink.gif") 0 .1em no-repeat;
}
a.locklink:hover {
	background: #8cf url("../img/icon_locklink.gif") 0 .1em no-repeat;
}
.bildlink {
	padding-left: 15px;
	background: url("../img/icon_bildlink.gif") 0 .2em no-repeat;
}
a.bildlink:hover {
	background: #8cf url("../img/icon_bildlink.gif") 0 .2em no-repeat;
}
.vervorlink_anim {
	padding-left: 12px;
	background: url("../img/icon_vervorlink_anim.gif") 0 .2em no-repeat;
}
a.vervorlink_anim:hover {
	background: #8cf url("../img/icon_vervorlink_anim.gif") 0 .2em no-repeat;
}

/* MEDIA SCREEN */
@media all and (max-width: 1280px) {
	.hide-1280 {
		display: none;
	}
	.ovz-header-quality-bus-2023 {
		padding-left: calc(50% - 105px);
	}
	#ovz-main-wrapper-2016 {
		padding: 50px 15px 0px;
	}
	.update-2023 .hf_content {
  		height: auto;
	}
	.add_feature.update-2023 {
		width: 48%;
	}
	#ovz-content.update-2023 {
  		width: 100%;
  		margin: 0;
	}
	.ovz-footer-box {
  		width: 31%;
	}
	.ovz-footer-box:first-of-type {
		margin-right: 15px;
	}
	.ovz-footer-box:last-of-type {
  		margin-right: 15px;
	}
	.bottom-left {
		padding-left: 15px; 
	}
	.bottom-right {
		padding-right: 15px; 
	}
	.thumbnail-mini {
		height: 25px;	
	}
}

@media all and (max-width: 1024px) {
	.hide-1024 {
		display: none;
	}
	.hotelfeatures {
		hyphens: auto;
	}
	.ovz-header-login-2016 {
		padding-top: 16px;
	}
	div.ovz_menu-2016 a {
		padding: 50px 10px 11px 10px;
	}
	.teaser-button p {
		font-size: 22px;
		padding-top: 10px;
	}
	.footer-teaser-bus365 p {
		width: 35%;
		line-height: 19px;
	}
	.footer-teaser-bus365 {
  		background: #fff url(../img/bg-teaser-footer-bus365.webp) no-repeat right 70%;
  		background-size: 95%;
	}
	.thumbnail-mini {
		height: 20px;	
	}
	div.ovz_map_form {
		width: calc(100% - 50px);
	}
	div.light_50 {
		width: calc(100% - 40px);
	}
	.hotelfeatures.update-2023.upper {
		display: none;
	}
	#add_section_2 {
		display: inline-block;	
	}
	img.hotelpartner-logo-tipp {
  		right: 2%;
	}
	.hotelfeatures.update-2023 {
  		float: none;
  		top: auto;
  		left: auto;
  		margin: 20px auto 0px;
		width: 100%;
  		max-width: 600px;
	}
	.add_feature.update-2023 {
  		float: none;
  		right: auto;
  		top: auto;
  		margin: 20px auto 0;
  		width: 100%;
  		max-width: 728px;
	}
	div.meine_daten_left, div.meine_daten_right, div.columns_50_50_left, div.columns_50_50_right {
		float: none;
		width: calc(100% - 40px);
	}
	.tab_top_active, .tab_top_passive {
		font-size: 17px;
	}
	.ovz-footer-box {
  		width: 30.4%;
	}
}

@media all and (max-width: 980px) {
	.ovz-header-claim-2023 {
  		display: none;
	}
	#ovz-main-wrapper-2016 {
  		padding: 30px 15px;
	}
	#sidebar-right-wrapper-2016 {
		width: 100%;
  		float: none;
		margin-bottom: 30px;
	}
	#ovz-2-columns-left-wrapper {
  		width: 100%;
	}
	.sidebar-box-2016 h2 {
		padding: 14px 18% 15px 2.5%;
	}
	.sidebar-box-2016 p {
		margin: 0 2.5%;
	}
	.sidebar-box-2016 table {
		margin: 0 2.5% 10px;
		width: 95%;
	}
	.icon-search-negativ {
		background: #048 url("../img/icon-lupe-negativ.png") no-repeat 97.5% center;
	}
	.icon-speak-negativ {
		background: #048 url("../img/icon-forum-negativ.png") no-repeat 97.5% 9px;
	}
	.icon-write-negativ {
		background: #048 url("../img/icon-write-negativ.png") no-repeat 97.8% center;
	}
	.icon-person-negativ {
		background: #048 url("../img/icon-person-negativ.png") no-repeat 97.5% center;
	}
	.news-ticker-box h2 {
		padding: 13px 2.5% 13px;
	}
	#ovz_news_ticker p {
		padding: 0 2.5%;
	}
	.news-ticker-box .newsfeed {
		background-position: 98.0% center;
	}
	.bewertungen-2016 h2 {
		padding: 14px 2.5% 15px;
	}
	.bewertungen-2016 p {
		margin: 0 2.5%;
	}
	.bewertungen-2016 table {
		margin: 0 2.5% 10px;
		width: 95%;
	}
	.entry-1st-column-of-3, .entry-2nd-3rd-column-of-3 {
		width: calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
	label.cheeseburg { 
		display: block;
	}
	.cheeseburg-overlay {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: none;
		opacity: 0;
		transition: opacity 0.3s, visibility 0s linear 0.3s;
		z-index: 1;
	}
	.cheeseburg-overlay.active {
		opacity: 1;
		visibility: visible;
		transition: opacity 0.3s;
	}
	.tab_top_active, .tab_top_passive {
		float: none;
		width: calc(100% - 30px);
		padding: 13px 15px 13px;
		font-size: 18px;
	}
	#tab_top_8 {
		padding-bottom: 23px;
	}
	.tab_top_active, .tab_top_passive {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}	
	.tab_top_passive {
		display: none;
	}
	#cheeseburg:checked ~ .tab_top_passive  {
		display: block;
	}
	#cheeseburg:not(:checked) ~ .tab_top_active, #tab_top_1 {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.ovz-footer-box:last-of-type {
  		float: none;
		margin-left: 15px;
		margin-bottom: 30px;
	}	
	.ovz-footer-box {
		width: calc(50% - 30px);
		margin-left: 15px;
		padding-top: 20px;
		margin-bottom: 10px;
	}
	.ovz-footer-box:first-of-type {
  		margin-left: 15px;
	}
}

@media all and (max-width: 900px) {
	.teaser-button p {
		font-size: 20px;
	}
	.footer-teaser-bus365 p {
		width: 40%;
		line-height: 18px;
	}
	.footer-teaser-bus365 {
		background: #fff url(images/bg-teaser-footer-bus365.jpg) no-repeat right 79%;
		background-size: 88%;
	}
	.thumbnail-mini {
		height: 15px;	
	}
}

@media all and (max-width: 860px) {
	.teaser-button p {
		font-size: 18px;
	}
	.bewertungen-2016 h2 img {
		display: none;
	}
	.ovz-header-claim-2016 {
		display: none;
	}
}

@media all and (max-width: 800px) {
	.footer-teaser-bus365 p {
		font-size: 12px;
		line-height: 16px;
		width: 38%;
	}
	.thumbnail-mini {
		display: none;
	}
	div.fuhrpark {
		width: 100%;
	}
	div.fuhrpark-bild2 {
		display: none;
	}
}

@media all and (max-width: 767px) {
	.hide-768 {
		display: none;
	}
	.ovz-header-logo-2023 img {
		width: 187px;
		height: 82px;
	}
	.ovz-header-quality-bus-2023 {
  		top: 65px;
	}
	.ovz-2-columns-left-first {
  		float: none;
  		width: 100%;
	}	
	.ovz-2-columns-left-second {
  		float: none;
  		width: 100%;
	}
	#ovz-2-columns-left-first {
  		float: none;
  		width: 100%;
	}
	.teaser-button {
  		height: auto;
	}
	.hotelfeatures.update-2023 {
		padding:0 30px;
		width: calc(100% - 60px);
	}
	.add_feature.update-2023 {
		padding:0 30px;
		width: calc(100% - 60px);		
	}
	.sidebar-box-2016 h2 {
		padding: 14px 4% 15px;
	}
	.sidebar-box-2016 p {
		margin: 0 4%;
	}
	.sidebar-box-2016 table {
		margin: 0 4% 10px;
		width: 92%;
	}
	.icon-search-negativ {
		background: #048 url("../img/icon-lupe-negativ.png") no-repeat 96% center;
	}
	.icon-speak-negativ {
		background: #048 url("../img/icon-forum-negativ.png") no-repeat 96% 9px;
	}
	.icon-write-negativ {
		background: #048 url("../img/icon-write-negativ.png") no-repeat 96.3% center;
	}
	.icon-person-negativ {
		background: #048 url("../img/icon-person-negativ.png") no-repeat 96% center;
	}
	.teaser-headline-adding-small h2 {
		padding: 8px 18% 6px 4%;
	}
	.icon-bus-offer-negativ {
		background: #048 url("../img/icon-bus-negativ.png") no-repeat 96% center;
	}
	.ovz-partner-werden {
		padding: 19% 0 0 4%;
	}
	.red-box-2017 h2 {
		padding: 13px 18% 13px 4%;
	}
	.red-box-2017 table {
		margin: 0 4% 10px;
		width: 92%;
	}
	.hotel-tipp-box h2 {
		padding: 13px 18% 13px 4%;
	}
	.icon-hotel-tipp-negativ {
		background: #048 url("../img/icon-hotel-negativ.png") no-repeat 96% center;
		background-size: 36px 32px;
	}
	.teaser-headline-adding h2 {
		padding: 13px 18% 13px 4%;
	}
	.news-ticker-box h2 {
		padding: 13px 18% 13px 4%;
	}
	#ovz_news_ticker {
		height: 160px;
	}
	#ovz_news_ticker p {
		padding: 0 4%;
	}
	.news-ticker-box .newsfeed {
		background-position: 97.0% center;
	}
	.bewertungen-2016 h2 {
		padding: 14px 4% 15px;
	}
	.bewertungen-2016 p {
		margin: 0 4%;
	}
	.bewertungen-2016 table {
		margin: 0 4% 10px;
		width: 92%;
	}
	.entry-1st-column-of-3, .entry-2nd-3rd-column-of-3 {
		width: calc(100% - 30px);
		max-width: calc(100% - 30px);
		border-left: none;
	}
	.hotel-bild {
		max-width: calc(50% - 8px);
 		margin-right: 15px;
 		margin-bottom: 15px;
	}
	.hotel-bild:nth-child(2) {
 		margin-right: 0;
	}
	.infobox_4_columns {
		display: flex;
		flex-direction: column;
		flex-flow: column wrap;
		max-height: 160px;
	}
	.infobox_4_columns_column {
		flex-basis: calc(50% - 32px);
		min-width: calc(50% - 32px);
	}
	.infobox_4_columns_column:nth-child(3) {
 		border-right: none;
	}
	.teaser-footer h2 {
		padding: 13px 4%;
	}
	.ovz-footer-box {
		float: none;
		width: calc(100% - 30px);
		margin-right: 15px;
	}
	.ovz-footer-box:first-of-type {
  		margin-left: 15px;
	}
	p.adds {
		text-align: left;
		max-width: 660px;
		padding-left: 30px;
		margin: 0 auto;
	}
	label.hamburg { 
		display: block;
	}
	.ovz_menu-2016.update-2023{
		display: none;
	}
	.ovz-header-login-2016 {
		width: auto;
	}
	.ovz-header-logo-2023 {
		width: auto;
	}
	.hide-on-mobile {
		display: none;
	}
	#ovz-footer-2016 {
		clear: both;
		position: relative;
		bottom: 0;
		display: inline-table;
		width: 100%;
		text-align: center;
		line-height: 1.8em;
		padding: 13px 0;
		margin: 0;
		border: none;
	}
	.sitemap-footer-box {
		width: calc(50% - 30px);
		margin-bottom: 40px;
	}
	.sitemap-footer-box:last-child {
		margin-bottom: 0px;
	}
	.bottom-left {
		float: none;
		display: inline-table;
		text-align: center;
		margin: 0 auto;
		padding: 0 15px;
	}
	.bottom-right {
		float: none;
		display: inline-table;
		text-align: center;
		margin: 15px auto 10px;
		padding: 0;
	}
	.hamburg-overlay {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: none;
		opacity: 0;
		transition: opacity 0.3s, visibility 0s linear 0.3s;
		z-index: 1;
	}
	.hamburg-overlay.active {
		opacity: 1;
		visibility: visible;
		transition: opacity 0.3s;
	}
	.hamburg-menu {
		display: block;
		position: relative;
		right: 0;
		width: 100%;
		min-width: 100%;
		height: auto;
		padding: 40px 0 20px;
		background-color: #b11425;
		transform: translateY(-150%);
		transition: transform 0.3s;
		z-index: 1;
		overflow-y: auto;
		box-shadow: 0 10px 10px 0 rgb(0 0 0 / 0.4);
	}
	.hamburg-menu.active {
		transform: translateY(0);
	}
	.hamburg-menu ul {
		list-style: none;
		padding: 5%;
	}
	.hamburg-menu li {
		margin-bottom: 12px;
		color: #fff;
		background: #b11425;
		text-decoration: none;
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 13px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.hamburg-menu li:last-of-type {
		border-bottom: none;
	}
	.hamburg-menu li li:first-of-type, .hamburg-menu li li.sub_2 {
		padding-top: 13px;
		margin-top: 8px;
		margin-bottom: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 18px;
	}
	.hamburg-menu li li.sub_2 {
		border-bottom: none;
		margin-bottom: 0;
	}
	.hamburg-menu li li:last-of-type {
		padding-bottom: 0;
		border-bottom: none;
	}
	.hamburg-menu li:last-of-type.sub_2 {
		padding-bottom: 13px;
	}
	.hamburg-menu li li:first-child.sub_3 {
		margin-top: 0px;
	}
	.hamburg-menu li li:last-child.sub_3 {
		margin-bottom: 15px;
	}
	.hamburg-menu li li.sub_3 {
		position: relative;
		left: 10%;
	}
	.hamburg-menu a, .hamburg-menu .sub_2 {
		color: #fff;
		background: #b11425;
		text-decoration: none;
		font-size: 20px;
		line-height: 20px;
	}
	.hamburg-menu a:hover, .hamburg-menu a:active {
		opacity: 0.6;
	}
	.hamburg-menu .submenu {
		max-height: 0;
		overflow: hidden;
		visibility: hidden;
		margin-top: 0;
		padding: 0;
		position: relative;
		left: 5%;
		max-width: 95%;
	}
	.hamburg-menu .submenu.active {
		visibility: visible;
		max-height: 850px;
		margin-top: 10px;
		transition: max-height 0.3s, margin 0.3s, padding 0.3s;
	}
	.hamburg-menu li.has-submenu + li {
		margin-top: 10px;
		background: #b11425;
	}
    .ajax-select-box {
		position: absolute;
		left: 0;
		width: 100%;
		padding-left: 10px;
        z-index: 1000;     
	}
    .ajax-ort-select {
        font-size: 16px;           
        width: calc(100% - 40px);
        height: auto;
        color: #000;               
        background-color: #ffffff; 
        border: 1px solid #ccc;    
        border-radius: 4px;        
        padding: 8px 10px;         
        -webkit-appearance: menulist;
        appearance: menulist;
    }
}


@media all and (max-width: 680px) {
	.ovz-header-logo-2023 img {
		max-width: 160px;
		height: auto;
	}
}


@media all and (max-width: 480px) {
	.hide-480 {
		display: none;
	}
	.ovz-header-logo-2023 img {
		max-width: 130px;
		margin-right: 5px;
		height: auto;
	}
	.ovz-header-quality-bus-2023 {
		max-width: 180px;
		top: 75px;
		padding-left: calc(50% - 90px);
	}
	.ovz-header-quality-bus-2023 img {
		height: auto;
	}
	.hotelfeatures.update-2023 {
		max-width: 270px;
	}
	.update-2023 .hf_content {
		display: flex;
 		flex-direction: column;
		height: auto;
	}
	.hotelfeature, .hotelfeature:last-child {
		width: 100%;
	}
	.hotel-bild {
		max-width: 100%;
 		margin-right: 0;
	}
	.hotel-bild:last-child {
 		margin-bottom: 0;
	}
	.infobox_4_columns {
		max-width: 100%;
		max-height: 320px;
	}
	.infobox_4_columns_column {
		flex-basis: 100%;
		border-right: none;
		min-width: calc(100% - 30px);
		float: none;
	}
	.infobox_4_columns_column:nth-child(3) {
		margin-top: 0;
	}
	.add_feature.update-2023{
		text-align: center;
	}
	.desktop-add {
		display: none;
	}
	.mobile-add {
		display: inherit;
	}
	.sitemap-footer-box {
		float: none;
		width: calc(100% - 30px);
	}
	.sitemap-footer-box li {
		font-size: 18px;
		line-height: 20px;
		margin-top: 5px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	#ovz-main-wrapper-2016 {
		padding: 30px 5px 0px;
	}	
	div.column_100, div.meine_daten_left, div.meine_daten_right, div.columns_50_50_left, div.columns_50_50_right {	
		width: calc(100% - 20px);
		padding: 10px;
	}
	div.ovz_content_ovzl {
		display: none;
	}
	div.ovz_map_form, div.ovz_suchen {
		border: 10px solid #dbe7ff;
		width: calc(100% - 40px);
	}
	div.fuhrpark, div.fuhrpark2 {
		flex-direction: column;
		align-items: center;
	}
   div.fuhrpark > div, div.fuhrpark2 > div {
		width: 100%;
		text-align: center;
	}
	div.fuhrpark-bild2 {
		display: block;
	}
}

@media all and (max-width: 360px) {
	#outer-top-navigation a {
		padding-right: 16px;
	}
}
