/* Reset */
* {
    margin: 0;
    padding: 0;
}
body {
	font: 1em 'open sans', Arial, Helvetica, sans-serif;
    color: #444;
    height: 100%;
    
    
	/* background: url(../images/europapark.jpg) repeat center; */
	/* background-repeat: no-repeat; */
	/* background-position: 0 0; */
	/* background-size: cover; */
	/* background-attachment: fixed; */
}
/********** DATENSCHUTZ **********/
.ds {font-weight: initial;}
.ds h2 {padding: 20px 0 0 0; font-size: 35px; font-weight: 700; text-transform: none; line-height: initial;}
.ds h3 {padding: 20px 0; font-size: 25px; font-weight: 500; text-transform: none;}
.ds_ssl {display: none;}
.ds_newsletteranmeldung {display: none;}
.ds_bewertungserinnerung {display: none;}
.ds_kundenkonto {display: none;}
.ds_datenweitergabevertrag {display: none;}
.ds_zahlungsverkehrverschluesselt {display: none;}
.ds_sozialemedientitel {display: none;}
.ds_facebookplugin {display: none;}
.ds_twitter {display: none;}
.ds_instagram {display: none;}
.ds_pinterest {display: none;}
.ds_googleanalytics {display: block;}
.ds_googleanalyticsremarketing {display: none;}
.ds_googleadwords {display: none;}
.ds_googleadsense {display: none;}
.ds_googlerecaptcha {display: none;}
.ds_googletagmanager {display: block;}
.ds_facebookpixel {display: none;}
.ds_newslettertitel {display: none;}
.ds_newsletterdaten {display: none;}
.ds_adobetypekit {display: none;}
.ds_adroll {display: none;}
.ds_disqus {display: none;}
.ds_marketingpartnertitel {display: none;}
.ds_amazon {display: none;}
.ds_sovendus {display: none;}
.ds_profity {display: none;}
/********************/

#page_root {
    color: #565656;
    /* background-color: #f5f5f5; */
}



/*@font-face {
 font-family: "Dancing Script";
 src: local("Dancing Script"), url("../fonts/Dancing Script.ttf") format("TrueType");
 }*/



.title {
    font-size: 10px;        
    text-transform: uppercase;
    margin-bottom: 25px;
}
h1.title {
    text-decoration: none;
    /*letter-spacing: 0.1em;*/
    display: block;
    margin: 0 0 5px;
}
h1.web {
    margin: 0 0 10px;
    font-size: 20px;        font-family: 'open sans';    text-transform: uppercase;    font-weight: 600;
}
h2 {
    margin: 5px 0;
    font-size: 100%;
}
h3 {
    margin: 5px 0;
    font-size: 100%;
    color: #565656;
}

