/* - OUTLINE -
 * 
 * General Colors
 * General Fonts
 * General (all others)
 * Topmenu
 * Navigation
 * Content
 * Footer
 * Footer Fix (for fixed height)
 * Sections
 *  Supersized
 *  Starter
 *  Login
 *  Language
 *  Quickbooking
 *  Booking
 * 
 */

/* General Colors START */
a { 
    color: #5db443;
}
a:hover {
    color: #7bcd62;  
}
/* General Colors END */

/* General Fonts START */
* {
    font-family: 'Open Sans', sans-serif;
}
/* General Fonts END */
/* General START */
* {
    margin: 0;
}
html, body {
    height: 100%;
}
body{
    position: relative;    
    top: 0px;
    min-width: 320px;
	background-image: url("/img/static/paper_background.jpg");
}
body, div, td, table {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    color: #46292a;        
}
hr {
    border: 0;
    height: 1px;
    background: #46292a;
}
.hr_list { 
  border: 0; 
  height: 1px; 
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0));
  width: 70%;
  margin: 10px auto;
}
.hr_list_gallery {
    border: 0;
    height: 1px;
    width: 470px;
    background: #fff;
    background-image: -webkit-linear-gradient(left, #46292a, rgba(255,0,0,0));
    background-image: -moz-linear-gradient(left, #46292a, rgba(255,0,0,0));
    background-image: -ms-linear-gradient(left, #46292a, rgba(255,0,0,0));
    background-image: -o-linear-gradient(left, #46292a, rgba(255,0,0,0));
}
h1, h1 a.headLink {
    font-size: 25px;
    font-family: 'Dancing Script', sans-serif;
    font-weight: 200;
    color: #46292a;
}
h1 em {
    font-size: 25px;
    font-family: 'Dancing Script', sans-serif;
    font-weight: 200;
    color: #46292a;
}
h2 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #472a2b; 
}
h3 {
    font-size: 20px;
    font-family: 'Dancing Script', sans-serif;
    font-weight: 200;
    color: #46292a;
}
h4 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #46292a; 
}
h5 {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #46292a; 
}
h6 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #46292a;
}
a {     
    text-decoration: none;
}
ul {
	list-style-position: inside;
}
#admin_content ul{
	list-style-position: outside;
}
.oneFull {
    width:100%;  
}
.oneHalf {
    width:50%;        
}
.shortHalf {
    width:45%;        
}
.oneHalfForm {
    float: none;
    width: 100%;    
}
.rightResize720 {
    float: none;
    clear: both;
}
.oneThird {
    width:33%;
    min-width: 180px;
}
.twoThirds {
    width:60%;    
}
.oneQuarter {
    width:25%;
}
.oneFifth {
    width:20%;
}
.threeQuarters {
	width:75%;
}
.inline {
    display: inline;
}
.oneFull, .oneHalf, .shortHalf, .oneThird, .twoThirds, .oneQuarter, .oneFifth {
    float:left;
}
.noBorder {
    border: none;
}
.classicBorder {
    border: 1px solid #000;
}
#form_titel h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	padding: 11px 8px 8px 46px;
}
#form_titel {
	background-image: url("/img/static/seekda_arrow.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 42px;
	margin-bottom: 15px;
}
#anfrage_icon{
	position: absolute;
	float: left;
	margin: 8px;
}
#anfrage_icon img{
	height: 25px;
	width: 25px;
}
dl {
    clear: both;
}
dt {
    float: left;
    margin: 0;
}
dd {
    float: left;
    margin: 0;
}
dt, dd, dd input[type=text], dd input[type=password],dd select {
    *width: 100%;
    padding: 4px;*
   }
dd input[type=text], dd input[type=password],dd select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 90%;   
}
input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=submit], input[type=button] {
    background: #3a6d07 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: 400;
    margin-right: 11px;
    margin-top: 4px;
    padding: 10px 15px;
}
input[type=submit]:hover, input[type=button]:hover {
    cursor: pointer;
	color: #fff;
	background: #46292a;
}
label, dt, dd {
    color: #3a3a3a;    
    font-size: 15px;
    font-weight: 300;
}
div.radioSet .ui-button-text{
    padding: 2px 15px;
}
fieldset {
    margin: 0 0 20px;
    padding: 8px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #FFFFFF;  
    font-weight: 600;  
}
fieldset textarea {
    width:100%;
    min-height: 100px;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    resize: vertical;
}
.shortFields textarea{
    width: 100%;
    height: 20px;
    position: relative;
}
.left {
    float: left;
}
.center {
    display: block;
    margin: auto;
    text-align: center;
}
.vCenter {
    vertical-align: middle;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.tenMargRight {
    margin-right: 10%;
}
.medMargUpDown {
    margin: 8px auto;
}
.medMargUp {
    margin: 8px auto auto auto;
}
.social_sharelink {
	float: right;
	margin: 2px;
}
.skd-themeable-checkavailability .skd-widget-btn-primary {
	color: #fff !important;
}
#slideInfoLink a {
    background-color: rgb(18, 176, 215);
    background-color: rgba(18, 176, 215, 1);
}
#slideInfoLink a:hover {
    background-color: rgb(0, 128, 169);
    background-color: rgba(0, 128, 169, 0.8);
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s; 
}

/* Cookie Banner Session */
 
.cc_container .cc_btn {
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #525252 !important; /* Hintergrundfarbe des gesamten Bereichs */
}

.cc_container p {
color: #fff !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}

/* Cookie Banner Session  Ende */

/* General END */
/* Responsive START min-width: 320px */

#top_container, #headerbar, #body_container1, #news_article_container, #footer_wrapper, #slideCaptionContainer, #background_menubar_top, #background_body_container, #footer_container, #topmenu, #mainQuick, #listMainContainer, #listElements {
	width: 100%;
}
.fixed{
	position: fixed;
	top: 0;
}
/* STARTBILD START */

#startbild{
	width: 100%;
	height: 640px;
	margin: 0;
	background-image: url('/upload/startbild_smartphone_h.jpg');
	background-repeat: no-repeat;
    background-size: cover;
}
#startlogo_wrapper{
	background-image: url('/img/static/paper_background.jpg');
	border-bottom: 3px solid #46292a;
}
#startlogo{
	width: 154px;
	height: 50px;
	background-image: url('/img/static/logo_start.png');
	background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
    top: 8px;
    z-index: 2;
}
#starter_logo_elements{
		width: 286px;
		height: 53px;
	    margin: 0 auto;
	    top: 15px;
}
#category_sobe_home{
	background-image: url('/img/static/category_sobe.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 14px;
    width: 59px;
    position: relative;
    margin: 0 auto;
    float: right;
    top: -16px;
}
#starticons_wrapper{
	width: 339px;
	margin: 10px auto 10px;
}
.starticons{
	width: 240px;
	margin: 6px;
	float: left;
}
.icon_bild{
	width: 120px;
	height: 120px;
	border-radius: 300px;
	background-repeat: no-repeat;
    background-size: cover;
    border: solid 2px #fff;
}
.starticons a:hover{
	box-shadow: 8px 10px solid #fff;
}
#icon_1{
	background-image: url('/upload/belica.jpg');
}
#icon_2{
	background-image: url('/upload/hisa-marica.jpg');
}
#icon_3{
	background-image: url('/upload/weingut.jpg');
}
.icon_text{
	margin-top: 3px;
	width: 170px
	text-align: center;
}
.icon_text a h1{
	color: #fff;
	font-size: 21px;
	font-family: 'Dancing Script', cursive;
	font-weight: 300;
	text-shadow: 0 0 5px #000;
}
.spacer_home{
	height: 400px;
}
/* STARTBILD END */
#down_button {
    height: 31px;
    width: 50px;
    background-image: url(/img/icons/down_fixed.png);
    position: fixed;
    bottom: 36px;
    right: 20px;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: contain;
    
}   
/* HEADERBAR START */
#top_container {
	height: 95px;
	/*position: fixed;*/
	z-index: 100;
	box-shadow: 0 10px 13px -18px #000;
	background-color: #fff;
}
#headerbar{
	height: 57px;
}
#logo_container_main {
    width: 250px;
    height: 27px;
    margin: 8px 0 7px 13px;
	z-index: 2;
}
#topLogoImage {
    background-image: url('/img/static/logo_top.png');
    background-repeat: no-repeat;
    background-size: contain;
	height: 32px;
	width: 121px;
}
#category_sobe {
	background-image: url('/img/static/category_sobe.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    width: 70px;
    margin: -15px 76px 0px 0px;
    float: right;
}
#language_headerbar{
	float: right;
	width: 80px;
	margin-right: 108px;
	margin-top: -61px;
}
#language {
    float: left;
    margin: 0 7px;
    width: 139px;
}
.language_line {
    float: left;
    width: 34px;
    line-height: 38px;
    color: #562b2d;
}
#header_requests{
	margin-top: -25px;
	float: left;
	margin-left: 15px;
}
#header_requests a{
	color: #fff;
}
#header_requests a:hover{
	color: #fff;
}
.anfragebutton{
	background-color: #5db443;
}
.anfragebutton:hover{
	background-color: #7bcd62;
}
.buchenbutton{
	color: #fff;
	background-color: #46292a;
	margin-right: 5px;
}
.buchenbutton:hover{
	background-color: #734445;
	color: #fff;
}
.btn{
	cursor: pointer;
	width: 100px;
	height: 24px;
	display: block;
	float: right;
	text-align: center;
	-webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    font-size: 13px;
    line-height: 24px;
    border-radius: 4px;
}
#tel_top {
	float: right;
	font-size: 14px;
	padding: 2px 5px 3px 5px;
}
#mail_top{
	float: right;
	padding: 6px 4px 3px 20px;
}
#youtube_top{
	display: none;
	float: right;
	padding: 10px 10px 3px 12px;
}	
#header_fb{
	float: right;
	padding: 4px 9px 4px 5px;
}
#topmenu {
}
/* Topmenu START */

.slicknav_icon-bar{
	display: block;
	background-color: #3a6d07;
	width: 24px;
	height: 3px;
	border-radius: 3px;
}
.slicknav_icon-bar + .slicknav_icon-bar { 
	margin-top: 5px; 
}
#menu-button{
	cursor: pointer;
	font-size: 17px;
	color: #b7d472;
	background-color: #fff;
	border: none;
	position: absolute;
	top: -41px;
	right: 20px;
}

