#total_points
{
	float: right
}
.dc-error
{
	color: red;
}
.quiz_questions
{
	border: 1px solid rgb(0, 0, 0);
	margin: 3px 0px 3px 0px;
}
.quiz_user_travel_info
{
	border: 1px solid rgb(0, 0, 0);
	margin: 3px 0px 3px 0px;
}
.quiz-icon-green
{
	color:#00FF00;
}
.quiz-icon-red
{
	color:#FF0000;
}

.quiz-icon-gold
{
	color:#cc9900;
}

.quiz-icon-orange
{
	color:#cc9900;
}

.info-title {
    color: #888;
    margin-top: 2cm;
    font-weight: bold;
}

.info-text {
    color: #888;
    font-weight: normal;
    font-size: smaller;
}

.answer-top {
    padding-top: 20px;
    margin-bottom: 0px;
}

.answer-stats {
    margin-top: 0px;
}

p.question {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}

table.quiz_info_table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td.quiz_info_td , th.quiz_info_th {
    border: 1px solid ;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even).quiz_info_tr {
    background-color: #dddddd;
}

table:nth-child(even).quiz_questions {
    background-color: #dddddd;
}

table:nth-child(even).quiz_user_travel_info {
    background-color: #dddddd;
}
/*
label {
    width: 10em;
    display: block;
    float: left;
}

#dq100_Geschlecht {
    display:  initial;
    width: 10px;
}
*/
/*
#dq100_popUp{
	display:none;
	position:absolute;
	width:100px;
	height:500px;
	right: 5%;
	margin:50px auto;
	text-align: center;
}

#dq100_popUp .dq100_buttor{
	text-align: center;
	display:inline-block;
}
			
#dq100_popUp .dq100_buttor a{
	background-color: red;
	color:white;
	padding:5px 5px;
	height:auto;
	text-decoration: none;
	display: inline-block;
}

#dq100_popUp .dq100_close-popUp{
	width:15px;
	height:15px;
	text-align: center;
	line-height: 15px;
	border:1px solid white;
	color:red;
	position: absolute;
	top:0;
	right:0;
	background-color: rgba(255,255,255,.5);
}
*/



/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/quiz-triplemind/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/quiz-triplemind/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/quiz-triplemind/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/quiz-triplemind/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/quiz-triplemind/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/quiz-triplemind/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/quiz-triplemind/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
#fancybox-loading div,#fancybox-overlay,#fancybox-wrap{position:absolute;top:0;left:0}#fancybox-bg-ne,#fancybox-bg-nw,#fancybox-bg-se,#fancybox-bg-sw,#fancybox-left-ico,#fancybox-loading div,#fancybox-right-ico{background-image:url(https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/responsive-lightbox/assets/fancybox/fancybox.png)}#fancybox-frame,#fancybox-img{width:100%;border:none;height:100%}#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:1104;display:none}#fancybox-loading div{width:40px;height:480px}#fancybox-overlay{width:100%;z-index:1100;display:none}#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none}#fancybox-wrap{padding:20px;z-index:1101;outline:0;display:none}#fancybox-outer{position:relative;width:100%;height:100%;background:#fff}#fancybox-content{width:0;height:0;padding:0;outline:0;position:relative;overflow:hidden;z-index:1102;border:0 solid #fff}#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;background:0 0;z-index:1101}#fancybox-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background:url(https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/responsive-lightbox/assets/fancybox/fancybox.png) -40px 0;cursor:pointer;z-index:1103;display:none}#fancybox-error{color:#444;font:400 12px/20px Arial;padding:14px;margin:0}#fancybox-img{padding:0;margin:0;outline:0;line-height:0;vertical-align:top}#fancybox-frame{display:block}#fancybox-left,#fancybox-right{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;outline:0;background:url(https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/responsive-lightbox/assets/fancybox/blank.gif);z-index:1102;display:none}#fancybox-left{left:0}#fancybox-right{right:0}#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:1102;display:block}#fancybox-left-ico{background-position:-40px -30px}#fancybox-right-ico{background-position:-40px -60px}#fancybox-left:hover,#fancybox-right:hover{visibility:visible}#fancybox-left:hover span{left:20px}#fancybox-right:hover span{left:auto;right:20px}.fancybox-bg{position:absolute;padding:0;margin:0;border:0;width:20px;height:20px;z-index:1001}#fancybox-bg-n,#fancybox-bg-s{left:0;width:100%;background-image:url(https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/responsive-lightbox/assets/fancybox/fancybox-x.png)}#fancybox-bg-e,#fancybox-bg-w{top:0;height:100%;background-image:url(https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/responsive-lightbox/assets/fancybox/fancybox-y.png)}#fancybox-bg-n{top:-20px}#fancybox-bg-ne{top:-20px;right:-20px;background-position:-40px -162px}#fancybox-bg-e{right:-20px;background-position:-20px 0}#fancybox-bg-se{bottom:-20px;right:-20px;background-position:-40px -182px}#fancybox-bg-s{bottom:-20px;background-position:0 -20px}#fancybox-bg-sw{bottom:-20px;left:-20px;background-position:-40px -142px}#fancybox-bg-w{left:-20px}#fancybox-bg-nw{top:-20px;left:-20px;background-position:-40px -122px}#fancybox-title{font-family:Helvetica;font-size:12px;z-index:1102}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;background:#fff;position:relative}.fancybox-title-outside{padding-top:10px;color:#fff}.fancybox-title-over{position:absolute;bottom:0;left:0;color:#FFF;text-align:left}#fancybox-title-over{padding:10px;background-image:url(https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/responsive-lightbox/assets/fancybox/fancy_title_over.png);display:block}.fancybox-title-float{position:absolute;left:0;bottom:-20px;height:32px}#fancybox-title-float-wrap{border:none;border-collapse:collapse;width:auto}#fancybox-title-float-wrap td{border:none;white-space:nowrap}#fancybox-title-float-left{padding:0 0 0 15px;background:url(https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/responsive-lightbox/assets/fancybox/fancybox.png) -40px -90px no-repeat}#fancybox-title-float-main{color:#FFF;line-height:29px;font-weight:700;padding:0 0 3px;background:url(https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/responsive-lightbox/assets/fancybox/fancybox-x.png) 0 -40px}#fancybox-title-float-right{padding:0 0 0 15px;background:url(https://cdn.fluxgrid.net/www.tourismus.de/wp-content/plugins/responsive-lightbox/assets/fancybox/fancybox.png) -55px -90px no-repeat}.fancybox-ie6 #fancybox-close{background:0 0;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale', enabled='true')}.fancybox-ie6 #fancybox-left-ico{background:0 0;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale', enabled='true')}.fancybox-ie6 #fancybox-right-ico{background:0 0;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale', enabled='true')}.fancybox-ie6 #fancybox-title-over{background:0 0;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale', enabled='true');zoom:1}.fancybox-ie6 #fancybox-title-float-left{background:0 0;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale', enabled='true')}.fancybox-ie6 #fancybox-title-float-main{background:0 0;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale', enabled='true')}.fancybox-ie6 #fancybox-title-float-right{background:0 0;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale', enabled='true')}#fancybox-hide-sel-frame,.fancybox-ie6 #fancybox-bg-e,.fancybox-ie6 #fancybox-bg-w,.fancybox-ie6 #fancybox-left,.fancybox-ie6 #fancybox-right{height:expression(this.parentNode.clientHeight + "px")}#fancybox-loading.fancybox-ie6{position:absolute;margin-top:0;top:expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px')}#fancybox-loading.fancybox-ie6 div{background:0 0;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale', enabled='true')}.fancybox-ie .fancybox-bg{background:0 0!important}.fancybox-ie #fancybox-bg-n{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale', enabled='true')}.fancybox-ie #fancybox-bg-ne{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale', enabled='true')}.fancybox-ie #fancybox-bg-e{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale', enabled='true')}.fancybox-ie #fancybox-bg-se{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale', enabled='true')}.fancybox-ie #fancybox-bg-s{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale', enabled='true')}.fancybox-ie #fancybox-bg-sw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale', enabled='true')}.fancybox-ie #fancybox-bg-w{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale', enabled='true')}.fancybox-ie #fancybox-bg-nw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale', enabled='true')}.last {
    clear: right;
    margin-right: 0 !important;
}


/* Fix WP 4.9.5 bug with caption with all themes */
.entry .wp-caption,
.post_content .wp-caption,
.post-single .wp-caption,
.post-content .wp-caption,
.entry-content .wp-caption {
    max-width: 100%;
}/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
* 
* test commit
*/

/*Seitenlayout*/

#main {
	clear: both;
	padding-bottom: 30px;
	position: relative;
	z-index: 0;
}
#content:before {
	bottom: 0;
	color: #fff;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}
