/******************************************************************
Site Name: guides-in-vienna.at
Author: WEHR & WEHR, www.wehrundwehr.at

Stylesheet: Main Stylesheet
******************************************************************/
@font-face {
  font-family: "Calibri";
  src:
	local("Calibri"),
	url("../fonts/Calibri.woff2") format("woff2"),
	url("../fonts/Calibri.woff")  format("woff"),
	url("../fonts/Calibri.ttf")   format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src:
	local("Calibri"),
	url("../fonts/Calibri-Bold.woff2") format("woff2"),
	url("../fonts/Calibri-Bold.woff")  format("woff"),
	url("../fonts/Calibri-Bold.ttf")   format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src:
	local("Calibri"),
	url("../fonts/Calibri-Italic.woff2") format("woff2"),
	url("../fonts/Calibri-Italic.woff")  format("woff"),
	url("../fonts/Calibri-Italic.ttf")   format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src:
	local("Calibri"),
	url("../fonts/Calibri-BoldItalic.woff2") format("woff2"),
	url("../fonts/Calibri-BoldItalic.woff")  format("woff"),
	url("../fonts/Calibri-BoldItalic.ttf")   format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body {
	max-width: 100%;
	height: 100%;
}
body {
	background:#d3d3b0;
	margin:0;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
	font-family: "Calibri", system-ui, sans-serif;
	color: #000;
    font-size: 16px;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
    background: transparent;
}
a:active, a:focus, a:hover {
    outline: 0;
}

b, strong, .strong {
    font-weight: bold;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
p { 
	padding:0;
	margin:0;
}
pre {
    margin: 0;
	white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before, q:after {
    content: '';
    content: none;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl, menu, ol, ul {
    margin: 0;
}
menu {
    padding: 0 0 0 40px;
}
ol, ul {
    padding: 0;
    list-style-type: none;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
	outline:none;
	border:none;
	box-sizing: border-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

hr {
    border: none;
    display: block;
    height: 1px;
    margin: 2em 0;
}
input, textarea{
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}
a, a:visited {
    color: inherit;
    text-decoration: none;
	font-feature-settings: "liga" 0;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #ff0000;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    text-rendering: optimizelegibility;
	margin: 0;
	font-feature-settings: "liga" 0;
	
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none;
}
h1, .h1 {
    color: #ff0000;
    font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 1em;
}
h2, .h2 {
	color: #ff0000;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}
h3, .h3 {
    font-size: 1.25em;
	color: #000000;
	font-weight: normal;
	line-height: 1.1em;
	margin-bottom: 1em;
}
h4, .h4 {
    font-size: 1em;
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 1em;
}
h5, .h5 {
	color: #000;
    font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom:.3em;
	margin-top:1em;
}
h6, .h6 {
	color:#ff0000;
    font-size: 1em;
	line-height: 1em;
	margin-bottom:1em;
	margin-top:0;
}


#container{
	/*min-height: 100%;*/
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;	
}
.cf{
    clear: both;
}


/*********************
MENUS
*********************/

.header-container{
	width:100%;
	margin: 0 auto;
}
.logo{
	position: absolute;
	margin-top: -50px;
	width: 150px;
	height: 165px;
	z-index: 999;
	text-indent: -9999px;
	box-shadow: 0 15px 40px 0px rgba(0, 0, 0, 0.15);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100%;
}
.logo-de{
	background-image: url(../images/logo_wien@x2.png);
}
.logo-en{
	background-image: url(../images/logo_vienna@x2.png);
}
.main-menu-container{
	height: 87px;
}
.header-menu{
	position: relative;
	height:auto;
	font-size: .9em;
}
.sprachen-menu{
	position: relative;
	padding: 0;
	font-weight: normal;
}
.sprachen-menu div{
	padding-bottom:1em;
}
.user-logged-in{
	display: inline-block;
    margin-right: 1em;
	font-size: .9em;
}
.log-out-url{
	color:#ff0000;
	
}

.header-menu .fb-link a i{
	font-size:1.2em;
	vertical-align: bottom;
}
.lang-item{
	list-style: none;
}
.sprachen-menu .custom-select,
.header-menu .fb-link,
.language-select{
	position: relative;
	display: block;
	font-size: 1em;
}
.custom-select select {
  	display: none;
}
.select-selected, .language-select {
	color:#636363;
}
.select-selected:after {
	position: absolute;
	content: "";
	top: .6em;
	right: 8px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-color: #000 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #000 transparent;
	top: 7px;
}
.select-items a,.select-selected {
	display:block;
	padding: 0;
	border: none;
	cursor: pointer;
}
.select-selected {
	border-bottom: #000 solid 1px;
	padding-bottom: .2em;
}
.select-items {
	line-height: 1.8em;
	padding-top: 1em;
}
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.main-menu{
	display: none;
	height: calc(100% - 50px);
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 1.3em;
	font-weight: bold;
	position: fixed;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
	z-index: 99999;
	top: 50px;
	/*right:-9999px;*/
	background-color: #fff;
	padding:20px;
	width: 280px;
}

.main-menu .sub-menu{
	text-align: left;	
}
	
.top-nav{
	padding: 0 0 50px 0;
	line-height: 1.5em;
}
.top-nav > li > a{
	color:#ff0000;
	font-weight: bold;
	line-height: .5em;
	font-size: 1.125em;
}
.top-nav, .footer-nav{
	display: block;
}
.top-nav li{
    padding-top: 0.5em;
}
.top-nav > .menu-item {
    padding-bottom:1em;
	display: block;
}
.top-nav .sub-menu{
	transition: .4s;
	font-size: .8em;
}
.top-nav .sub-menu li{
	padding: 1em 0 0 1em;
	line-height: 1em;
}
.top-nav .current-menu-item > a,
.top-nav .current-menu-ancestor > a{
	color:#ff0000;
}


/* Mobile Menu */
.close {
	background: url(../images/menu.png) no-repeat;
	display: none;
	z-index: 99999;
}
.open {
    background: url(../images/menu.png) no-repeat;
    display: inline-block;
	z-index: 99999;
}
.close, .open{
	background-size: 39px 39px;
	width: 39px;
	height: 39px;
	background-color: #fff;
	/*border-radius: 40px;
	border:solid 1px #a09e9e;*/
	text-indent: -999em;
	position: absolute;
	right: 5px;
	top: 5px;
}
.page-navigation-blocker{
	background-color: #000;
	left: 0;
	margin: 0;
	opacity: 0;
	position: fixed;
	top: 0px;
	transition: opacity 0.2s ease-out;
	z-index: 9999;
}
.page-navi-active{
	overflow-x: hidden;
	overflow-y: hidden;
	position: fixed;
	width: 100%;
}
.page-navi-active .page-navigation-blocker{
	bottom: 0;
	opacity: 0.62;
	right: 0;
}




/* Sidebar-Menu */

.sidebar{
	width: 190px;
	display: none;
	font-size: .9em;
	padding: 36px 10px 0 24px;
	box-shadow: inset -20px 20px 30px rgba(0, 0, 0, 0.06);
}
.sidebar .menu > .menu-item{
	margin-bottom: 1.6em;
}
#menu-item-71,
#menu-item-29007{
	margin-bottom:2em;
}
/* Level 0 */
.sidebar .menu  li a{
	color:#ff0000;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1;
}
.sidebar .menu > li > .sub-menu{
	padding-top: .3em;
}
/* Level 1 */
.sidebar .sub-menu  li{
	padding-top: .5em;
	line-height: .9em;
}
.sidebar .sub-menu li a{
	color:#000000;
	font-size: 0.95em;
}
.sidebar .sub-menu li a:hover{
	color:#ff0000;
}
/* Level 2 */
.sidebar .sub-menu .sub-menu li a{
	font-weight: normal;
	font-size: 0.8em;
}
.sidebar .sub-menu .sub-menu{
	margin-bottom: 1em;
	display:none;
}
.sidebar .current-menu-item > .sub-menu,
.sidebar .current-menu-parent > .sub-menu{
	display:block;
}
.sidebar .sub-menu .sub-menu > li.current-menu-item > a{
	font-weight: bold;
	color:#ff0000;
}

.sidebar .menu-item-29012 > .sub-menu,
.sidebar .menu-item-929 > .sub-menu{
	display:block;
}
.sidebar .menu-item-71 .sub-menu a,
.sidebar .menu-item-29007 .sub-menu a{
	font-size: 1.05em;
}
.sidebar .menu-item-71 .sub-menu li,
.sidebar .menu-item-29007 .sub-menu li{
	margin-bottom:.5em;
}
.sidebar .menu-item-240,
.sidebar .menu-item-485{
	margin-top:.5em;
}
.top-nav .menu-item-85::before,
.top-nav .menu-item-83::before,
.top-nav .menu-item-84::before,
.top-nav .menu-item-727::before,
.top-nav .menu-item-729::before,
.top-nav .menu-item-728::before,
.sidebar .menu-item-240::before,
.sidebar .menu-item-238::before,
.sidebar .menu-item-239::before,
.sidebar .menu-item-29009::before,
.sidebar .menu-item-29010::before,
.sidebar .menu-item-29011::before,
.sidebar .menu-item-32753::before{
	/* font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-weight:900;
	color:#ff0000; */
}
.top-nav .menu-item-85::before,
.top-nav .menu-item-727::before,
.sidebar .menu-item-240::before,
.sidebar .menu-item-29009::before{
	content: ""; 
	display: inline-block;
	width: 1em;
	height: 1.4em;
	margin-right: .3em;
	vertical-align: -0.125em;
	background-image: url("../images/hand-point-right-solid.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-family: initial;
}
.top-nav .menu-item-83::before,
.top-nav .menu-item-729::before,
.sidebar .menu-item-238::before,
.sidebar .menu-item-29009::before{
	content: ""; 
	display: inline-block;
	width: 1em;
	height: 1.4em;
	margin-right: .3em;
	vertical-align: -0.125em;
	background-image: url("../images/person-walking-solid-full-2.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-family: initial;
}
.top-nav .menu-item-84::before,
.top-nav .menu-item-728::before,
.sidebar .menu-item-239::before,
.sidebar .menu-item-29011::before,
.sidebar .menu-item-32753::before{
	content: ""; 
	display: inline-block;
	width: 1em;
	height: 1.4em;
	margin-right: .3em;
	vertical-align: -.35em;
	background-image: url("../images/hand-point-right-solid.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-family: initial;
}

.top-nav #menu-item-717.current-menu-parent > .sub-menu{
	visibility:visible;
}

/* Footer */
.footer {
	display: inline-block;
	color: #fff;
	background: #000;
	width: 100%;
	margin: 1em 0 4em 0;
}
.footer-wrapper{
	width:90%;
	padding:2em 0;
	margin:0 auto;
}
.footer-links-nav .menu-item {
	padding-bottom: .5em;
	font-size: 1.1em;
}
.footer-links li{
    display:inline-block;
}
.footer-text{
	padding-top:1em;
}
.footer a:hover, .footer a:focus, .footer a:visited:hover, .footer a:visited:focus {
    color: #dbdbdb;
}

/*********************
IMAGE SLIDER
*********************/


.img-slider, .img-slider-small{
	z-index: 0;
	position: relative;
	background: #999999;
	overflow: hidden;
	height: 40vh;
}
.img-slider img, .img-slider-small img{
	width:100%;
	height:auto;
	display:block;
}
.master-slider-parent{
	height: 100%;
}


/**** Slider Layers ***/

.ms-slide-layers{
	display: none;
}
.slider-overlay{
	background-color: #000;
	white-space: nowrap;
}
.slider-text h6{
	color: #ababab;
	font-size: .8em;
	margin: .2em 0 0 0;
	font-weight: normal;
}


/*********************
POSTS & CONTENT STYLES
*********************/


.content-container{
	padding: 0;
	background: #fff;
}
html:lang(de-DE) .maincontent{
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.maincontent{
	vertical-align: top;
	padding: 1.4em;
	background-color: #fff;
	max-width: 650px;
	margin: 0 auto;
}

.maincontent p, .maincontent h1, .kontaktform p, .kontaktform h1{
	margin-bottom:1em;
}
.maincontent p{
	font-size: 1.1em;
	color: #262626;
	line-height: 1.4em;
	font-weight: normal;
}
.maincontent a, .kontaktform a{
	color:#ff0000;
	font-weight:600;
}
.maincontent:not(.formular) ul li{
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom:.3em;
	font-weight: 400;
}
.maincontent ul li a{
	font-style: normal;    	
}
.maincontent:not(.formular) ul:not(.acf-tab-group) li:before{
	content: ""; 
	display: inline-block;
	width: 1em;
	height: .85em;
	margin-right: .3em;
	vertical-align: -.135em;
	background-image: url("../images/arrow-right-solid-full.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-family: initial;
	margin-left: -1.4em;
}
.maincontent .noarrow{
	color:#ff0000;
}
.maincontent .noarrow li:before{
	content:'\f024';
	padding-right: 0.5em;
	color:#ff0000;
}
.maincontent:not(.formular) ul{
	padding-left:1.3em;
	margin: 1em 0 1.2em;
}
.text{
	margin:0 auto;
	width:100%;
}
.text-only{
	padding-top: 80px;
}
.maincontent-subpage{
	margin-top: 0;
	background-color: #fff;
	padding: 0;
	width: auto;
}

.text a{
	color:#4c4c4c;
	font-style: italic;
	font-weight: 600;
}

.fa-arrow-right{
	font-size: .8em;
	padding-left: .4em;
}
.maincontent table{
	width:100%;
}
.maincontent td{
	padding: 0 0 10px 0;
	vertical-align: top;
	line-height: 1em;
}
/* Images */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.aligncenter{
	text-align: center;
	margin: 0 auto;
}


/** Formulare **/
input[type="submit"]{
	cursor: pointer;
}
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="select"],
input[type="password"],
.acf-field input[type="number"],
.nf-field-element input[type="text"],
.nf-field-element input[type="email"]{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border:1px #b3b3b3 solid;
	padding: 0 .5em;
	height: 2em;
	border-radius: 0;
}
select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
	background: url('../images/menu-arrow.png') 97% center/9px 6px no-repeat;
	width:100%;
}
.mailpoet_text_label{
	font-weight:normal !important;
}
.mailpoet_submit, input[type="submit"],
input[type="button"].nf-element{
	background-color: #ff0000;
	padding: 0 .5em;
	box-sizing: border-box;
	font-weight: bold;
	color: #fff;
	height: 2em;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
}
.mailpoet_archive_date:after{
	content:' – ';
}
.mailpoet_checkbox{
	margin-top: .5em;
}
.anfrage-form input[type="text"],
.anfrage-form input[type="email"],
.anfrage-form input[type="submit"],
.tour-select select,
.anfrage-form textarea, .acf-input textarea,
.nf-field-element textarea{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border:1px #b3b3b3 solid;
	padding: 0 .5em;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0;
}
.anfrage-form textarea,
.nf-field-element textarea{
	height:140px;
	padding: .5em;
}
.anfrage-form input[type="submit"],
.nf-field-element input[type="submit"]{
	border:none;
	height: 2em;
	margin-bottom:2em;
}
.anfrage-form input[type="checkbox"],
.anfrage-form input[type="radio"]{
	width:inherit;
	margin-right:5px;
}
.maincontent .anfrage-form p,
.maincontent .tour-select p{
	line-height:1.2em;
	font-size: .8em;
}
.maincontent .anfrage-form .mailpoetsignup label{
	line-height:1.2em;
}
.maincontent .anfrage-form label{
	line-height:1.5em;
	font-size: 1.2em;
}
.anfrage-form .sprache select{
	width: 100%;
	height: 2em;
}
.acf-input-wrap input.acf-is-prepended, .acf-input-prepend{
	border-radius: 0 !important;
	font-size:14px;
	min-height: unset;
	height: 2em;
	border: 1px #b3b3b3 solid;
}
.acf-input-prepend{
	border-right:none;
	padding: 3px 5px;
}	
div.wpcf7 .ajax-loader {
    padding: 0;
    margin: 15px 0 0 10px;
    position: absolute;
}

h6{
	cursor: pointer;
}
h6 i{
	padding-right:.5em;
}
h6 i.fa-envelope{
	content: ""; 
	display: inline-block;
	width: 1em;
	height: .85em;
	margin-left: -.4em;
	vertical-align: -.15em;
	background-image: url("../images/envelope-solid.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-family: initial;
}
.nf-form-cont{
	transition: .4s;
	overflow: hidden;
}
.nf-before-form-content{
	display:none;
}
.maincontent h6 + .nf-form-cont {
	height: 0; 
	overflow: hidden; 
	transition: height 0.2s ease;
}
/* Mitglieder-Bereich */

.profile-link{
	display:none;
}
body.logged-in .profile-link{
	display:block;
}
#wppb-login-wrap{
	max-width: 350px;
	margin: 2em auto;
	padding: 1em;
    background: #ececec;
}
#wppb-loginform .login-remember input{
	margin-right:.5em;
}
#wppb-recover-password{
	max-width: 350px;
	margin: .2em auto;
	padding: 1em;
    background: #ececec;
}

p.login-register-lost-password{
	/* padding: 0 1em; */
}
p.login-register-lost-password:after, p.has-red-arrow:after{
	content: ""; 
	display: inline-block;
	width: 1em;
	height: .85em;
	margin-left: .3em;
	vertical-align: -.15em;
	background-image: url("../images/arrow-right-solid-full.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-family: initial;
}
p.has-back-arrow{
	margin: 0 auto;
    max-width: 350px;
}
p.has-back-arrow:before{
	content: ""; 
	display: inline-block;
	width: 1em;
	height: .85em;
	margin-right: .3em;
	vertical-align: -.15em;
	background-image: url("../images/arrow-right-solid-full.svg");
	background-repeat: no-repeat;
	background-position: center;
	transform: rotateZ(180deg);
	font-family: initial;
}
#wppb-recover-password-container{
	padding-top:1em;
	margin-bottom: .5em;
}
#wppb-recover-password-container .passw1:before{
	content:'Geben Sie jetzt Ihr neues Passwort ein:';
	font-size: 1em;
	color: #000;
	font-family: inherit;
    padding-bottom: .5em;
    margin-top: -1em;
}

#wppb-login-wrap input[type="text"], #wppb-login-wrap input[type="password"], #wppb-login-wrap input[type="submit"], #wppb-login-wrap input[type="email"],#wppb-edit-user input[type="text"], #wppb-edit-user input[type="password"], #wppb-edit-user input[type="submit"], #wppb-edit-user input[type="email"], #wppb-recover-password-container input[type="text"], #wppb-recover-password-container input[type="password"]{
	display: block;
    margin-top: .3em;
    width: 100%;
}
#wppb-edit-user{
	max-width:400px;
	hyphens: none;
}
#wppb-edit-user .default_field_email{
	margin-bottom: 1em;
}
#wppb-edit-user .wppb-default-password{
	margin-top: 1em;
}
#wppb-edit-user span.wppb-description-delimiter{
	display: flex;
	flex-direction: column;
}
#wppb-edit-user ul, #wppb-recover-password-container ul{
    padding-left:0;
    /*margin:0;*/
}
#wppb-recover-password ul {
	padding-left:0;
}
#wppb-edit-user ul li:before, #wppb-recover-password-container ul li:before, #wppb-recover-password ul li:before{
	content:'';
	padding:0;
    margin: 0;
	display: block;
	background: none;
	width:0;
	height:0;
}
#wppb-edit-user .form-submit{
	margin-top:2em;
}
.wppb-default-name-heading {
	margin-bottom:2em;
}
.wppb-default-username{
	display:none;
}
#wppb-edit-user .wppb-default-password .wppb-description-delimiter{
	display: none;
}
#pass-strength-result.bad{
	display:none;
}
#wppb_password_strength[value="bad"]:after{
	content:'schwaches Passwort';
	color:red;
}
/*#wppb-recover-password p:first-of-type{
	display:none;
}*/
#wppb-recover-password p, .wppb-success{
	margin-bottom:0;
}
.wppb-success{
	font-weight: bold;
    border: solid 3px #2fbb33;
    max-width: 350px;
    margin: 1em auto;
    padding: 1em;
    background: #ececec;
}
.wppb-default-password, .wppb-default-repeat-password, .login-password, .passw1, .passw2{
	position: relative;
}
.wppb-toggle-pw{
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	background: none;
	//height: 100%;
}
.page-template-page-editprofile .wppb-toggle-pw{
	height: 100%;
}
.passwort-erstellen-wrapper{
	max-width: 400px;
	width: 100%;
}
.passwort-erstellen input[type="password"]{
	width: 100%;
}


