#avia-menu {
display: flex;
justify-content: flex-end;
}
header#header #lang_sel,
header#header #lang_sel_list {
display:none;
} .avia-slide-wrap:before {
opacity: 0.3;
filter: alpha(opacity=30);
background-color: #000;
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
z-index: 1;
} li.current-menu-item > a span.avia-menu-text {
color: #bd2222 !important;
} .wt-headline-tags {
position: absolute;
left: 20%;
}
.wt-headline-tags span {
line-height: 120px;
color: #2c3033;
font-size: 21px;
font-weight: bold;
font-family:Arial;
}
@media(max-width:1200px) {
.wt-headline-tags {
position: absolute;
left: 25%;
}
}
@media(max-width:991px) {
.wt-headline-tags {
position: absolute;
left: 30%;
}
.wt-headline-tags span {
font-size:16px;
}
}
@media(max-width:825px) {
.wt-headline-tags {
display:none;
}
}
#top #wt_startseite_slider .av_slideshow_full.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev > a.prev-slide,
#top #wt_startseite_slider .av_slideshow_full.av-slideshow-ui .avia-slideshow-arrows.av-visible-next > a.next-slide  {
width: 60px;
margin: -30px 15px 0;
} .wt-dv-box-wrapper input {
appearance: auto;
}
.wt-dv-box-wrapper {
display:flex;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 99998;
background: rgba(0, 0, 0, 0.7);
}
.wt-dv-box-wrapper a {
color: #004480;
}
.wt-dv-box-hide {
display:none;
visibility: hidden;
}
.wt-dv-box-container {
margin: auto;
width: 90%;
max-width: 520px;
height: auto;
max-height: 90%;
overflow-x: hidden;
overflow-y: auto;
padding: 20px;
background: #fff;
border-radius: 0;
position: relative;
overflow:hidden;
}
.wt-dv-box-heading {
font-size: 25px;
font-weight: bold;
color: #000;
display: flex;
flex-direction: row;
align-items: center;
}
.wt-dv-box-heading p {
margin: 0;
}
.wt-dv-box-heading img {
width: 80px;
height: auto;
margin-right: 10px;
}
@media(max-width:575px) {
.wt-dv-box-heading {
font-size: 18px;
}
.wt-dv-box-heading img {
width: 40px;
}
}
.wt-dv-box-container > p {
margin: 20px 0;
}
.wt-acc-panel div.half-separator {
text-align: center;
}
.wt-acc-panel div.half-separator hr {
display: inline-block;
width: 60%;
}
.wt-cb-btn-primary {
text-transform: uppercase;
background-color: #004480;
border-radius: 0;
cursor: pointer;
color: white;
font-size: 16px;
padding: 12px 0;
text-decoration: none;
margin-bottom: 20px;
text-align: center;
}
.wt-cb-btn-secondary {
background-color: white;
border-radius: 0;
border:1px solid black;
cursor: pointer;
color: black;
font-size: 14px;
font-weight: normal;
padding: 12px 0;
text-decoration: none;
margin-bottom: 20px;
text-align: center;
}
.wt-c-info-inactive {
display: none;
}
.wt-more-info {
cursor: pointer;
}
.wt-more-info:hover {
font-weight: 600;
}
.wt-cb-btn-primary:hover,
.wt-cb-btn-secondary:hover {
text-decoration: underline;
}
form[name="wt-dv-settings"] {
max-height: 350px;
overflow-y: auto;
word-break: break-word;
padding: 0 10px;
}
form[name="wt-dv-settings"] label,
form[name="wt-dv-settings"] table,
form[name="wt-dv-settings"] table tr,
form[name="wt-dv-settings"] table tr td {
width: 100%;
}
form[name="wt-dv-settings"] input {
float: right;
}
form[name="wt-dv-settings"] input[disabled] {
}
form[name="wt-dv-settings"] table tr td p {
padding-right: 20px;
}
form[name="wt-dv-settings"] label {
cursor: pointer;
font-weight: inherit;
}
form[name="wt-dv-settings"] .wt-acc-title {
background-color: #eee;
cursor: pointer;
padding: 12px 12px 12px 30px;
text-align: left;
margin: 10px 0;
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
form[name="wt-dv-settings"] .wt-acc-title:before {
content: ' ';
width: 3px;
height: 3px;
top: 20px;
left: 10px;
position: absolute;
border: solid #777;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 2px;
}
form[name="wt-dv-settings"] .wt-acc-title.wt-acc-inactive:before {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
form[name="wt-dv-settings"] .wt-acc-title.wt-acc-active:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
form[name="wt-dv-settings"] .wt-acc-panel,
form[name="wt-dv-settings"] .wt-acc-panel-necessary {
padding: 0 11px;
position: relative;
}
form[name="wt-dv-settings"] .wt-acc-title > * {
font-weight: bold !important;
text-transform: uppercase !important;
font-size: 22px !important;
line-height: 30px !important;
margin: 0 !important;
}
form[name="wt-dv-settings"] .wt-acc-title.wt-acc-inactive+.wt-acc-panel,
form[name="wt-dv-settings"] .wt-acc-title.wt-acc-inactive+.wt-acc-panel-necessary {
visibility: hidden;
opacity: 0;
overflow: hidden;
padding: 0 50px;
max-height: 0;
}
form[name="wt-dv-settings"] .wt-acc-title.wt-acc-active+.wt-acc-panel,
form[name="wt-dv-settings"] .wt-acc-title.wt-acc-active+.wt-acc-panel-necessary {
visibility: visible;
opacity: 1;
max-height: 1700px;
}
#wt-dv-box-save {
margin-top: 10px;
}
.wt-dv-box-legal-pages {
margin-top: 20px;
text-align: center;
}
.wt-dv-box-legal-pages a {
text-decoration: none;
color: #004480;
}
.wt-dv-box-legal-pages a:hover {
text-decoration: underline;
}
.wt-dv-box-lang-wrapper {
text-align: center;
margin-top: 40px;
}
.wt-show-dv-box {
background-color: #004480;
border: none;
color: white; text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
}
.wt-show-dv-box:hover {
text-decoration: underline;
}
.dv-lang-wrapper {
display: flex;
justify-content: center;;
}
.dw-lang-a {
margin-left: 6px;
}