#content, #content:before {
	width: 730px;
}
aside:before {
	background: none repeat scroll 0 0 #f6f6f6;
	bottom: 0;
	content: "";
	left: 750px;
	position: absolute;
	top: 0;
	z-index: -1;
}
aside, aside:before {
	width: 250px;
}
body {
	background-color: #e5e4e4;
}
#container {
	padding-top: 10px;
}
div.wrapper {
	width: 1000px;
	position: relative;
	z-index: 100;
}
#content {
	width: 730px;
}
aside {
	width: 250px;
	padding: 0;
	background: #f6f6f6;
}
aside ul li:hover a {
	color: #a90000;
}
#aside-fade {
	width: 250px;
	margin: 0;
}
a, a:visited {
	color: #a90000;
}
a:hover {
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	color: #A90000;
	word-wrap: break-word;
}
.post-content > p + h2 {
	margin: 25px 0 12px;
}
.post-content > div + h3 {
	margin: 25px 0 12px;
}
div.intro h2, h2.title {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-transform: none;
	margin: 0;
}
.post-content h3 {
	font-size: 22px;
	line-height: normal;
	margin-bottom: 0;
}
.post-content p {
	margin-bottom: 1.25em;
	margin-top: 0.75em;
}
.post-content img {
	max-width: 100%;
}
p.search {
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	color: #A90000;
}
div.cleaner, div.clear, div.divider {
	margin: 0;
	padding: 0 !important;
	height: 0;
	clear: both;
	font-size: 0;
	line-height: none;
}
div.wrapper-content {
	padding-right: 10px;
}
.post-content {
	max-width: 100%;
}
.post-content img.alignnone, .post-content img.aligncenter {
	max-width: 100%;
}
.alignright, .alignleft {
	max-width: 33%;
}
.post-content .wp-caption {
	padding: 2%;
	max-width: 96%;
}
.post-content .wp-caption-text {
	color: #666;
	font-size: 12px;
}
.pp_expand {
	display: none !important;
}
.post-content img.alignright, .post-content img.alignleft {
	max-width: 33%;
	margin-top: 0.75em;
	min-width: 150px;
}
.alignnone, .aligncenter {
	max-width: 100%;
}
.post-content img.alignnone,
.post-content img.aligncenter,
.post-content img.alignleft,
.post-content img.alignright,
.post-content .alignnone img,
.post-content .aligncenter img,
.post-content .alignleft img,
.post-content .alignright img {
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	-webkit-filter: grayscale(60%);
	-moz-filter: grayscale(60%);
	-o-filter: grayscale(60%);
	-ms-filter: grayscale(60%);
	filter: grayscale(60%);
}
.post-content a:hover img {
	opacity: 0.6;
	transition: all 0.3s ease 0s;
}
#main:hover .post-content img.alignnone,
#main:hover .post-content img.aligncenter,
#main:hover .post-content img.alignleft,
#main:hover .post-content img.alignright,
#main:hover .post-content .alignnone img,
#main:hover .post-content .aligncenter img,
#main:hover .post-content .alignleft img,
#main:hover .post-content .alignright img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
div.divider {
	margin: 15px 0;
}
.post-content div.inhalt {
	background-color: #f2f2f2;
	padding: 0 10px 10px;
}
.post-content div.inhalt p {
	padding: 0;
	margin: 0;
}
.post-content div.inhalt h3 {
	margin-bottom: 5px;
	padding-top: 10px;
	font-size: 14px;
	color: #666666;
}
p.zwischen-headline {
	font-size: 1.2em;
	font-weight: bold;
}
div.wrapper iframe, div.wrapper object, div.wrapper embed {
	max-width: 100%;
	width: 100%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.social-sharing-buttons, .content-bottom-impressions {
	float: left;
	padding: 10px 0;
	width: 100%;
}
/* Social Sharing */

.addthis_button_facebook_like.at300b, .addthis_button_tweet.at300b, .addthis_button_google_plusone.at300b, .addthis_pill_style {
	padding: 2% 2% 2% 0 !important;
}
/*Header*/

header {
	margin: 0;
}
.header_img {
	width: 100%;
	position:relative;
	z-index: 9;
}
.header_featured_img {
	border-top: 2px solid #a90000;
}
div.header {
	background-color: #000000;
	border-top: 1px solid #820B0B;
}
div.wrapper-main {
	padding: 0;
}
#logo {
	margin: 0;
}
#logo .logo-wrapper {
	overflow: hidden;
	display: inline-block;
	padding-right: 4px;
	z-index: 10;
	position: absolute;
	font-size: 3em;
}
#logo .logo-background {
	border: medium none;
	height: auto;
	background-color: rgb(169, 0, 0);
	transform: skewX(-10deg);
	margin-left: -10px;
	border-radius: 0 0 10px;
}
#logo .logo-text {
	color: rgb(255, 255, 255);
	text-shadow: 0 1px 5px rgb(102, 102, 102);
	font-weight: bold;
	transform: skewX(10deg);
	font-style: italic;
	padding: 16px 12px 13px 22px;
}
#logo .logo-text-de {
	color: rgb(224, 203, 198);
	font-size: 0.79em;
}
#logo .header-title-small {
	font-size: 0.61em;
}
#logo .headertitle {
	position: absolute;
	text-transform: none;
	background-repeat: no-repeat;
	background-image: url(https://cdn.fluxgrid.net/www.tourismus.de/wp-content/themes/tourismus-de-v2/images/h1_bg.png);
	background-position: right top;
	font-family: verdana;
	font-size: 3em;
	font-weight: bold;
	font-style: italic;
	width: auto;
	height: 43px;
	z-index: 50;
	line-height: 40px;
}
#logo .headertitle a {
	color: #FFFFFF;
	padding: 0 15px 0 5px;
}
#logo #tagline {
	background-image: url("https://cdn.fluxgrid.net/www.tourismus.de/wp-content/themes/tourismus-de-v2/images/h2_bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	float: right;
	font-family: verdana;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	margin-top: -3.3%;
	padding: 1% 1.5% 0.8% 2%;
	position: relative;
	text-transform: none;
	width: auto;
	z-index: 99;
}
#logo h1 {
	font: inherit;
	text-transform: none;
	color: #fff;
}
#logo h1 a {
	color: #fff;
}
#logo h1 a:hover {
	color: #000;
	text-shadow: none;
}
#logo h1 a:hover span {
	color: #000;
	transition-duration: 0.3s;
}
#top-menu {
	color: #FFFFFF;
	font-size: 1em;
	margin: 5px;
	padding-right: 10px;
	text-align: right;
}
#top-menu span {
	border-left: 1px solid #FFFFFF;
	display: block;
	float: right;
	height: 16px;
	padding-left: 15px;
	padding-bottom: 2px;
	text-transform: none;
}
div.search-form {
	width: 25%;
}
#setop {
	width: 75%;
}
.header .cleaner {
	height: 0;
}
/*Startseite - Kontinentboxen */

.tourismus-kontinente {
	line-height: normal;
}
.post-content .kontinente {
	float: left;
	padding-right: 15px;
}
.post-content .kontinente a {
	line-height: 133px;
	vertical-align: middle;
}
.post-content .kontinente img.map {
	margin: 0;
	width: 135px;
}
.reiseziele {
	width: 100%;
}
.post-content .reiseziele a, .post-content .reiseziele div.country {
	float: left;
	height: 27px;
	line-height: 27px;
	width: 19.7%;
}
.post-content .reiseziele a.country img, .post-content .reiseziele div.country img {
	float: left;
	margin: 0 5px 0 0;
	width: 40px;
}
span.front-page-country {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	width: 67%;
}
.reiseziele a.country:hover {
	transition: all 0.3s ease 0s;
}
.reiseziele a.country:hover img {
	opacity: 0.5;
}
.post-content .kontinente img.map:hover {
	opacity: 0.5;
	transition: all 0.3s ease 0s;
}
/*Region Template - Contentboxen */