/* Error messsages */
span.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 0.9em;
	display: block;
	background: #ff423a;
	padding: 8px 15px;
	margin-bottom: 1em;
	margin-top: .5em;
	}
div.wpcf7-validation-errors, p.wppb-warning, p.wppb-error {
  background: #ff423a;
  color: #fff;
  font-size: 0.9em;
  font-style: italic;
  border: none;
  margin: 1em 0 2em 0;
}
#wppb-recover-password-container p.wppb-warning, #wppb-recover-password-container p.wppb-error {
	margin: 0 auto .1em;
	padding:1em;
	font-weight: bold;
}
p.wppb-warning, p.wppb-error {
	margin: 2em auto 0;
	padding:1em;
	max-width: 350px;
	font-weight:bold;
}
div.wpcf7-mail-sent-ok {
  background: #fff;
  color: #000;
  margin: 2em 0;
}
div.wpcf7-response-output {
  font-size: 0.9em;
  font-style: italic;
  padding: 8px 15px;
}
.kontaktform .wpcf7-response-output, .maincontent .wpcf7-response-output{
	margin-top:1em;
}
div.wpcf7 img.ajax-loader {
  float: none;
}
.wppb-form-error{
	color:red;
	font-style: italic;
}
#wppb_form_general_message, .wppb-form-field.passw1 .wppb-description-delimiter{
	display:none;
}
.wppb-error a, .wppb-warning a{
	color: #fff;
	text-decoration: underline;
}
.hidden-fields-container{
	display:none;
}
.notice-error p{
	color:red;
	font-weight: bold;
}

/* ACF Frontend Form: 2 Spalten Layout */
.profil-bearbeiten-wrapper{
	position: relative;
}
.acf-form{
	padding-top:2em;
	hyphens:none;
}
.acf-form .acf-fields {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 4 Spalten, gleich breit */
  gap: 15px; /* Abstand zwischen den Feldern */
  align-items: last baseline;
}
.acf-form .acf-fields .new_line {
  grid-column-start: 1;        /* Start in der ersten Spalte */
  grid-row: auto;        /* automatische nächste Zeile */
}
.acf-form .acf-fields .col-2 {
	grid-column-end: span 2;
}
.acf-form .acf-fields .col-3 {
	grid-column-end: span 3;
}
.acf-form .acf-fields .col-4 {
	grid-column-end: span 4;
}
.acf-form .acf-fields .col-5 {
	grid-column-end: span 5;
}
.acf-form .acf-fields .col-all, .acf-tab-wrap {
	grid-column: 1 / -1;
}
.acf-form .acf-repeater td.acf-fields{
	padding: 1em !important;
}
.acf-tab-wrap{
	margin-bottom:1em; 
}
.acf-form .acf-fields .acf-field-true-false{
	flex-direction: row;
	gap:5px;
	align-items: center;
}
.acf-form .acf-fields .hide {
 display:none;
}
.acf-form .acf-fields p.description {
 font-size: 10px;
}
.acf-form .acf-field {
  display: flex;
  flex-direction: column;
  padding:0;
  border:0;
}
.acf-form .acf-fields .acf-field-tab{
	/* display:block !important; */
	grid-column: 1 / -1;
	padding: 2em 0 1em;
}
.acf-field .acf-label {
  vertical-align: top;
  margin: 0;
}
.acf-form .acf-fields .acf-field-tab .acf-label{
	display:none;
}
/* Submit-Button soll über beide Spalten gehen */
.acf-form .acf-field.acf-field-submit {
  grid-column: span 2;
}