*.button {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
a.button {
	color: #FFFFFF;
    font-size: 14px;
    text-transform: none;
    line-height: 30px;
    border-radius: 3px;
    padding: 5px;
    background-color: #5eb465;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
a.button:link {
}
a.button:visited {
}
a.button:hover {
    text-decoration: none;
    padding: 5px;
    background-color: #60d76a;
    color: #FFFFFF;
}
a.button:active {
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}
.scrolltop {
    width: 95px;
    text-align: left;
    color: white;
    background-repeat: no-repeat;
    background-image: url('../images/up.png');
    height: 95px;
    opacity: 0.5;
}

/* Layout */
.page_content {
    margin: 0 auto;
    padding: 0px 0px;
    text-align: left;
    /* word-wrap: break-word; */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    background-color: #F1F1F1;
}
.page_header {
    /* padding: 0; */
    /* right: 0%; */
    /* z-index: 3399; */
    /* height: 25px; */
    /* position: absolute; */
    display: none;
}
.page_mainmenu {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 3322;
    /* height: 64px; */
    width: 100%;
    /* top: 0; */
    /* line-height: 35px; */
    border-bottom: 1px solid #98380F;
}

/*#page_mainmenu.fixed {} */

.mainmenu_mobile {
    display: none;
}
.page_mainroot {
    margin: 0 auto;
    line-height: 1.6em;
    min-height: 350px;
    padding: 20px 0 30px 0;
    /* background-color: #F1F1F1; */
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.banner {
    height: 500px;
    float: left;
    width: 40%;
    margin: 0 0 35px;
    text-align: center;
    /* vertical-align: middle; */
    line-height: 500px;
}
.banner:first-child {
    width: 30%;
    text-align: right;
}
.banner:first-child img {
    -webkit-transform: rotate(-25deg);  -moz-transform: rotate(-25deg);  -o-transform: rotate(-25deg);  -ms-transform: rotate(-25deg);
    max-width: 60%;  
    border: 10px solid #FFF;  
    max-height: 70%;;
    box-shadow: .25em 0.5em 5em rgba(53, 5, 5, 0.7);
}
.banner:last-child {
    width: 30%;
    text-align: left;
}
.banner:last-child img {
    -webkit-transform: rotate(25deg);  -moz-transform: rotate(25deg);  -o-transform: rotate(25deg);  -ms-transform: rotate(25deg);
    max-width: 60%;  
    border: 10px solid #FFF;  
    max-height: 50%;;
    box-shadow: .25em 0.5em 5em rgba(53, 5, 5, 0.7);
}
.banner img {
    max-height: 100%;
}
.page_slideshow {
    position: relative;
    /* max-width: 1160px; */
    margin: 0 auto;
    /* max-height: 250px; */
    /* border: 20px solid #FFFFFF; */
    background-color: #F1191A;
}
.page_footer {
    background-color: #4C4C4C;
    color: #9e9e9e;
    min-height: 200px;
    /* margin: 0 0 20px; */
    /* display: none; */
    position: relative;
    z-index: 1;
}

.page_footer ul li {
  list-style: none;
 
  font-size: 95%;
  line-height: 20px;
}
.page_footer_mobile {
    display: none;
}
.section_header {
    width: 100%;
    height: 50px;
    /* background-color: #000000; */
}
.section_header p {
    margin-right: 2%;
    padding-right: 19px;
    margin-left: 275px;
}
.section_header a {
    /* color: #565656; */
    margin: 0 0 0 10px;
}
.section_header > div {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
}
.section_header ul {
    position: absolute;
    right: 0;
    /* margin-top: 8px; */
    z-index: 3333;
    line-height: 50px;
}
.section_header ul li {
    display: table-cell;
}
.section_header ul li a {
    color: #888;
    text-decoration: none;
    font-size: 0.85em;
    margin: 0;
    padding: 0 5px;
    border-right: 1px solid #888;
    font-family: 'Open Sans', sans-serif;
}
.section_header ul li:last-child a {
    border-right: 0px solid #888;
}
.section_header ul li a:hover {
    color: #f7f5f1;
}

.section_slideshow {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.section_mainmenu {
    max-width: 1200px;
    /* background-color: #000; */
    margin: 0 auto;
    position: relative;
}
.section_breadcrumbs {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    border-bottom: 1px solid #d4d4d4;
}
.section_mainroot {
    margin: 20px auto;
    position: relative;
    max-width: 1200px;
    /* border: 20px solid #F7F7F7; */
}
.section_footer {
    margin: 0 auto;
    position: relative;
    max-width: 1160px;
    overflow: auto;
    padding: 10px 0;
    font-size: 14px;
    line-height: 21px;
    /* background-color: #4C4C4C; */
    /* border: 20px solid #4c4c4c; */
    min-height: 40px;
}
.login input {
    padding: 4px 2%;
    margin: 0 5px;
}
.message_text {
	color: red;
}

/* Header */
.header_ownerlogo {
    margin: 0 auto;
    max-width: 1200px;
    /* min-height: 50px; */
    /* max-width: 250px; */
    /* float: left; */
    /* z-index: 1; */
    /* position: relative; */
    /* left: 0; */
    /* top: 50px; */
    /* z-index: 3322; */
    /* background-color: white; */
    /* border: 20px solid white; */
    display: none;
}
.ownerlogo {
    /* position: absolute; */
    /* margin: 25px; */
    /* z-index: 999; */
    /* max-width: 350px; */ */  /* position: absolute; */  /* top: 15px; */  /* margin-left: 2%; */  /* z-index: 900; */;
    /* top: 0px; */
    /* left: 0px; */
    /* float: left; */
    /* top: 30px; */
    float: left;
    padding: 10px 0;
}
.ownerlogo img {
    /* position: relative; */
    /* top: 20px; */
    /* left: 20px; */
    /* z-index: 2; */
    /* margin: 10px 0; */
}
.ownerlogo span {
    background-color: rgba(255, 255, 255, 0.5);
    width: 240px;
    height: 60px;
    display: none;
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 1;
}
.header_mainmenu {
    float: left;
    margin: 0 0 0 10%;
}
.socialmedias {/* float: right; */margin: 0 auto;max-width: 1200px;text-align: right;background-color: antiquewhite;padding-right: 4%;}
.socialmedias li {
  display: table-cell;
  list-style: none;
  padding: 10px;
  float: right;
}
.socialmedias li a:hover {
  opacity: .6;
}
/* Site-Content */
.teaser_leftcontent {
    width: 17%;
    float: left;
    padding: 0 2% 0 0;
    margin: 0;
    /* background-color: beige; */
    /* display: none !important; */
}
.teaser_leftcontent h2 {
    margin: 0 0 15px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.teaser_leftcontent ul {
    list-style: none;
    /* padding: 0 0 10px 0; */
}
.teaser_leftcontent ul li {
    margin: 0 0 7px;

}
.teaser_leftcontent li li {
    margin: 0;
}
.teaser_leftcontent ul a {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    font-size: 14px;
}
.teaser_leftcontent ul a:hover {
    background-color: #FFFFFF;
}
.teaser_leftcontent ul ul a {
    /* text-transform: uppercase; */
    line-height: 20px;
    font-size: 15px;
    color: #000;
    /* padding-left: 7px; */
}
.teaser_leftcontent ul ul a:before {
content: url('../images/arrow_dark.gif');
padding: 0 1% 0 0;
}
.teaser_leftcontent ul ul a:hover {
    text-decoration: underline;
}
.teaser_leftcontent ul ul ul a {
    font-weight: normal;
    margin-left: 10px;
}
.teaser_leftcontent ul li ul li {
    display: block;
    line-height: 15px;
}

.main_content_partlist {
    width: 76%;
    float: left;
    padding: 0 2%;
    /* background-color: cornsilk; */
}
.part_info_detail {
    margin: 0 0 50px;
}
.part_info_detail > img {
    margin: 0 0 25px 25px;
    float: right;
}

.main_content_partlist a:nth-child(odd) .part_info_detail img {
}
.main_content_partlist h1 a {
    cursor: context-menu!important;
}
.part_info_content {
    width: 100%;
    box-sizing: border-box;
}
.part_info_content > .info_GOENNER {
    column-count: 3;  column-gap: 2em;  -moz-column-count: 3;  -moz-column-gap: 2em;  -webkit-column-count: 3;  -webkit-column-gap: 2em;
}

.part_info_content ul {
    padding: 0 0 0 19px;
}
.part_info_content_thumbnail {
    width: 38%;
    float: left;
    margin: 0 2% 2% 0;
}
.part_info_content iframe {
    display: block;
    width: 100%;
    padding: 5% 0;
}
.part_info_content_imagetable {
    padding: 2% 0;
}
.part_info_content_imagetable .img_imagetable {
    width: 18%;
    margin: 0 1% 2%;
    float: right;
    /* max-height: 100px; */
    overflow: hidden;
    /* position: relative; */
    /* display: block; */
    height: 200px;
}
.part_info_content_mediafiles {
    padding: 0;
}
.part_info_content_mediafiles img {
    margin: 0 7px 9px 0;
}
.part_info_content_mediafiles p {
    margin: 0 0 0 13px;
    font-size: 90%;
}
.mediafiles {
    margin: 15px 0;
}
.teaser_rightcontent {
    width: 21%;
    float: left;
    padding: 0 0 0 2%;
    /* background-color: wheat; */
    border-left: 1px solid #CCC;
    display: none;
}

/* Seitenlayout nach Artikelgruppe */
.tl_HOME, .tl_FOTOS, .tl_LINKS {
    display: none !important;
}
.tr_XXX {
    display: none !important;
}
.mc_HOME_content {
	background-color: rgba(0, 0, 0, 0.1);
  
  
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.mc_HOME .blank {
    height: 350px;
}
.mc_HOME .title {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 2% 2% 0;
    padding: 10px;
    color: white;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 100;
}
.mc_HOME .part_info_detail {
    width: 31.33%;
    float: left;
    margin: 0 2% 5% 0;
    position: relative;
    height: 265px;
    border: 10px solid #FFF;
    box-sizing: border-box;
    -webkit-box-shadow: #3D3D3D 0 0 25px;    -moz-box-shadow: #979797 0 0 25px;          
    box-shadow: #3D3D3D 0 0 25px;
    overflow: hidden;
}
.mc_HOME .part_info_content {
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	transition: all 0.25s linear;
  line-height: normal;
  font-size: 90%;
}
.mc_HOME .part_info_detail:hover .part_info_content {
  opacity: 1;
  height: 100%;
}
.mc_HOME_AKTUELL .part_info_detail .part_info_content {
	display: none;
}
.mc_HOME_AKTUELL h1.web {
    /* font-size: 10px!important; */
    padding: 7px 25px;
    text-align: center;
    line-height: 100%;
    height: 40px;
}
.mc_HOME .info_ a {
    text-decoration: none;
    display: block;
    margin: 0 0 3px;
}



.mc_HOME_AKTUELL .part_info_detail {
    width: 23%;
    height: 190px;
    margin: 0 2% 2% 0;
    background-color: white;
}
.mc_HOME_AKTUELL .part_info_detail img {
	opacity: 0.7;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.mc_HOME_AKTUELL .part_info_detail:hover > img {
	opacity: 1;
}
.mc_HOME_AKTUELL h1 {
    font-size: 90%!important;
}


.mc_REISEN .part_info_detail, .mc_FOTOS .part_info_detail {
    width: 48%;
    float: left;
    margin: 0 2% 5% 0;
    position: relative;
    height: 315px;
    /* border: 1px solid #CFCFCF; */
    box-sizing: border-box;
    -webkit-box-shadow: #3D3D3D 0 0 25px;    -moz-box-shadow: #979797 0 0 25px;          
    box-shadow: #D3D3D3 0 0 25px;
    overflow: hidden;
}
.mc_REISEN .part_info_detail > img, .mc_FOTOS .part_info_detail > img, .mc_HOME .part_info_detail > img {
    width: 100%;
    margin: 0;
}
.mc_REISEN .part_info_content > p {
    display: none;
    margin: 20px 0 0;
}
.mc_REISEN_i .part_info_content > p {
    margin: 20px 0 0;

}
.mc_REISEN a, .mc_FOTOS a, .mc_HOME a {
    cursor: pointer!important;
}

.mc_REISEN h1, .mc_HOME h1 {
	position: absolute;
  bottom: 0;
  z-index: 5;
	background-color: rgba(0, 0, 0, 0.75);
  padding: 10px;
	/* font-size: 20px; */
  color: #FFF;
  width: 100%;
  box-sizing: border-box;
	font-weight: 100;
	margin: 0;
	/* text-transform: uppercase; */
	letter-spacing: 0.05em;
}
.mc_REISEN h2 {
	font-size: 10px;
  padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin: 0;
	color: white;
} 
.mc_REISEN_i h2 {
    font-size: 10px;        text-transform: uppercase;    letter-spacing: 0.05em;    font-weight: 600;    
    margin: 10px 0;    
}
.mc_REISEN h3 {
	font-weight: normal;
  font-size: 100%;
  padding: 0 10px 5px;
	margin: 0;
	display: none;
} 
.mc_REISEN_i h3 {
    margin: 10px 0;
}
.mc_REISEN .part_info_content {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  /* color: white; */
}
.mc_PORTRAIT .part_info_content > p {
    margin: 20px 0 0;
}
.mc_PORTRAIT h2 {
    font-size: 10px;    text-transform: uppercase;    letter-spacing: 0.05em;    font-weight: 600;    margin: 10px 0;
}
.mc_PORTRAIT h3 {
    margin: 10px 0;
}
.reiseziel {
    margin: 15px 0;
}
.reiseziel span {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 0 10px;
    letter-spacing: 0.2em;
}
.reiseplaetze input {
    max-width: 35px;
    text-align: center;
    /* background-color: #F4F4F4; */
    font-size: 115%;
    margin-left: 25px!important;
}
.programm {
    margin: 10px 0 30px;
}
.programm input {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
}


.VELO .part_info_detail, .GRUPPEN .part_info_detail, .AKTIV .part_info_detail, .INFOS .part_info_detail {
    width: 100%;
    float: none;
    margin: 0;
    height: auto;
    -webkit-box-shadow: none;    
    -moz-box-shadow: none;    
    box-shadow: none;    
    overflow: visible;
}
.VELO h1, .GRUPPEN h1, .AKTIV h1, .INFOS h1 {
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: #565656;
    padding: 0 0 25px;    
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0;
}
.VELO h2, .GRUPPEN h2, .AKTIV h2, .INFOS h2 {
    padding: 5px 0;
    color: #565656;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
    font-weight: 600;
}
.VELO h3, .GRUPPEN h3, .AKTIV h3, .INFOS h3  {
    padding: 5px 0;
    display: block;
    margin: 0;
}
.VELO .part_info_detail > img, .GRUPPEN .part_info_detail a > img, .AKTIV .part_info_detail a > img, .INFOS .part_info_detail a > img {
    width: auto;
    margin: 0 0 25px 25px;
    float: right;
}
.VELO .part_info_content, .GRUPPEN .part_info_content, .AKTIV .part_info_content, .INFOS .part_info_content {
    position: relative;
    background-color: rgba(255, 255, 255, 0);
}
.VELO .part_info_content > p, .GRUPPEN .part_info_content > p, .AKTIV .part_info_content > p, .INFOS .part_info_content > p {
    display: block;
}
.mc_REISEN .mc_HOME_AKTUELL .part_info_detail {
    width: 31%;
    height: 205px;
}
.TAGES {}


.mc_FOTOS, .mc_HOME, .mc_LINKS {
    width: 96%;
    position: relative;
    z-index: 1;
}
.mc_FOTOS .part_info_detail {
	height: 100%;
	border-radius: 50%;
	width: 31%;
}
.mc_FOTOS .part_info_content {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    /* padding: 10px; */
    margin: 35% auto;
    text-align: center;
    /* height: 25%; */
}
.mc_FOTOS h1 {
    margin: 10px;        
    font-weight: 100;
    color: white;
}

.mc_FOTOS_info {
    width: 96%;
}
.mc_FOTOS_info h1 {}
.mc_FOTOS_info h2 {
    position: relative;    
    /* background-color: #FFF; */    color: #565656;    padding: 0 0 25px;    font-weight: 600;    letter-spacing: 0.05em;    margin: 0;
}
.mc_FOTOS_info h3 {
    margin: 0 0 10px;
    font-size: 100%;
}
.mc_FOTOS_info .img_imagetable {
    float: left;
    border-radius: 15px;
}
.mc_FOTOS_info .part_info_content > p {
    margin: 20px 0 0;
}

.mc_KONTAKT .TEAM {
    float: left;
    position: relative;
    margin: 0 2% 6% 0;
    width: 18%;
    /* border: 1px solid gray; */
    box-sizing: border-box;
    height: 245px;
    overflow: hidden;
}
.mc_KONTAKT .TEAM h1 {
    font-size: 100%;
    position: absolute;
    bottom: 25px;
    margin: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2px 5px;
}
.mc_KONTAKT .TEAM h2 {
    font-size: 90%;
    position: absolute;
    bottom: 0;
    margin: 0;
    font-weight: normal;
    background-color: #FFFFFF;
    width: 100%;
    padding: 2px;
}
.mc_KONTAKT .TEAM img {
    margin: 0;

    float: none;
    -webkit-filter: grayscale(100%); filter: grayscale(100%);
    width: 100%;    
}
.mc_KONTAKT .TEAM img:hover {
	-webkit-filter: none;
}
.RESERVATION {
    margin: 30px 0;
}
.RESERVATION_title {
    font-size: 100%;
    cursor: help;
    /* color: red; */
    text-decoration: underline;
}
.RESERVATION_title:after {
    content: " anzeigen";
}
.RESERVATION .active:after {
    content: " ";
}
.RESERVATION > .active {}
.RESERVATION_detail {
    display: none;
    padding: 20px;
    background-color: #F2F2F2;
    border: 1px dotted grey;
}











.info_LINKS a {
    text-decoration: none;
    line-height: 2em;
}



.mc_IDEENWASSER .part_info_detail:nth-child(even) .subject_text_bild_link_thumbnail, .mc_IDEENDISCOVER .part_info_detail:nth-child(even) .subject_text_bild_link_thumbnail {
    float: left;
    margin: 0 25px 25px 0;
}
.mc_IDEENWASSER .part_info_detail:nth-child(odd) .subject_text_bild_link_thumbnail, .mc_IDEENDISCOVER .part_info_detail:nth-child(odd) .subject_text_bild_link_thumbnail {
    float: right;
    margin: 0 0 25px 25px;
}

.subject_text_bild_link_thumbnail {
    /* float: left; */
    /* margin: 0 25px 0 0; */
    max-width: 500;
    float: right;
    margin: 0 0 25px 25px;
}
.imagedesc {
    /* background-color: rgba(138, 43, 226, 0.37); */
    /* min-height: 25px; */
    font-size: 10px;
    padding: 0 5px;
}

.REPETOIR {
    float: left;
    width: 47%;
    margin: 0 3% 2% 0;
}

.REPETOIR iframe {
    height: auto;

    min-height: 250px;
}
.mc_VEREIN .MITGLIEDER > div > div {
    border-bottom: 1px solid #E2E2E2 !important;
    padding-bottom: 15px;
}
.MITGLIEDER img {
    margin: 0 0 25px 15px;
}
.mitglieder_item img {}

.mitglieder_detail {}
.mitglieder_detail table {
}
.mitglieder_detail table tr:nth-child(odd) {
    background-color: #E2E2E2;
}
.mitglieder_detail table td {
    padding: 1px 5px;   
}

/* Diverses */
.slider {
    float: left;
    padding: 0 5px 0 5px;
    max-width: 175px;
    overflow: hidden;
}
.slider_img {
	text-align: center;
	width: 200px;
	height: 190px;
}

.slider span {
    color: #565656;
}

.slider_top {
    min-height: 105px;
    width: 100%;
    margin: 0 0 -60px 0;
    /* background: url('../images/bg_verlauf_top.png') repeat-x 0 100%; */
    position: absolute;
    z-index: 1;
    display: none;
}

/*Silder Home-Seite*/
.bg_img_slider {
    margin: 0;
    height: 550px;
    width: 100%;
    /* filter: url(blur.svg#gaussian_blur); */    
    /* -webkit-filter: blur(0px); */    
    /* -webkit-transition: -webkit-filter 1s ease-in-out; */        
}
.bg_img_slider > a {
    /* background-color: rgba(0, 0, 0, 0.1); */
}
.homeslider_wrapper {
    position: relative;
    margin: 0 auto;
    /* border-top: 1px solid #3C3C3C; */
    /* border: 1px solid #d3d3d3; */
    max-width: 3000px;
    /* box-shadow: 0.5em 1em 2em #D3D3D3; */
    /* -webkit-box-shadow: 0.5em 1em 2em #D3D3D3; */
    /* top: 10px; */
    min-height: 500px;
}
.homeslider_wrapper .slideshow {
    text-align: center;
    margin: 0;
    min-height: 450px;
}
.homeslider_wrapper .slideshow_item {
    width: 100% !important;
}
.homeslider_wrapper .slideshow_item .data {
    display: none;
}
.homeslider_wrapper a.slideshow_prev {
    position: absolute;
    bottom: 45%;
    z-index: 10;
    width: 40px;
    outline: none;
    opacity: 0.7;
    left: 5px;
    display: none;
}
.homeslider_wrapper a.slideshow_prev:hover {
    opacity: 1;
}
.homeslider_wrapper a.slideshow_prev span {
    display: block;
    width: 68px;
    height: 88px;
    text-indent: -9999px;
    background-image: url('../images/back.png');
    background-position: 3px 0px;
    background-repeat: no-repeat;
}
.homeslider_wrapper a.slideshow_next {
    position: absolute;
    right: 35px;
    bottom: 45%;
    z-index: 10;
    width: 40px;
    outline: none;
    opacity: 0.7;
    display: none;
}
.homeslider_wrapper a.slideshow_next:hover {
    opacity: 1;
}
.homeslider_wrapper a.slideshow_next span {
    display: block;
    width: 68px;
    height: 88px;
    text-indent: -9999px;
    background-image: url('../images/forward.png');
    /* background-position: -15px 0px; */
    background-repeat: no-repeat;
}
.homeslider_wrapper .slideshow_paging {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 11;
    display: none;
}
.homeslider_wrapper .slideshow_paging a {
    display: block;
    float: left;
    margin: 0 0 0 2px;
    padding: 4px 7px;
    color: #909090;
    background-color: #d8d8d8;
    text-decoration: none;
}
.homeslider_wrapper .slideshow_paging a:hover {
    color: #fff;
}
.homeslider_wrapper .slideshow_paging a.activeSlide {
    background: #909090;
    color: white;
}
.homeslider_wrapper .slideshow_box {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}
.homeslider_wrapper .slideshow_box .data {
    padding: 15px;
    color: #ccc;
}
.homeslider_wrapper .slideshow_box .data h4 {
    color: #fff;
    padding: 0;
    margin: 0 0 5px 0;
    text-decoration: none;
}
.homeslider_wrapper .slideshow_box .data p {
    padding: 0;
    margin: 0;
    line-height: 100%;
}
.homeslider_wrapper .slideshow_box .data a {
    color: #fff;
    text-decoration: none;
}

/* Formulare */

.formadress, .formanzahl {
    /* float: left; */
    /* width: 48%; */
    margin: 0 0 20px;
}
.formdatum {
    margin: 20px 0 0;
    position: relative;
}
.formadress legend {
    font-weight: bold;
    margin: 0 0 20px;
}
.formkategorien input {
    width: 14px;
    margin: 5px 15px 10px 0;
}
.formkategorien td {
    vertical-align: top;
}
.formkategorien div div {
    
}
.formnotice {
    margin: 0 0 20px;
    /* float: left; */
}
.formnotice textarea {
    width: 95%;
    min-height: 150px;
    padding: 15px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 24px;    color: #565656;
}
.formlogin {
    float: left;
    width: 45%;
    margin: 0 2% 0 0;
}
.formpayadress div div {
    float: left;
    width: 50%;
    height: 35px;
}
.antispamcode_image a {
    text-decoration: none;
}
fieldset {
    border: 0;
    position: relative;
    /* z-index: 999; */
}
label {
}
fieldset input[type=text], select {
    margin: 0 0 10px 0;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 5px 1%;    border: 0;    
    font-size: 24px;        
    color: #565656;    margin-bottom: 20px;    border-radius: 5px;    width: 71%;
}

input[type=text].small {
    width: 10%;
}
input[type=text].small2 {
    width: 57%;
    margin-left: 1%;
}
.formanfragetyp div, .formdatum div, .formanzahl div {
    height: 33px;
}
.formanfragetyp input {
    width: 14px;
}
.formdatum label, .formanzahl label, .formadress label {
    width: 25%;
    display: inline-table;
}
.formdatum img {
    margin: 0 0 0 6px;

    vertical-align: text-top;
}
.formkategorien {
    margin: 0 0 20px;
}
.formcode legend {
    font-weight: bold;
}
.formcode a {
	text-decoration: none;
}

.submit_next {
	background-color: #ACABAB;
	border: 1px solid #ACABAB;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 25px 5px 25px;
	text-align: left;
	cursor: pointer;
	width: auto;
	font: 1.5em 'Droid Sans', Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
}
.submit_next:hover {
	background-color: #616161;
	border: 1px solid #616161;
	color: #FFFFFF;
}


/* Page-Navigation */
#groups {
    /* margin: 20px auto; */
    /* max-width: 750px; */
    /* border: 20px solid #FFFFFF; */
    /* margin: 0 0 0 auto; */
    position: absolute;
    /* height: auto; */
    bottom: 0;
    /* text-align: -webkit-center; */
    /* border-bottom: 12px solid #B8251B; */
    right: 4%;
}
.nav, .nav ul, .nav li {
    list-style: none;
}
.nav ul {
}
.nav {
    /* position: absolute; */
    /* left: 0; */
    /* background-color: rgba(255, 255, 255, 1); */
    /* padding: 0 15px; */
    /* border: 10px solid rgba(255, 255, 255, 0.4); */
    /* -webkit-background-clip: padding-box; */ /* for Safari */      
    /* background-clip: padding-box; */
}
.nav-grpmenu {
    background-color: #3A3A3A;
    /* border-top: 10px solid #FFFFFF; */
    padding: 1% 0;
    position: absolute;
    min-width: 250px;
    display: none;
    -webkit-box-shadow: 0 2px 10px rgba(116, 116, 116, 0.25);
    box-shadow: 0 2px 10px rgba(107, 107, 107, 0.25);
    color: white;
    font-size: 17px;
    line-height: 20px;
    left: inherit !important;
    text-align: left;
    margin: 12px 0 0;
}
.nav-grpmenu li {
    /* display: inline-block; */
    vertical-align: top;
    /* width: 31%; */
    /* margin: 0 0 2% 0; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.nav-grpmenu li:hover {
    background-color: #909090;
}
.nav-grpmenu a {
    color: white;
}
.nav-catmenu {
}
.nav-catmenu li {
    display: block;
    width: 100%;
}
.nav-catmenu a {
    color: #FFF;
}
.nav-catmenu li:hover {
	background-color: #3A3A3A;
}
.nav-catmenu a:before {
    content: url('../images/arrow_dark.gif');
    padding: 0 1% 0 0;
}
.nav-subcatmenu {
    display: block;
    position: relative;
    margin: 0 0 0 15px;
}
.nav-subcatmenu li {
}
.nav-subcatmenu a {
    color: #9E9E9E;
}
.nav-subcatmenu a:before {
    content: none;
    padding: 0 5px 0 0;
}
.nav > li {
    display: table-cell;
    xborder-left: 1px solid #AAAAAA;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    border-bottom: 12px solid #98380F;
}
.nav > li:hover {
	border-bottom: 12px solid #3A3A3A;
}
.nav > li li {
    padding: 5px 0;

}
.nav a {
    display: block;
    outline: none;
    text-decoration: none;
    -webkit-transition: color 0.5s linear;
    -moz-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    -ms-transition: color 0.5s linear;
    transition: color 0.5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 0.9em;
}
.nav a:hover, .nav li.active > a {
    color: #000000;
}
.nav > li:hover > a, .vertnav-top li > a:hover {
    color: #888;
}
.nav > li.active > a {
    color: #888;
}
.nav li a {

}
.nav > li > a {
    line-height: 33px;
    /* padding: 0 40px 0 0; */
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    position: relative;
    /* margin: 0 15px 0 0; */
    font-size: 1em;
    /* color: #fff; */
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.nav-grpmenu a:hover {
    color: #FFFFFF;
}

/* partlist */
h2.part_list_adddesc1 {
    /* font-weight: normal; */

}
h3.part_list_adddesc2 {
    font-weight: normal;
}

/* subject_bild_link.htm -- subject_bild_link_text.htm */
.subject_bild_link {
    float: left;
    width: 46%;
    margin: 0 2% 2% 0;
    position: relative;
    height: 212px;
    /* overflow: hidden; */
    /* line-height: 210px; */
    background: white;
    padding: 1%;
    box-shadow: 0.1em 0.1em 0.2em #DBDBDB;  
    -webkit-box-shadow: 0.1em 0.1em 0.2em #DBDBDB;
}
.subject_galerie_description {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 40px 0 10px;
    font-family: 'Open Sans', sans-serif;
    /* font-size: 1.3em; */
}
.subject_firmen {
    width: 28%;
    /* height: 180px; */
    float: left;
    margin: 0 5% 0 0;
    overflow: hidden;
}
.subject_firmen div {
    /* border: 1px solid lightgray; */
    /* width: 28%; */
    max-height: 105px;
    vertical-align: middle;
    overflow: hidden;
}
.subject_firmen span {

}
.subject_bild_link_description {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.2em;
}
.subject_bild_link_additionaldesc1 {
    /* line-height: 1.3em; */
    /* font-size: 86%; */
    /* margin: 0 0 0 185px; */
    font-weight: bold;
}
.subject_bild_link_thumbnail {
    /* border: 1px solid lightgrey; */
    max-height: 175px;
    overflow: hidden;
    max-width: 170px;
    float: left;
    margin: 0 15px 0 0;
}
.subject_bild_link_info {
    line-height: 1.5em;
    margin-left: 185px;
}
.subject_bild_link_info > p {
    font-size: 0.9em;
	
    margin: 5px 0;
    line-height: 1.2em;
}


/* subject_bild.htm */
.subject_bild {
    float: left;
    width: 30%;
    margin: 0 1% 5% 1%;
    position: relative;
    height: 140px;
    overflow: hidden;
    line-height: 130px;
    border: 1px solid lightgrey;
}
.subject_bild_description {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 5px 10px;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    position: absolute;
    top: 10px;
    line-height: normal;
    color: white;
    letter-spacing: 0.03em;
    transition: color 0.5s linear;
    display: none;
}
.subject_bild_info {
    line-height: 1.5em;
    bottom: 10px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.63);
    max-width: 80%;
    font-size: 80%;
    line-height: 16px;
    color: black;
    padding: 5px;
    display: none;
}
.subject_bild_thumbnail {
    /* border: 1px solid lightgrey; */
}

/* subject_bild_link_ext.htm */
.subject_bild_link_ext {
    float: left;
    width: 47%;
    margin: 0 1% 5% 1%;
    position: relative;
    max-height: 220px;
    overflow: hidden;
    /* border: 1px solid lightgrey; */
    line-height: 175px;
}
.subject_bild_link_description_ext {
    /* background-color: rgba(255, 255, 255, 0.85); */
    padding: 0 2%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* position: absolute; */
    /* bottom: 0; */
    width: 96%;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
}
.adddesc1_ext {
    display: block;
    font-weight: normal;
}
.adddesc2_ext {
}
.subject_bild_link_thumbnail_ext {
    border: 1px solid lightgrey;
}

/* subject_teaser_right */
.subject_teaser_right h2 {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
}
.subject_teaser_right_description {
    font-size: 15px;
    text-transform: uppercase;
    background-color: #525252;
    color: #FFF;
    padding: 5px 5px 5px 5px;
    margin-top: 20px;
    /* text-align: left; */
}
.subject_teaser_right_additionaldesc {
    padding: 0 5px 0 5px;
    font-size: 13px;
    /* text-align: left; */
}
.subject_teaser_right_thumbnail {
    overflow: hidden;
    position: relative;
}
.subject_teaser_right_thumbnail div {
    bottom: 0px;
    position: absolute;
    right: 0;
    background-color: rgba(2, 2, 2, 0.41);
    padding: 0 10px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
}
.subject_teaser_right_info {
    font-size: 13px;
    text-align: left;
    line-height: 18px;
}
.subject_teaser_right_content a {
    font-size: 13px;
    text-align: left;
    text-decoration: none;
}
.subject_teaser_right_content a:hover {
    text-decoration: underline;
}
.subject_teaser_right_footer {
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    padding: 15px 0 0 0;
    font-weight: bold;
}
.subject_teaser_right_footer a:after {
    content: url('../images/arrow.gif');
    padding: 0 0 0 2%;
}
.separator {
    padding: 10px 0 10px 0;
}

/* Footer */
.footer-col1 {
    text-align: left;
    width: 25%;
    float: left;
    margin: 0;
}

.footer-col1:first-child {
    /* width: 35%; */
}

.footer-col1 {}
h4.footer_title {
    text-transform: uppercase;
    color: white;
    margin: 0 30px 5px 0;
    /* font-weight: normal; */
    font-size: 1.2em;
    font-weight: normal;
}
.footer-submenu {
    list-style: none;
}
a.footer-submenu, .footer-submenu a {
    text-decoration: none;
    /* font-size: 13px; */
    color: #9e9e9e;
    /* font-weight: 600; */
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    display: block;
}
.footer-submenu:hover a {
    text-decoration: underline;
    color: #FFFFFF;
}
.footer-impres {
    background-color: #4C4C4C;
    color: #E0E0E0;
    min-height: 50px;
    text-align: left;
    /* display: none; */
    background-color: #3A3A3A;
    position: relative;
    z-index: 1;
}
.footer-impres li {
    display: inline-block;
    /* padding-left: 2%; */
    font-size: 80%;
}
a.footer-impres_link, a.footer-impres_link:link, a.footer-impres_link:hover, a.footer-impres_link:visited {
    text-decoration: none;
    color: #E3E3E3;
}
a.page_footer_link:link, a.page_footer_link:visited {
    text-decoration: none;
    color: #9e9e9e;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}
a.page_footer_link:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

/* Links */
a {
    color: #565656;
}
a:link {
}
a:visited {
}
a:hover {
    cursor: pointer;
    color: #000000;
}
a:active {
}
.linknounderline {
    text-decoration: none;
}
a.linknounderline {
    text-decoration: none;
}
a:link.linknounderline {
    text-decoration: none;
}
a:visited.linknounderline {
    text-decoration: none;
}
a:hover.linknounderline {
    xtext-decoration: underline;
    cursor: pointer;
}
a:active.linknounderline {
    text-decoration: none;
}

.linknavtop {
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.1em;
    tex-transform: uppercase;
}
a:link.linknavtop {
    text-decoration: none;
}
a:visited.linknavtop {
    text-decoration: none;
}
a:hover.linknavtop {
    text-decoration: underline;
    cursor: pointer;
}
a:active.linnavtop {
    text-decoration: none;
}

/* Mediaabhaengige CSS */

@media screen and (min-width: 801px) and (max-width: 1024px) {
		h1.web {
    font-size: 15px;
}
		.mc_HOME_AKTUELL h1.web {
    height: auto;
    font-size: 13px!important;
    padding: 5px;
}
		.mc_REISEN .part_info_detail, .mc_FOTOS .part_info_detail {
    height: auto;
}
.mc_HOME_AKTUELL .part_info_detail img {
	opacity: 1;
}
		.mc_FOTOS .part_info_detail {
    /* height: 245px; */
}
		.mc_HOME .part_info_detail {
    height: auto;
}
		.mc_HOME .part_info_content {
    font-size: 75%;
}
		.part_info_content_imagetable .img_imagetable {
    height: auto;
}
		.page_footer {
			padding: 0 2%;
		}
		.footer-impres {
			padding: 0 2%;
		}
		.mc_HOME_AKTUELL .part_info_detail, .mc_REISEN .mc_HOME_AKTUELL .part_info_detail {
    height: auto;
}
    .teaser_rightcontent {
        /* width: 94%; */
        /* margin: 2%; */
        /* border-left: 0; */
        /* padding: 2% 1%; */
    }
    .subject_teaser_right {
        /* width: 29%; */
        /* float: left; */
        /* margin: 0 2% 2% 0; */
        /* overflow: hidden; */
        /* height: 225px; */
        /* padding: 2%; */
        /* line-height: 170px; */
    }
    .main_content_partlist {
        /* width: 69%; */
    }
    .banner {
    height: 350px;
    line-height: 350px;
}
    .subject_teaser_right_additionaldesc1 {
        margin: 0;
        position: absoluste;
        width: 82%;
    }
    .tl_HOME {

    }
    .mc_HOME {
        /* width: 96%; */
    }
    .subject_text_bild_link_thumbnail {
    	width: 200px;
    
    	margin: 0 15px 10px 0;
}
}

@media screen and (max-width: 800px) {
    .part_info_content_imagetable .img_imagetable {
    height: auto;
}
		.mc_HOME_AKTUELL h1.web {
    font-size: 12px!important;
    height: auto;
    padding: 5px;
}
.mc_HOME .part_info_content {
    font-size: 71%;
    line-height: 110%;
}
.mc_HOME_AKTUELL .part_info_detail img {
	opacity: 1;
}
    .teaser_leftcontent {
        display: none !important;
    }
    .teaser_rightcontent {
        width: 96%;
        border-left: none;
        padding: 2%;
    
        text-align: center;
        height: auto !important;
}
    .subject_teaser_right {
        width: 100%;
        /* float: left; */
        /* margin: 0 2% 2% 0; */
        /* overflow: hidden; */
        /* height: 225px; */
        padding: 0 0 2% 0;
        /* line-height: 129px; */
    
}
		.subject_teaser_right_content a {
    text-align: center;
}
    .subject_teaser_right_additionaldesc1 {
        margin: 0;
        border: 0;
    }
    .subject_teaser_right_infoitem {
    max-width: 450px;
    /* text-align: left; */
} 
		.subject_teaser_right_thumbnail {
}
		.subject_teaser_right_thumbnail div {
    right: 50%;
    width: 50px;
    margin-right: -25px;
}
    .main_content_partlist {
        width: 96%;
    }
    .subject_teaser_right_info {
    /* text-align: center; */
}
		.subject_teaser_right_footer {
    text-align: center;
}
		.subject_text_bild_link_thumbnail {
    width: 100%;
}
		.subject_bild_link {
    width: 98%;
    height: auto;
    float: none;
    min-height: 200px;
}
		.bg_img_slider {
    height: 350px;
}
		.homeslider_wrapper {
    min-height: 250px;
}
    .page_content {
        min-width: 250px;
        overflow: hidden;
    }
    .page_header {
    }
    .section_header {
        margin: 0 auto;
        /* max-width: 1200px; */
        /* position: relative; */
        /* min-height: 100px; */
        /* left: 0; */
        top: 0;
        text-transform: uppercase;
        font-size: 86%;
        text-align: center;
        /* right: 100px; */

        height: auto;
        /* padding: 5px 0; */
    }
    .section_header p {
        margin: 0;
        padding: 0;
    }
    .section_header a {
        /* color: #565656; */
        margin: 0 0 0 10px;
    }

    .header_ownerlogo {
        width: 98%;
        text-align: center;
        padding: 1%;
        /* position: relative; */
        float: none;
    
        /* height: 70px; */
        background-color: white;
}
    .ownerlogo {
        max-width: 100%;
        /* position: absolute; */
        /* margin: 0 auto; */
        /* top: 0; */
        /* z-index: 9999; */
        /* float: none; */
        padding: 0;
}
    .ownerlogo img {
    top: 0;
    height: 75px;
}
		.ownerlogo span {
    display: none;
}
  .socialmedias {
  padding-right: 1%;
}
    .search {
        width: 97%;
        margin: 0 auto;
        position: relative;
        bottom: 0;
    }
    .form-search {
    }
    .section_mainroot {
        min-width: 275px;
    }
    #page_mainmenu {
        /* background-color: #e2e2e2; */
        border-bottom: none;
    
        position: relative;
}
    #page_mainmenu.fixed {
        /* position: relative; */
    }
    #section_mainmenu {
        display: none;
        height: auto;
        min-height: 50px;
        min-width: 275px;
        border-bottom: 0px;
        background-color: #B8B8B8;
    }
    #groups {
        left: 0;
        width: 100%;
        position: relative;
        top: 0;
    }
    .nav {
        position: relative;
    }
    .nav > li {
        display: block;
        border-right: 0;
        height: auto;
        border-top: 1px solid white;
    
        border-bottom: none;
}
	.nav > li:hover {
		border-bottom: none;
	}
    .nav > li > a {
        padding: 0 2%;
        font-size: 20px;
        line-height: 45px;
    }
    .nav a .caret {
        float: right;
        width: 0;
        height: 0;
        display: inline-block;
        vertical-align: top;
        border-top: 10px solid #747474;
        border-right: 10px solid rgba(0, 0, 0, 0);
        border-left: 10px solid rgba(0, 0, 0, 0);
        content: "";
        margin-top: 15px;
        margin-left: 2px;
    }
    .nav a:hover .caret {
        border-top-color: #D4D4D4;
    }
    .nav li.mobilenav-open > a > .caret {
        border-top: none;
        border-bottom: 10px solid #FFF;
        border-right: 10px solid rgba(0, 0, 0, 0);
        border-left: 10px solid rgba(0, 0, 0, 0);
    }
    .nav li.mobilenav-open > a:hover > .caret {
        border-bottom-color: #D4D4D4;
    }
    .nav-grpmenu {
        border-top: none;
        padding: 0;
        position: relative;
        width: 100%;
    }
    .nav-grpmenu li {
        display: block;
        width: 100%;
        margin: 0;
        border-top: 1px solid #A0A0A0;
        line-height: 39px;
        white-space: normal;
    }
    .nav-grpmenu a {
        padding: 0 2%;
    }
    .nav-catmenu {
        background-color: #494848;
    }
    .nav-subcatmenu {
        margin: 0;
        background-color: #646464;
    }
    .nav-subcatmenu a {
        padding: 0 0 0 6%;
    }
    
    .part_info_detail > img {
    max-width: 50%;
    	
    }
    .mc_FOTOS .part_info_detail {
    width: 48%;
}
.mc_FOTOS .part_info_detail > img, .mc_KONTAKT .TEAM img, .mc_REISEN .part_info_detail > img, .mc_HOME .part_info_detail > img {
    max-width: 100%;
}
.mc_HOME .part_info_detail {
    height: auto;
    border: 2px solid #FFF;
}
    .mc_KONTAKT .TEAM {
    width: 23%;
}
    .page_footer {
        /* min-height: 150px; */
        padding: 0 2%;
    }
    h4.footer_title {
        cursor: pointer;
        /* background: url('../images/icon_plus.png') no-repeat top right; */
        margin: 0;
        background-position: 98% 10px;
        border-right: none;
    }
    h4.footer_title.active {
        background: url('../images/icon-minus.png') no-repeat top right;
        background-position: 98% 10px;
    }
    .footer-impres {
    padding: 0 2%;

    margin-bottom: 45px;
}
    .section_footer {
    }
    .page_footer_mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 45px;
        background-color: #000000;
        color: white;
        line-height: 50px;
        z-index: 3398;
    
        display: block;
}
		.page_footer_mobile li {
    width: 25%;
    text-align: -webkit-center;
    /* display: table-cell; */
    float: left;
    list-style: none;
}
		.page_footer_mobile li:nth-child(1) a {
    background-image: url('../images/icons.png');
    width: 45px;
    height: 45px;
    display: block;
    background-position: 5px 0;
}
		.page_footer_mobile li:nth-child(2) a {
    background-image: url('../images/icons.png');
    width: 45px;
    height: 45px;
    display: block;
    background-position: -45px -124px;
}
		.page_footer_mobile li:nth-child(3) a {
    background-image: url('../images/icons.png');
    width: 45px;
    height: 45px;
    display: block;
    background-position: -45px -82px;
}
		.page_footer_mobile li:nth-child(4) a {
    background-image: url('../images/icons.png');
    width: 45px;
    height: 45px;
    display: block;
    background-position: -250px 0;
}
		
    .footer-col1 {
        display: block;
        width: 100%;
        margin: 0 0 15px;
    }
    .mainmenu_mobile {
        background-image: url('../images/mobile_nav.png');
        background-repeat: no-repeat;
        cursor: pointer;
        padding: 4px 0 4px 44px;
        color: white;
        display: block;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #98380F;
        line-height: 30px;
        position: relative;
        /* background-position: 0 4px; */
    }
    fieldset {
        margin: 0;
        width: 100%;
    }
    fieldset input[type=text], select {
        /* float: none; */
        width: 94%;
        padding: 4px 2%;
    
}
input[type=text].small {
    width: 20%;
}
input[type=text].small2 {
    width: 69%;
}
    .formnotice {
        width: 100%;
        float: none;
    }
    .breadcrumbs_basket li {
        width: 40px;
    }
    .navigation_content {
        width: 175px;
    }
    .sozialmedia {
        position: relative;
    }
    .formlogin {
        float: none;
        width: 100%;
    }
    .formpayadress div div {
        float: none;
        height: auto;
        width: 100%;
    }
    label {
        float: none;
        /* display: block; */
        width: auto;
    }
    .formdatum label, .formanzahl label, .formadress label {
    width: 100%;
}
    .mobile_none {
        display: none;
    }
    .scrolltop {

    }
    .banner {
    height: 300px;
    line-height: 300px;
}
.mc_REISEN .part_info_detail, .mc_REISEN .mc_HOME_AKTUELL .part_info_detail {
    height: 165px;
}

}
@media screen and (max-width: 520px) {
    .subject_bild_link {
        /* width: 98%; */
    
}
    .subject_bild {
        width: 98%;
    }
    .subject_bild_link_ext {
        width: 98%;
    }
    .part_info_content_thumbnail {
        width: 100%;
    }
    .part_info_content_imagetable .img_imagetable {
        width: 48%;
    }
    .subject_teaser_right {
        width: 96%;
        /* height: 235px; */
    }
    .bg_img_slider {
        margin: 0;
        height: 300px;
    }
    .homeslider_wrapper .slideshow {
        min-height: 300px;
    }
    .homeslider_wrapper .slideshow_box {
        display: none;
    }
    .homeslider_wrapper .slideshow_paging {
        display: none;
    }
    .banner {
    width: 100%;
    height: 185px;
    line-height: 185px;
}
    .banner:nth-child(odd) {
    display: none;
    
		}
		.mc_HOME .part_info_detail {
    width: 98%;
    height: 240px;
}
		.mc_HOME_AKTUELL .part_info_detail {
    width: 48%;
    height: auto;
    margin-bottom: 6%;
}
		.mc_HOME_AKTUELL h1.web {
    padding: 5px;
    height: 35px;
}
		
		
		.mc_REISEN .mc_HOME_AKTUELL .part_info_detail {
    width: 48%;
    height: 152px;
}
		.mc_REISEN .part_info_content {
    position: relative;
    background-color: transparent;
}
		.mc_REISEN h1, .mc_HOME h1 {
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    /* position: relative; */
    height: 42px;
    overflow: hidden;
}
		.mc_REISEN h2 {
    line-height: 15px;
    overflow: hidden;
    height: 28px;
    background-color: black;
}
.mc_HOME .part_info_content {
    line-height: 115%;
    font-size: 100%;
}

}
@media screen and (max-width: 360px) {
  .ownerlogo img {
  max-width: 200px;
  height: auto;
}
    .subject_firmen_img {
        width: 100%;
        text-align: center;
        margin: 0;
        height: auto;
    }
#page_mainmenu {
    position: relative;
    /* height: 38px; */
}
.page_header {
    height: 25px;
    background-color: black;
    border-bottom: 1px solid #888;
}
.section_header {
    padding: 0;
}
.section_header ul {
    line-height: 25px;
    position: relative;
    width: 100%;
    text-align: -webkit-center;
}
.subject_bild_link_thumbnail {
    float: none;
}
.subject_bild_link_info {
    margin: 10px;
}
.login input {
    width: 90%;
    margin: 5px 0;
}
    .mc_KONTAKT .TEAM {
    width: 48%;
}
.mc_HOME_AKTUELL h1.web {
    /* height: auto; */
    /* height: 40px; */
}

}

@media print {
    /* ... Formatdefinitionen zum Drucken ... */
    .noprint {
        display: none!important;
    }
    /* .page_content    {zoom: 100%;} */
    tr {
        page-break-inside: avoid;
    }
    img {
			max-width: 100%;
    }
    .mc_KONTAKT .TEAM img {
    	-webkit-filter: none;
    	filter: none;
    }

    .main_content_partlist {
    	width: 100%!important;
    }
    .RESERVATION_detail {
    	display: block;
    }
    .RESERVATION_title:after {
    content: " ";
		}
}

/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* IE-Patch fuer IE 7*/
*:first-child+ html .clearfix {
    min-height: 0;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */


