body {
    background: none transparent;
    padding: 0;
    margin: 0;
}

@page {
    margin: 1cm
}

#header,
body.home #header{
    background: none;
    height: auto;
}
/*a {
    color: #008431;
}*/
img {
    border: none;
}

body.home #header h1 {
    display: none;
}

#header div.wappen,
#header img,
#breadcrumb {
    display: none
}

#logo {
    position: relative;
    bottom: auto;
    left: auto;
}

#logo img {
    display: block;
    border: none;
}

.flexslider {
    display: none;
}

#top {
    width: auto;
}

#menu,
#content #left_column,
.shadow-1::before,
.shadow-1::after,
.shadow-2::before,
.shadow-2::after{
    display: none;
}

#main_column {
    float: none;
    width: auto;
    padding: 10px 25px 24px;
}


#main_column div.folding p {
    display: block;
}
#main_column div.cols-2 div.col:nth-of-type(1) {
    margin-right: 5px;
}
#main_column div.cols-2 div.col:nth-of-type(1),
#main_column div.cols-2 div.col:nth-of-type(2) {
    width: 320px;
    float: left;
}
#main_column div.cols-2-type-b div.cols-2 div.col:nth-of-type(1) {
    width: 400px;
}


#footer {
    display: none;
}
#address_print {
    display: block;
    margin: 40px 0 0;
    padding: 20px 0 0 25px;
    border-top: 1px dotted #000;
}

#print_area {
    text-align: right;
    margin-right: 25px;
    display: none;
}

#print_area #submit_print, #print_area #submit_close {
    border: none;
    background-image: url('../Images/printer.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #dadada;
    padding: 7px 20px 8px 6px;
    margin: 4px 6px;
    width: 150px;
    font-size: 14px;
    cursor: pointer;
}

#print_area #submit_close {
    background-image: url('../Images/close.png');
}

#logo a {
    padding-left: 25px;
}



/***** VMG - Start *****/
.fp-container {
     height: auto;
}
.fp-container .flipping-card {
    position: relative;
    width: auto;
    height: auto;
}
.fp-container .flipping-card figure {
    position: relative;
    background-color: #fff;
}

.fp-container .flipping-card .front .image {
    display: none;
}
.fp-container .flipping-card .front .text {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    color: #000;
    background-color: transparent;
}

.fp-container .flipping-card .back {
    color: #000;
    -webkit-transform: rotateY( 0deg );
    -ms-transform: rotateY( 0deg );
    transform: rotateY( 0deg );
}
.fp-container .flipping-card .back .text h2 {
    display: none;
}
.fp-container .flipping-card .back a {
    padding: 0;
    color: #000;
    background: none;
}
/***** VMG - End *****/

/***** Events - Start *****/
.linktoorganizer-wrap,
.mobile-folding {
    display: none;
}
.event-info-data dd {
    max-width: 100%;
}
/***** Events - End *****/