.acf-input textarea{
	height:80px;
	padding:.5em;
}
.acf-form-submit{
	margin-top:2em;
}

.content-container.mitgliederverwaltung{
	margin-top:2em;
}
.mitgliederliste a{
	display:block;
}
.mitgliederverwaltung .sidebar a.button{
	display:block;
	font-weight: bold;
	color: #ff0000;
	height: 2em;	
}
/* Basis: Scrollbar dauerhaft sichtbar */
.mitgliederliste {
  max-height:80vh;        /* Höhe begrenzen, sonst kein Scroll nötig */
  overflow-y: scroll;       /* immer vertikalen Scrollbalken zeigen */
  overflow-x: hidden;       /* horizontal vermeiden */
}
/* Firefox Scrollbar */
.mitgliederliste {
  scrollbar-width: thin;               /* "auto" oder "thin" */
  scrollbar-color: #888 #f0f0f0;       /* Daumenfarbe | Hintergrund */
  margin-bottom:.5em;
  border-bottom:1px solid #000;
  padding-bottom: .5em;
}
/* Chrome, Edge, Safari Scrollbar */
.mitgliederliste::-webkit-scrollbar {
  width: 12px;               /* Breite der Leiste */
}
.mitgliederliste::-webkit-scrollbar-track {
  background: #f0f0f0;       /* Hintergrund */
}
.mitgliederliste::-webkit-scrollbar-thumb {
  background-color: #888;    /* Farbe des Scroll-Daumens */
  border-radius: 6px;        /* Abgerundet */
  border: 2px solid #f0f0f0; /* kleiner Abstand zum Rand */
}