#topmenu {padding: 0; margin: 0; border: 0;}
#topmenu ul#responsive_menu, #topmenu #responsive_menu li {list-style: none; margin: 2px 0px 0 0px;}
#topmenu #responsive_menu li li {margin: 0 0 0 0;}
#topmenu ul#responsive_menu {position: relative; }
#topmenu ul#responsive_menu li { float: left; min-height: 1px; vertical-align: middle;}
#topmenu ul#responsive_menu li.hover,
#topmenu ul#responsive_menu li:hover {position: relative; z-index: 599; cursor: default;}
#topmenu ul#responsive_menu ul {
    visibility: hidden;
    opacity:0;    
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
    height: 0;
    transition: height ease 1s;
    overflow: hidden;
}
#topmenu ul#responsive_menu ul li {float: none;}
#topmenu ul#responsive_menu ul ul {top: 0; left: auto; right: -99.5%; }
#topmenu ul#responsive_menu li:hover > ul {
    visibility:visible;
    opacity:1;
    transition-delay:0s;
    background: #f1e8d7;
    overflow: visible;
}
#topmenu ul#responsive_menu ul {bottom: 0; left: 0;}
#topmenu ul#responsive_menu ul {margin-top: 0; }
#topmenu ul#responsive_menu ul li {font-weight: normal;}
#topmenu a { line-height: 1em; text-decoration: none; margin: 0 10px 10px 0; }
#topmenu > ul { display: inline-block; }
#topmenu:after, #topmenu ul#responsive_menu:after {
    content: '';
    display: block;
    clear: both; 
}
#topmenu ul#responsive_menu ul li {
	margin-left: -30px;
}

#topmenu ul {
    /*text-transform: uppercase;*/
}
#topmenu ul#responsive_menu ul {
    padding-top: 1px;
    text-transform: none;
    width: 190px; 
    padding-left: 15px;
}
#topmenu ul#responsive_menu ul a {
    background: #46292a;
    line-height: 150%;
    padding: 5px 20px 5px 30px;
	width: 190px;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
}
#responsive_menu li:nth-child(2) > ul li a {
	width: 300px !important;
}
#responsive_menu li:nth-child(3) > ul li a {
	width: 236px !important;
}
#topmenu ul#responsive_menu ul li:first-child {
    padding-top: 1px;
}
#topmenu ul#responsive_menu ul ul { border-top: 0 none; }
#topmenu ul#responsive_menu ul li { position: relative;}
#topmenu > ul > li > a { line-height: 48px;  }
#topmenu ul#responsive_menu ul li:first-child > a {border-top: 0px solid #222; }
#topmenu ul#responsive_menu ul li > a:hover { background: #fbf6f2; color: #46292a; transition-duration: 0.2s;}
#topmenu ul#responsive_menu ul li:last-child > a {
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px;
}
#topmenu ul#responsive_menu ul li:last-child:hover > a { border-radius: 0 0 5px 5px; }
#topmenu ul#responsive_menu ul li.has-sub > a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;   
 }
#mainLine ul li:nth-child(6) ul {
	margin-left: -29px; text-align: left; 
}
#topmenu a, #topmenu ul#responsive_menu ul a, #topmenu ul#responsive_menu li > a, #topmenu ul#responsive_menu li > a  {
    color: #fff;
    font-size: 13px;
}
#topmenu ul#responsive_menu li:hover > a, #topmenu ul#responsive_menu li.active > a {    
    color: #fff;
}
#topmenu ul#responsive_menu li.has-sub > a:after {
    content: '+';
    margin-left: 5px; 
}
#topmenu ul#responsive_menu li.last ul {
    left: auto;
    right: 0; 
}
#topmenu ul#responsive_menu li.last ul ul {
    left: auto;
    right: 99.5%;
}
#mainLine {
    float:right;
}
#background_menubar_top {
	height: 47px;
	position: relative;
}
#topmenu #mainLine {
}
#topmenu #mainLine > ul > li{
    padding:  0;    
}
#topmenu #mainLine > ul > li:hover{
    height: 100%;
}
#topmenu #mainLine > ul > li > a{ 
    height: 41px;
    line-height: 41px;
}

#topbar_topnav {   
   margin: 23px 0 0 -8px;      
}

#topbar_topnav_item {
    float: right;    
    padding: 0 5px;
    margin: 0 280px 0 0;
}
#topbar_topnav_item a, #language {    
    font-weight: 300;    
    color: #f6a521;
    font-size: 12px;
}
#topbar_topnav_item a {
    line-height: 20px;
}
#subnavigation1 {
    border: solid yellow 0px;
    text-align: left;
    line-height: 30px;
    font-size: 13px;
    margin-left: 10px;
    
}
#top_right_container{
	height: auto;
    line-height: normal;
    padding-top: 15px;
    margin-left: 15px;
    float: right;
    font-size: 12px;
}
#top_left_container {
	display: none;
}
.top_right_link {
	display: none;
}
.top_right_link_image {
    float: left;
    /*height: 30px;*/
}
.top_right_link_text {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    color: #661314;
    display: block;
}
.top_right_link_text:hover {
    color: #f6a521;    
}
#language_flag_header {
    padding-top: 5px;
}
#languagepanel {
    display: none;
    z-index: 1000;
    position: absolute;        
    border-radius: 0 0 5px 5px;    
    background-color: #f1e7d2;
    width: 140px;
}
#languagepanel .language_line, #languagepanel .language_line a{
    line-height: 30px;
    height: 30px;
    display: block;
    color: #661314;
    font-size: 14px;
    font-weight: 400;    
}
#languagepanel .language_line {
    padding: 0 10px;
    line-height: 40px;
    width: 150px;
}
#languagepanel .language_line:hover, #languagepanel .language_line:hover span {
    background-color: #661314;
    color: #3a6d07;
}
.language_line a span{
	color: #c0c0c0;
}
#languagepanel .language_line:last-child {
    border-radius: 0 0 5px 5px;
}
.navigation_text {
    font-size: 14px;
    float: left;
    font-weight: 400;
    color: #46292a;
    text-transform: uppercase;
}
.navigation_text:hover {
	color: #99182a;
}
ul#responsive_menu > li > a.navigation:hover .navigation_clip_left, ul#responsive_menu > li > a.navigation:hover .navigation_clip_right {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
ul.slicknav_nav > li .navigation_clip_left, ul.slicknav_nav > li .navigation_clip_right {
    display: none;    
}
ul.slicknav_nav > li .navigation_text {
    float: left;    
}
ul#responsive_menu > li .navigation_text { 
}

/* Topmenu END  */
/* HEADERBAR ENDE min-width 320 */

#page_container {
    width: 100%;
    z-index: 0;
    position: relative;
}
#background_content{
	background: url("/img/static/logo_background.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 3px;
	bottom: 2px;
	width: 117px;
	height: 200px;
	z-index: 1;
	opacity: 0.3;
}
.skd-widget .skd-widget-input-group-lg .skd-widget-form-control .skd-widget .skd-widget-input-group-lg .skd-widget-input-group-addon .skd-widget .skd-widget-input-group-lg .skd-widget-input-group-btn .skd-widget-btn {
    height: 46px;
    padding: 4px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
#seekda_content_wrapper{
	z-index: 30;
	width: 100%;
	height: 76px;
	padding: 18px 0 31px;
	margin-top: 93px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+32,6d0019+65,ffffff+65,ffffff+100 */
	background: #46292a;
}
#seekda_content{
	width: 95%;
	margin: 0 auto;
}
h1, h1 a.headLink {
	font-size: 32px;
}
#gallery_container {
	padding: 30px 0;
}
#gallery {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
#externalContentContainer {
    margin-top: 146px;
}
#listSubContainer {
    float: left;
    font-size: 13px;
    min-height: 370px;
    text-align: left;
    width: 100%;
    margin-top: 35px;
}
#listSubContainer_gallery {        
    border: dashed green 0px;
    float: left;
    font-size: 13px;    
    color: #FFFFFF;
    min-height: 370px;
    text-align: left;
    width: 95%;
    margin: 5px
}
#scriptBox {
    font-size: 0;
}
#body_container3 {
    width: 100%;
    position: relative;
    padding-top: 0px;
    /*background-image: url("/img/static/bg.jpg");*/
    background-attachment: fixed;
}
#background_body_container {
    min-height: 300px;
    padding-bottom: 20px;
    position: relative;
    background-image: url('/img/static/paper_background.jpg');
}
#logo_container_main, #topmenu {        
    height: 57px;
}
#responsive_menu {
    display: none;
}
#languagepanel {
	margin: 79px 0 0 -53px;
}
#navigation_container {
    display: none;
}
#background_overlay {
    width: 100%;
    min-width: 320px;
    position: absolute;
    z-index: -5;
}
#buchungsleiste {
	width: 100%;
	height: 40px;
	background-color: #661314;
	position: absolute;
	z-index: 1;
}
.ui-datepicker-trigger {
	margin: 12px  0 0 5px;
	height: 18px;
	width: 18px;
	float: right;
}
#mainQuick {
	margin: 0 auto;
	color: #f1e7d2;
}
#anfrage {
	float: right;
	width: 100%;		
}
.anfrage_text {
	font-size: 12px;
	font-weight: 400;
}
.anfrage_text {
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 8px 10px 0 15px;
}
#mein_urlaub {
	display: block;
}
#dater1, #dater2 {
	width: 71px;
	margin: 7px 0;
	height: 10px;
	padding: 6px;
}
#quickSubmit {
	float: right;
	margin: 7px 20px;
}
.dateHeadLeft {
	display: none;
}
.dateHeadLeft_right{
	display: none;
}
#ankunft, #abreise {
	display: none;
}
.vertical_spacer {
	height: 40px;
}
.vertical_spacer_home {
	height: 4px;
}

#go_down1, #go_down2, #go_down3, #go_top {
	height: 43px;
	width: 43px;
    display: block;
    margin: 0 auto;
    clear: both;    
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    position: relative;
}
#go_down1:hover,#go_down2:hover,#go_top:hover, #go_down3:hover {
    height: 43px;
    width: 43px;
}
#go_down1, #go_down2, #go_down3 {
    background-image: url('/img/down.png');
}

#go_top {
    background-image: url('/img/up.png');
    margin-bottom: 0px;
    margin-top: 15px;
    height: 31px;
	width: 43px;
}

/* Responsive min-width: 320px */

#normal_article_container {
	width: 100%;
	margin: 0 auto;
	min-height: 370px;
	position: relative;
	z-index: 1;
	background-color: rgba(256, 256, 256, 0.6);
	padding-top: 1px;
}
.link_item_logo {
	height: 120px;
}

/* Responsive min-width: 320px */

#breadcrumbs {
    font-size: 12px;
    color: #14657f;
    margin: 25px 0 25px 0px;
    font-weight: 400;
    position: relative;
    z-index: 3;
}
#breadcrumbs a{
    color: #717171;
    margin: 0 5px;
}
#breadcrumbs a:hover{
    color: #76a9db;    
}
#page_content {
    min-height: 300px;
    margin: 10px auto 0;
    width: 90%;
}

/* CATEGORY CONTAINER HOME start 320px */

#body_container2{
}
#news_title {
	font-family: 'Dancing Script', cursive;
	font-size: 50px;
    font-weight: 200;
    color: #99182a; 
    margin-top: 46px;
    margin-bottom: 20px;
    text-align: center;
}
#news_subtitle {
    font-size: 18px;
    color: #bb8d1b;
    margin-left: 20px;
}

/* CATEGORY CONTAINER HOME ende */
/* LISTE START */

#listElements .listElement {
    padding: 0px;
    float: left;
    width: 450px;
}
#inhalt_headContainer {
	float: left;
	margin-left: 0px;
	min-width: 93%;
	margin-top: 10px;
}
#inhalt_listelementfill {
	float: right;
	width: 520px;
}
#listElements .listElement.blog {
    width: 100%;
}
#listElements .listElementFill {
    box-shadow: 0 0 0 #3a3a3a;
}
#listElements .listElementFill {
    color: #661314;
}
#listElements .withPicture .listElementFill {
    color: #661314;
    border: 0px solid #3a3a3a;
}
#listElements .teaserContainer {
    float: left;
	width: 90%;
	margin-left: 0;
	height: 283px
}
.listElement.blog .teaserContainer {
    margin: 10px 0;
    width: 40%;
    float: right;
}
#listElements .textContainer {
    margin-top: 20px;
    width: 95%;
    display: none;
    float: left;
}
#listElements .teaserContainer p, #listElements .textContainer p, .dateContainer{
    /*color: #000;*/
    line-height: 1.5em;
}
.followLink a{
	background-color: #46292a;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.3);
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 900;
    height: 20px;
    padding: 6px 7px;
    text-shadow: 0 0 1px rgba(30, 30, 30, 0.2);
}
.btns_container_list_elements {
	float: right;
	height: 40px;
	width: 100%;
}
.followLink {
	float: right;
	top: 2px;
	right: 0;
	position: relative;
	margin-top: 8px;
	z-index: 2;
}
.followLink a.headLink {  
}
.followLink a:hover {
    background-color: #734445;
    color: #fff;
}
.rooms_anfrage {
	margin-right: 10px;
	float: left;
}
.rooms_anfrage a {
	background-color: #3a6d07;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.3);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    height: 16px;
    padding: 6px 18px;
    text-shadow: 0 0 1px rgba(30, 30, 30, 0.2);
    float: left;
    margin-bottom: 10px;
    line-height: 1.2em;
}
.rooms_anfrage a:hover {
    background-color: #489531;
    color: #FFFFFF;
    transition-duration: 0.2s;
}
.rooms_zuruck {
	margin-bottom: 10px;
}
.rooms_zuruck a {
	background-color: #46292a;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.3);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    height: 16px;
    padding: 6px 18px;
    float: left;
    margin-bottom: 41px;
    line-height: 1.2em;
}
.rooms_zuruck a:hover {
	background-color: #734445;
    color: #FFFFFF;
    transition-duration: 0.2s;
}
.spacer20 { 
    height: 40px;  
}
#listElements .teaserButton {
    width: 50px;
    cursor: pointer;
    float: right;
    margin-right: 15px;
    margin-top: 126px;
}

#listElements .teaserButton {
	margin-right: 10px;
	margin-top: 0;
}

.verfuegbarkeit_liste{
	position: relative;
	float: left;
	top: 9px;
	z-index: 3;
}
.seekda_verfuegbarkeit a{
	color: #fff;
	font-size: 11px;
	padding: 5px 11px 5px;
	border-radius: 3px;
	background-color: #46292a;
	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.3);
	font-weight: 900;
	white-space: nowrap;
}
.verfuegbarkeit_room{
	margin: -2px 10px 10px 0px;
	float: left;
}
.verfuegbarkeit_room a{
	color: #fff;
	font-size: 14px;
	padding: 5px 17px 5px;
	border-radius: 3px;
	background-color: #46292a;
	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.3);
	font-weight: 700;
}

.seekda_verfuegbarkeit a:hover, .verfuegbarkeit_room a:hover{
	background-color: #734445;
}

.imageContainer, .listLogo .listLogoVino {
    width: 100%;
    height: 100%;
}
.listElement.blog .imageContainer {
    width: 285px;
    height: 188px;
    /*float: left;*/
}
.headContainer {       
    text-align: left;
    float: left;
	margin-left: 0px;
	width: 93%;
}
.headContainer h1 a{       
    font-family: 'Handlee', cursive;
    font-size: 24px;
}
.headContainer h1 a: hover{       
    color: #801e1f;
}

/* LISTE ENDE */

/* LISTE GALERIE start 320px */

#listElements_gallery .listElement_gallery {
    padding: 0px;
    float: left;
    width: 450px;
    position: relative;
}

.inhalt_headContainer_gallery {
	/*position: absolute;
	bottom: 20%;
	right: 0;
	left: 0;*/
}
#listElements_gallery .listElement_gallery.blog {
    width: 100%;
    margin-bottom: 10px;
}
#listElements_gallery .listElementFill_gallery {
    box-shadow: 0 0 0 #3a3a3a;
}
#listElements_gallery .listElementFill_gallery {  
}
#listElements_gallery .withPicture .listElementFill_gallery {
    border: 0px solid #3a3a3a;
}
.listElement_gallery.blog .teaserContainer_gallery {
    margin: 5px 0 10px 12px;
    width: 90%;
}
#listElements_gallery .textContainer_gallery {
    margin: 10px;
    width: 95%;
    display: none;
    float: left;
    min-height: 112px;
	clear: both;
	overflow: auto;
}
#listElements_gallery .teaserContainer_gallery p, #listElements_gallery .textContainer_gallery p, .dateContainer{
    color: #414141;
    font-size: 14px;
}

#listElements_gallery .teaserButton {
    width: 50px;
    cursor: pointer;
    float: right;
    margin-right: 15px;
}
.imageContainer_gallery, .imageContainerVino .listLogo .listLogoVino {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.imageContainer_gallery {
    height: 150px;
}
.listElement_gallery.blog .imageContainer_gallery {
    width: 290px;
    height: auto;
    float: left;
}
.hr_list_gallery {
	width: 95%;
}
.headContainer_gallery {       
    text-align: left;
	margin-left: 12px;
	float: left;
}

#inhalt_headContainer h1 {
	font-size: 25px;
	float: left;
}
.arrow_list{
	background-image: url('/img/static/arrow_list.png');
	background-size: contain;
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 1000;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}
#listElements_gallery .teaserContainer_gallery {
	display: none;
	clear: both;
}
.list_contentwarpper{
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dateContainer {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 35px;
    text-align: right;
    margin-right: 20px;
}
.imageContainer_gallery{
	float: left;
	width: 100%;
	min-width: 150px;
}
.headContainer_gallery h1 a.specialHeadLink, .articleLink  a {
    color: #fff;
    font-size: 22px;
    text-shadow: 1px 1px 3px #000;
}

.headContainer_gallery h1 a.specialHeadLink:hover, .articleLink  a:hover {
    color: #ddd;
}

/* LISTE GALERIE ENDE 320px */

.dateContainer {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 35px;
    text-align: right;
    margin-right: 20px;
}
.imageContainer{
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}
.headContainer h1 a.specialHeadLink, .articleLink  a {
    color: #562b2d;
    font-size: 22px;
    font-family: 'Dancing Script', sans-serif;
}
.headContainer h1 a.specialHeadLink:hover, .articleLink  a:hover {
    color: #78383b;
}
#contactForm1, #contactForm2 {    
    position: relative;    
    z-index: 3;
    padding: 10px;
}
#contactForm1, #contactForm2, #contactForm1 a, #contactForm2 a {
    color: #ffffff;
    font-size: 16px;
}
#contactForm1 a:hover, #contactForm2 a:hover {
    color: #f67110;
}

#contactForm1 {
    float: left;
    width: 240px;
    margin-top: -245px;
    background-color: rgb(82, 82, 82);
    background-color: rgba(82, 82, 82, 0.8);
}
#contactForm2 {
    float: left;
    width: 240px;
    margin-top: -90px;
    background-color: rgb(0, 138, 157);
    background-color: rgba(0, 138, 157, 0.8);
}

/* Responsive min-width: 320px */

#slideCaptionInnerContainer {
    width: 90%;
    margin: 328px auto 0;
}
#slideInfoTitle {
	font-family: "Dancing Script", cursive;
    font-size: 40px;
    margin-top: 5px; 
}   
#slideInfoSubtitle {
    font-size: 15px; 
}
#slideInfoLink a {
    font-size: 11px;
    padding: 5px 0 5px 0;
}
#slideInfoTitle, #slideInfoSubtitle {
    color: #fff;
    display: inline-block;
    clear: both;
    float: none; 
    text-align: center;
    width: 100%; 
    margin: 8px auto;
}
#slideInfoLink, #slideInfoLink a{
	color: #fff;
    display: inline-block;
    float: none;
    clear: both; 
    text-align: center;
	width: 100px;
	margin: 0 auto;
}
#slideInfoLink {
    text-align: center;
	width: 114px;
	position: absolute;
	left: 50%;
	margin-left: -57px;
	top: 250px;
}

/* Booking START */

.dateBodyLeft {
    width: 110px;
    margin: 5px auto;      
}
#bookForm .dateBodyLeft {
    width: 50%;
    margin: auto;      
}
.error {
    color: #cc6600;
}
#bookingMessage span {
    font-size: 16px;
}
#bookingMessage span.successBooking {    
    color: #33AA44;
}
#bookForm {
    clear: both;
}
#bookForm img.ui-datepicker-trigger {
    margin: 13px -37px;
}
#bookForm label.invalid {
    color: #AA2222;
}
#bookForm input.invalid, #bookForm input[type='checkbox'].invalid, #bookForm select.invalid {
    border: 1px solid #DD2222;
    background-color: #FFDDDD;
}
#bookForm > form > fieldset > div.oneHalf {
	width: 100%;
}
#bookForm > form > fieldset > div.twoThirds {
	width: 90%;
}
#timeLabel {
    margin-top: 20px;
}
#time {
    width: 110px;
    margin: 10px auto;
    display: block;
    text-align: center;
}
.bookFormTypeLabel {
    font-size: 20px;
    display: inline-block;
    color: #f67110;
    margin: 10px 20px 12px 5px;
}
/* Booking END */