.region-header {
	font-size: 1.2rem;
	color: #A90000;
	margin: 10px 0;
}
.region-header h3 {
	line-height: normal;
}
.region-feiertage {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.region-feiertage .feiertag-datum {
	float: left;
	width: 35%;
	font-weight: bold;
}
.feiertag {
	font-size: 0.9rem;
	padding: 10px;
	width: 97%;
	float: left;
	line-height: normal;
}
.feiertag:nth-child(odd) {
	background: #f2f2f2;
}
.region-feiertage .feiertag-name {
	float: left;
	width: 65%;
}
.region-informationen {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.region-informationen li {
	font-size: 1rem;
	list-style: none;
	margin: 10px;
}
.region-reiseangebote {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.region-reiseangebote .region-werbung {
	border-bottom: 1px solid #dedede;
	padding: 1% 0;
	width: 100%;
	position: relative;
}
.region-reiseangebote .region-werbung span.link {
	cursor: pointer;
}
.region-reiseangebote .region-werbung span.link:hover {
	opacity: 0.6;
	transition: all 0.3s ease 0s;
}
.region-reiseangebote .region-werbung .hotel-sterne {
	float: right;
	width: 66%;
	height: 19px;
	padding: 0 2%;
}
.region-reiseangebote .region-werbung .hotel-sterne .region-stars {
	float: left;
	width: 100%;
	padding: 0;
}
.region-reiseangebote .region-werbung .hotel-sterne .region-stars img {
	width: 15px;
	padding-bottom: 5px;
	float: left;
	padding-left: 1px;
	margin-bottom: 0;
}
.region-reiseangebote .region-werbung .hotel-sterne .headline {
	float: left;
	padding: 0;
	width: 76%;
}
.region-reiseangebote .region-werbung .hotel-sterne .headline .hotel {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}
.region-reiseangebote .region-werbung .hotel-sterne .headline .ort {
	font-size: 14px;
	line-height: 1.2em;
}
.region-reiseangebote .region-werbung .region-pic {
	float: left;
	height: 115px;
	overflow: hidden;
	width: 30%;
	position: relative;
}
.region-reiseangebote .region-werbung .region-pic .link > img {
	bottom: -100%;
	height: auto;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -100%;
	width: 100%;
}
.region-reiseangebote .region-werbung .region-text {
	float: left;
	padding: 0 2%;
	width: 51%;
	line-height: 16px;
}
.region-reiseangebote .region-werbung .region-text .text {
	line-height: 16px;
	position: absolute;
	bottom: 5%;
}
.region-reiseangebote .region-werbung .region-text .text .rating {
	float: left;
	font-size: 14px;
}
.region-reiseangebote .region-werbung .region-text .text .rating span {
	display: block;
}
.region-reiseangebote .region-werbung .angebot {
	float: right;
	line-height: 20px;
	padding-right: 1%;
	text-align: right;
	width: 14%;
}
.region-reiseangebote .region-werbung .angebot .dauer {
	font-size: 14px;
	font-weight: bold;
}
.region-reiseangebote .region-werbung .angebot .preis {
	font-size: 14px;
}
.region-reiseangebote .region-werbung .angebot .preis span.link {
	font-size: 18px;
	color: #9E3A26;
	font-weight: bold;
}
.region-reiseangebote .region-werbung .angebot .button {
	position: absolute;
	/*padding: 1% 0;*/
	right: 1%;
	bottom: 5%;
	color: #fff;
	padding: 7px;
	/*background: #b01c1c;*/
	font-size: 1.5em;
	cursor: pointer;
}
.region-reiseangebote .weitere-angebote {
	float: left;
	width: 28%;
	padding: 7px 1%;
	font-size: 1.5em;
	cursor: pointer;
	text-align: center;
	margin-top: 1%;
	line-height: 20px;
	color: #fff;
}
.region-reiseangebote .weitere-angebote a {
	color: #fff;
}
.region-reiseangebote .angebot-info {
	float: right;
	text-align: right;
	width: 68%;
	padding: 1%;
	line-height: 20px;
}
.region-galerie {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.region-galerie .region-header {
	padding-bottom: 5px;
}
.region-liste {
	border-bottom: 1px solid #E5E4E4;
	border-top: 1px solid #E5E4E4;
	float: left;
	padding: 5px 0;
	width: 100%;
}
.region-regionen {
	float: left;
	padding-bottom: 20px;
	width: 100%;
}
.region-regionen h3 {
	float: left;
	padding: 5px 0;
	width: 100%;
}
.region-regionen .region-region {
	width: 25%;
	float: left;
	padding: 5px 0;
	height: 27px;
	line-height: 27px;
}
.region-regionen .region-region a:hover img {
	opacity: 0.8;
}
.region-regionen .region-region span {
	display: inline-block;
	line-height: normal;
	width: 68%;
	vertical-align: middle;
}
.region-regionen .region-region img {
	width: 40px;
	padding-right: 3%;
	float: left;
}
.region-beliebte-reiseziele {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.region-beliebte-reiseziele .region-reiseziel {
	width: 25%;
	float: left;
	padding: 5px 0;
	height: 27px;
	line-height: 27px;
}
.region-beliebte-reiseziele .region-reiseziel span {
	display: inline-block;
	line-height: normal;
	width: 68%;
	vertical-align: middle;
}
.region-beliebte-reiseziele .region-reiseziel img {
	width: 40px;
	padding-right: 3%;
	float: left;
}
.region-beliebte-reiseziele .region-reiseziel a:hover img {
	opacity: 0.8;
}
.region-karte {
	float: left;
	padding-bottom: 20px;
	width: 100%;
}
.region-karte iframe {
	width: 100%;
	height: 250px;
}
.region-news {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.single-post .region-news .postmetadata, .post-actions .post-excerpt .postmetadata {
	margin: 0;
}
div.post-actions {
	margin: 5px 0;
}
div.post-actions a {
	color: #cf2626;
}
.post-actions .post-headline a {
	font-size: 1.17em;
	font-weight: bold;
	line-height: normal;
}
.related-header {
	font-size: 1.2rem;
	color: #A90000;
	margin: 10px 0;
	line-height: normal;
}
.related-header .related-news-title {
	font-size: 1.17em;
	font-weight: bold;
	word-wrap: break-word;
	display: block;
}
.region-news .post-headline a {
	font-size: 1.17em;
	font-weight: bold;
}
h3.comment-reply-title {
	font-size: 1.3rem;
	line-height: normal;
}
a.button.red, #respond input#submit, input#searchsubmit {
	background: #a90000; /* Old browsers */
	background: -moz-linear-gradient(top, #a90000 0%, #b01c1c 40%, #820b0b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90000), color-stop(40%, #b01c1c), color-stop(100%, #820b0b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a90000 0%, #b01c1c 40%, #820b0b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a90000 0%, #b01c1c 40%, #820b0b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a90000 0%, #b01c1c 40%, #820b0b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a90000 0%, #b01c1c 40%, #820b0b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90000', endColorstr='#820b0b', GradientType=0 ); /* IE6-9 */
}
a.button:hover, #respond input#submit:hover, input#searchsubmit:hover {
	background-position: 0;
	background: #820b0b; /* Old browsers */
	background: -moz-linear-gradient(top, #820b0b 0%, #b01c1c 40%, #a90000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #820b0b), color-stop(40%, #b01c1c), color-stop(100%, #a90000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #820b0b 0%, #b01c1c 40%, #a90000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #820b0b 0%, #b01c1c 40%, #a90000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #820b0b 0%, #b01c1c 40%, #a90000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #820b0b 0%, #b01c1c 40%, #a90000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#820b0b', endColorstr='#a90000', GradientType=0 ); /* IE6-9 */
}
/*News / Tax Layout */

.tax-news_kategorien div.intro-archives {
	margin: 10px 0 15px;
	padding: 0;
}
div.regionbox, div.infobox {
	background-color: #f6f6f6;
	margin: 25px auto 35px;
	width: 100%;
}
div.regionbox div.post-thumb {
	float: left;
	margin: 2%;
	overflow: hidden;
	width: 46%;
	text-align: center;
}
div.regionbox div.post-thumb img {
	width: auto;
	height: 172px;
	left: 50%;
	margin-left: -100%;
	position: relative;
}
div.regionbox div.newsboxinfos {
	float: left;
	margin: 0% 2% 2% 0;
	width: 48%;
}
div.regionbox div.newsboxinfo {
	border-bottom: 1px solid #ddd;
	float: left;
	padding: 4% 2% 3% 2%;
	width: 96%;
}
div.regionbox div.newsboxinfo-left {
	width: 45%;
	float: left;
	font-weight: bold;
	vertical-align: middle;
}
div.regionbox div.newsboxinfo-right {
	width: 55%;
	float: left;
	vertical-align: middle;
}
div.regionbox div.newsboxinfo.flagge div.newsboxinfo-left {
	line-height: 22px;
}
div.regionbox div.newsboxinfo:first-child {
	height: 22px
}
div.regionbox div.newsboxinfo:last-child {
	border-bottom: none;
}
div.regionbox div.informationpage {
	background-color: #e7e7e7;
	border-bottom: 1px solid #ddd;
	float: left;
	line-height: normal;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}
div.regionbox div.informationpage a {
	font-size: 2em;
	font-weight: bold;
}
div.regionbox div.fremdenverkehrpage, div.infobox div.infoheadline {
	text-align: left;
	padding: 15px 2%;
	background-color: #e7e7e7;
	border-bottom: 1px solid #ddd;
	line-height: normal;
	width: 96%;
}
div.regionbox div.fremdenverkehrpage p, div.infobox div.infoheadline p {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}
div.regionbox ul, div.infobox ul {
	margin: 0;
	padding: 10px;
}
div.regionbox ul li {
	list-style: none;
	margin: 0 0 5px 0;
	font-size: 1rem;
}

div.infobox ul li {
	list-style: inside disc;
	margin: 0 0 5px 0;
	font-size: 14px;
}

div.regionbox ul li:last-child, div.infobox ul li:last-child {
	margin: 0;
}
div.regionbox ul ul {
	margin: 0 0 5px 15px;
	padding: 0 0 0 15px;
}
div.regionbox ul ul li {
	list-style: square;
	font-size: 13px;
	margin: 0;
}
ul.posts-archive h2 {
	margin: 0;
}
ul.posts-related h2 {
	margin: 0;
}
p.postmetadata, p.page-meta {
	padding: 5px 0;
}
ul.news-kategorien, ul.news-kategorien .children {
	margin-left: 0;
}
ul.news-kategorien > li {
	background-color: #e7e7e7;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
	clear: both;
	display: inline-block;
	margin: 10px 0 0;
	padding: 10px;
	width: 100%;
}
ul.news-kategorien > li a {
	font-size: 1.5em;
}
ul.news-kategorien li ul li a {
	font-size: 13px;
}
ul.news-kategorien .children {
	clear: both;
}
.news-kategorien .children li, .news-kategorien .children li .children li .children li {
	background-color: #ffffff;
	display: inline-block;
	float: left;
	margin: 1% 1% 0 0;
	padding: 1%;
}
.news-kategorien .children li .children li {
	background-color: #f2f2f2;
}
.news-kategorien .children li:last-child {
	margin-right: 0;
}
/* Infobox Inhalt */

div.inhalt.info {
	padding: 10px;
}
div.inhalt.info hr {
	margin: 0;
}
div.inhalt.info ul {
	margin-bottom: 0;
}
div.inhalt.info li {
	list-style: none;
}
/* Visum */

div.inhalt.visum {
	padding: 10px;
}
div.inhalt.visum p, div.inhalt.visum ul li a {
	font-weight: bold;
	font-size: 1.1em;
}

div.visum ul li {
	list-style-image: url('https://cdn.fluxgrid.net/www.tourismus.de/wp-content/themes/tourismus-de-v2/images/pfeil.png');
}

table.visum {
	/*padding-top: 0 !important;
	border: none !important; */
	padding-top: 0;
	border: none;
	width: 100%;
}
table.visum th {
	background: #f2f2f2;
	border: 1px solid #DDDDDD;
	font-size: 1em;
	padding: 5px;
	word-break: break-all;
}
table.visum td {
	border: 1px solid #DDDDDD;
	font-size: 0.9em;
	padding: 5px;
	word-break: break-all;
}

/*Sprachreisen Argentinien*/
div.sprachreise-argentinien ul ul li {
	list-style-image: url('https://cdn.fluxgrid.net/www.tourismus.de/wp-content/themes/tourismus-de-v2/images/pfeil.png') !important;
}


/* Änderungen für Brasilien WM 2014 Seite */
h3.wm2014 {
	color: #A90000;
}
table.wm2014oben {
	background: #F2F2F2;
	border: 1px solid #666666 !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	border-bottom: 0px !important;
	margin: 0 !important;
	padding: 5px !important;
	width: 100%;
}
table.wm2014unten {
	background: #F2F2F2;
	border: 1px solid #666666 !important;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	border-top: 0px !important;
	margin: 0 !important;
	padding: 5px !important;
	width: 100%;
}
div.wm-gruppe {
	padding: 1%;
	width: 23%;
	float: left;
}
div.wm-gruppe div.wm-gruppe-header {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
div.wm-teilnehmer {
	float: left;
	width: 100%;
	height: 25px;
}
div.wm-teilnehmer img {
	float: left;
}
div.wm-teilnehmer span {
	float: left;
	font-size: 12px;
	line-height: 12px;
	padding-left: 2px;
}
/* 404 */

div.kontinenten-box {
	float: left;
	width: 30%;
	padding: 1%;
	margin: 1% 1% 0 0;
	min-height: 240px;
	text-align: center;
}
div.kontinenten-box a {
	font-size: 1.5em;
}
div.kontinenten-box img.map {
	float: left;
	width: 100%;
	margin-top: 10px;
}
div.kontinenten-box img.map:hover {
	opacity: 0.5;
	transition: all 0.3s ease 0s;
}
/* Galerie auf den Region Template */

div.gallery {
	background-color: #EEEEEE;
	height: auto;
	width: 100%;
}
/*.gallery-icon {
    padding: 2%;
    text-align: center;
    width: 100%;
} */

.gallery-columns-6 .gallery-item, .gallery-columns-12 .gallery-item {
	float: left;
	width: 14%;
	margin: 1%;
}
.gallery-columns-4 .gallery-item, .gallery-columns-8 .gallery-item {
	float: left;
	width: 23%;
	margin: 1%;
}
.gallery-item:hover {
	opacity: 0.6;
	transition: all 0.3s ease 0s;
}
div.gallery img.attachment-gallery-pics {
	float: left;
	height: auto;
	width: 100%;/*border: 3px solid #FFFFFF;*/
}
div.gallery dd.gallery-caption {
	display: none;
}
/* Fremdenverkehrsamt Template */

div.regionen-inhalt h2 {
	padding-bottom: 5px;
}
.fremdenverkehrsamt-template h4 {
	float: left;
	padding-top: 10px;
	width: 100%;
}
div.regionen-inhalt > ul > li {
	font-size: 1rem;
	list-style: disc;
	margin: 0 0 0.5em 1em;
}
div.regionen-inhalt > ul > li > ul > li {
	font-size: 0.8rem;
	list-style: disc;
	margin-left: 1rem;
}
div.regionen-inhalt > ul > ul {
	margin: 0 0 0 1em;
}
div.regionenlinks li {
	list-style: outside none none;
	width: 100%;
}
div.regionenlinks li img {
	width: 50px;
}
div.to-top {
	padding: 5px 0;
	width: 100%;
	clear: both;
}
/* Reisewörterbuch */

div.woerterbuch-header {
	font-weight: bold;
	padding-bottom: 5px;
}
.uebersetzung {
	width: 100%;
	float: left;
}
.woerterbuch-color:nth-child(2n+1) {
	background: none repeat scroll 0 0 #F2F2F2;
}
div.german {
	width: 47%;
	padding-left: 1%;
	padding-right: 2%;
	float: left;
}
div.translation {
	width: 47%;
	padding-left: 2%;
	padding-right: 1%;
	float: left;
}
/* News */

ul.posts-archive div.post-thumb {
	width: 33%;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
ul.posts-archive div.post-headline {
	float: right;
	width: 100%;
	font-size: 13px;
	line-height: 21px;
}
ul.posts-related div.post-thumb {
	width: 33%;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
ul.posts-related div.post-headline {
	float: right;
	width: 100%;
	font-size: 13px;
	line-height: normal;
	padding-bottom: 5px;
}
ul.posts-related p {
	margin: 0;
}
/* Letzte News auf den Region Template */

div.region-single-news {
	width: 100%;
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid #E5E4E4;
}
div.region-single-news:hover {
	background: #f2f2f2;
	transition: all 0.3s ease 0s;
}
div.region-single-news:hover img {
	opacity: 0.6;
}
div.cover {
	float: left;
	max-width: 20%;
}
div.cover img {
	max-width: 95%;
	border: 1px solid white;
	height: auto;
}
div.column {
	float: left;
	max-width: 80%;
}
div.column p.news-title {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 0.9rem;
	line-height: 1.3rem;
}
/* Einzelner Beitrag, unten weitere News */

ul.posts-related div.cover img {
	padding: 1px;
}
/*Sidebar Boxen*/

.sidebar-navigation {
	background-color: #444444;
	line-height: normal;
}
.kurzinfo {
	padding: 11px 15px 9px;
	border-bottom: 1px solid #ddd;
	float: left;
	width: 100%;
	max-width: 220px;
}
.kurzinfo-left {
	width: 45%;
	float: left;
	font-weight: bold;
	vertical-align: middle;
}
.kurzinfo-right {
	width: 55%;
	float: left;
}
.notruf-eintrag {
	width: 100%;
	float: left;
	font-size: 0.8rem;
	padding: 5px 0;
}
.notruf-name {
	float: left;
	width: 60%;
	font-weight: bold;
}
.notruf-nummer {
	float: right;
	width: 20%;
	line-height: 2.5em;
}
/*Fremdenverkehrsamt*/

div.fremdenverkehrsamt {
	width: 98%;
	float: left;
	padding: 1%;
}
.fremdenverkehrsamt-header {
	font-size: 1rem;
	font-weight: bold;
	width: 100%;
	float: left;
	padding-bottom: 5px;
}
.fremdenverkehrsamt-info {
	width: 25%;
	float: left;
	font-weight: bold;
}
.fremdenverkehrsamt-daten {
	width: 70%;
	float: left;
}
/* FM 360 */

.fm360-contentbox {
	border-bottom: 1px solid #dedede;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	width: 100%;
}
.fm360-contentbox-image {
	float: left;
	width: 40%;
	padding-right: 5%;
}
.fm360-contentbox-text {
	float: left;
	padding-left: 0px;
	width: 55%;
}
.fm360-contentbox2 {
	border-bottom: 1px solid #dedede;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	width: 33%;
	float: left;
}
.fm360-contentbox-image2 {
	float: left;
	width: 90%;
	padding: 5%%;
}
.fm360-contentbox-image2 span img {
	max-width: 100%;
}
.fm360-contentbox-text2 {
	float: left;
	padding: 5%%;
	width: 90%;
}


/* Button */
.travel-button {
    background: rgba(0, 0, 0, 0) url("https://cdn.fluxgrid.net/www.tourismus.de/wp-content/themes/tourismus-de-v2/images/topmenu_hover.png") repeat-x scroll left -8px;
    border-radius: 5px;
    color: #ffffff !important;
    float: right;
    font-size: 10px !important;
    font-weight: normal !important;
    margin-top: -10px;
    padding: 5px 10px;
}
.travel-button:hover, .detail-button:hover, #content-box-left a.detail-button:hover {
    background: rgba(0, 0, 0, 0) url("https://cdn.fluxgrid.net/www.tourismus.de/wp-content/themes/tourismus-de-v2/images/background_topmenu.png") repeat-x scroll left -8px;
    color: #ffffff;
}
.detail-button, #content-box-left a.detail-button {
    background: transparent url("https://cdn.fluxgrid.net/www.tourismus.de/wp-content/themes/tourismus-de-v2/images/topmenu_hover.png") repeat-x scroll left -8px;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 10px;
    margin-bottom: -10px;
    margin-top: 5px;
    padding: 5px 10px;
}

/*Footer */


footer {
	background: #F2F2F2;
	margin: auto;
	padding: 10px 0 40px;
	width: 1000px;
	position: relative;
	z-index: 100;
}
footer .totop {
	float: right;
}
footer div.tourismus, footer div.fremdenverkehrsamt, footer div.reisewoerterbuch {
	width: 31%;
	padding: 0;
}
/* Navigation - Z-Index */

nav#main-menu {
	z-index: 999;
}
nav#main-menu a {
	padding: 15px 10px 13px;
}
nav#main-menu a:hover, nav#main-menu li.current-menu-item a, nav#main-menu a:active, nav#main-menu li.current-item a {
	color: #fff;
}
nav#main-menu .dropdown ul {
	width: auto;
	width: 170px;
}
nav#main-menu ul.dropdown li li:hover ul, nav#main-menu ul.dropdown li li.sfHover ul, nav#main-menu ul.dropdown li li li:hover ul, nav#main-menu ul.dropdown li li li.sfHover ul {
	left: 171px;
}
nav#main-menu li.current-menu-item a, nav#main-menu li.current-item a, nav#main-menu li.page_item_has_children.current-menu-item a, nav#main-menu ul.sub-menu li.page_item_has_children a:hover, nav#main-menu ul.sub-menu li.menu-item a:hover, nav#main-menu li.current-menu-item ul.sub-menu li.menu-item a:hover {
	color: #fff;
}
nav#main-menu ul.sub-menu li.page_item_has_children a, nav#main-menu ul.sub-menu li.menu-item a, nav#main-menu li.current-menu-item ul.sub-menu li.menu-item a {
	color: #aaa;
}
nav#main-menu li.current_page_item a {
	background: rgba(141,22,22,1.0);
}
nav#main-menu .dropdown ul li.current_page_item a {
	background-color: #333;
	color: #fff;
}
.sf-sub-indicator {
	display: inline;
}
/* Navigation - Responsive Menü*/