.mitgliederverwaltung .mitglied_name, .editprofile .mitglied_name{
	font-size: 1.2rem;
	font-weight: bold;
	padding-top:2em;
}
.mitglied-pagination .pagination{
	font-weight:bold;
	display:flex;
	flex-direction: row;
	gap:.5em;
	padding-bottom: 1em;
}
.mitglied-pagination .page-numbers.current,
.mitgliederverwaltung .ausgetreten:hover,
.mitgliederverwaltung .ausgetreten:focus{
	color:#ff0000;
}
.mitgliederverwaltung .ausgetreten{
	color:#787878;
	font-style:italic;
}
.mitgliederverwaltung .acf-form .acf-fields .hidefield{
	display:none;
}
.mitgliederverwaltung .acf-form .acf-fields
@media (max-width: 768px) {
  .acf-form .acf-fields {
	grid-template-columns: 1fr; /* nur 1 Spalte auf kleinen Screens */
  }
}

.notice-success{
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 4px 20px rgba(0,0,0,0.15);
	font-weight: bold;
	border: solid 3px #2fbb33;
	max-width: 350px;
	margin: 1em auto;
	padding: 1em;
	background: #ececec;
	text-align: center;
	opacity: 1;
	transition: opacity 1s ease;
}
.notice-success.fade-out {
  opacity: 0;
}