/********* Special Table Styling START *******/
.priceTable {
    margin: 20px auto;
    border-collapse: collapse;
    text-align: right;
    word-break: break-word;
}
.priceTable td{
    padding: 0 10px 0 10px;
    color: #494949;
    font-family: 'Oxygen',sans-serif;
    font-size: 11px;
    font-weight: 300;
    height: 30px;
}
.priceTable td:first-child {
    text-align: center; 
}
.priceTable tr:first-child td{
    background-color: #f1e7d2; 
}

.priceTable td:nth-child(2){
    padding: 0 2px !important;
}

.priceTable tr:nth-child(3n+3) td:first-child {
   
}
.priceTable tr td:last-child {
	display: none;
}
/*borders*/
.priceTable tr:nth-child(3n+3) td:nth-child(n+2), .priceTable tr:nth-child(3n+4) td:nth-child(n+2) {
    border-left: solid 1px rgba(102,19,20,0.50);
}
.priceTable tr:nth-child(3n+3) td {
    border-top: solid 1px rgba(102,19,20,0.50);
    border-bottom: solid 1px rgba(102,19,20,0.50);
}
.priceTable tr:nth-child(3n+4) td{
    border-bottom: solid 1px rgba(102,19,20,0.50);
}
.priceTable tr:nth-child(3n+3) td:first-child, .priceTable tr:nth-child(3n+4) td:first-child {
    border-left: solid 1px #BB8D1B;    
}
.priceTable tr:nth-child(3n+3) td:last-child, .priceTable tr:nth-child(3n+4) td:last-child {
    border-right: solid 1px rgba(102,19,20,0.50);
}

/*1*/
.priceTable tr:nth-child(3n+3) td:first-child, .priceTable tr:nth-child(3n+4) td:first-child {
    background-color: #f1e7d2;
    width: 75px;
}
.priceTable tr:nth-child(3n+3) td:nth-child(n+2), .priceTable tr:nth-child(3n+4) td:nth-child(n+2) {
    background-color: #FAF5EC;
}
.priceTable tr:nth-child(2) td{    
    height: 10px;
}
.priceTable tr:hover:nth-child(3n+3) td:nth-child(n+2), .priceTable tr:hover:nth-child(3n+4) td:nth-child(n+2){    
    background-color: #661314;
    color: #f1e7d2;
}
.priceTable tr:hover:nth-child(3n+3) td:nth-child(n+3), .priceTable tr:hover:nth-child(3n+4) td:nth-child(n+3){    
    border-left: solid 1px #f1e7d2;
}
.offerTable {
    margin: 20px auto;
    border-collapse: collapse;
    text-align: right;
    width: 100%;
}
.offerTable td{
    padding: 0 10px 0 10px;
    color: #494949;
    font-family: 'Oxygen',sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 30px;
}
.offerTable td:first-child {
    text-align: left; 
}
.offerTable tr:first-child td{
    background-color: #F4E3C1; 
}
.offerTable tr:nth-child(n+3) td:nth-child(n+2) {
    border-left: solid 1px rgba(102,19,20,0.50);
}
.offerTable tr:nth-child(2n+3) td {    
    background-color: #EFE3CC;
}
.offerTable tr:nth-child(2n+4) td {    
    background-color: #FAF5EC;
}
.offerTable tr:nth-child(2) td{    
    height: 10px;
    line-height: 10px;
}
.offerTable tr:hover:nth-child(n+3) td{    
    background-color: #661314;
    color: #f1e7d2;
}
.offerTable tr:hover:nth-child(n+3) td:nth-child(n+2){    
    border-left: solid 1px #f1e7d2;
}
/********* Special Table Styling END *******/

#submenu_home_wrapper{
	width: 280px;
	margin: 20px auto 0;
}
#submenu_home{
	width: 280px;
	float: left;
	margin: 0 0px 50px 0px;
	position: relative;
	z-index: 2;
}
.submenu_img{
	margin-top: 0;
	position: relative;
	z-index: -1;
	width: 280px;
	height: 160px;
}
.box_inner_wrapper{
	width: 84%;
	height: 95px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	margin-top: -143px;
}
.submenu_home_anreissertext{
	display: none;
}
.box_inner_wrapper a{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Courgette', sans-serif;
	text-shadow: 2px 2px 3px #000;
}
.box_inner_wrapper a:hover{
	color: #a9e0ee;
}

.box_inner_wrapper p{
	color: #fff;
	font-size: 15px;
}
.btn_boxen{
	background-color: #e98105;
	color: #fff;
	font-size: 17px !important;
	padding: 3px 10px;
	border-radius: 3px;
	font-weight: 600 !important;
}
.btn_boxen:hover{
	background-color: #f6a521;
}
#zimmertext{
	float: left;
	width: 100%;
}
#zimmerdetails_container{
	margin-bottom: 25px;
}
#zimmerdetails, #grad {
	min-width: 206px;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}
#zimmerdetails h6 {
	margin-bottom: 10px;
}
#zimmerplan {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}
#grad {
	height: 65px;
}
#grad h6 {
	line-height: 65px;
}
#grad a img {
	float: right;
}
/* room.tpl Anfang*/

.plaene{
	margin-top: 20px;
}
.plaene img{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}
.room_content_text{
}

/*FOOTER ANFANG Responsive min-width: 320px*/
.gotop{
	background-image: url("/img/static/paper_backgroung.jpg");
}
#greenkey {
	width: 150px;
	position: relative;
	margin: 90px auto;
}
#logo_greenkey {
	background-image: url(/img/static/greenkey.png);
    width: 150px;
    height: 192px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: right;
    margin-top: -49px;
	margin-bottom: 32px;
}
#text_greenkey {
	line-height: 63px;
}


#social_container {
	background-color: #f1e8d7;
	height: 46px;
	right: 0;
	position: relative;
	width: 100%
}
#social_buttons {
	width: 300px;
	float: right;
	padding-right: 15px;
}

#map_wrapper{
	height: 256px;
	width: 100%;
	margin: 0 auto;
}
#google_map{
	height: 256px;
	width: 100%;
	background-image: url("/img/static/google-map.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#footer_map_icons{
	width: 240px;
	margin: 0 auto;
}
.map_link {
	width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 2px solid #fff;
	box-shadow: 0 5px #0b9bbe;
    bottom: 30px;
    margin: 0 8px 25px 8px;
    position: relative;
    z-index: 5;
    float: left;
}
#language_footer{
	margin-right: 25px;
	margin-top: 10px;
}
#footer_wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
}
#footer_logo {
	background-image: url("/img/static/logo_footer.png");
	width: 82px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}
.footer_title {
	font-weight: 400;
	color: #ebd8cb;
	padding: 7px 0 5px 0;
}
#footer_text{
    padding: 5px 0;
    color: #828e96;
    font-size: 13px;
    line-height: 25px;
    width: 200px;
    height: 160px;
}
#footer_text_bottom {
	margin-left: 15px;	
	margin-top: 10px;
	float: left;
	color: #fff;
	line-height: 25px;
	font-size: 18px;
}
#footer_text_bottom a{
	font-size: 18px;
	color: #ebd8cb !important;
}
#footer_tel {
    height: 21px;
    width: 21px;
    margin-right: 3px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center; 
    background-image: url("/img/icons/phone.png");
}
#footer_mail {
    height: 20px;
    width: 21px;
    margin-right: 3px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center; 
}
#footer_text{
    padding: 5px 0;
    color: #ebd8cb;
    font-size: 14px;
    line-height: 19px;
    width: 250px;
    height: 70px;
    margin-right: 25px;
}
#footer_text_kontakt{
	height: 50px;
	width: 280px;
	padding: 5px 0;
	line-height: 19px;
}
#footer_text_kontakt a{
	font-size: 14px;
}
#footer_adresse{
	margin-left: 15px;
	width: 215px;
}
#footer_links, .footer_text {
    color: #ebd8cb;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: right;
}
#footer_links, .footer_text:hover {
	color: #bbd2a6;
}
#footer_wrapper a{
	color: #ebd8cb;
	line-height: 19px;
}
#footer_wrapper a:hover{
    color: #bbd2a6;
}
#footer_links {
	display: none;
	margin-left: 15px;
	height: 120px;
	z-index: 500;
}
#footer_links a {
	color: #ebd8cb;
}
#login{
	margin-top: 70px;
}
#login_container {
	float: left;
	clear: left;
	margin: 10px 0px 9px 15px;
	padding-top: 20px;
}
#login_container a, #login_container p{
	color: #ebd8cb;
	font-size: 13px;
}
#login_container a:hover{
	color: #bbd2a6;
}
.link_item {
	height: 150px;
	float: left;
}
#footer_bottom {
	background-color: #f5f5f5;
	width: 100%;
	height: 82px;
}
#footer_farbe{
	height: 20px;
	background-color: #12b0d7;
}
#footer_container {
	height: 305px;
	clear: both;
	padding-top: 1px;
	background: #46292a; /* Old browsers */
	background: -moz-linear-gradient(top,  #734143 15%, #46292a 53%, #46292a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #734143 15%,#46292a 53%,#46292a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #734143 15%,#46292a 53%,#46292a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#734143', endColorstr='#46292a',GradientType=0 ); /* IE6-9 */
}
#footer_wrapper {
	height: 110px;
}
#copyright_container {
	float: right;
	clear: left;
	margin: 10px 0px 0 0;
}

/*FOOTER ENDE Responsive min-width: 320px*/

/* Responsive END min-width: 320px */