nav#responsive-menu {
	background-color: #b01c1c;
	border-top: solid 1px #820b0b;
	font-size: 13px;
	position: relative;
	z-index: 50;
	min-height: 50px;
	display: none;
}
nav#responsive-menu div.search-form {
	min-height: 50px;
}
nav#responsive-menu div.search-form #setop {
	margin: 12px 5px 0 15px
}
/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
	max-width: 300px;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}
.dl-menuwrapper:first-child {
	margin-right: 100px;
}
.dl-menuwrapper button {
	background: #B01C1C;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
	background: #8D1616;
}
.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow: 0 10px 0 #fff,  0 20px 0 #fff;
}
.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dl-menuwrapper li {
	position: relative;
}
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
	background: #B01C1C;
}
.dl-menuopen li.menu-item a:hover, .dl-menuopen li.dl-parent a:hover, .dl-menuopen ul.sub-menu li.page_item_has_children a:hover, .dl-menuopen ul.sub-menu li.menu-item a:hover, .dl-menuopen li a:hover, .dl-menuopen li.current_page_item a {
	background: rgba(141,22,22,1.0);
}
.dl-menuopen ul.sub-menu li.menu-item a, .dl-menuopen ul.sub-menu ul.sub-menu li.menu-item a, .dl-menuopen ul.sub-menu li.page_item_has_children a {
	background: #b01c1c;
}
.dl-menuopen li.current-menu-item a, .dl-menuopen ul.sub-menu li.page_item_has_children.current-menu-item a, .dl-menuopen ul.sub-menu li.current-menu-item a, .dl-menuopen ul.sub-menu ul.sub-menu li.menu-item a:hover, .dl-menuopen ul.sub-menu ul.sub-menu li.current-menu-item a {
	background: rgba(141,22,22,1.0);
}
.dl-menuopen li.dl-parent a, .dl-menuopen ul.children li.dl-parent a, .dl-menuopen ul.sub-menu li.dl-parent a, .dl-menuopen ul.sub-menu ul.sub-menu li.dl-parent a {
	background: #272727;
}
.dl-menuopen li.dl-parent a:hover, .dl-menuopen ul.children li.dl-parent a:hover, .dl-menuopen ul.sub-menu li.dl-parent a:hover, .dl-menuopen ul.sub-menu ul.sub-menu li.dl-parent a:hover {
	background: rgba(141,22,22,1.0);
}
.dl-menuopen li.dl-back a, .dl-menuopen ul.sub-menu li.dl-back a, .dl-menuopen ul.children li.dl-back a, .dl-menuopen ul.children li.dl-back a:hover, .dl-menuopen ul.sub-menu li.dl-back a:hover {
	background: rgba(0, 0, 0, 0.1) !important;
	padding-left: 30px;
}
.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "⇶";
}
.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212, 204, 198, 1);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(255,255,255,1.0);
}
.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
/* hier schauen dass hier noch die Farbe der Hauptkategorie verändert wird, am besten ohne !important*/
li.dl-parent a {
	background: none repeat scroll 0 0 #272727;
}
/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}
/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a {
	display: none;
}
.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}
/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1 {
	0% {
	}
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}
@-webkit-keyframes MenuAnimOut2 {
	0% {
	}
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}
@-webkit-keyframes MenuAnimOut3 {
	0% {
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}
@-webkit-keyframes MenuAnimOut4 {
	0% {
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}
@-webkit-keyframes MenuAnimOut5 {
	0% {
	}
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}
@keyframes MenuAnimOut1 {
	0% {
	}
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}
@keyframes MenuAnimOut2 {
	0% {
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}
@keyframes MenuAnimOut3 {
	0% {
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}
@keyframes MenuAnimOut4 {
	0% {
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}
@keyframes MenuAnimOut5 {
	0% {
	}
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}
.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}
@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}
@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}
@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}
@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}
@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}
@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}
@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}
@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}
@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}
@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}
@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}
@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}
@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}
@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}
@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}
@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}
@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}
@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}
@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}
@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}
@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}
@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}
@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}
@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}
@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}
@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}
.no-js .dl-menuwrapper li.dl-back {
	display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}