/* Sonstiges */

.inv-recaptcha-holder{
	/*display:none;*/
}

#catapult-cookie-bar{
	/*line-height: 1.2em;
	font-size: .8em;
	padding: .2em 1em !important;
	width: 90% !important;*/
}


/** Facebook Feed **/

.fbSliderHD{
	margin: 4em auto 2em;
	text-align: center;
	border-bottom: 1px #000 solid;
	height: 2em;
	letter-spacing: .5em;
	text-transform: uppercase;
}
.facebook-container{
	position: relative;
	margin: 0 auto;
	width: 90%;
}
.bx-viewport{
	height: auto !important;
}
.cff-item{
	clear:none !important;
	padding:0 !important;
}
.cff .cff-photo, .cff-html5-video, .cff-link{
	height: 45vw;
	width: 100%;
	overflow: hidden;
}
#cff .cff-photo::after, #cff .cff-event-thumb::after, #cff .cff-html5-video::after{
	border:none;
}
.cff-photo img, img.cff-poster{
	height: 100% !important;
	max-width: none !important;
}
.cff-cta-link{
	display:none;
}
.cff-shared-link{
	margin-top:0 !important;
}
.cff-text-link{
	margin-top:7px;
}
.cff-html5-video{
	margin-bottom:7px !important;
}
.cff-post-desc{
	font-size: .8em;
}
.bx-prev, .bx-next{
	position: absolute;
	overflow: hidden;
	text-indent: -999px;
	top:20vw;
	width: 14px;
	height: 23px;
	background: url('../images/slider-arrow.png') top left/14px 23px no-repeat;
}
.bx-prev{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
#arrow-prev{
	left: 20px;
}
#arrow-next{
	right: 20px;
}
#arrow-next, #arrow-prev{
	position: absolute;
	width: 14px;
	height: 23px;
	display: inline-block;
	z-index: 99;
}
.news-item{
	margin-bottom:4em;
}
.news-link{
	height:45vw;
	position: absolute;
}
.news-img{
	width:100%;
	height:45vw;
	overflow: hidden;
	margin-bottom: 12px;
}
.news-text h1{
	margin-bottom:.5em;
	line-height: 1em;
}