@media all and (min-width: 480px)  {

		
	/* HEADERBAR START min-width: 480px */
	
	#logo_container_main, #topmenu {
    height: 19px;
	}
	#language_headerbar {
    	float: right;
    	width: 80px;
    	margin-right: 108px;
    	margin-top: 10px;
	}
	#header_requests {
    	margin-top: 12px;
    	float: left;
    	margin-left: 15px;
	}
	
	/* HEADERBAR ENDE */
	
	/* STARTBILD START 480px */
	
	#startbild{
		height: 724px;
		margin: 0;
    	background-image: url(/upload/startbild_smartphone_h_480.jpg);
    	background-repeat: no-repeat;
    	background-size: cover
	}

	#starticons_wrapper{
		width: 470px;
		margin: 3px auto;
	}
	.starticons{
		width: 240px;
		margin: 5px;
	}
	.icon_bild{
		width: 160px;
		height: 160px;
	}
	.icon_text{
		margin-top: 21px;
	}
	.spacer_home{
		height: 624px;
	}
	
	/* STARTBILD END 480px*/
	
	h1, h1 a.headLink {
		font-size: 32px;
	}
	#go_down1, #go_down2, #go_top {
	
	}
	#go_down2 {
	}
	#news_title {
		font-size: 50px;
		margin-top: 15px;
	}
	#main_title {
	    width: 50%;
	    float: right;
	    height: 50px;
	}
	#main_title1 {
	    font-size: 17px;
	}
	#main_title2 {
	    font-size: 14px;
	}
	#main_text {
	    width: 50%;
	    clear: right;
	    /*height: 250px;*/
	    float: right;
	}	
	
	/* Responsive min-width: 480px */
	
	#listSubContainer {
		width: 94.444384%;
	}
	#listSubContainer {
		margin: 23px 0;
	}
	.listElement.blog .imageContainer {
		width: 340px;
		height: 224px;
		margin-right: 10px;
	}
	#inhalt_headContainer {
		float: left;
		margin-left: 0;
		min-width: 0;
		width: 80%;
	}
	.headContainer {
		margin-left: 0;
		width: 100%;
	}
	#listElements .teaserContainer {
		float: left;
		width: 100%;
		margin-left: 0;
		height: 100%;
		min-height: 94px;
	}
	.teaser_container {
		min-width: 50px;
		width: 100%;
	}
	#listElements .listElement.blog {
		width: 100%;
	}
	#listElements .teaserButton {
		margin-right: 10px;
		margin-top: 0;
	}	
	.followLink {
		float: right;
		right: auto;
		top: auto;
		position: relative;
		margin-top: 15px;
	}
	.verfuegbarkeit_liste{
		position: absolute;
		top: auto;
		right: 153px;
		left: auto;
		bottom: 66px;
		float: left;
	}
	.seekda_verfuegbarkeit a{
		font-size: 14px;
	}
	.followLink a{
	    font-size: 14px;
	    height: 20px;
	    padding: 5px 14px;
	}		
	#gallery {
	    margin: 0 auto;
	}
	.rooms_zuruck {
		margin-bottom: 20px;
		float: left;
	}
	#category_container {
	    width: 480px;
	}
	.priceTable tr td:last-child {
		display: table-cell;
	}
	
	/* LISTE GALERIE start 480px */
	
	#listSubContainer_gallery {
		width: 94.444384%;
	}
	#listSubContainer_gallery {
		margin: 23px;
	}
	.listElement_gallery.blog .imageContainer_gallery {
		width: 300px;
		height: 197px;
		margin-right: 20px;
	}
	.imageContainer_gallery, .listLogo .listLogoVino {
		width: 100%;
		height: auto;
    	overflow: hidden;
	}
	.inhalt_headContainer_gallery {
	}
	.headContainer_gallery {
	}
	#listElements_gallery .teaserContainer_gallery {
	}
	.teaser_container_gallery {
		min-width: 50px;
		width: 100%;
	}
	#listElements_gallery .listElement_gallery.blog {
		width: 100%;
	}
	#listElements_gallery .teaserButton {
		margin-right: 10px;
		margin-top: 0;
	}
	
	/* LISTE GALERIE end 480px */
	
	/*FOOTER ANFANG Responsive min-width: 480px*/
	
	#footer_links {
		margin-left: 15px;
		margin-top: 0px;
	}
	#social_container {
		background-color: #f1e8d7;
		height: 46px;
		right: 0;
		position: relative;
		width: 100%
	}
	#social_buttons {
		width: 300px;
		float: right;
		padding-right: 15px;
	}
	#login_container {
		margin: 12px 0px 9px 15px;
	}
	#footer_container {
		height: 305px;
	}
	#footer_wrapper {
		height: 110px;
	}		
	#google_maps a {
		position: absolute;
		float: none;
	}
	#copyright_container {
	    float: right;
	    clear: left;
	    margin: 10px 0 0;
	}
	#footer_logo {
		width: 120px;
		height: 86px;
		margin-right: 15px;
		margin-top: 26px;
	}
	
	/*FOOTER ENDE Responsive min-width: 480px*/
	
	/* FORMULAR START */
	
	#form_titel h1{
		font-size: 20px;
		color: #fff;
		padding: 8px;
		padding-left: 55px;
	}
	#form_titel {
		width: 100%;
		height: 42px;
		margin-bottom: 15px;
	}
	#bookForm > form > fieldset > div.oneHalf {
		width: 50%;
	}
	#bookForm > form > fieldset > div.oneHalf {
		width: 50%;
	}
	
	/* FORMULAR ENDE */

}

/* Responsive END min-width: 480px */

@media all and (min-width: 640px) {

	/* STARTBILD START */
	
	#startbild{
		width: 100%;
		height: 388px;
		margin: 0;
		background-image: url('/upload/startbild_smartphone_v.jpg');
		background-repeat: no-repeat;
	    background-size: cover;
	}
	#startlogo_wrapper{
		background-image: url('/img/static/paper_background.jpg');
		border-bottom: 3px solid #46292a;
	}
	#startlogo{
		width: 141px;
		height: 46px;
		background-image: url('/img/static/logo_start.png');
		background-repeat: no-repeat;
	    background-size: contain;
	    position: relative;
	    margin: 0 auto;
	    top: 4px;
	    z-index: 2;
	}
	#starticons_wrapper{
		width: 668px;
		margin: 71px auto;
	}
	.starticons{
		width: 180px;
		margin: 13px;
		float: left;
	}
	.icon_bild{
		width: 115px;
		height: 115px;
		border-radius: 300px;
		background-repeat: no-repeat;
	    background-size: cover;
	    border: solid 2px #fff;
	}
	.starticons a:hover{
		box-shadow: 8px 10px solid #fff;
	}
	#icon_1{
		background-image: url('/upload/belica.jpg');
	}
	#icon_2{
		background-image: url('/upload/hisa-marica.jpg');
	}
	#icon_3{
		background-image: url('/upload/weingut.jpg');
	}
	.icon_text{
		margin-top: 3px;
		width: 170px
		text-align: center;
	}
	.icon_text a h1{
		color: #fff;
		font-size: 20px;
		font-family: 'Dancing Script', cursive;
		font-weight: 300;
		text-shadow: 0 0 5px #000;
	}
	.spacer_home{
		height: 400px;
	}
	
	/* STARTBILD END */
	
	/* HEADERBAR START min width 640 */
	
	#headerbar{
		height: 75px;
		/*border-bottom: solid 1px #d4e3f1;*/
	}
	
	#logo_container_main, #topmenu {
    	height: 35px;
    }
    
    /*#topLogoImage {
	    background-image: url(/img/static/logo_top.png);
	    background-repeat: no-repeat;
	    background-size: contain;
	    height: 27px;
	    width: 121px;
	}*/

	#language_headerbar{
		float: right;
		width: 80px;
		margin-right: 107px;
		margin-top: 18px;
	}
	#language {
	    float: left;
	    margin: 0 7px;
	    width: 139px;
	}
	.language_line {
	    float: left;
	    width: 34px;
	    line-height: 38px;
	    color: #562b2d;
	}	
	
	#header_requests{
		position: static;
	    margin-top: -4px;
	    margin-left: 16px;
	    float: left;
	}
	#buttons_headerbar{
		float: right;
	}
	#header_fb{
		padding: 4px 10px 3px 7px;
	}
	#tel_top {
    	padding: 3px 7px 3px 8px;
	}
	#mail_top{
		padding: 6px 10px 3px 12px;
	}
	#youtube_top{
		display: block;
		    padding: 0px 10px 3px 12px;
	}
	.btn{
		width: 119px;
	    height: 28px;
	    display: block;
	    float: right;
	    -webkit-transition-duration: 0.2s;
	    transition-duration: 0.2s;
	    font-size: 13px;
	    line-height: 28px;
   }
	#menu-button {
	    cursor: pointer;
	    font-size: 17px;
	    color: #b7d472;
	    background-color: #fff;
	    border: none;
	    position: absolute;
	    top: -52px;
	    right: 20px;
   }
	/* HEADERBAR ENDE 640px */
	
	#down_button {
		height: 31px;
	    width: 50px;
	    background-image: url('/img/icons/down_fixed.png');
	    position: fixed;
	    bottom: 36px;
	    right: 20px;
	    z-index: 1000;
	    background-repeat: no-repeat;
    	background-size: contain;
	}
	#down_button:hover{
		cursor: pointer;
	}



}

/* Responsive START min-width: 720px */