/*********************************************************************************************

TEASER

*********************************************************************************************/

.teaser {
	font-size: 1.2em;
	line-height: normal;
}
.teaser .ts24-text {
	width: 100%;
	float: left;
	margin: 0 0 10px;
}
.teaser .fon-deutschland {
	font-size: 2.6em;
	display: block;
	margin: 0;
	font-weight: bold;
	width: 100%;
	float: left;
}
.teaser .fon-international {
	font-size: 1.5em;
	display: block;
	margin: 0;
	font-weight: bold;
	width: 100%;
	float: left;
}
.teaser .ts24-deutschland {
	width: 100%;
	float: left;
	font-size: 85%;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 10px;
}
.teaser .ts24-international {
	width: 100%;
	float: left;
	font-size: 85%;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 15px;
}
.teaser .ts24-zeiten {
	width: 100%;
	float: left;
}
.teaser .ts24-zeiten-left {
	width: 50%;
	float: left;
	font-weight: bold;
	padding: 2% 2% 2% 0;
	border-bottom: 1px dotted #ccc;
}
.teaser .ts24-zeiten-right {
	width: 48%;
	float: left;
	padding: 2% 0;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}
.teaser .teaser-text {
	padding: 15px;
}
.teaser div.country {
	padding: 0;
}
.teaser .teaser-head {
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
	padding: 15px;
	background-color: #e7e7e7;
	color: #666;
	border-bottom: 1px solid #d3d3d3;
}
.teaser .teaser-head h4, .teaser-news a {
	color: #666;
}
.teaser-head h4.white {
	color: #fff;
}
.teaser .teaser-news:hover {
	background: #8D1616;
}
div.navigation a.page-numbers {
	display: inline;
}
div.recent-posts ul.posts-archive a {
	display: block;
}
.sidebar-navigation .teaser-head {
	background-color: #111;
	color: #fff;
	border-bottom: 1px solid #535353;
	font-size: 1.5em;
	font-weight: bold;
	padding: 15px;
}
.sidebar-navigation ul li, .country li {
	border-bottom: 1px solid #535353 !important;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
}
.sidebar-navigation ul li a, .country li a {
	color: #aaa;
	display: block;
	padding: 10px 15px;
}
.sidebar-navigation ul li:hover, .country li:hover, .sidebar-navigation ul li.active {
	background-color: #222;
	color: #fff !important;
	transition: all 0.3s ease 0s;
}
.sidebar-navigation ul li:hover a, .country li:hover a, .sidebar-navigation ul li.active a {
	color: #fff;
}
.teaser .teaser-pic {
	padding: 0;
	text-align: center;
}
.teaser .teaser-pic img {
	width: 100%;
}
.teaser .notruf-pic {
	padding: 0;
	text-align: center;
}
.teaser .notruf-pic img {
	width: 100%;
}
.teaser .notruf-text {
	padding: 15px;
}
.teaser .teaser-text table {
	width: 100%;
}
.teaser .teaser-text table tr, .teaser .teaser-text table tr td {
	border-bottom: 1px dotted #ccc;
}
.teaser .teaser-text table tr td {
	padding: 0.5em 2em 0.5em 0;
}
.teaser .teaser-text table tr td.center {
	vertical-align: middle;
}
.teaser .teaser-text .klima_around {
	border-bottom: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.teaser .legend_part {
	float: left;
	width: 98%;
	padding: 0 1%;
}
.teaser .teaser-text .klima_all {
	float: left;
	width: 7%;
	margin: 0 1% 0 0;
}
.teaser .teaser-text div.klima_all:nth-child(12) {
	margin: 0;
}
.teaser .teaser-text .klima_all .klima_month {
	text-align: center;
	margin: 0 0 3px 0;
}
.teaser .teaser-text .klima_all .klima_red, .teaser .teaser-text .klima_all .klima_middle, .teaser .teaser-text .klima_all .klima_green {
	display: block;
}
.teaser .teaser-text .klima_all .klima_red {
	background: #FF3939;
}
.teaser .teaser-text .klima_all .klima_middle {
	background: #F5D300;
}
.teaser .teaser-text .klima_all .klima_green {
	background: #78D200;
}
.teaser .teaser-text .klima_legend_month {
	float: left;
	margin: 0 3% 1% 0;
	width: 27%;
	text-align: center;
}
.teaser .teaser-text .klima_legend {
	float: left;
	width: 70%;
}
.teaser .teaser-text .legend .klima_green, .teaser .teaser-text .legend .klima_middle, .teaser .teaser-text .legend .klima_red {
	display: block;
	float: left;
	margin: 0 3% 1% 0;
	width: 27%;
}
.teaser .teaser-text .legend .klima_green {
	background: #78D200;
}
.teaser .teaser-text .legend .klima_middle {
	background: #F5D300;
}
.teaser .teaser-text .legend .klima_red {
	background: #FF3939;
}
.teaser ul li {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
}
.teaser ul.recent-posts li a {
	color: #666;
	padding: 10px 15px;
	display: block;
}
.teaser ul.recent-posts li a:hover {
	color: #a90000;
}
.teaser ul.recent-posts li:hover {
	background-color: #f2f2f2;
}
ul.posts-related li {
	border-bottom: solid 1px #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.posts-related li {
	border-bottom: 1px solid #dddddd !important;
}
.recent-posts li {
	border-bottom: 1px solid #dddddd !important;
}
.teaser small {
	font-style: italic;
	font-weight: normal;
}
.teaser-map {
	width: 100%;
	text-align: center;
}
.teaser-map iframe {
	width: 100%;
}
.teaser ul.sights li {
	padding: 10px 15px;
}
.teaser-werbung .teaser-pic {
	Overflow: hidden;
	height: 60px;
}
.teaser-werbung .teaser-pic img {
	Position: relative;
	top: -50%;
	height: auto;
}
.teaser-werbung span.link:hover {
	opacity: 0.6;
	transition: all 0.3s ease 0s;
}
.teaser-werbung .teaser-text .headline {
	text-align: center;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}
.teaser-werbung .teaser-text {
	padding: 5px 15px;
}
.teaser-werbung .teaser-text .hotel {
	width: 100%;
	font-weight: bold;
	font-size: 14px;
}
.teaser-werbung .teaser-text .hotel img {
	vertical-align: inherit;
}
.teaser-werbung .teaser-text .ort {
	width: 100%;
	font-size: 11px;
	font-style: italic;
}
.teaser-werbung .teaser-text .details {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}
.teaser-werbung .teaser-text .details span {
	line-height: 17px;
	display: block;
}
.teaser-werbung .teaser-text .details .left {
	float: left;
	width: 50%;
}
.teaser-werbung .teaser-text .details .right {
	float: right;
	text-align: right;
	width: 50%;
}
.teaser-werbung .teaser-text .details .right span {
}
.teaser-werbung .teaser-text .details .right .info {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	line-height: normal;
}
div.regionbox div.post-thumb a {
	display: block;
}
.wallpaper-bg {
	position: absolute;
	width: 100%;
	z-index: 1;
	margin-top: -10px;
}
/*********************************************************************************************

AdSense

*********************************************************************************************/

.ads {
	border-bottom: 1px solid #e5e4e4;
	border-top: 1px solid #e5e4e4;
	padding: 15px 0;
}
/*********************************************************************************************

Wallpaper Ads

*********************************************************************************************/

#ad_wallpaper_leaderboard {
	margin: 0px auto 10px;
	width: 800px;
}

/*********************************************************************************************

12. Media Queries

*********************************************************************************************/