/** Archiv **/

.archivePic{
	width:30%;
	height:130px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat no-repeat;
	overflow: hidden;
	display:inline-block;
}
.archivePic img{
	display: none;
}
.archiveText{
	display:inline-block;
	width:65%;
	float:right;
}
.archive-article{
	margin-bottom:3em;
}
/************ Start BREAKPOINTS ************/


@media only screen and (min-width: 790px) {
	/*.main-menu-container{
		height:76px;
	}*/
	.logo{
		margin-top: -64px;
		width: 224px;
		height: 247px;
	}
	.main-menu-container{
		height:80px;
		text-align: right;
	}
	.header-menu{
		position: relative;
		height:0;
		
	}
	.sprachen-menu{
		position: absolute;
		bottom:0;
		right: 20px;
		padding:0;
	}
	.sprachen-menu div{
		padding-bottom:0;
	}
	.sprachen-menu .custom-select,
	.header-menu .fb-link,
	.language-select{
		display: inline-block;
		font-size: 0.875em;
		margin-left: 3px;
		background-color: #e5e5d0;
	}
	.lang-item{
		height: 23px;
		line-height: 23px;
		text-align: center;
		padding: 0 8px;
	}
	.select-selected, .language-select {
		color:#000;
	}
	.select-selected {
		border-bottom: none;
		padding-bottom: 0;
	}
	.select-selected:after {
		top: .75em;
		bottom:0;
	}
	.select-items a,.select-selected {
		padding: 0 20px 0 10px;
		border: none;
		cursor: pointer;
		height: 23px;
		line-height: 23px;
	}
	.select-items {
		position: absolute;
		background-color: #e5e5d0;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 99;
		max-height: 90vh;
		overflow-y: scroll;
		text-align: left;
		line-height: 1em;
	}
	.main-menu{
		display:block;
		position: relative;
		margin-top: 34px;
		font-size: 1em;
		padding:0;
		height: 80px;
		overflow-y: visible;
		overflow-x: visible;
		z-index: 99;
		box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.1);
		top: 0;
		background-color: #fff;
		width: inherit;
	}
	.close, .open {
        display: none;
    }
	.top-nav{
		position: absolute;
		bottom: 20px;
		width: 100%;
		padding:0 0 0 0;
		line-height:1em;
	}
	.top-nav .menu-item{
		display: inline-block;
	}
	.top-nav > .menu-item {
		padding-bottom:0;
	}
	.top-nav > .menu-item-has-children{
		padding-right: 12px;
		background: url('../images/menu-arrow.png') right 74%/9px 6px no-repeat
	}
	.top-nav .sub-menu .menu-item{
		display: flex;
	}
	.top-nav li{
		margin-right: 1em;
	}
	.top-nav > li > a{
		color:#000;
		
		line-height: inherit;
		font-size: .9em;
	}
	.top-nav #menu-item-717.current-menu-parent > .sub-menu, .top-nav #menu-item-717.current-menu-item > .sub-menu{
		visibility:hidden;
		opacity:1;
		display: block;
		font-size:.9em;
		font-weight: normal;
	}
	
	.top-nav > li:hover > .sub-menu, .top-nav > li:hover #menu-item-717.current-menu-parent > .sub-menu, .top-nav > li:hover #menu-item-717.current-menu-item > .sub-menu{
		visibility:visible;
		opacity:1;
	}
	
	.top-nav .sub-menu{
		font-size:initial;
		padding: .6em 1em .6em 1em;
		background-color: #fff;
		/*margin-top: 1.6em;*/
		margin-left:-1em;
		text-transform: none;
		visibility:hidden;
		opacity:0;
		position: absolute;
		box-shadow: 0 15px 10px -2px rgba(0, 0, 0, 0.1);
		max-width:300px;
	}
	.top-nav .sub-menu li {
		line-height: 1em;
		font-weight: normal;
		padding: .4em 0;
	}
	.top-nav .sub-menu li:before {
		content: ""; 
		display: inline-block;
		width: 1em;
		height: .85em;
		margin-right: .3em;
		vertical-align: -.35em;
		background-image: url("../images/arrow-right-solid-full.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		font-family: initial;
	}
	.top-nav .sub-menu .sub-menu{
		display: none;
		margin-top:1.25em;
		padding-top:.5em
	}
	
	
	
	.img-slider, .img-slider-small{
		height: 50vh;
	}
	
	.maincontent p{
		font-size: 1em;
		line-height: 1.4em;
	}
	.text-only{
		padding-top: 125px;
	}
	
	/* fb bx slider */
	.facebook-container{
		width: inherit;
	}
	.cff .cff-photo, .cff-html5-video, .cff-link{
		height: 220px;
		width: 100%;
	}
	.bx-prev, .bx-next{
		top:100px;
	}

	.news-item{
		width: 303px;
		display:inline-block;
	}
	.news-item-2{
		float:right;
	}
	.news-img, .news-link{
		height:220px;
	}
	
	.tourselect select{
		height:20em;
		font-size:1.1em;
		background-color: #f6f6f6;
		padding-top: .8em;
	}
}