@media all and (min-width: 720px) {
    
	#top_container, #body_container1, #news_article_container, #footer_wrapper, #slideCaptionContainer, #background_menubar_top, #background_body_container, #footer_container, #topmenu, #mainQuick, #listMainContainer, #listElements {
    	width: 100%;
	}
	
	#top_container, #body_container1, #news_article_container, #footer_wrapper, #slideCaptionContainer, #background_menubar_top, #background_body_container, #topmenu, #mainQuick, #listMainContainer {
	    width: 100%;
	}
	#background_body_container{
		padding-bottom: 25px;
	}
	#page_content {
	    width: 95%;
	    line-height: 1.6em;
	}
	
	
	#top_container {
		background: rgba(255, 255, 255, 1);
		/*background-image: url('/img/static/paper_background.jpg');*/
		z-index: 6;
	}
	#top_container_center{
		width: 90%;
		margin: 0 auto;
	}
	/*h1, h1 a.headLink, h1 em {
		font-size: 53px;
		line-height: 1.3em;
	}
	h2 {
	    font-size: 28px;
	}
	h3 {
	    font-size: 34px;
	}*/
	
	.oneHalfForm {
	    float: left;
	    width: 50%;    
	}
	.rightResize720 {
	    float: right;
	    clear: none;
	}    

	/* HEADERBAR START min width 720 */
	
	#header_requests{
		position: static;
	    margin-top: 40px;
	    margin-left: -251px;
	    float: left;
	}
	
	/* HEADERBAR ENDE 720px */
	/* 
	 #logo_container_main {
	    width: 140px;
	    margin: 0;
	    top: 0;
	}
	 
	 #background_menubar_top {
		margin-top: 8px;
		height: 47px;
	}
	 #topLogoImage {
		background-image: url('/img/static/logo_top.png');
		height: 64px;
    	width: 175px;
    	margin-left: 10px;
    	margin-top: 7px;
	}
	#menu-button{
		display: none;
	}
	#language_headerbar{
		margin-right: 10px;
		margin-top: 0;
	}
	#topmenu {
	}
	#topmenu a {
		line-height: 0;
		text-decoration: none;
		margin: 0 10px 10px 0;
	}
	#topmenu ul#responsive_menu a {    
	    padding: 0 0px; 
	}
	#languagepanel {
	    margin: 79px 0 0 -53px;
	}
	#language {
		margin: 0 7px;
	}
	#responsive_menu {
	    display: block;
	}*/
	/* Responsive min-width: 720px */
	
	.navigation_text {
	    font-size: 13px;
	}
	#seekda_content_wrapper{
		margin-top: 0px;
	}
	#body_container3 {
	    padding-top: 0px;
	    position: relative;
	    width: 100%;
	}
	#background_content{
		width: 176px;
		height: 460px;
	}
	#anfrage {
		float: right;
		width: 520px;
	}
	.ui-datepicker-trigger {
		margin: 12px  0 0 5px;
		height: 18px;
		width: 18px;
		float: right;
	}
	#dater1, #dater2 {
		width: 71px;
		margin: 7px 0;
		height: 10px;
		padding: 6px;
	}
	.dateHeadLeft {
		width: 115px;
		float: left;
		display: block;
	}
	.dateHeadLeft_right {
		width: 115px;
		float: left;
		display: block;
	}
	#breadcrumbs {
		margin: 0px 0 25px 21px;
		width: 100%;
		position: relative;
	}
	
	#slideCaptionInnerContainer {
	    margin: 490px auto 0 auto;
	}
	#slideInfoTitle {
	    font-size: 56px; 
	    margin-top: 10px; 
	}   
	#slideInfoSubtitle {
	    font-size: 16px;  
	}
	#slideInfoLink a {
	    font-size: 14px;
	}	
	#slideInfoTitle, #slideInfoSubtitle {
	    color: #fff;
	    display: inline-block;
	    clear: both;
	    float: none; 
	    text-align: center;
	    width: 100%; 
	    margin: 0 auto;
	}
	#slideInfoTitle{
		margin-bottom: 25px;
	}
	#slideInfoLink, #slideInfoLink a{
		color: #fff;
	    display: inline-block;
	    float: none;
	    clear: both; 
	    text-align: center;
		width: 100px;
		margin: 0 auto;
	}
	#slideInfoLink {
		color: #fff;
	    display: inline-block;
	    clear: both; 
	    text-align: center;
		width: 114px;
		position: absolute;
		left: 50%;
		margin-left: -57px;
		top: auto;
		bottom: 16px;
	}

	/* Responsive min-width: 720px */
	
	/* SUBMENÜ START */
	
	#submenu_home_wrapper{
		width: 700px;
		margin: 20px auto 0;
	}
	#submenu_home{
		width: 325px;
		float: left;
		margin: 0 7px 50px 7px;
	}
	.submenu_img{
		margin-top: 0;
		position: relative;
		z-index: -1;
		width: 325px;
		height: 186px;
	}
	.submenu_home_anreissertext{
		display: block;
	}
	.box_inner_wrapper{
		width: 90%;
		height: 0px;
		margin: 1px auto 0;
		padding: 5px 15px 26px;
		position: relative;
	}	
	.box_inner_wrapper a{
		font-size: 18px;
		color: #0080a9;
		text-shadow: none;
	}
	.box_inner_wrapper a:hover{
		color: #12b0d7;
	}
	
	.box_inner_wrapper p{
		color: #fff;
		font-size: 15px;
	}	
	.btn_boxen{
		background-color: #e98105;
		color: #fff;
		font-size: 17px !important;
		padding: 3px 10px;
		border-radius: 3px;
		font-weight: 600 !important;
	}
	.btn_boxen:hover{
		background-color: #f6a521;
	}
	
	/*SUBMENÜ ENDE */
	

	#go_down1, #go_down2, #go_down3, #go_top {
	    height: 43px;
	    width: 43px;
	}
	#go_down2 {
		margin-top: 20px;
	}
	#go_down1, #go_down2, #go_down3 {
	    background-image: url('/img/down.png');
	    margin-top: 10px;
	}
	#go_top {
	    margin-bottom: 0px;
    	margin-top: 15px;
	}
	.page_content_text {
		padding: 5px;
		min-height: 340px;
	}
	#normal_article_container, #seekda_content {
		width: 94.444384%;
		margin: 0 auto;
	}
	#zimmertext{
		width: 60%;
	}
	
	/* room.tpl Anfang*/

	.plaene img{
		width: 45%;
		height: auto;
		float: left;	
	}
	.room_content_text{
		float: left;
		width: 53%;
		margin-left: 2%;
	}
	/* room.tpl ende */
	
	/* CATEGORY CONTAINER HOME start 720px*/
	
	#category_container {
	    width: 700px;
	}
	.category_wrapper{
		width: 320px;
		float: left;
		text-align: center;
	}
	.category_image_wrapper{
		
	}
	.category_image_wrapper a img{
		width: 230px;
		height: 230px;
	}
	.category_title{
	    padding-top: 10px;
	}
	.category_title_link {
		font-size: 18px;
	    line-height: 1.42857em;
	}
	.category_text_wrapper{
		height: 140px;
		position: relative;
	}
	.category_text{
		font-size: 15px;
	    line-height: 1.6em;
	    margin-top: 5px;
		display: block;
	}
	.category_link{
	}
	
	/* CATEGORY CONTAINER HOME ende */	
	
	/* LISTE START 720px */
	
	#listSubContainer {
		width: 100%;
		margin-top: 60px;
	}
	.listElement.blog .imageContainer {
		width: 300px;
		height: 197px;
		margin-left: 0px;
		float: left;
	}
	.listElement.blog .teaserContainer {
	    margin: 16px 0;
	}
	#inhalt_headContainer {
		margin-left: 0px;
		min-width: 200px;
		margin-top: 0px;
		width: 220px;
	}
	.headContainer {
		margin-left: 20px;
		width: 295px;
	}
	#listElements .teaserContainer {
		width: 43%;
		margin-left: 20px;
		height: 100%;
	}
	.teaser_container {
		min-width: 150px;
		width: 100%;
	}
	#listElements .listElement.blog {
		width: 100%;
	}
	#listElements .teaserButton {
		margin-right: 10px;
		margin-top: 0;
	}
	.followLink {
		float: right;
		right: -25px;
		bottom: 85px;
		position: absolute;
		margin: 0;
	}
	
	.verfuegbarkeit_liste{
		position: absolute;
		left: auto;
		bottom: 85px;
		right: 105px;
		float: right;
	}	
	
	/* LISTE ENDE 720px */
	
	/* LISTE GALERIE start 720px */
	
	#listSubContainer_gallery {
		width: 94.444384%;
	}
	#listSubContainer_gallery {
		margin: 23px;
	}
	.listElement_gallery.blog .imageContainer_gallery {
		width: 100%;
		height: auto;
		margin-left: 0px;
		overflow: hidden;
	}
	.imageContainer_gallery, .listLogo .listLogoVino {
		width: 100%;
		height: 100%;
	}
	.inhalt_headContainer_gallery {
		width: 100%;
	}
	.headContainer_gallery {
	}
	.headContainer_gallery h1 a.specialHeadLink, .articleLink  a {
	    font-size: 22px;
	}
	#listElements_gallery .teaserContainer_gallery {
		display: block;
	}
	#listElements_gallery .teaserContainer_gallery p{
		color: #fff;
		text-shadow: 0 0 3px #000;
	}
	#listElements_gallery .withPicture .listElementFill_gallery::before {
		content: "";
	    display: block;
	    height: 98%;
	    width: 100%;
	    opacity: 0;
	    background: rgba(0,0,0,0.4);
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	    transition: all 0.5s;
	    position: absolute;
	}
	#listElements_gallery .withPicture .listElementFill_gallery:hover::before {
		opacity: 1;
	}
	.list_contentwarpper{
		position: absolute;
		width: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.arrow_list{
		margin-top: 13px;
	}
	
	.teaser_container_gallery {
		min-width: 150px;
		width: 100%;
	}
	#listElements_gallery .listElement_gallery.blog {
		width: 43%;
		float: left;
		margin: 0 20px 15px 0;
		
	}
	#listElements_gallery .teaserButton_gallery {
		margin-right: 10px;
		margin-top: 0;
	}
	
	/* LISTE GALERIE end 720px */
	
	#gallery_container {
		padding: 30px 0;
	}
	#gallery {
		margin: 0 auto;
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}	
	#category_dropdown_container {
	    display: none;
	}
	#category_container {
	    display: block;
	    width: 700px;
	}
	#contactForm1 {
	    margin-top: -300px;
	}
	
	#contactForm2 {
	    float: right;    
	    margin-top: -300px;
	}

	#bookForm > form > fieldset > div.oneHalf {
		width: 50%;
	}

	#bookForm > form > fieldset > div.twoThirds {
		width: 66%;
	}
	.priceTable tr td:last-child {
		display: table-cell;
	}
	
	.priceTable td{
	    padding: 0 10px 0 10px;
	    color: #494949;
	    font-family: 'Oxygen',sans-serif;
	    font-size: 14px;
	    font-weight: 300;
	    height: 30px;
	}
	
	.priceTable tr:nth-child(3n+3) td:first-child, .priceTable tr:nth-child(3n+4) td:first-child {
	    width: auto;
	}
	
	.priceTable td:nth-child(2){
	    padding: 0 10px !important;
	}
	#background_content{
		right: 75px;
	}	
	#form_titel {
		width: 480px;
		height: 42px;
		margin-bottom: 15px;
	}
	
		/*  FOOTER START Responsive min-width: 720px */
	
	#social_container {
		background-color: #f1e8d7;
		right: 0;
	}
	#social_buttons {
		width: 300px;
		float: right;
		padding-right: 35px;
	}
	#google_maps a {
		position: relative;
		float: none;
	}	
	#map_wrapper{
		height: 350px;
	}
	#google_map{
		height: 350px;
	}
	#footer_links {
		display: block;
		margin: 0 15px 0 0;
		float: right;
	}
	.footer_title {
		font-weight: 700;
	}	
	#footer_container {
	    height: 306px;
	}
	#footer_wrapper {
	    height: 68px;
	    padding-top: 33px;
	}
	#footer_adresse {
		float: left;
		width: 325px;
		margin-left: 38px;
	}		
	#footer_contact{
		margin-top: 18px;
	}	
	#footer_contact a, #footer_contact p, #login_container p, #login_container a {
		font-size: 13px;
		text-align: left;
	}
	#login_container {
	    margin: 20px 10px 9px;
	    width: 228px;
	    float: left;
	}
	#bookForm > form > fieldset > div.oneHalf {
		width: 50%;
	}
	#copyright_container {
	    float: right;
	    clear: left;
	    margin: 10px 10px 0;
	}
	#footer_logo {
		width: 195px;
		height: 138px;
		margin-right: 0px;
		float: left;
		margin-left: 15px;
	}

	
	/* FOOTER ENDE Responsive min-width: 720px */
	
}
/* Responsive END min-width: 720px */

/* Responsive START min-width: 1000px */


@media all and (min-width: 1000px) {

	/* Generell 1000px (gilt auch für 1600x900)*/
	
	#body_container1, #news_article_container, #footer_wrapper, #slideCaptionContainer, #mainQuick, #normal_article_container, #seekda_content {
	    width: 65%;
	    margin: 0 auto;
	    min-width: 980px;
	}
	#page_content {
	    width: 93%;
	    margin: 32px auto 15px;
	    padding-bottom: 35px;
	}
	#listMainContainer, #background_body_container {
		width: 100%;
	}

	#body_container3 {
	    padding-top: 0px;
	    position: relative;
	    width: 100%;
	}
	
	/* STARTBILD START 1000px */

	#startbild{
		width: 100%;
		height: 768px;
		margin: 0;
        background-image: url(/upload/startbild.jpg);
        background-repeat: no-repeat;
        background-size: cover;
	}
	#starter_logo_elements {
    	width: 360px;
    	height: 78px;
    	margin: 0 auto;
    	top: 15px;
	}
	#startlogo{
		width: 220px;
		height: 78px;
	    margin: 0 auto;
	    top: 15px;
	}
	#category_sobe_home {
    height: 17px;
    width: 57px;
    top: -31px;
    }
	#starticons_wrapper{
		width: 945px;
		margin: 257px auto;
	}
	.starticons{
		width: 255px;
		margin: 30px;
		float: left;
	}
	.icon_bild{
		width: 180px;
		height: 180px;
	    border: solid 2px #fff;
	}
	.icon_text{
		margin-top: 6px;
		width: 185px;
		text-align: center;
	}
	.icon_text a h1{
		font-size: 24px;
	}
	.spacer_home{
		height: 500px;
	}
	
	/* STARTBILD END */
	
	/* HEADERBAR START min width 1000px */
	
	#headerbar {
		height: 60px;
	}	

	#logo_container_main {
	    width: 245px;
	}
	#category_sobe {
    	height: 14px;
    	width: 43px;
    	margin: -44px -8px 24px 0px;
    	float: right;
	}
	.top_right_link {
		display: block;
	}
	#topLogoImage {
    	background-image: url(/img/static/logo_top.png);
    	height: 65px;
   		width: 277px;
    	margin: 1px 0 0 -6px;
	}
	
	#top_container {
		height: 105px;
	}
	#top_container_center{
		width: 65%;
		margin: 0 auto;
		min-width: 980px;
	}
	#language_headerbar {
    	margin-right: 49px;
    	margin-top: 12px;
	    float: right;
    	width: 80px;
    }
	
	#header_requests{
		position: static;
   		margin-top: 7px;
    	margin-right: 20px;
    	float: right;
	}
	#header_fb {
		float: right;
		padding: 16px 10px 2px;
	}
	
	 	
  	#youtube_top {
	    display: block;
	    padding: 11px 10px 3px 12px;
	    float: right;
	}
	
	#mail_top {
    	padding: 19px 10px 3px 12px;
   }
    #tel_top {
	    float: right;
	    font-size: 14px;
	    padding: 14px 7px 3px 8px;
  	}
	
	#tel_header {
    	font-size: 15px;
    	margin-right: 8px;
    	min-width: 135px;
    }
	
	.btn{
		width: 100px;
		height: 28px;
	    font-size: 12px;
	    line-height: 29px;
	    margin-top: 10px;
	}
	
	/* TOPMENÜ IN HEADERBAR START */
	
	#menu-button {
		display: none;
	}
	
	#mainLine {
        margin-top: -16px;
    	margin-left: 5px;
   }
	
	#topmenu a, #topmenu ul#responsive_menu ul a, #topmenu ul#responsive_menu li > a, #topmenu ul#responsive_menu li > a  {
	    font-size: 14px;
	}
	
	#background_menubar_top {
		height: 37px;
		margin-top: 7px;
		position: relative;
		float: left;
	}
	
	.navigation_text {
	    font-size: 15px;
	}	
	
	#topmenu a { 
		line-height: 1em;
		text-decoration: none;
		margin: 0 6px 10px 0;
	}

	#topmenu ul#responsive_menu a {  
		  
	}
	#topmenu ul#responsive_menu, #topmenu #responsive_menu li {
		list-style: none; margin: 6px 3px 6px 3px;
	}
	
	#languagepanel {
		margin: 79px 0 0 -23px;
	}
	#responsive_menu {
	    display: block;
	}
	
		
	/* HOME SUBMENÜ START 1000px */
	
	#submenu_home_wrapper{
		width: 980px;
		margin: 45px auto 0;
	}
	#submenu_home{
		width: 324px;
		float: left;
		margin: 0 1px 50px 1px;
	}
	.submenu_img{
		margin-top: 0;
		position: relative;
		z-index: -1;
		width: 324px;
		height: 220px;
	}
	.box_inner_wrapper{
		width: 300px;
		height: 19px;
		margin-top: -2px;
		margin-left: 0;
		padding: 10px 20px 15px;
		position: relative;
	}
	.box_inner_wrapper a{
		font-size: 18px;
	}
	.box_inner_wrapper p{
		color: #fff;
		font-size: 17px;
	}	
	.btn_boxen{
		background-color: #e98105;
		color: #fff;
		font-size: 17px !important;
		padding: 3px 10px;
		border-radius: 3px;
		font-weight: 600 !important;
	}
	.btn_boxen:hover{
		background-color: #f6a521;
	}
	
	/* HOME SUBMENÜ ENDE 1000px */
	
		
	#background_content{
		width: 420px;
		height: 460px;
	}
	
	#slideCaptionInnerContainer {
		width: 940px;
	    margin: 470px auto 0 auto;
	}
	#slideInfoLink, #slideInfoLink a{
	}
	#slideInfoLink {
		width: 114px;
		margin-left: -57px;
		bottom: 58px;
	}
	
	#slideInfoTitle {
	    font-size: 76px; 
	    font-weight: 300;
	    margin-top: 90px; 
	}   
	#slideInfoSubtitle {
	    font-size: 24px;
	}
	
	.ui-datepicker-trigger {
		margin: 11px  5px 0 5px;
		height: 18px;
		width: 18px;
		float: left;
		cursor: pointer;
		vertical-align: middle;
	}
	#anfrage {
		float: right;
		width: 710px;		
	}
	#dater1, #dater2 {
	    height: 12px;
	    margin: 6px 10px 0 0;
	    padding: 11px;
	    width: 96px;
	}
	.dateHeadLeft {
		width: 150px;
		float: left;
		display: block;
	}
	.dateHeadLeft_right{
		width: 150px;
		float: left;
		display: block;
	}
	#mein_urlaub {
		display: block;
	}
	#ankunft, #abreise {
		display: block;
	}
	.vertical_spacer_home {
		height: 24px;
	}
	
	.vertical_spacer_seekda {
		height: 56px;
	}
	
	/* min-width 1000px */
	
	#breadcrumbs {
		margin: 0px 0px 0px 0px;
		font-size: 14px;
	}
	#go_down1, #go_down2, #go_down3 {
		margin-top: 40px;
	}
	#main_text {
	    width: 50%;
	    float: right;
	    clear: right;
	}	
	
    
    /* CATEGORY CONTAINER HOME start 1000px */
   
   #news_title{
		margin-bottom: 10px;
	}
	
	#category_container {
	    width: 960px;
	}
	.category_wrapper{
		width: 300px;
		margin: 23px 10px;
		float: left;
		text-align: center;
	}
	.category_image_wrapper{
		
	}
	.category_image_wrapper a img{
		width: 270px;
		height: 270px;
	}
	.category_title{
	    padding-top: 10px;
	}
	.category_title_link {
		font-size: 18px;
	}
	.category_text_wrapper{
		height: 174px;
		position: relative;
	}
	.category_text{
		font-size: 15px;
	    margin-top: 5px;
	}
	.category_link{
	}
	
	/* CATEGORY CONTAINER HOME ende */

	/* LISTE START 1000px */
	
	#listSubContainer {
		margin-top: 40px;
	}
	#listElements .listElement.blog {
		width: 100%;
	}
	.listElement.blog .imageContainer {
		width: 510px;
		height: 336px;
		margin-right: 20px;
	}
	
	.imageContainerVino {
		width: 301px;
		height: 586px;
		margin-right: 75px;
		float: left;
		border: 1px solid gray;
	}
	
	.listLogo .listLogoVino{
		width: 100%;
		height: 100%;
	}
	#inhalt_headContainer {
		margin-left: 0px;
		min-width: auto;
		margin-top: 10px;
		width: 322px;
	}
	.headContainer {
		margin-left: 0px;
		width: auto;
	}
	.headContainer h1 a.specialHeadLink, .articleLink  a {
	    font-size: 25px;
	    line-height: 43px;
	}
	#listElements .teaserContainer {
		width: 360px;
		margin-left: 0px;
		height: 260px;
	}
	#listElements .teaserButton {
		margin-right: 10px;
		margin-top: 0;
	}
	.followLink {
		float: right;
		right: 0px;
		top: auto;
		bottom: 104px;
		position: absolute;
	}
	.verfuegbarkeit_liste{
		top: auto;
		left: auto;
		bottom: 104px;
		right: 145px;
	}
	.seekda_verfuegbarkeit a{
		color: #fff;
		padding: 5px 17px;
		margin-right: 30px;
	}
	.verfuegbarkeit_room{
	}
	.verfuegbarkeit_room a{
		color: #fff;
		font-size: 14px;
		padding: 5px 17px 5px;
	}
	
	/* LISTE ENDE 1000px */
	
	/* LISTE GALERIE START 1000px */
	
	#listSubContainer_gallery {        
		width: 890px;
		margin: 25px;
	}
	#listElements_gallery .listElement_gallery.blog {
		width: 415px;
		float: left; 
		margin: 0 20px 15px 0;
	}
	.listElement_gallery.blog .imageContainer {
		width: 100%;
	}
	.listLogo .listLogoVino {
		width: 100%;
		height: 100%;
	}
	#inhalt_headContainer {
	}
	.headContainer {
	}
	.listElements_gallery .teaserContainer_gallery {
		width: 73%;
	}
	#listElements_gallery .teaserContainer_gallery p{
		color: #fff;
		text-shadow: 0px 0px 3px #000;
	}
	#listElements_gallery .teaserButton {
		margin-right: 10px;
		margin-top: 0;
		float: right;
	}
	.list_contentwarpper{
		position: absolute;
		width: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	/* LISTE GALERIE END 1000px */
	
	
	#gallery_container {
		padding: 0px 0 15px;
		width: 100%;
		margin: 0 auto;
	}
	#gallery {
		margin-top: 55px;
		text-align: center;
	}
	
	#content_all{
		width: 1020px;
	}
	.priceTable tr td:last-child {
		display: table-cell;
	}

	#seekda_home_booking_widget {
		width: 980px;
		margin: 0 auto;
	}
	#seekda_booking_widget_container{
		width: 980px;
		margin: 0 auto;
		z-index: 30;
		position: relative;
	}
	
		/* FOOTER ANFANG Responsive min-width: 1000px */
		
	#map_wrapper{
		height: 435px;
	}
	#google_map{
		height: 435px;
	}
	
	.map_link {
		width: 60px;
		height: 60px;
		margin: 0 8px 25px 8px;
	}
	#footer_container {
		position: relative;
		width: 100%;
		height: 315px;
	}
	#footer_logo {
		width: 275px;
	}
	#footer_links, #footer_adresse {
	}
	#footer_links {
		float: right;
		margin-right: 20px;
		margin-left: 10px;
		height: 130px;
	}
	#footer_contact {
		width: 300px;
		float: left;
		margin-left: 0px;
	}	
	#social_container {
		height: 46px;
		right: 0;
	}
	#social_buttons {
		margin: 0 auto;
	}
	
	#copyright_container {
	    float: right;
	    clear: left;
	    margin: 10px 10px 0;
	}
	#login_container {
	}
	
	/* FOOTER ENDE Responsive min-width: 1000px */
	
	#iframe_yt{
		width: 995px;
		margin: 0 auto;
	}
	#seekda_content_wrapper{
		margin-top: 0px;
	}
		
}

