/* Allgemeines CSS für alle Templates */
@import url(https://cdn.3wm.de/fonts/css?family=Average&subset=latin,latin-ext);

@font-face {
    font-family: 'fororoundedlight';
    src: url('../fonts/fororounded_light/ForoRndLig-webfont.eot');
    src: url('../fonts/fororounded_light/ForoRndLig-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fororounded_light/ForoRndLig-webfont.woff2') format('woff2'),
    url('../fonts/fororounded_light/ForoRndLig-webfont.woff') format('woff'),
    url('../fonts/fororounded_light/ForoRndLig-webfont.ttf') format('truetype'),
    url('../fonts/fororounded_light/ForoRndLig-webfont.svg#fororoundedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bergamot_ornamentsregular';
    src: url('../fonts/bergamot_ornaments/bergamot_ornaments-webfont.eot');
    src: url('../fonts/bergamot_ornaments/bergamot_ornaments-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bergamot_ornaments/bergamot_ornaments-webfont.woff2') format('woff2'),
    url('../fonts/bergamot_ornaments/bergamot_ornaments-webfont.woff') format('woff'),
    url('../fonts/bergamot_ornaments/bergamot_ornaments-webfont.ttf') format('truetype'),
    url('../fonts/bergamot_ornaments/bergamot_ornaments-webfont.svg#bergamot_ornamentsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html.error {
    background-image: url('../images/content_1.jpg');
    background-size: auto;
    background-repeat: repeat;
}

html.error body {
    background-color: transparent !important;
}

html, body {
    height: 100%;
}

body {
    background-color: #4A4A4A !important;
    color: #6e5f4c;
    font-family: "Average", "Serif";
    font-size: 20px;
    line-height: 1.8em;
}

h1, h2, h3, h4,.h4, h5, h6 {
    color: #1d1d1b;
    font-family: "fororoundedlight", "Serif";
    font-weight: bold;
    font-size: 36px;
    line-height: 1.1em;
    text-align: center;
}

h4,.h4, h5, h6 {
    font-size: 26px;
}

div {
    box-sizing: border-box;
}

/*
	Section Photo Slider, Navigators
*/
.photo_slider .item {
    margin: 0 12px 0;
    z-index: 5;
    width: 172px !important;
    height: 115px !important;
}

.go_left.navigate,
.go_right.navigate {
    background: none;
    height: 52px;
    width: 40px;
    top: -135px;
    font-family: "bergamot_ornamentsregular";
    font-size: 60px;
    color: #6e5f4c;
}

.gallery3wm .overlay .go_left,
.gallery3wm .overlay .go_right {
    background-color: transparent;
}

.go_left.navigate,
.go_left.navigate:before {
    content: "Q";
}

.go_right.navigate {
    margin-right: 10px;
    right: -105px;
}

.go_right.navigate:after {
    content: "R";
}

/*
	Section: Gallery Übersicht
*/
.pagination {
    text-align: center;
    line-height: 75px;
}

.pagination a {
    padding: 0 2px;
}

.pagination .next:before, .pagination .previous:after {
    font-family: "bergamot_ornamentsregular";
    font-size: 40px;
    color: #ac6d49;
    margin: 10px;
}

.pagination .next:before {
    content: "q";
}

.pagination .previous:after {
    content: "r";
}

.top_gallery_overview .gallery_item {
    float: left;
    position: relative;
    margin: 15px 12px;
}

.top_gallery_overview .description span {
    display: block;
}

.bottom_gallery_overview .description span {
    margin-left: 10px;
    color: black;
}

.gallery_overview li {
    list-style-type: none;
}

.top_gallery_overview {
    margin-bottom: 50px;
}

.top_gallery_overview ol {
    text-align: center;
    padding-left: 0;
}

.top_gallery_overview ol li {
    display: inline-block;
}

.top_gallery_overview .gallery_item {
    width: 168px;
    height: 115px;
    margin-bottom: 10px;
}

.top_gallery_overview .gallery_item .image {
    background-color: black;
    height: 100%;
    width: 100% !important;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
}

.photo_slider .slideWrapper .item,
.top_gallery_overview .gallery_item .image {
    border: 3px solid white;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.photo_slider .overlay,
.photo_slider .navigate {
    top: 50% !important;
}

.bottom_gallery_overview {
    -moz-column-count: 4;
    -moz-column-gap: 50px;
    -webkit-column-count: 4;
    -webkit-column-gap: 50px;
    column-count: 4;
    column-gap: 50px;
}

.gallery_overview > div {
    display: block;
}

.bottom_gallery_overview .gallery_item {
    display: inline-block;
    width: 100%;
}

/*
	Section: Gallery
*/

.gallery3wm .overlay {
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -36px;
    left: 0;
    z-index: 100;
    top: auto;
}

.gallery3wm .overlay .go_left, .gallery3wm .overlay .go_right {
    top: -110px;
}

.gallery3wm .overlay .go_left {
    left: -70px;
}

.gallery3wm .overlay .go_right {
    right: -25px;
}

.gallery3wm .overlay .go_to_slide,
.gallery3wm .overlay .slide_button,
.gallery3wm .overlay .slide_button.active {
    background: none;
}

.gallery3wm .overlay .slide_button:after {
    content: "K";
    font-family: "bergamot_ornamentsregular";
    color: #d1cabb;
}

.gallery3wm .overlay .slide_button.active:after {
    color: #8d8170;
}

.photo_slider .item {
    margin: 0 12px 30px;
    z-index: 5;
    width: 172px !important;
    height: 115px !important;
}

.photo_slider .navigate {
    background-color: transparent !important;
}

.photo_slider {
    height: 120px;
    z-index: 1;
    width: 780px;
    margin: 0 auto;
}

.photo_slider .sliderWrapper {
    padding: 10px 0;
    box-sizing: content-box;
}

.photo_slider .overlay {
    height: 0;
    top: 0;
}

.gallery_description {
    font-size: 20px;
}

/**
 * Formulare
 */
.formularContainer input[type='checkbox'], .formularContainer input[type='radio'] {
    visibility: hidden;
}

.form_row {
    margin: 10px 0;
}

.form_row.required .form_label label:after {
    content: '*';
}

.form_label {
    font-weight: bold;
    display: inline-block;
    width: 250px;
    padding-right: 10px;
    vertical-align: top;
}

.checkbox.datenschutz .form_label {
    text-align: right;
}

.desktop .form_label {
    line-height: 31px;
    min-height: 31px;
}

.form_element {
    display: inline-block;
    width: calc(100% - 260px);
}

.form_error {
    color: #DD1A1A;
    padding-top: 3px;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="email"],
textarea {
    background-color: #553e31;
    outline: 2px solid #9A6343;
    border: 1px solid white;
    color: white;
    font-size: 18px;
    padding: 2px 5px;
    box-sizing: border-box;
    width: 100%;
    max-width: 350px;
    font-family: "linux_libertine", serif;
}

.mobile input {
    font-size: 18px !important;
}

option {
    color: black;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: 4px solid white;
}

.ui-select,
.ui-checkbox,
.ui-radio {
    background-color: #553e31;
    outline: 2px solid #9A6343;
    color: white;
    margin: 0;
    max-width: 350px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.ui-radio {
    width: auto;
    margin-right: 2px;
}

.ui-select .ui-btn > span {
    font-family: "linux_libertine", serif;
}

.ui-select > .ui-btn,
.ui-checkbox > .ui-btn,
.ui-radio > .ui-btn {
    border-radius: 0 !important;
    border: 1px solid white !important;
    padding: 2px 5px;
    font-family: "linux_libertine", serif;
}

.ui-checkbox > .ui-btn,
.ui-radio > .ui-btn {
    padding-left: 40px;
    padding-right: 10px;
}

.ui-btn, label.ui-btn {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
}

.ui-btn-icon-right:after {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    background: none;
    border-radius: 0;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-on:after,
.formularContainer .ui-checkbox .ui-btn.ui-checkbox-off:after {
    font-family: FontAwesome;
    font-size: 21px;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    background: none;
    border-radius: 0;
    margin-top: -14px;
    margin-left: 0;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-on:after {
    content: '\f00c';
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-off:after {
    content: '\f00d';
}

.formularContainer input[type='submit'] {
    padding: 2px 5px;
    font-size: 18px;
    color: white;
    border: 1px solid white;
    background-color: #553e31;
    outline: 2px solid #9A6343;
    margin-top: 10px;
    font-weight: normal;
}

/****************************************************************/
.formularContainer .ui-checkbox {
    background: transparent;
    outline: none;
    color: inherit;
}

.formularContainer .ui-checkbox .ui-btn:after {
    border: 1px solid #fff;
    opacity: 1;
    top: 13px;
    left: 0;
    line-height: 27px;
    text-align: center;
    font-size: 22px !important;
    background-color: #553e31 !important;
    outline: 2px solid #9A6343;
    height: 27px;
    width: 27px;
    color: #fff;
}

.formularContainer .ui-checkbox > .ui-btn {
    padding-left: 40px!important;
    border: none !important;
    overflow: visible!important;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-off:after {
    content: '';
}

/****************************************************************/


/*
	Section: Feedback Formular
*/
.formConfig_3 .form_label {
    width: 385px;
}

.formConfig_3 .form_element {
    width: calc(100% - 400px);
}

/*
	Section: News
*/
.news_slider,
.news_item {
    width: 591px;
    margin: 20px auto 0;
    text-align: center;
}

.news_slider .item {
    text-align: center;
}

.news_slider h3,
.news_item h3 {
    font-size: 18px;
    margin: 0;
    background: #8a5f01;
    color: #ffffff;
    width: auto;
    display: inline-block;
    position: relative;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    top: 45px;
    z-index: 10;
}

.news_slider .outerTextWrapper,
.news_item .outerTextWrapper {
    text-align: left;
}

.news_slider .imageWrapper,
.news_slider .textWrapper,
.news_item .imageWrapper,
.news_item .textWrapper {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.news_slider .imageWrapper,
.news_item .imageWrapper {
    width: 280px;
    height: auto;
    min-height: 150px;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -290px;
}

.news_slider .textWrapper,
.news_item .textWrapper {
    width: 280px;
    height: auto;
    min-height: 150px;
    background: #f9f7f4;
    color: #373633;
    font-size: 18px;
    padding: 30px 25px 10px;
    line-height: 1.8;
    margin-top: 20px;
    position: relative;
    margin-left: 303px;
}

.news_slider > div,
.news_item > div {
    vertical-align: top;
}

.gallery3wm.news_slider .overlay {
    height: 100%;
    z-index: 5;
}

.news_slider .sliderWrapper {
    z-index: 10;
}

.news_slider .overlay .go_left,
.news_slider .overlay .go_right {
    top: 50%;
}

/*maps*/
.map_wrapper .form_row.text {
    width: 50%;
    float: left;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-top: none;
    border-bottom: none;
}

.map_wrapper .form_row.text .form_element {
    width: 100%;
    text-align: center;
}

.map_wrapper .form_row.text .form_element input {
    max-width: none;
}

.map_wrapper .form_row.route_options {
    position: static;
    margin-top: 70px;
    margin-bottom: 30px;
}

.map_wrapper .form_row.route_options .form_element {
    width: 100% !important;
    text-align: center;
}

.map_wrapper .soubmit_route {
    padding: 2px 5px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #553e31;
    outline: 2px solid #9A6343;
    width: 50px;
    box-sizing: border-box;
    margin: 0 20px;
}

img.adp-marker {
    margin: 5px;
}

.google_map {
    margin-bottom: 10px;
    box-sizing: border-box;
}

#google_map_panel {
    background-color: white;
    padding: 2px;
    overflow: auto;
}

.map_wrapper .adp-directions {
    width: 100%;
}

.map_wrapper .gm-style-iw {
    color: black;
    line-height: 1.5em;
}

.mobile .cc-cookies {
    position: absolute !important;
}

#cookie_fly {
    display: none !important;
    z-index: -999;
    pointer-events: none;
}

.rotoCookie__subheadline h4 {
    text-align: left;
    margin: 0;
    color: #000;
    font-size: 1.2rem;
}