/* Tablet Landscape */
@media screen and (max-width: 1024px) {
	div.regionbox div.post-thumb {
		margin: 2%;
		overflow: hidden;
		padding: 0;
		text-align: center;
		width: 46%;
	}
	div.regionbox div.post-thumb img {
		height: 172px;
		left: 50%;
		margin-left: -100%;
		position: relative;
		width: auto;
	}
	ul.posts-related div.post-headline {
		width: 100%;
	}
	ul.posts-related div.post-thumb {
		margin: 5px 15px 0 0;
		overflow: hidden;
		text-align: center;
		width: 32%;
	}
	ul.posts-archive div.post-headline {
		width: 100%;
	}
	ul.posts-archive div.post-thumb {
		margin: 5px 15px 0 0;
		overflow: hidden;
		text-align: center;
		width: 32%;
	}
}
@media screen and (max-width: 1023px) {
	nav#main-menu {
		display: none;
	}
	nav#responsive-menu {
		display: block;
	}
	aside:before, #content:before {
		display: none;
	}
	#content {
		float: none;
		display: block;
		margin-right: 0;
		width: 100%;
	}
	aside {
		float: none;
		display: block;
		margin: 20px 0 0;
		padding-left: 2%;
		padding-right: 2%;
		width: 96%;
	}
	.teaser .teaser-pic img {
		width: 100%;
	}
	.teaser .kurzinfo {
		width: 31%;
		padding: 1%;
		height: 25px;
		max-width: none;
	}
	.teaser .kurzinfo .kurzinfo-left {
		width: 45%;
	}
	.teaser .kurzinfo .kurzinfo-right {
		width: 55%;
	}
	.teaser ul.sights li {
		padding: 1%;
		width: 48%;
		float: left;
		height: 45px;
	}
	.ts24 .teaser-pic {
		float: left;
		width: 46%;
		padding: 2%;
	}
	.ts24 .teaser-pic img {
		width: 80%;
	}
	.ts24 .teaser-text {
		float: left;
		width: 46%;
		padding: 2%;
		margin: 0;
	}
	.teaser .ts24-zeiten {
		margin-top: 3%;
	}
	.teaser .ts24-text {
		margin: 0 0 2%;
	}
	.teaser .fon-deutschland {
		margin: 2% 0 0;
	}
	.teaser .fon-international {
		margin: 2% 0 0;
	}
	.teaser .ts24-deutschland {
		margin: 0 0 1%;
	}
	.teaser .ts24-international {
		margin: 0 0 2%;
	}
	.teaser .legend_part {
		float: left;
		width: 23%;
		padding: 0 1%;
	}
	.teaser .teaser-text .klima_legend_month {
		margin: 0 3% 1% 0;
		width: 27%;
		text-align: left;
	}
	.teaser .teaser-text .legend .klima_green,  .teaser .teaser-text .legend .klima_middle,  .teaser .teaser-text .legend .klima_red {
		margin: 0 3% 1% 0;
		width: 27%;
	}
	.teaser .teaser-text .klima_legend {
		width: 70%;
	}
	.teaser .notruf-pic {
		float: left;
		width: 50%;
		overflow: hidden;
	}
	.teaser .notruf-pic img {
		height: 140px;
		width: auto;
		left: 50%;
		margin-left: -100%;
		position: relative;
	}
	.teaser .notruf-text {
		float: left;
		width: 48%;
		padding: 1%;
	}
	.teaser .notruf-eintrag {
		padding: 1%;
	}
	.teaser .notruf-name {
		width: 80%;
	}
	.teaser .notruf-nummer {
		width: 20%;
		line-height: normal;
		float: right;
	}
	.teaser-werbung .teaser-pic {
		float: left;
		height: auto;
		max-height: 170px;
		overflow: hidden;
		width: 40%;
	}
	.teaser-werbung .teaser-pic img {
		height: auto;
		position: relative;
		width: 100%;
	}
	.teaser-werbung .teaser-text {
		width: 56%;
		height: auto;
		float: right;
		padding: 2%;
	}
	ul.posts-archive div.post-headline {
		width: 65%;
	}
	ul.posts-archive div.post-thumb {
		margin: 0 2% 0 0;
		overflow: hidden;
		text-align: center;
		width: 33%;
	}
	ul.posts-archive div.post-thumb img {
		height: 150px;
		left: 50%;
		margin-left: -100%;
		position: relative;
		width: auto;
	}
	ul.posts-related div.post-headline {
		width: 65%;
	}
	ul.posts-related div.post-thumb {
		margin: 0 2% 0 0;
		overflow: hidden;
		text-align: center;
		width: 33%;
	}
	ul.posts-related div.post-thumb img {
		height: 150px;
		left: 50%;
		margin-left: -100%;
		position: relative;
		width: auto;
	}
	div.post-content .reiseziele a, .post-content .reiseziele div.country {
		height: auto;
		margin: 0 1%;
		width: 18%;
	}
	.post-content .reiseziele a.country img, .post-content .reiseziele div.country img {
		width: 60%;
		margin: 0 10%;
		padding-bottom: 5px;
	}
	span.front-page-country {
		display: block;
		width: 80%;
		text-align: center;
	}
	.region-feiertage .feiertag-datum {
		width: 45%;
	}
	.region-feiertage .feiertag-name {
		width: 55%;
	}
	div.regionbox div.newsboxinfos {
		float: left;
		margin: 1% 2% 2% 0;
		width: 48%;
	}
	div.regionbox div.post-thumb img {
		height: 220px;
		left: 50%;
		margin-left: -100%;
		position: relative;
		width: auto;
	}
	div.wm-gruppe {
		padding: 1%;
		width: 31%;
		float: left;
	}
	div.tourismus_wallpaper, div#ad_bigsize, div#ad_skyscraper {
		display: none;
	}
}

/* Tablet Landscape */
@media screen and (max-width: 1020px) {
	div.wrapper,  footer div.wrapper {
		width: 94%;
		padding-left: 0%;
		padding-right: 0%;
	}
	div.side-back,  div#aside-fade {
		display: none;
	}
	#featured-posts {
		min-height: auto;
		width: 100%;
	}
	#featured-posts div.cover {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	#featured-posts div.cover img {
		height: auto;
	}
	#featured-navigation {
		top: 15px;
		right: 15px;
	}
	#featured-posts div.post-body {
		width: 60%;
	}
	div.featured-category div.column {
		width: 24%;
		margin-right: 2%;
	}
	div.featured-category div.column-wide {
		width: 45%;
		margin-right: 5%;
	}
	div.featured-category div.column-last {
		margin-right: 0;
	}
	div.featured-category img,  div.featured-pages img {
		width: 100%;
		height: auto;
	}
	div.featured-pages div.column {
		width: 30%;
		margin-right: 5%;
	}
	div.featured-pages div.column-last {
		margin-right: 0;
	}
	div.search-form {
		width: 26%;
	}
	footer {
		width: 94%;
	}
	#logo #tagline {
		margin-top: -3.5%;
	}
	.region-regionen .region-region, .region-beliebte-reiseziele .region-reiseziel {
		width: 33%;
	}
}

/* Tablet Landscape */
@media screen and (max-width: 960px) {
	div.regionbox div.post-thumb img {
		height: 205px;
		width: auto;
	}
	div.search-form {
		display: none;
	}
	#setop {
		width: 70%;
	}
	#logo .headertitle,  #logo .logo-wrapper {
		font-size: 4.5vw;
	}
	div.column {
		max-width: 62%;
	}
	div.cover {
		max-width: 35%;
	}
	.post-content {
		max-width: 100%;
	}
	.ts24 .teaser-text {
		padding: 1%;
	}
	.ts24 .teaser-pic {
		width: 50%;
		padding: 1%;
	}
}
@media screen and (max-width: 900px) {
	.teaser .kurzinfo {
		width: 48%;
		padding: 1%;
		height: 25px;
		max-width: none;
	}
	.teaser .kurzinfo .kurzinfo-left {
		width: 35%;
	}
	.teaser .kurzinfo .kurzinfo-right {
		width: 65%;
	}
}
@media screen and (max-width: 860px) {
	div.regionbox div.post-thumb img {
		height: 195px;
		width: auto;
	}
}
@media screen and (max-width: 833px) {
	div.post-content .reiseziele a, .post-content .reiseziele div.country {
		width: 17%;
	}
}
@media screen and (max-width: 800px) {
	div.regionbox div.post-thumb img {
		height: 185px;
		width: auto;
	}
}


/* Tabled Portrait */
@media screen and (max-width: 768px) {
	#setop {
		width: 65%;
	}
	#logo #tagline {
		margin-top: -4.5%;
	}
	div.post-content .reiseziele a, .post-content .reiseziele div.country {
		height: auto;
		margin: 0 2%;
		width: 13%;
	}
	.post-content .reiseziele a.country img, .post-content .reiseziele div.country img {
		width: 90%;
		margin: 0 5%;
	}
	span.front-page-country {
		width: 100%;
		text-align: center;
	}
	div.regionbox div.post-thumb {
		margin: 2%;
		overflow: hidden;
		padding: 0;
		text-align: center;
		width: 46%;
	}
	div.regionbox div.post-thumb img {
		height: 175px;
		left: 50%;
		margin-left: -100%;
		position: relative;
		width: auto;
	}
	ul.posts-archive div.post-headline {
		width: 65%;
	}
	ul.posts-archive div.post-thumb {
		margin: 0 2% 0 0;
		overflow: hidden;
		text-align: center;
		width: 33%;
	}
	ul.posts-archive div.post-thumb img {
		height: 155px;
		width: auto;
		left: 50%;
		margin-left: -100%;
		position: relative;
	}
	ul.posts-related div.post-headline {
		width: 65%;
	}
	ul.posts-related div.post-thumb {
		margin: 0 2% 0 0;
		overflow: hidden;
		text-align: center;
		width: 33%;
	}
	ul.posts-related div.post-thumb img {
		height: 155px;
		width: auto;
		left: 50%;
		margin-left: -100%;
		position: relative;
	}
	.region-reiseangebote .region-werbung .hotel-sterne .headline {
		width: 75%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 736px) {
	ul.posts-archive div.post-headline {
		width: 60%;
	}
	ul.posts-archive div.post-headline h3 a {
		padding: 0;
	}
	ul.posts-archive div.post-thumb {
		margin: 0% 2% 0 0;
		overflow: hidden;
		text-align: center;
		width: 38%;
	}
	ul.posts-archive div.post-thumb img {
		height: 175px;
		width: auto;
		left: 50%;
		margin-left: -100%;
		position: relative;
	}
	ul.posts-related div.post-headline {
		width: 60%;
	}
	ul.posts-related div.post-headline h3 a {
		padding: 0;
	}
	ul.posts-related div.post-thumb {
		margin: 0% 2% 0 0;
		overflow: hidden;
		text-align: center;
		width: 38%;
	}
	ul.posts-related div.post-thumb img {
		height: 175px;
		width: auto;
		left: 50%;
		margin-left: -100%;
		position: relative;
	}
	.teaser .fon-deutschland {
		font-size: 2.4em;
	}
	.teaser .notruf-pic img {
		height: 160px;
	}
	.region-reiseangebote .region-werbung .hotel-sterne .headline {
		width: 74%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 700px) {
	.teaser-werbung .teaser-pic {
		max-height: none;
		height: 150px;
		float: left;
		width: 100%;
	}
	.teaser-werbung .teaser-pic img {
		width: 100%;
		height: auto;
		top: -50%;
	}
	.teaser-werbung .teaser-text {
		max-width: 96%;
		width: 96%;
		height: auto;
		float: left;
		padding: 2%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 680px) {
	div.post-content .reiseziele {
		float: left;
	}
	div.post-content .reiseziele a, .post-content .reiseziele div.country {
		width: 21%;
		margin: 0 2%;
	}
	footer div.tourismus, footer div.fremdenverkehrsamt {
		width: 46%;
		padding: 0;
	}
	footer div.reisewoerterbuch {
		display: none;
	}
	.teaser .ts24-zeiten {
		margin-top: 1%;
		font-size: 0.9em;
	}
	.teaser .fon-deutschland {
		font-size: 2em;
	}
	.teaser .fon-international {
		font-size: 1.3em;
	}
	.teaser .kurzinfo .kurzinfo-left {
		width: 40%;
	}
	.teaser .kurzinfo .kurzinfo-right {
		width: 60%;
	}
	div.kontinenten-box {
		float: left;
		margin: 1% 1% 0 0;
		min-height: 210px;
		padding: 1%;
		text-align: center;
		width: 30%;
	}
	.post-content .alignleft, .post-content .alignright {
		float: none;
		width: auto;
		margin: 0 auto 0.5em auto;
		display: block;
	}
	.post-content img.alignleft {
		float: left;
		display: inline;
		margin: 0 20px 5px 0;
	}
	.post-content img.alignright {
		float: right;
		display: inline;
		margin: 0 0 5px 20px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 667px) {
	div.regionbox {
		background-color: #f6f6f6;
		margin: 25px auto 35px;
		width: 100%;
	}
	div.regionbox div.post-thumb {
		margin: 2%;
		overflow: hidden;
		padding: 0;
		text-align: center;
		width: 46%;
	}
	div.regionbox div.post-thumb img {
		height: 165px;
		left: 50%;
		margin-left: -100%;
		position: relative;
		width: auto;
	}
	ul.posts-archive div.post-headline {
		width: 55%;
	}
	ul.posts-archive div.post-headline h3 a {
		padding: 0;
	}
	ul.posts-archive div.post-thumb {
		margin: 0 2% 0 0;
		overflow: hidden;
		text-align: center;
		width: 43%;
	}
	ul.posts-archive div.post-thumb img {
		height: 200px;
		width: auto;
		left: 50%;
		margin-left: -100%;
		position: relative;
	}
	ul.posts-related div.post-headline {
		width: 55%;
	}
	ul.posts-related div.post-headline h3 a {
		padding: 0;
	}
	ul.posts-related div.post-thumb {
		margin: 0 2% 0 0;
		overflow: hidden;
		text-align: center;
		width: 43%;
	}
	ul.posts-related div.post-thumb img {
		height: 200px;
		width: auto;
		left: 50%;
		margin-left: -100%;
		position: relative;
	}
	.region-reiseangebote .region-werbung .hotel-sterne .headline {
		width: 71%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 640px) {
	#logo {
		margin-bottom: 0;
	}
	#top-menu {
		display: none;
	}
	#logo #tagline {
		display: none;
	}
	.feiertag {
		width: 96%;
	}
	.feiertag-name, .feiertag-datum {
		font-size: 0.7rem;
	}
	div.german {
		width: 46%;
		padding-left: 1%;
		padding-right: 3%;
	}
	div.translation {
		width: 46%;
		padding-left: 3%;
		padding-right: 1%;
	}
	div.breadcrumbs {
		display: none;
	}
	footer div.tourismus, footer div.fremdenverkehrsamt, footer div.reisewoerterbuch {
		display: none;
	}
	div.wm-gruppe {
		padding: 1%;
		width: 48%;
		float: left;
	}
	.region-reiseangebote .region-werbung .hotel-sterne .headline .hotel {
		font-size: 16px;
	}
	.region-reiseangebote .region-werbung .hotel-sterne .headline .ort {
		font-size: 12px;
	}
	.region-reiseangebote .region-werbung .region-pic .link > img {
		width: 115%;
		left: -100%;
		right: -100%;
	}
	.region-reiseangebote .region-werbung .region-text {
		width: 46%;
	}
	.region-reiseangebote .region-werbung .region-text .text .rating {
		font-size: 12px;
	}
	.region-reiseangebote .region-werbung .angebot {
		width: 19%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 600px) {
	ul.posts-related div.post-thumb img {
		height: 200px;
		width: auto;
		left: 50%;
		margin-left: -100%;
		position: relative;
	}
	ul.posts-archive div.post-thumb img {
		height: 200px;
		width: auto;
		left: 50%;
		margin-left: -100%;
		position: relative;
	}
	.teaser ul.sights li {
		padding: 1% 2%;
		width: 96%;
		height: auto;
	}
	.teaser .ts24-text {
		font-size: 0.8em;
	}
	.teaser .fon-deutschland {
		margin: 1% 0 0;
		font-size: 1.8em;
	}
	.teaser .fon-international {
		margin: 1% 0 0;
		font-size: 1.3em;
	}
	.teaser .ts24-zeiten-left {
		padding: 1% 1% 1% 0;
	}
	.teaser .ts24-zeiten-right {
		padding: 1% 0;
	}
	.teaser .kurzinfo {
		width: 96%;
		padding: 1% 2%;
		height: auto;
	}
	.teaser .kurzinfo .kurzinfo-left {
		width: 30%;
	}
	.teaser .kurzinfo .kurzinfo-right {
		width: 70%;
	}
	.teaser .legend_part {
		float: left;
		width: 48%;
		padding: 0 1%;
	}
	.teaser .teaser-text .klima_legend_month {
		text-align: center;
	}
	.teaser .notruf-pic {
		width: 100%;
	}
	.teaser .notruf-pic img {
		width: 100%;
		margin: 0;
		left: 0;
		height: auto;
	}
	.teaser .notruf-text {
		width: 98%;
		margin: 1%;
	}
	div.kontinenten-box {
		float: left;
		margin: 1% 1% 0 0;
		min-height: 190px;
		padding: 1%;
		text-align: center;
		width: 30%;
	}
	footer .footertext {
		float: left;
	}
	footer .footerbreak {
		display: none;
	}
	footer .footerlinks {
		float: left;
		clear: both;
	}
	.gallery-columns-6 .gallery-item, .gallery-columns-12 .gallery-item {
		float: left;
		width: 31%;
		margin: 1%;
	}
	div.regionbox div.post-thumb img {
		height: 155px;
		left: 50%;
		margin-left: -100%;
		position: relative;
		width: auto;
	}
	.region-reiseangebote .region-werbung .hotel-sterne .headline {
		width: 68%;
	}
}
@media screen and (max-width: 568px) {
	div.regionbox {
		background-color: #f6f6f6;
		margin: 25px auto 35px;
		width: 100%;
	}
	div.regionbox div.post-thumb {
		margin: 2%;
		padding: 0;
		overflow: hidden;
		text-align: center;
		width: 46%;
	}
	div.regionbox div.post-thumb img {
		height: 150px;
		left: 50%;
		margin-left: -100%;
		position: relative;
		width: auto;
	}
	ul.posts-archive div.post-headline {
		width: 100%;
		max-width: none;
	}
	ul.posts-archive div.post-headline h3 a {
		padding: 0 0 5px;
	}
	ul.posts-archive div.post-thumb img {
		height: auto;
		left: 0;
		margin: 0;
		width: 100%;
	}
	ul.posts-archive div.post-thumb {
		margin: 0;
		padding: 0;
		overflow: visible;
		text-align: left;
		width: 100%;
	}
	ul.posts-related div.post-headline {
		width: 100%;
		max-width: none;
	}
	ul.posts-related div.post-headline h3 a {
		padding: 0 0 5px;
	}
	ul.posts-related div.post-thumb img {
		height: auto;
		left: 0;
		margin: 0;
		width: 100%;
	}
	ul.posts-related div.post-thumb {
		margin: 0;
		padding: 0;
		overflow: visible;
		text-align: left;
		width: 100%;
	}
	div.post-excerpt {
		width: 100%;
		float: left;
	}
	.region-reiseangebote .region-werbung .hotel-sterne .headline {
		width: 66%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 515px) {
	.ts24 .teaser-pic {
		width: 100%;
		padding: 0;
	}
	.ts24 .teaser-text {
		padding: 2% 0;
		width: 100%;
	}
	.teaser .ts24-text {
		font-size: 1.2em;
	}
	.teaser .fon-deutschland {
		margin: 0;
		font-size: 4em;
		text-align: center;
	}
	.teaser .fon-international {
		margin: 0;
		font-size: 2.5em;
		text-align: center;
	}
	.teaser .ts24-deutschland, .teaser .ts24-international {
		text-align: center;
	}
	.teaser .ts24-zeiten {
		margin-top: 0;
		font-size: 1.2em;
	}
	.region-reiseangebote .region-werbung .hotel-sterne {
		float: left;
		width: 96%;
		height: auto;
	}
	.region-reiseangebote .region-werbung .hotel-sterne .region-stars {
		float: left;
		padding: 0;
		text-align: center;
		width: 100%;
		position: relative;
		padding-top: 5px;
	}
	.region-reiseangebote .region-werbung .hotel-sterne .region-stars img {
		float: none;
	}
	.region-reiseangebote .region-werbung .hotel-sterne .headline {
		text-align: center;
		width: 100%;
		padding-bottom: 10px;
	}
	.region-reiseangebote .region-werbung .region-pic {
		float: left;
		height: 150px;
		overflow: hidden;
		width: 50%;
		position: relative;
	}
	.region-reiseangebote .region-werbung .region-pic .link > img {
		width: 200%;
	}
	.region-reiseangebote .region-werbung .region-text {
		float: left;
		margin-top: 15px;
		padding: 0 2%;
		position: relative;
		text-align: center;
		width: 46%;
	}
	.region-reiseangebote .region-werbung .region-text .text {
		padding: 0 2% 10px;
		position: relative;
		width: 96%;
	}
	.region-reiseangebote .region-werbung .region-text .text .rating {
		float: none;
	}
	.region-reiseangebote .region-werbung .angebot {
		bottom: 2%;
		display: block;
		float: right;
		padding: 0 2%;
		position: absolute;
		right: 0;
		text-align: center;
		width: 46%;
	}
	.region-reiseangebote .region-werbung .angebot .preis {
		padding-bottom: 10px;
	}
	.region-reiseangebote .region-werbung .angebot .button {
		position: relative;
	}
	.region-reiseangebote .weitere-angebote {
		width: 48%;
	}
	.region-reiseangebote .angebot-info {
		padding: 1%;
		width: 48%;
	}
	.region-reiseangebote .region-werbung {
		display: none;
	}
	.region-reiseangebote .region-werbung:not(:nth-child(4)) {
		display: block;
	}
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 480px) {
	#featured-posts div.post-body {
		padding-left: 3%;
		padding-right: 3%;
		width: 94%;
	}
	#featured-posts p {
		display: none;
	}
	#featured-posts,  #featured-posts li {
		height: auto;
		min-height: inherit;
	}
	div.featured-category div.column {
		margin-right: 4%;
		width: 48%;
	}
	div.featured-category div.column-last {
		margin-right: 0;
	}
	div.featured-category div.column-wide {
		float: none;
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	ul.posts-archive h2 {
		font-size: 16px;
		line-height: 22px;
	}
	ul.posts-related h2 {
		font-size: 16px;
		line-height: 22px;
	}
	.region-regionen .region-region, .region-beliebte-reiseziele .region-reiseziel {
		width: 50%;
	}
	div.region-single-news {
		width: 95%;
	}
	div.cover {
		max-width: 100%;
		text-align: center;
		float: none;
	}
	div.column {
		max-width: 95%;
		padding-left: 10px;
		float: none;
	}
	.post-content .reiseziele a, .post-content .reiseziele div.country {
		font-size: 0.7rem;
		width: 50%;
		padding: 5px 0;
	}
	.feiertag {
		width: 95%;
	}
	.fremdenverkehrsamt-info {
		width: 40%;
	}
	.fremdenverkehrsamt-daten {
		width: 55%;
	}
	div.german {
		width: 45%;
		padding-left: 1%;
		padding-right: 4%;
	}
	div.translation {
		width: 45%;
		padding-left: 4%;
		padding-right: 1%;
	}
	.kurzinfo-left {
		width: 50%;
	}
	.kurzinfo-right {
		width: 50%;
	}
	.post-content .kontinente {
		min-height: 170px;
	}
	div.post-content .reiseziele a, .post-content .reiseziele div.country {
		width: 46%;
		margin: 0 2%;
	}
	.post-content .reiseziele a.country img, .post-content .reiseziele div.country img {
		width: 70%;
		margin: 0 15%;
	}
	span.front-page-country {
		width: 100%;
		text-align: center;
		font-size: 1.1em;
	}
	.region-feiertage .feiertag-datum {
		width: 43%;
		margin-right: 2%;
	}
	.region-feiertage .feiertag-name {
		width: 53%;
		margin-left: 2%;
	}
	div.regionbox div.post-thumb {
		margin: 2%;
		max-width: 100%;
		overflow: hidden;
		padding: 0;
		text-align: center;
		width: 96%;
	}
	div.regionbox div.post-thumb img {
		height: auto;
		left: 0;
		margin-left: 0;
		position: relative;
		width: 100%;
	}
	div.regionbox div.newsboxinfos {
		padding: 0 2%;
		width: 96%;
	}
	div.regionbox div.newsboxinfo {
		border-bottom: 1px solid #ddd;
		float: left;
		padding: 4% 2% 3% 2%;
		width: 96%;
	}
}
@media screen and (max-width: 414px) {
	ul.posts-related div.post-headline {
		max-width: none;
	}
	ul.posts-archive div.post-headline {
		max-width: none;
	}
	.post-content .reiseziele a.country img, .post-content .reiseziele div.country img {
		width: 80%;
		margin: 0 10%;
	}
	.post-content .wp-caption-text, .gallery-caption {
		word-wrap: break-word;
	}
	.teaser .fon-deutschland {
		font-size: 3.5em;
	}
	.teaser .fon-international {
		margin: 2% 0 0;
		font-size: 2em;
	}
	.teaser .kurzinfo .kurzinfo-left {
		width: 35%;
	}
	.teaser .kurzinfo .kurzinfo-right {
		width: 65%;
	}
	.teaser .notruf-name {
		width: 65%;
		padding-right: 5%;
	}
	.teaser .notruf-nummer {
		width: 30%;
	}
	div.kontinenten-box {
		float: left;
		margin: 1% 1% 0 0;
		min-height: 150px;
		padding: 1%;
		text-align: center;
		width: 30%;
	}
	table.reiseempfehlung tr, table.reiseempfehlung th, table.reiseempfehlung td {
		padding-right: 0.625em;
	}
	table.reiseempfehlung td {
		word-break: break-all;
	} 
}
@media screen and (max-width: 400px) {
	.feiertag {
		width: 94%;
	}
	.post-content .kontinente {
		min-height: 185px;
	}
	div.wm-gruppe {
		padding: 1%;
		width: 98%;
		float: left;
	}
	.region-reiseangebote .region-werbung .hotel-sterne {
		float: left;
		height: auto;
		width: 96%;
	}
	.region-reiseangebote .region-werbung .region-pic {
		width: 100%;
		height: 75px;
	}
	.region-reiseangebote .region-werbung .region-pic .link > img {
		width: 100%;
	}
	.region-reiseangebote .region-werbung .region-text {
		float: left;
		margin-top: 5px;
		padding: 0 2%;
		position: relative;
		text-align: center;
		width: 96%;
	}
	.region-reiseangebote .region-werbung .region-text .text {
		padding: 0 2% 5px;
	}
	.region-reiseangebote .region-werbung .angebot {
		bottom: 2%;
		display: block;
		float: right;
		padding: 0 2%;
		position: relative;
		right: 0;
		text-align: center;
		width: 96%;
	}
	.region-reiseangebote .region-werbung {
		display: none;
	}
	.region-reiseangebote .region-werbung:not(:nth-child(4)) {
		display: none;
	}
	.region-reiseangebote .region-werbung:nth-child(2) {
		display: block;
	}
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 375px) {
	div.regionbox div.informationpage a {
		font-size: 1.7em;
	}
	.post-content .kontinente {
		min-height: 0;
	}
	.post-content .kontinente img.map {
		width: 100%;
	}
	ul.posts-related div.post-headline {
		width: 100%;
	}
	ul.posts-related div.post-headline h3 a {
		padding: 0 0 5px;
	}
	ul.posts-archive div.post-headline {
		width: 100%;
	}
	ul.posts-archive div.post-headline h3 a {
		padding: 0 0 5px;
	}
	.region-regionen .region-region span, .region-beliebte-reiseziele .region-reiseziel span {
		width: 67%;
	}
	.teaser .fon-deutschland {
		font-size: 3em;
	}
	.teaser .fon-international {
		font-size: 1.7em;
	}
	.teaser .kurzinfo .kurzinfo-left {
		width: 40%;
	}
	.teaser .kurzinfo .kurzinfo-right {
		width: 60%;
	}
	.gallery-columns-4 .gallery-item, .gallery-columns-8 .gallery-item {
		float: left;
		width: 48%;
		margin: 1%;
	}
	div.kontinenten-box {
		float: left;
		margin: 1% 1% 0 0;
		min-height: 180px;
		padding: 1%;
		text-align: center;
		width: 47%;
	}
	.teaser-werbung .teaser-pic {
		max-height: none;
		height: auto;
		float: left;
		width: 100%;
	}
}
@media screen and (max-width: 320px) {
	.post-content img.alignright, .post-content img.alignleft {
		width: 100%;
		max-width: 100%;
	}
	#featured-posts div.post-body {
		display: none;
	}
	div.featured-pages div.column {
		float: none;
		display: block;
		margin-right: 0;
		margin-bottom: 0;
		width: 100%;
	}
	ul.posts-archive div.post-thumb {
		margin: 0;
		overflow: visible;
		text-align: left;
		width: 100%;
		display: block;
	}
	ul.posts-archive div.post-thumb img {
		height: auto;
		left: 0;
		margin-left: 0;
		width: 100%;
	}
	ul.posts-related div.post-thumb {
		margin: 0;
		overflow: visible;
		text-align: left;
		width: 100%;
		display: block;
	}
	ul.posts-related div.post-thumb img {
		height: auto;
		left: 0;
		margin-left: 0;
		width: 100%;
	}
	.region-regionen .region-region, .region-beliebte-reiseziele .region-reiseziel {
		width: 100%;
	}
	.feiertag {
		width: 93%;
	}
	.fremdenverkehrsamt-info {
		width: 95%;
	}
	.fremdenverkehrsamt-daten {
		width: 95%;
	}
	div.german {
		width: 43%;
		padding-left: 1%;
		padding-right: 6%;
	}
	div.translation {
		width: 43%;
		padding-left: 6%;
		padding-right: 1%;
	}
	div.regionbox {
		background-color: #f6f6f6;
		margin: 10px auto 25px;
		width: 100%;
	}
	ul.posts-archive li.post-headline {
		line-height: normal;
	}
	ul.posts-related li.post-headline {
		line-height: normal;
	}
	div.intro h2, h2.title {
		font-size: 24px;
		line-height: 30px;
	}
	div.regionbox div.informationpage a {
		font-size: 1.5em;
	}
	div.regionbox div.post-thumb {
		display: block;
	}
	.teaser .ts24-text {
		font-size: 1em;
	}
	.teaser .fon-deutschland {
		font-size: 2.5em;
	}
	.teaser .fon-international {
		font-size: 1.5em;
	}
	.teaser .ts24-zeiten {
		font-size: 1em;
	}
	.teaser .kurzinfo .kurzinfo-left {
		width: 45%;
	}
	.teaser .kurzinfo .kurzinfo-right {
		width: 55%;
	}
	.teaser .legend_part {
		float: left;
		width: 98%;
		padding: 0 1%;
	}
	.gallery-columns-6 .gallery-item, .gallery-columns-12 .gallery-item {
		float: left;
		width: 48%;
		margin: 1%;
	}
	div.kontinenten-box {
		float: left;
		margin: 1% 1% 0 0;
		min-height: 160px;
		padding: 1%;
		text-align: center;
		width: 47%;
	}
	div.inhalt.visum p, div.inhalt.visum ul li a {
		word-wrap: break-word;
	}
}
@media screen and (max-width: 240px) {
	.sidebar-navigation .teaser-head {
		padding: 5%;
	}
	.teaser {
		font-size: 1em;
		line-height: normal;
	}
	.teaser .teaser-head {
		font-size: 1.2em;
		padding: 5%;
	}
	.feiertag {
		width: 90%;
	}
	.feiertag-name, .feiertag-datum {
		font-size: 0.6rem;
	}
	.teaser .fon-deutschland {
		font-size: 2em;
	}
	.teaser .fon-international {
		font-size: 1.25em;
	}
	.teaser .teaser-text table {
		font-size: 0.75em;
	}
	div.post-content .reiseziele a, .post-content .reiseziele div.country {
		height: auto;
		margin: 0 10px 0 0;
		width: 47.3%;
	}
	div.post-content .reiseziele a:nth-child(even), .post-content .reiseziele div.country:nth-child(even) {
		margin: 0;
	}
	.post-content .reiseziele a.country img, .post-content .reiseziele div.country img {
		width: 100%;
		margin: 0;
	}
	span.front-page-country {
		display: block;
		margin: 3px 0 0;
		width: 100%;
	}
	div.intro h2, h2.title {
		font-size: 20px;
		line-height: 25px;
	}
	div.regionbox div.informationpage a {
		font-size: 1.2em;
	}
	.teaser .ts24-zeiten, .teaser .ts24-text {
		font-size: 0.8em;
	}
	.gallery-columns-4 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-12 .gallery-item {
		float: left;
		width: 94%;
		margin: 3%;
	}
	div.kontinenten-box {
		float: left;
		margin: 1% 1% 0 0;
		min-height: 160px;
		padding: 1%;
		text-align: center;
		width: 97%;
	}
}