/* Responsive END min-width: 1000px */


@media all and (min-width: 1366px) {

}

@media all and (min-width: 1600px) {
	
	#body_container1, #news_article_container, #footer_wrapper, #slideCaptionContainer, #mainQuick, #normal_article_container, #seekda_content {
	    width: 65%;
	    margin: 0 auto;
	    min-width: 980px;
	}
	#body_container3 {
	    padding-top: 0px;
	}
	
		/* STARTBILD START 1600 x 900px */

	#startbild{
		width: 100%;
		height: 950px;
		margin: 0;
		background-image: url('/upload/startbild.jpg');
		background-repeat: no-repeat;
	    background-size: cover;
	}
	#startlogo{
		width: 220px;
		height: 78px;
	    margin: 0 auto;
	    top: 15px;
	}
	#starticons_wrapper{
		width: 900px;
		margin: 296px auto;
	}
	.starticons{
		width: 255px;
		margin: 30px;
		float: left;
	}
	.icon_bild{
		width: 200px;
		height: 200px;
	    border: solid 3px #fff;
	}
	.icon_text{
		margin-top: 6px;
		width: 185px;
	}
	.icon_text a h1{
		font-size: 24px;
	}
	.spacer_home{
		height: 500px;
	}
	
	/* STARTBILD END */
	
	
		/* TOPMENÜ IN HEADERBAR START 1600x900*/
	
	#mainLine {
    margin-top: -20px;
    margin-left: 3px;
    }
   	/*#category_sobe {
    height: 21px;
    width: 102px;
    margin: -27px -47px 24px 0px;
    float: right;
	}*/
	
	#topmenu a, #topmenu ul#responsive_menu ul a, #topmenu ul#responsive_menu li > a, #topmenu ul#responsive_menu li > a  {
	    font-size: 15px;
	}
	.navigation_text {
    font-size: 15px;
    float: left;
    font-weight: 200;
    color: #46292a;
    text-transform: uppercase;
   }	
	#topmenu a { 
		line-height: 1em;
		text-decoration: none;
		margin: 0 10px 10px 0;
	}
	#topmenu ul#responsive_menu a {  
		font-size: 15px;
		  
	}
	#topmenu ul#responsive_menu, #topmenu #responsive_menu li {
		list-style: none; 
		margin: 7px 3px 0 3px;
	}
	#background_menubar_top {
		height: 37px;
		margin-top: 7px;
		position: relative;
		float: left;
	}
	#languagepanel {
		margin: 79px 0 0 -23px;
	}
	#responsive_menu {
	    display: block;
	}
	
	#submenu_home_wrapper {
	    width: 1174px;
	    margin: 18px auto 0;
	}
	#submenu_home {
	    width: 340px;
	    float: left;
	    margin: 0 18px 90px 18px;
	}
	.submenu_img{
		width: 340px;
		height: 195px;
	}
	#slideCaptionInnerContainer{
		width: 980px;
		margin: 445px auto 0 auto;
	}
	#seekda_content_wrapper{
		margin-top: 0px;
	}
	#starticons_wrapper{
		width: 900px;
		margin: 310px auto;
	}
	.starticons{
		margin: 20px;
	}
	
	#background_menubar_top {
		height: 37px;
		margin-top: 7px;
		position: relative;
		float: left;
	}
	
	/* LISTE */
	
	.headContainer h1 a.specialHeadLink, .articleLink  a {
	    font-size: 24px;
	}
	#inhalt_headContainer {
		margin-left: 0px;
		min-width: auto;
		width: 360px;
	}
	.headContainer {
		width: 100%;
	}
	#listElements .teaserContainer {
		width: 43%;
		height: 260px;
	}
	
	/* LISTE ENDE */
	
	#slideCaptionInnerContainer{
		width: 980px;
		margin: 328px auto 0 auto;
	}

}

/* Responsive END min-width: 1600px */

@media all and (min-width: 1920px) {
	

	body, div, td, table {
	    padding: 0px;
	    margin: 0px;
	    font-size: 15px;      
	}
	
	.spacer_home{
		height: 624px;
	}
	
	/* LISTE */
	
	.headContainer h1 a.specialHeadLink, .articleLink  a {
	    font-size: 37px;
	}
	#inhalt_headContainer {
		margin-left: 0px;
		min-width: auto;
		width: 600px;
	}
	.headContainer {
		width: 640px;
	}
	#listElements .teaserContainer {
		width: 550px;
		height: 260px;
	}
	
	/* LISTE ende */
	
	/* LISTE GALERIE start */
	
	#listSubContainer_gallery {        
		width: 1132px;
		margin: 25px;
	}
	#listElements_gallery .listElement_gallery.blog{
		width: 357px;
	}
	
	/* LISTE GALERIE ende */
	
	#category_container {
	    width: 1240px;
	}
	.category_wrapper{
		width: 320px;
		margin: 23px 45px;
		float: left;
		text-align: center;
	}
	
	/* STARTBILD START 1920 x 1080 */

	#startbild{
		width: 100%;
		height: 949px;
	}
	#starter_logo_elements{
		width: 298px;
		height: 78px;
	    margin: 0 auto;
	    top: 15px;
	}
	#startlogo{
		width: 220px;
		height: 78px;
		float: left;
		top: 5px;
	}
	#category_sobe_home {
    	float:right;
    	top: 48px;
    }
	#starticons_wrapper{
		width: 975px;
		margin: 445px auto;
	}
	.starticons{
		width: 265px;
		margin: 30px;
		float: left;
	}
	.icon_bild{
		width: 220px;
		height: 220px;
	    border: solid 3px #fff;
	}
	.icon_text{
		margin-top: 6px;
		width: 200px;
	}
	.icon_text a h1{
		font-size: 32px;
	}
	.spacer_home{
		height: 500px;
	}
	
	/* STARTBILD END */
	
	
		/* HEADERBAR START */
	
	#headerbar{
		height: 60px;
	}	

	/*#logo_container_main {
	    width: 345px;
	}*/
	.top_right_link {
		display: block;
	}
	/*#topLogoImage {
    	background-image: url(/img/static/logo_top.png);
    	height: 65px;
    	width: 280px;
    	margin: -5px 0 0 20px;
	}*/
	
	#top_container {
		height: 105px;
	}
	#top_container_center{
		width: 65%;
		margin: 0 auto;
		min-width: 980px;
	}
	
		#header_requests{
		margin-top: 3px;
		margin-right: 0px;
	}
	#header_fb {
		float: right;
		padding: 14px 10px 2px;
	}
	#tel_header {
    	font-size: 15px;
    	margin-right: 8px;
    	min-width: 135px;
    }
	
	.btn{
		width: 132px;
		height: 28px;
	    font-size: 14px;
	    line-height: 29px;
	    margin-top: 10px;
	}
	
	/* TOPMENÜ IN HEADERBAR START 1920*/
	
	#mainLine {
    margin-top: -20px;
   }
	
	#topmenu a, #topmenu ul#responsive_menu ul a, #topmenu ul#responsive_menu li > a, #topmenu ul#responsive_menu li > a  {
	    font-size: 16px;
	}
	.navigation_text {
    font-size: 17px;
    float: left;
    font-weight: 200;
    color: #46292a;
    text-transform: uppercase;
   }	
	#topmenu a { 
		line-height: 1em;
		text-decoration: none;
		margin: 0 10px 10px 0;
	}
	#topmenu ul#responsive_menu a {  
		  
	}
	#topmenu ul#responsive_menu, #topmenu #responsive_menu li {
		list-style: none; 
		margin: 7px 7px 0 7px;
	}
	#background_menubar_top {
		height: 37px;
		margin-top: 7px;
		position: relative;
		float: left;
	}
	#languagepanel {
		margin: 79px 0 0 -23px;
	}
	#responsive_menu {
	    display: block;
	}
	
		
	/* HOME SUBMENÜ START 1920px */
	
	#submenu_home_wrapper{
		width: 980px;
		margin: 45px auto 0;
	}
	#submenu_home{
		width: 324px;
		float: left;
		margin: 0 1px 50px 1px;
	}
	.submenu_img{
		margin-top: 0;
		position: relative;
		z-index: -1;
		width: 324px;
		height: 220px;
	}
	.box_inner_wrapper{
		width: 300px;
		height: 19px;
		margin-top: -2px;
		margin-left: 0;
		padding: 10px 20px 15px;
		position: relative;
	}
	.box_inner_wrapper a{
		font-size: 18px;
	}
	.box_inner_wrapper p{
		color: #fff;
		font-size: 17px;
	}	
	.btn_boxen{
		background-color: #e98105;
		color: #fff;
		font-size: 17px !important;
		padding: 3px 10px;
		border-radius: 3px;
		font-weight: 600 !important;
	}
	.btn_boxen:hover{
		background-color: #f6a521;
	}
	
	/* HOME SUBMENÜ ENDE 1920px */
	
	#slideCaptionInnerContainer{
		width: 980px;
		margin: 423px auto 0 auto;
	}
	
	#slideInfoTitle {
	    font-size: 80px; 
	    font-weight: 300;
	    margin-top: 90px; 
	} 


}