@media only screen and (min-width: 1024px) {
	
	#container{
		overflow: visible;
		width: 1024px;
	}
	
	.header-container{
		width:970px;
	}
	.logo{
		margin-top: -64px;
		width: 224px;
		height: 247px;
	}
	
	.header-menu{
		font-size: inherit;
	}
	.top-nav > li > a{
		font-size: inherit;
	}
    
	
	/* Image Slider */
	
	.ms-slide-layers{
		display: inherit;
	}
	.img-slider, .img-slider-small{
		width:100%;
		height: 552px;
	}
	
	
	
	/* Footer */

	.footer-wrapper{
		margin:.8em auto;
		padding:0;
		width:1024px;
		text-align: center;
	}
	.footer-wrapper nav{
		display:inline-block;
	}
	.footer-links-nav .menu-item {
		padding-bottom: 0;
		font-size: .8em;
	}
    .footer-links-nav li{
        display: inline-block;
        margin:0;
    }
	.footer-text{
		display:inline-block;
		padding-top:inherit;
		font-size: .8em;
	}
	.footer li:after{
		padding-left: .5em;
		padding-right: .3em;
		content:'•';
	 }



	/* Content */
	
	.content-container{
		display: inline-flex;
		position: relative;
		margin: 0 27px;
		width: 970px;
		min-height: 500px;
	}
	.maincontent{
		display: inline-block;
		padding: 30px 50px;
		width: 646px;
		margin-top: -50px;
	}
	.maincontent p{
		line-height: 1.2em;
	}
	.maincontent-homepage, .text-only{
		margin-top: 0;
	}
	.homeheadline{
		max-width: 20em;
		hyphens: none;
	}
	.text{
		width:750px;
		display:block;
		margin: 2em auto;
	}
	.sidebar{
		display: inline-block;
		background: #e3edfc;
	}
	
	.pagefooter{
		height: 28px;
		background-color: #fff;
		margin-left: 251px;
		margin-right: 27px;
	}
	
	
	
	/* Images */
	
	
	.alignleft{
		float: left;
		margin: 0 2em 1em -150px;
	}
	.alignright{
		float: right;
		margin: .45em 0 1em 2em;
	}
	
	#arrow-prev{
		left: 244px;
	}
	
	/* Kontaktform */
	

	
	/* Anfrage Form */
	.anfrage-form{
		width:46%;
		display: inline-block;
		vertical-align: top;
	}
	.tour-select{
		width: 45%;
		display: inline-block;
		float: right;
	}
	.tourselect select{
		height:20em;
		font-size:1.1em;
		background-color: #f6f6f6;
		padding-top: .8em;
	}
	
	
	
}








/*********************
PRINT STYLESHEET
*********************/
@media print {
   
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        color: #000 !important;
        text-decoration: underline;
    }

    a:after, a:visited:after {
        content: " (" attr(href) ")";
    }

    a abbr[title]:after, a:visited abbr[title]:after {
        content: " (" attr(title) ")";
    }

}