@font-face {
font-family: 'advanced-popups-icons';
src: url(//www.womenintechev.de/wp-content/plugins/advanced-popups/fonts/advanced-popups-icons.woff) format("woff"), url(//www.womenintechev.de/wp-content/plugins/advanced-popups/fonts/advanced-popups-icons.ttf) format("truetype"), url(//www.womenintechev.de/wp-content/plugins/advanced-popups/fonts/advanced-popups-icons.svg) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="adp-icon-"],
[class*=" adp-icon-"] {
font-family: 'advanced-popups-icons' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.adp-icon-x:before {
content: "\e913";
}  .adp-popup {
--adp-popup-wrap-scrollbar-width: 0.625rem;
--adp-popup-wrap-scrollbar-track-background: #f1f1f1;
--adp-popup-wrap-scrollbar-thumb-background: #888;
--adp-popup-wrap-scrollbar-thumb-hover-background: #555;
--adp-popup-wrap-box-shadow: 0 0 40px 0 rgba(0,0,0,.075);
--adp-popup-container-background: #FFFFFF;
--adp-popup-close-font-size: 1.25rem;
--adp-popup-close-color: #000;
--adp-popup-close-hover-color: #777;
--adp-popup-close-light-color: #FFFF;
--adp-popup-close-light-hover-color: rgba(255,255,255,0.75);
--adp-popup-type-content-close-font-size: 1.5rem;
--adp-popup-type-notification-text-font-size: 90%;
--adp-popup-type-notification-text-color: #777777;
--adp-popup-type-notification-text-link-color: #000000;
--adp-popup-type-notification-button-background: #282828;
--adp-popup-type-notification-button-color: #FFF;
--adp-popup-type-notification-button-border-radius: 0;
}
.adp-popup-overlay {
--adp-popup-overlay-background: rgba(0,0,0,0.25);
} .adp-popup-scroll-hidden {
overflow: hidden;
width: 100%;
}
.adp-popup-animated {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
overflow: hidden  !important;
}
@-webkit-keyframes popupOpenFade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes popupOpenFade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes popupExitFade {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes popupExitFade {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes popupOpenSlide {
from {
transform: translate3d(0, 100vh, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
@keyframes popupOpenSlide {
from {
transform: translate3d(0, 100vh, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes popupExitSlide {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100vh, 0);
}
}
@keyframes popupExitSlide {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100vh, 0);
}
}
@-webkit-keyframes popupOpenZoom {
from {
opacity: 0;
transform: scale(1.1);
}
to {
opacity: 1;
transform: scale(1);
}
}
@keyframes popupOpenZoom {
from {
opacity: 0;
transform: scale(1.1);
}
to {
opacity: 1;
transform: scale(1);
}
}
@-webkit-keyframes popupExitZoom {
from {
opacity: 1;
transform: scale(1);
}
to {
opacity: 0;
transform: scale(1.1);
}
}
@keyframes popupExitZoom {
from {
opacity: 1;
transform: scale(1);
}
to {
opacity: 0;
transform: scale(1.1);
}
}
@-webkit-keyframes popupOpenSlideFade {
from {
opacity: 0;
transform: translate3d(0, 40px, 0);
visibility: visible;
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes popupOpenSlideFade {
from {
opacity: 0;
transform: translate3d(0, 40px, 0);
visibility: visible;
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes popupExitSlideFade {
from {
opacity: 1;
transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
visibility: hidden;
transform: translate3d(0, 40px, 0);
}
}
@keyframes popupExitSlideFade {
from {
opacity: 1;
transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
visibility: hidden;
transform: translate3d(0, 40px, 0);
}
}
.popupOpenFade {
-webkit-animation-name: popupOpenFade;
animation-name: popupOpenFade;
}
.popupExitFade {
-webkit-animation-name: popupExitFade;
animation-name: popupExitFade;
}
.popupOpenSlide {
-webkit-animation-name: popupOpenSlide;
animation-name: popupOpenSlide;
}
.popupExitSlide {
-webkit-animation-name: popupExitSlide;
animation-name: popupExitSlide;
}
.popupOpenZoom {
-webkit-animation-name: popupOpenZoom;
animation-name: popupOpenZoom;
}
.popupExitZoom {
-webkit-animation-name: popupExitZoom;
animation-name: popupExitZoom;
}
.popupOpenSlideFade {
-webkit-animation-name: popupOpenSlideFade;
animation-name: popupOpenSlideFade;
}
.popupExitSlideFade {
-webkit-animation-name: popupExitSlideFade;
animation-name: popupExitSlideFade;
}
.adp-popup {
display: none;
position: fixed;
z-index: 999999;
max-width: calc(100vw - 1.5rem);
max-height: calc(100vh - 1.5rem);
-webkit-backface-visibility: hidden;
}
@media (min-width: 720px) {
.adp-popup {
max-width: calc(100vw - 6rem);
max-height: calc(100vh - 6rem);
}
}
.adp-popup.adp-popup-location-top {
top: 20px;
left: 50%;
transform: translate3d(-50%, 0, 0);
}
.adp-popup.adp-popup-location-top-left {
top: 20px;
left: 20px;
}
.adp-popup.adp-popup-location-top-right {
top: 20px;
right: 20px;
}
.adp-popup.adp-popup-location-bottom {
bottom: 20px;
left: 50%;
transform: translate3d(-50%, 0, 0);
}
.adp-popup.adp-popup-location-bottom-left {
left: 20px;
bottom: 20px;
}
.adp-popup.adp-popup-location-bottom-right {
right: 20px;
bottom: 20px;
}
.adp-popup.adp-popup-location-left {
top: 50%;
left: 20px;
transform: translate3d(0, -50%, 0);
}
.adp-popup.adp-popup-location-right {
top: 50%;
right: 20px;
transform: translate3d(0, -50%, 0);
}
.adp-popup.adp-popup-location-center {
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
}
.adp-popup .adp-popup-wrap {
position: relative;
overflow-x: hidden;
overflow-y: auto;
width: 100%;
box-shadow: var(--adp-popup-wrap-box-shadow);
}
.adp-popup .adp-popup-wrap::-webkit-scrollbar {
width: var(--adp-popup-wrap-scrollbar-width);
}
.adp-popup .adp-popup-wrap::-webkit-scrollbar-track {
background: var(--adp-popup-wrap-scrollbar-track-background);
}
.adp-popup .adp-popup-wrap::-webkit-scrollbar-thumb {
background: var(--adp-popup-wrap-scrollbar-thumb-background);
}
.adp-popup .adp-popup-wrap::-webkit-scrollbar-thumb:hover {
background: var(--adp-popup-wrap-scrollbar-thumb-hover-background);
}
.adp-popup .adp-popup-container {
background: var(--adp-popup-container-background);
width: 100%;
}
.adp-popup .adp-popup-outer {
position: relative;
display: flex;
flex-direction: column;
}
.adp-popup .adp-popup-thumbnail img {
width: 100%;
}
.adp-popup .adp-popup-close {
position: absolute;
background: transparent;
color: var(--adp-popup-close-color);
padding: 0;
line-height: 1;
font-size: var(--adp-popup-close-font-size);
top: 20px;
right: 20px;
z-index: 2;
}
.adp-popup .adp-popup-close:before {
font-family: 'advanced-popups-icons';
transition: color 0.25s ease;
content: "\e913";
}
.adp-popup .adp-popup-close:hover:before {
color: var(--adp-popup-close-hover-color);
}
.adp-popup.adp-popup-open[data-light-close="true"] .adp-popup-close {
color: var(--adp-popup-close-light-color);
}
.adp-popup.adp-popup-open[data-light-close="true"] .adp-popup-close:hover:before {
color: var(--adp-popup-close-light-hover-color);
}
.adp-popup.adp-popup-open {
display: flex;
}
@media (max-width: 720px) {
.adp-popup.adp-popup-open[data-mobile-disable="true"] {
display: none;
}
}
.adp-popup-overlay {
background: var(--adp-popup-overlay-background);
position: fixed;
display: none;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999998;
}
.adp-popup-overlay .adp-popup-wrap {
box-shadow: none;
}
.adp-popup-open + .adp-popup-overlay {
display: block;
}
@media (max-width: 719.98px) {
.adp-popup-type-content {
max-width: 100vw;
max-height: 100vh;
}
}
.adp-popup-type-content .adp-popup-content {
padding: 40px;
}
.adp-popup-type-content .adp-popup-close {
font-size: var(--adp-popup-type-content-close-font-size);
}
.adp-popup-type-content .wp-block-cover:first-child:last-child {
margin: -40px;
width: initial;
}
.adp-popup-type-content.adp-preview-image-yes .adp-popup-close {
color: var(--adp-popup-close-light-color);
}
.adp-popup-type-content.adp-preview-image-yes .adp-popup-close:hover:before {
color: var(--adp-popup-close-light-hover-color);
}
@media (min-width: 1024px) {
.adp-popup-type-content .adp-popup-outer {
flex-direction: row;
}
.adp-popup-type-content.adp-preview-image-left .adp-popup-close, .adp-popup-type-content.adp-preview-image-bottom .adp-popup-close {
color: var(--adp-popup-close-color);
}
.adp-popup-type-content.adp-preview-image-left .adp-popup-close:hover:before, .adp-popup-type-content.adp-preview-image-bottom .adp-popup-close:hover:before {
color: var(--adp-popup-close-hover-color);
}
.adp-popup-type-content.adp-preview-image-left .adp-popup-thumbnail {
order: 1;
}
.adp-popup-type-content.adp-preview-image-right .adp-popup-thumbnail {
order: 3;
}
.adp-popup-type-content.adp-preview-image-top .adp-popup-outer {
flex-direction: column;
}
.adp-popup-type-content.adp-preview-image-top .adp-popup-thumbnail img {
position: relative;
top: initial;
bottom: initial;
right: initial;
left: initial;
width: initial;
height: initial;
}
.adp-popup-type-content.adp-preview-image-bottom .adp-popup-outer {
flex-direction: column;
}
.adp-popup-type-content.adp-preview-image-bottom .adp-popup-thumbnail {
order: 3;
}
.adp-popup-type-content.adp-preview-image-bottom .adp-popup-thumbnail img {
position: relative;
top: initial;
bottom: initial;
right: initial;
left: initial;
width: initial;
height: initial;
}
.adp-popup-type-content .adp-popup-thumbnail {
position: relative;
flex: 1 0 50%;
order: 1;
}
.adp-popup-type-content .adp-popup-thumbnail img {
position: absolute;
display: block;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.adp-popup-type-content .adp-popup-content {
padding: 80px;
flex: 1 0 50%;
order: 2;
}
.adp-popup-type-content .adp-popup-content:first-child:last-child {
flex: 1 0 100%;
}
.adp-popup-type-content .wp-block-cover:first-child:last-child {
margin: -80px;
}
}
.adp-popup-type-notification-box .adp-popup-outer,
.adp-popup-type-notification-bar .adp-popup-outer {
padding: 30px;
}
.adp-popup-type-notification-box .adp-popup-text,
.adp-popup-type-notification-bar .adp-popup-text {
padding-right: 10px;
font-size: var(--adp-popup-type-notification-text-font-size);
color: var(--adp-popup-type-notification-text-color);
}
.adp-popup-type-notification-box .adp-popup-text a,
.adp-popup-type-notification-bar .adp-popup-text a {
color: var(--adp-popup-type-notification-text-link-color);
text-decoration: underline;
}
.adp-popup-type-notification-box .adp-popup-text a:hover,
.adp-popup-type-notification-bar .adp-popup-text a:hover {
text-decoration: none;
}
.adp-popup-type-notification-box .adp-popup-button,
.adp-popup-type-notification-bar .adp-popup-button {
background: var(--adp-popup-type-notification-button-background);
margin-top: 1.5rem;
width: 100%;
color: var(--adp-popup-type-notification-button-color);
border-radius: var(--adp-popup-type-notification-button-border-radius);
}
.adp-popup-type-notification-box .adp-popup-close {
top: 15px;
right: 15px;
}
.adp-popup-type-notification-bar.adp-popup-location-top {
width: 100%;
max-width: 100%;
top: 0;
left: 0;
bottom: auto;
transform: none;
}
.adp-popup-type-notification-bar.adp-popup-location-bottom {
width: 100%;
max-width: 100%;
top: auto;
left: 0;
bottom: 0;
transform: none;
}
.adp-popup-type-notification-bar .adp-popup-outer {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 60px;
padding-right: 60px;
}
@media (min-width: 720px) {
.adp-popup-type-notification-bar .adp-popup-outer {
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
margin: 0 auto;
padding-left: 40px;
padding-right: 40px;
}
.adp-popup-type-notification-bar .adp-popup-close {
top: 50%;
transform: translateY(-50%);
}
.adp-popup-type-notification-bar .adp-button {
margin-left: 1rem;
margin-top: 0;
width: auto;
}
}.cbxtakeatour-btn{font-size:14px;line-height:1.25;border-radius:4px;padding:5px 12px 5px 12px;background-color:#868e96;color:#ffffff!important;display:inline-block;font-weight:normal;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out!important;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out!important;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out!important;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out!important;text-decoration:none!important;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.3)!important;box-shadow:0 2px 4px rgba(0,0,0,0.3)!important;outline:none!important}.cbxtakeatour-btn:hover{background-color:#727b84!important;color:#ffffff!important;outline:none!important}.cbxtakeatour-btn:focus,.cbxtakeatour-btn:hover{background-color:#727b84;-webkit-box-shadow:none!important;box-shadow:none!important;outline:none!important}.cbxtakeatour-btn-parent-left{display:block;text-align:left}.cbxtakeatour-btn-parent-center{display:block;text-align:center}.cbxtakeatour-btn-parent-right{display:block;text-align:right}.cbxtakeatour-btn-parent .cbxtakeatour-btn-block{display:block}[data-tg-tour]{scroll-margin:30px 0}.tg-backdrop{position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:none;z-index:99;border-radius:7px;-webkit-box-shadow:rgba(33,33,33,0.8) 0 0 1px 2px,rgba(33,33,33,0.8) 0 0 0 1000vh;box-shadow:rgba(33,33,33,0.8) 0 0 1px 2px,rgba(33,33,33,0.8) 0 0 0 1000vh;border:1px solid rgba(193,192,232,0.5);top:50vh;left:50vw;width:0;height:0}.tg-backdrop.tg-backdrop-animate{-webkit-transition:all 300ms;transition:all 300ms}.tg-dialog{border-radius:12px;-webkit-animation-delay:100ms;animation-delay:100ms;min-height:120px;background:#ffffff;color:#252525;border:1px solid rgba(0,0,0,0.2509803922);max-width:340px;min-width:300px;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:9999;display:none;position:absolute;top:0;left:0;padding:0;font-size:14px;line-height:1.2}.tg-dialog .tg-dialog-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:25px 25px 0 25px}.tg-dialog .tg-dialog-header .tg-dialog-title{font-size:18px;line-height:1.2;font-weight:700;margin-right:auto}.tg-dialog .tg-dialog-header .tg-dialog-title+.tg-dialog-body{padding:18.75px 25px 18.75px 25px}.tg-dialog .tg-dialog-header .tg-dialog-close-btn{margin-left:10px;opacity:0.4;cursor:pointer;white-space:nowrap}.tg-dialog .tg-dialog-header .tg-dialog-close-btn:hover{opacity:8}.tg-dialog .tg-dialog-header .tg-dialog-close-btn:focus{opacity:1}.tg-dialog .tg-dialog-progress-bar{background:#f1f1f1;height:5px;display:block;margin-top:18.75px;position:relative}.tg-dialog .tg-dialog-progress-bar>.tg-bar{position:absolute;top:0;left:0;min-width:4px;background:#414144;height:100%;display:block;-webkit-transition:all 300ms;transition:all 300ms}.tg-dialog .tg-dialog-body{padding:25px;font-weight:400}.tg-dialog .tg-dialog-body p{margin-bottom:10px!important}.tg-dialog .tg-dialog-body p:last-child{margin-bottom:0!important}.tg-dialog .tg-dialog-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 0;margin-bottom:10px;border-top:1px solid #dedee7;border-bottom:1px solid #dedee7}.tg-dialog .tg-dialog-dots>span.tg-dot{display:inline-block;width:9px;height:9px;background:#c2c7ce;border-radius:12px;margin:0 4px}.tg-dialog .tg-dialog-dots>span.tg-dot.tg-dot-active{background:#5362d9}.tg-dialog .tg-dialog-footer{padding:12.5px 25px 25px 25px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tg-dialog .tg-dialog-footer button.tg-dialog-btn{border:1px solid #cbcfd5;padding:5px 10px;border-radius:4px;font-weight:500;font-size:0.82rem;cursor:pointer}.tg-dialog .tg-dialog-footer button:not(:hover):not(:active).tg-dialog-btn{background-color:transparent;color:#464852;white-space:nowrap;cursor:pointer;outline:none!important}.tg-dialog .tg-dialog-footer button:hover:not(:active).tg-dialog-btn{background-color:#464852;color:#fff;border:1px solid #b5b7c2}.tg-dialog .tg-dialog-footer button:not(:hover):active.tg-dialog-btn{background-color:#d2d2d9;color:#464852;border:1px solid #464852;outline:none!important;text-decoration:none!important;-webkit-box-shadow:none;box-shadow:none}.tg-dialog .tg-dialog-footer button:not(:hover):not(:active).tg-dialog-btn:focus{background-color:transparent;color:#464852;border:1px solid #464852;outline:none!important;text-decoration:none!important;-webkit-box-shadow:none;box-shadow:none}.tg-dialog .tg-dialog-footer button:not(:focus):not(:active).tg-dialog-btn:hover{background-color:#464852;color:#fff;border:1px solid #464852;outline:none!important;text-decoration:none!important}.tg-dialog .tg-dialog-footer button.tg-dialog-btn+button{margin-left:auto}.tg-dialog .tg-dialog-footer button.tg-dialog-btn.disabled{pointer-events:none;opacity:0.6;display:none}.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup{margin:0 auto;padding:0 10px;text-align:center;line-height:1}.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-step-progress{font-size:0.78rem;font-weight:700;margin:0 auto;opacity:0.4;letter-spacing:1px;display:inline-block}.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots{padding:0;margin:0;border:none}.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots>span.tg-dot{width:8px;height:8px;margin:0 3px}.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots+.tg-step-progress{margin-top:10px;font-size:0.68rem}.tg-dialog .tg-arrow{position:absolute;background:#ffffff;width:9px;height:9px;border-radius:1px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.tg-dialog.tg-dialog-fixed{-webkit-transition:none;transition:none;-webkit-animation-delay:0ms;animation-delay:0ms}.tg-dialog.animate-position{-webkit-transition:all 300ms;transition:all 300ms}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
font-display: swap;
}
body{line-height:1}
a{text-decoration-skip-ink:auto}
button{outline:0}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
q{display:inline;font-style:italic}
q:before{content:'"';font-style:normal}
q:after{content:'"';font-style:normal}
textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
border: 1px solid var(--WITgrau);
}
table{
border-collapse:collapse;
border-spacing:0
}
th,td{
padding:2px
}
big{font-size:120%}
small,sup,sub{font-size:80%}
sup{vertical-align:super}
sub{vertical-align:sub}
dd{margin-left:20px}
kbd,tt{font-family:courier;font-size:12px}
ins{text-decoration:underline}
del,strike,s{text-decoration:line-through}
dt{font-weight:bold}
address,cite,var{font-style:italic}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent} :root {
--WITdunkelblau: #020027;
--WIThellblau: #228D9A;
--WITpink: #CA1A55;
--WIThellgrau: #f7f7f7;
--WITgrau: #e3e3e3;
}
body{
font-family: 'Raleway', Arial, Helvetica, sans-serif;
font-size: 16px;
font-size: 1rem;
line-height:normal;
word-wrap:break-word;
color: var(--WITdunkelblau);
}
h1, h2, h3, h4, h5, h6{
hyphens: auto;
}
h1, h2, h3{
margin: 2rem auto 1.5rem auto;
}
h1.entry-title {
margin-top: 0;
}
h4, h5, h6{
margin: 1rem auto;
}
h1{
font-size:2rem;
font-weight: 800;
}
h2{
font-size:1.875rem;
font-weight: 800;
}
h3{
font-size:1.75rem;
font-weight: 600;
}
h3.gsection_title {
margin: 1em auto 0 auto;
}
h4{
font-size:1.5rem;
font-weight: 600;
}
h5{
font-size:1.25rem;
font-weight: 500;
}
h6{
font-size:1rem;
font-weight: 400;
}
p{
margin: 1rem 0;
line-height: 1.5rem;
}
.page #content p, .single-post #content p{
}
body p:empty:before {
content: none !important;
}
* p:last-of-type, #sidebar .widget-container:last-child{
margin-bottom:0
}
a{
color: var(--WIThellblau);
transition:all 0.5s ease;
}
.colorbox a {
color: inherit;
}
.highlight {
color: var(--WITpink);
font-weight: 600;
}
b, strong{
font-weight: 600;
}
i, em{
font-style: italic;
}
pre{
overflow-x:auto;
white-space:pre-wrap;
}
pre, code{
font-family:'courier new',courier, mono
}
hr{
height:1px;
border:0;
margin:30px 0;
background-color: var(--WIThellblau);
}
blockquote {
font-size: 1.5rem;
font-style: italic;
color: var(--WITpink);
margin: 2em auto;
}
blockquote p:first-of-type{
margin-top:0
}
.entry-content ul, .comment-body ul, .entry-content ol, .widget-container ol, .comment-body ol{
text-indent:-20px;
margin:1rem 0 1.5rem 30px;
}
.entry-content ol, .comment-body ol{
list-style:decimal inside;
text-indent:-18px;
}
.entry-content ul ul, .comment-body ul ul, .entry-content ol ol, .widget-container ol ol, .comment-body ol ol{
margin-top:0;
margin-bottom:0;
}
.entry-content ul:not(.menu) li:before, .comment-body ul li:before{
content:"\e909";
font-family: 'wit-icons';
margin-right: 4px;
}
.entry-content li, .comment-body li{
line-height:1.4;
margin:10px 0;
}
ul.acf-radio-list, ul.acf-checkbox-list, .select2-container--default .select2-selection--multiple .select2-selection__rendered{
text-indent: 0;
}
ul.acf-radio-list li:before, ul.acf-checkbox-list li:before, .select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{
content: unset !important;
}
.widget-container ul{
list-style: none;
}
.entry-header {
display: block;
width: 100%;
padding: 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
margin-bottom: 3rem;
aspect-ratio: 16 / 9;
}
.entry-header-summary {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
aspect-ratio: 4 / 3;
}
.entry-header.default, .entry-header-summary.default {
background-size: 80%;
background-color: rgba(2,0,39,0.2);
}
.single .entry-title {
background: var(--WIThellblau);
color: var(--WIThellgrau);
margin: 0 0 -1rem -1rem;
padding: 1rem;
position: absolute;
display: block;
bottom: 0;
width: 60%;
min-width: 40vw;
}
.entry-header-summary .entry-title {
margin: 0;
padding: 0;
}
.entry-header-summary .entry-title a {
display: block;
background: var(--WIThellblau);
color: var(--WIThellgrau);
text-decoration: none;
position: absolute;
bottom: 0;
margin: 0 0 -0.75rem -0.75rem;
padding: 0.75rem;
width: 90%;
font-size: 1.35rem;
}
.entry-header-summary .entry-title a:hover{
background: var(--WITdunkelblau);
transition: background 0.2s ease;
}
.single .entry-meta {
display: block;
position: absolute;
right: 0;
background-color: var(--WITpink);
color: var(--WIThellgrau);
padding: 1rem;
}
.entry-header-summary .entry-meta {
display: block;
position: absolute;
right: 0;
background-color: var(--WITpink);
color: var(--WIThellgrau);
padding: 0.5rem;
}
.entry-summary{
padding: 1.75rem 0.75rem 0.75rem 0.75rem;
}
.entry-summary p {
margin: 0;
font-size: 0.875rem;
}
.author-box {
display: grid;
background: var(--WITdunkelblau);
color: var(--WITgrau);
margin: 3% -1rem;
padding: 1rem;
grid-template-columns: 100px auto;
grid-gap: 1rem;
}
.author-box .info{
display: block;
position: relative;
}
.author-box .bio {
display: block;
margin: 1rem auto;
}
.displayname {
margin-top: 0;
}
.event-data {
background: var(--WITgrau);
padding: 1rem;
}
.event-data .date-time {
font-weight: bold;
font-size: 120%;
}
.event-data .location {
margin: 0.5rem auto;
}
.event-list {
display: grid;
grid-gap: 2rem;
}
.event-summary {
display: grid;
grid-template-columns: 1fr 200px 3fr;
background: #FFFFFF;
padding: 0;
margin: 0;
}
.event-summary .event-thumb {
background-size: cover;
background-position: center;
}
.event-summary .event-date {
background-color: var(--WITpink);
color: #FFFFFF;
display: grid;
padding: 0.75rem;
text-align: center;
}
.event-summary .event-date .day {
font-size: 3rem;
font-weight: bold;
}
.event-summary .event-date .month {
font-size: 1rem;
text-transform: uppercase;
font-weight: bold;
}
.event-summary .event-details {
padding: 0.75rem;
}
.event-summary .event-details .entry-title {
margin-bottom: 0.5rem;
font-size: 1.5rem;
}
.button-wrap {
margin: 1rem auto 0 auto;
}
input, textarea{
padding:15px;
border:0;
outline:0;
margin-top:10px;
}
input[type="submit"], #menu .toggle:hover{
cursor:pointer
}
input[type="search"]{
-webkit-appearance:textfield
}
a img, input[type="image"]{
border:0
}
img, video, audio, table, select, textarea{
max-width: 100%;
height: auto;
}
iframe{
max-width: 100%;
}
img.avatar {
max-height: 98px;
max-width: 98px;
border-radius: 50%;
border: 4px solid var(--WIThellblau);
float: left;
margin-right: 0.5rem;
}
.member-profile img.avatar{
max-height: 150px;
max-width: 150px;
float: none;
margin: 0 auto;
}
h1.name, h2.name {
margin: 0.5em 0;
hyphens: unset;
}
table{width:100%;margin:1.5rem 0}
#loginform input {
display: block;
}
.success, .gform_confirmation_message {
background: #FFFFFF;
padding: 2%;
border-left: 5px solid var(--WIThellblau);
}
.gform_confirmation_wrapper {
margin: 2rem auto;
}
.gform_wrapper {
padding: 1em;
background: var(--WITgrau);
margin: 2rem auto !important;
}
.gfield_password_strength {
display: flow-root;
}
.gfield_password_strength.short, .gfield_password_strength.bad {
background: #e84b4b;
}
.gfield_password_strength.good {
background: #e69937;
}
.gfield_password_strength.strong {
background: #80ca5e;
}
#wrapper{ 
max-width:100%;
margin:0 auto;
}
#header, #footer{
padding: 3% 10%;
}
#header{
padding-bottom: 0;
}
#container{
padding: 5% 10%;
background: var(--WIThellgrau);
}
.logged-in #container {
padding-top: calc(5% + 3rem);
}
#container:after{
display:table;
content:"";
clear:both
}
#content{
width:75%;
padding-right:10%;
float:left
}
.page-template-homepage #content {
width: 100%;
padding-right: 0;
float: none;
}
#sidebar {
width: 25%;
float: right;
position: relative;
margin-top: 0;
display: block;
}
#primary{
position: relative;
}
ul.xoxo {
margin-bottom: 2em; }
#prefooter {
padding: 3% 10%;
background: var(--WIThellgrau);
}
#footer {
clear: both;
text-align: center;
}
.footer-logo {
margin-bottom: 2rem;
}
#menu {
margin: 3rem -1rem -1.25rem;
padding: 0.875rem 1rem;
background-color: var(--WITdunkelblau);
z-index: 100;
position: relative;
}
#menu ul, #menu ul li, #dashboard-nav ul, #dashboard-nav ul li{
display:inline;
margin:0;
padding:0;
list-style:none
}
#menu ul li.menu-item-has-children{
margin: 0 0.25rem 0 0;
}
#menu ul li{
position:relative
}
#menu ul li a {
display: inline-block;
text-transform: uppercase;
text-decoration: none;
margin-right: 1rem;
color: var(--WIThellgrau);
}
#menu ul li span{
color: var(--WIThellgrau);
}
#menu ul li a:hover{
color: var(--WIThellblau);
}
#menu li ul{
display:none;
position:absolute;
top:1.2rem;
left:-0.5rem;
z-index:1000;
background-color: var(--WITdunkelblau);
padding: 0.5rem;
}
#menu ul li:hover ul{
display:inline-block;
}
#menu ul ul{
display:none;
}
#menu ul li:hover ul{
display:block
}
#menu ul li:hover ul li a {
width: auto;
padding: 0 0.5rem;
margin: 0.5rem auto;
}
#menu ul.sub-menu {
min-width: 198px;
}
#menu .toggle{
display:none;
height:20px;
text-align:center;
margin-left: 1rem;
}
.ios #menu .toggle{
font-size:20px;
}
#login-wrapper {
float: right;
display: block;
}
#menu ul li.loginout a::before, #menu ul li.accountlink a::before{
font-family: 'wit-icons';
margin-right: 0.25rem;	
}
#menu ul li.accountlink a::before{
content: "\e936";
}
#menu ul li.loginout a::before {
content: '\e91b';
}
.logged-in #menu ul li.loginout a::before {
content: '\e91c';
}
#dashboard-nav {
background: #ffffff;
margin: 1.25rem -1rem -4.25rem;
padding: 0.875rem 1rem;
position: relative;
text-align: right;
}
#dashboard-nav ul li a {
color: var(--WITdunkelblau);
text-decoration: none;
margin-right: 1rem;
display: inline-block;
}
#footer-nav {
text-align: center;
margin: 2rem auto;
}
#footer-nav .menu-item {
display: inline-block;
}
#footer-nav a {
color: var(--WIThellgrau);
text-decoration: none;
padding: 0 0.5rem;
line-height: 2rem;
}
#footer-nav a:hover{
color: var(--WIThellblau);
}
.menu-social ul, .social-icons{
margin-left: 0 !important;
text-indent: 0 !important;
}
.menu-social ul li, .social-icons li{
display: inline-block;
}
.social-icons li:before{
content: unset !important;
}
.social-icons{
margin-top: 0.25rem !important;
}
.menu-social ul li a::before, .social-icons li a::before {
font-family: 'wit-icons';
display: inline-block;
width: 2rem;
height: 2rem;
margin-right: 0.5rem;
content: "";
font-size: 1.5rem;
background: var(--WIThellgrau);
color: var(--WIThellblau);
line-height: 2rem;
text-align: center;
}
#menu-social li a::before{
}
#menu-social-content li a::before{
}
.menu-social ul li a:hover::before{
opacity: 0.8;
}
.menu-social ul li a[href*="facebook.com"]::before, .social-icons li a[href*="facebook.com"]::before{
content: "\e910";
}
.menu-social ul li a[href*="twitter.com"]::before, .social-icons li a[href*="twitter.com"]::before{
content: "\e933";
}
.menu-social ul li a[href*="youtube.com"]::before, .social-icons li a[href*="youtube.com"]::before{
content: "\e93a";
}
.menu-social ul li a[href*="instagram.com"]::before, .social-icons li a[href*="instagram.com"]::before{
content: "\e917";
}
.menu-social ul li a[href*="linkedin.com"]::before, .social-icons li a[href*="linkedin.com"]::before{
content: "\e918";
}
.menu-social ul li a[href*="pinterest"]::before, .social-icons li a[href*="pinterest"]::before {
content: "\e942";
}
.social-icons li.website a::before {
content: "\e93e";
}
.social-icons li.email a::before {
content: "\e940";
}
.social-icons li.phone a::before {
content: "\e927";
}
.current-menu-item > a{
position: relative;
z-index: 1;
}
.current-menu-item > a::after{
position: absolute;
display: inline-block;
content: " ";
width: 100%;
height: 0.5rem;
background-color: var(--WIThellblau);
left: 0;
bottom: 0;
z-index: -1;
transform: skew(-20deg);
}
.menu-item-has-children > a::before {
content: "\e907";
display: inline-block;
position: absolute;
right: 0.25rem;
font-family: 'wit-icons';
}
.current-menu-item.menu-item-has-children > a::before{
right: -0.8rem;
}
.current-page-parent > a::before{
color: var(--WIThellblau);
}
#search{
float:right
}
#search .search-field{
width:200px;
height:36px;
padding:10px;
margin-top:0;
}
.widget-container .search-field {
width: 100%;
margin-top: 0;
height: 2.5rem;
}
.error404 .entry-content .search-field, .search .entry-content .search-field{
width:200px;
margin-top:30px
}
.error404 .entry-content .search-field, .search .entry-content .search-field, .widget-container .search-field {
border-color: var(--WITgrau);
border-style: solid;
border-width: 1px;
}
.search-form > label{
position: relative;
}
.search-form > label::after {
font-family: 'wit-icons';
content: "\e92b";
position: absolute;
right: 15px;
line-height: 1;
font-size: 18px;
}
.button, button, input[type="submit"] {
display: inline-block;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.05rem;
background-color: var(--WITdunkelblau);
color: var(--WIThellgrau);
padding: 0.5rem 1rem;
border: 0;
opacity: 1;
transition: all 0.5s ease;
margin: 1% auto;
}
.button:hover, button:hover, input[type="submit"]:hover{
cursor: pointer;
opacity: 0.9;
}
.button.style1{
background-color: var(--WITdunkelblau);
color: var(--WIThellgrau);
}
.button.style2{
background-color: var(--WIThellblau);
color: var(--WIThellgrau);
}
.button.style3{
background-color: var(--WITgrau);
color: var(--WITdunkelblau);
}
.button.style4{
background-color: var(--WITpink);
color: var(--WIThellgrau);
}
#branding {
text-align: center;
margin-bottom: 1rem;
}
#site-title a{
font-size:40px;
font-weight:normal;
text-decoration:none;
display:inline;
}
#site-title h1{
margin-bottom:0;
}
#site-title a, #site-description{
color: var(--WIThellgrau);
}
.custom-logo-link {
display: block;
margin-bottom: 0.5rem;
}
img.custom-logo {
max-height: 80px;
max-width: 300px;
width: auto;
}
.single h1.entry-title a{
color: var(--WITdunkelblau);
text-decoration:none;
}
h2.entry-title, h3.widget-title{
margin-top:0
}
.widget-title {
font-size: 1.2rem;
text-transform: uppercase;
}
.colorbox {
margin: 2rem -1rem;
padding: 1rem;
}
.colorbox.style1 {
background-color: var(--WITdunkelblau);
color: var(--WIThellgrau);
}
.colorbox.style2 {
background-color: var(--WIThellblau);
color: var(--WIThellgrau);
}
.colorbox.style3 {
background-color: var(--WITgrau);
color: var(--WITdunkelblau);
}
.colorbox.style4 {
background-color: var(--WITpink);
color: var(--WIThellgrau);
}
.post .entry-content {
margin-bottom: 2rem;
}
.entry-content.member-profile {
display: grid;
grid-template-columns: 40% 60%;
grid-gap: 3em;
}
.profile-contact {
text-align: center;
}
.statement {
font-size: 1.5rem;
font-style: italic;
color: var(--WITpink);
margin: 2em auto;
}
.statement:before{
content: '"';
}
.statement:after{
content: '"';
}
.skill {
display: inline-block;
background: var(--WITgrau);
padding: 0.25rem 0.5rem;
margin: 0.25rem;
}
.skill:before{
font-family: 'wit-icons';
content: "\e912";
}
.member-list {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 0.5rem;
margin: 2rem auto;
}
.member-list .member_profile {
text-align: center;
padding: 1rem;
border: 1px solid var(--WITgrau);
}
.member-list > div{
margin: 0.25rem auto;
}
.member-list .name {
font-weight: bold;
}
.member-list .ability-item {
display: inline-block;
margin: 0.25rem;
}
.wp-pagenavi {
margin: 5% auto;
text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: none;
padding: 3px 8px;
margin: 2px;
background: #ffffff;
}
.trenner {
position: relative;
border-top: 1px solid;
height: 1px;
width: 100%;
display: block;
clear: both;
margin: 2rem 0;
}
.trenner::before {
content: "//";
background-color: var(--WIThellgrau);
width: auto;
display: inline-block;
position: absolute;
top: -0.875rem;
left: calc(50% - 0.75rem);
padding: 0.25rem 0.2rem 0.25rem 0.3rem;
line-height: 1rem;
}
#commentform label{display:block}
#commentform #comment{width:100%;max-width:400px !important;height:auto}
#comments .comment-author{line-height:14px}
#comments .comment-author img{margin-right:5px;float:left}
#comments .comment{margin:20px 10px}
#comments .comment-body{padding:15px}
#comments .odd > .comment-body{background:#f6f6f6}
#comments .comment-body > p{font-size:16px;margin:15px 0 0}
#copyright{
text-align:center
}
#copyright, #copyright a{
color: var(--WIThellgrau);
}
.entry-meta, .entry-footer, .archive-meta{
margin: 1em 0;
}
.entry-footer{
clear:both;
}
.entry-meta, .entry-meta a, .entry-footer, .entry-footer a, .comment-meta, .comment-meta a, .comment-author, .comment-author a {
font-size: 0.875rem;
color: #aaaaaa;
}
.post-list {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 2rem;
}
.blogwrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 2rem;
}
.post-list .post, .blogwrapper .post{
background: #ffffff;
padding: 0;
margin: 0;
display: block;
position: relative;
}
.partner-widget {
display: block;
margin-bottom: 3rem;
text-align: center;
}
.partner-list{
display: block;
margin-bottom: 2rem;
}
.partner-wrap {
margin: 0 -0.5rem;
width: 100%;
display: inline-flex;
justify-content: center;
flex-wrap: wrap;
}
.partner-list .partner-wrap{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 1em;
}
.partner-item{
display: inline-block;
padding: 0;
margin: 0.5rem;
align-self: center;
text-align: center;
}
.partner-item a {
display: block;
}
.partner-item a > img {
max-height: 80px;
max-width: 200px;
height: auto;
width: auto;
padding: 0;
margin: 0 0.5rem;
}
.sticky{padding-bottom:60px;border-bottom:4px solid #ccc}
.bypostauthor{}
.post, .widget-container, .search article{margin-bottom:60px}
.post:last-of-type{margin-bottom:0}
.wp-caption{width:auto !important}
.wp-caption.aligncenter, .wp-caption-text, .gallery-caption{text-align:center}
.alignleft{margin:0 30px 30px 0;float:left}
.alignright{margin:0 0 30px 30px;float:right}
.aligncenter{display:block;margin:30px auto;clear:both}
.wp-post-image{display:block;margin-bottom:30px}
.entry-attachment img{display:block;margin:60px auto 30px}
.attachment .entry-caption{text-align:center}
.nav-links{margin-top:30px}
.nav-links a, #nav-above a{text-decoration:none}
#nav-above a{display:block;font-family:tahoma,sans-serif;font-size:50px;color:#777;line-height:0;margin:30px 0 15px}
.nav-previous{text-align:left;float:left}
.nav-next{text-align:right;float:right}
.note{display:block;font-size:14px;padding:20px;margin:30px 0}
.copyright, .citations {
font-size: 0.875rem;
margin: 0.5em 0;
}
.boxrow{
display: grid;
grid-gap: 2rem;
margin-bottom: 2rem;
}
.boxrow.wrap-2.fifty-fifty{
grid-template-columns: 1fr 1fr;
}
.boxrow.wrap-2.two-one-third{
grid-template-columns: 2fr 1fr;
}
.boxrow.wrap-2.one-two-third{
grid-template-columns: 1fr 2fr;
}
.box, .box-2, .box-3, .box-4, .box-5, .box-6, .box-1-3, .box-2-3{display:block;width:100%;padding-right:1%;vertical-align:top;float:left}
.box-2{width:50%}
.box-3, .box-1-3{width:33.3333333%}
.box-4{width:25%}
.box-5{width:20%}
.box-6{width:16.6666667%}
.box-2-3{width:66.6666666%}
.boxrow > .box {
width: 100%;
padding-right: 0;
}
.boxrow .colorbox {
margin: 0; }
.box > h2 {
margin-top: 0;
}
.left{text-align:left}
.center{text-align:center}
.right{text-align:right}
.float-left{float:left}
.float-right{float:right}
.clear{clear:both}
.clear-left{clear:left}
.clear-right{clear:right}
.clear-float:after, .boxes:after{display:table;content:"";clear:both}
.widget_wp_user_avatar #wpua-preview img, .widget_wp_user_avatar #wpua-thumbnail img, .widget_wp_user_avatar #wpua-preview-existing img, .widget_wp_user_avatar #wpua-thumbnail-existing img {
max-height: 100px !important;
}
.adp-popup-type-content .adp-popup-content{
padding: 10%;
}
@media all and (max-width:1024px){
.box-5, .box-6{width:25%}
.boxes .box-5:nth-child(5){width:100%}
.boxes .box-6:nth-child(5), .boxes .box-6:nth-child(6){width:50%}
#menu.checked{
width:100%;
height:100%;
bottom:0;
overflow-x:hidden;
overflow-y:auto;
z-index:1000
}
#menu label.toggle {
display: inline-block;
color: var(--WIThellgrau);
cursor: pointer;
font-size: 20px;
}
#menu{
background-color: var(--WITdunkelblau);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
#menu ul, #menu ul ul{
display:none
}
#menu #login-wrapper ul{
display: block;
}
#login-wrapper ul li a {
word-wrap: initial;
width: 20px;
overflow: hidden;
height: 20px;
font-size: 20px;
}
#menu input.toggle:checked + div > ul, #menu input.toggle:checked + div > ul ul{
display:block;
position:relative;
top:0;
left: 0;
padding:0;
}
#menu input.toggle:checked + div > ul{
padding-bottom:10px;
}
#menu input.toggle:checked + div > ul li a, 
#menu input.toggle:checked + div > ul ul li a{
display:inline-block;
width:100%;
line-height:20px;
padding:15px 0 5px 5%;
border:0;
margin-right:0;
}
#menu input.toggle:checked + div > ul ul li a{
margin-left: 15px;
}
.menu-item-has-children > a::before {
position: relative;
}
.sub-menu li {
text-indent: 1rem;
}
}
@media all and (max-width:820px){
#content, #sidebar{width:100%;padding:0}
#sidebar {
border-top: 1px solid var(--WITdunkelblau);
margin-top: 2em;
padding-top: 2em;
}
.box-4, .box-5, .box-6{
width:50%
}
.blogwrapper{
grid-template-columns: 1fr 1fr;
}
}
@media all and (max-width:820px){
#container {
padding: 10% 5%;
}
#header, #footer {
padding: 5% 5%;
}
img.custom-logo{
max-width: 200px;
}
.single .nav-links .nav-previous, .single .nav-links .nav-next{float:none}
.box-3{width:50%}
.boxes .box-3:nth-child(3){width:100%}
.single .entry-title{
width: 90%;
}
.member-list, .partner-list .partner-wrap{
grid-template-columns: 1fr 1fr;
}
}
@media all and (max-width:480px){
.wp-caption, input, textarea, 
.button{width:100% !important}
input[type="checkbox"], input[type="radio"]{width:auto !important}
.boxrow{
grid-template-columns: 100% !important;
}
.box-2, .box-3, .box-4, .box-5, .box-6, .boxes .box-6:nth-child(5), .boxes .box-6:nth-child(6), .box-2-3, .box-1-3{width:100%}
.post-list, .blogwrapper{
display: grid;
grid-template-columns: 1fr;
grid-gap: 2rem;
}
.event-summary{
grid-template-columns: 1fr 1fr;
}
.event-summary .event-details{
grid-column: 1 / 3;
}
.entry-content.member-profile{
grid-template-columns: 100%;
grid-gap: 0;
}
.member-list, .partner-list .partner-wrap{
grid-template-columns: 100%;
}
h1 {
font-size: 1.125rem;
}
}
.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
.form-allowed-tags, .search-submit{display:none !important}
@media print{#content{width:100%;color:#000;padding:0;margin:0;background:#fff;float:none}#header, #sidebar, #footer{display:none}}@font-face {
font-display: swap; font-family: 'Raleway';
font-style: normal;
font-weight: 300;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/raleway-v34-latin_latin-ext-300.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Raleway';
font-style: italic;
font-weight: 300;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/raleway-v34-latin_latin-ext-300italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/raleway-v34-latin_latin-ext-regular.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Raleway';
font-style: italic;
font-weight: 400;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/raleway-v34-latin_latin-ext-italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Raleway';
font-style: normal;
font-weight: 600;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/raleway-v34-latin_latin-ext-600.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Raleway';
font-style: italic;
font-weight: 600;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/raleway-v34-latin_latin-ext-600italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Raleway';
font-style: normal;
font-weight: 800;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/raleway-v34-latin_latin-ext-800.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Raleway';
font-style: italic;
font-weight: 800;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/raleway-v34-latin_latin-ext-800italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito';
font-style: normal;
font-weight: 300;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/nunito-v26-latin_latin-ext-300.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito';
font-style: italic;
font-weight: 300;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/nunito-v26-latin_latin-ext-300italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito';
font-style: normal;
font-weight: 400;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/nunito-v26-latin_latin-ext-regular.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito';
font-style: italic;
font-weight: 400;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/nunito-v26-latin_latin-ext-italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito';
font-style: normal;
font-weight: 600;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/nunito-v26-latin_latin-ext-600.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito';
font-style: italic;
font-weight: 600;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/nunito-v26-latin_latin-ext-600italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito';
font-style: normal;
font-weight: 800;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/nunito-v26-latin_latin-ext-800.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito';
font-style: italic;
font-weight: 800;
src: url(https://www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/nunito-v26-latin_latin-ext-800italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito Sans';
font-style: normal;
font-weight: 300;
src: url(//www.womenintechev.de/wp-content/themes/wittheme/fonts/nunito-sans-v15-latin_latin-ext-300.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito Sans';
font-style: italic;
font-weight: 300;
src: url(//www.womenintechev.de/wp-content/themes/wittheme/fonts/nunito-sans-v15-latin_latin-ext-300italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
src: url(//www.womenintechev.de/wp-content/themes/wittheme/fonts/nunito-sans-v15-latin_latin-ext-regular.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito Sans';
font-style: italic;
font-weight: 400;
src: url(//www.womenintechev.de/wp-content/themes/wittheme/fonts/nunito-sans-v15-latin_latin-ext-italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito Sans';
font-style: normal;
font-weight: 600;
src: url(//www.womenintechev.de/wp-content/themes/wittheme/fonts/nunito-sans-v15-latin_latin-ext-600.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito Sans';
font-style: italic;
font-weight: 600;
src: url(//www.womenintechev.de/wp-content/themes/wittheme/fonts/nunito-sans-v15-latin_latin-ext-600italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito Sans';
font-style: normal;
font-weight: 800;
src: url(//www.womenintechev.de/wp-content/themes/wittheme/fonts/nunito-sans-v15-latin_latin-ext-800.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Nunito Sans';
font-style: italic;
font-weight: 800;
src: url(//www.womenintechev.de/wp-content/themes/wittheme/fonts/nunito-sans-v15-latin_latin-ext-800italic.woff2) format('woff2'); }@font-face {
font-family: 'wit-icons';
src:  url(//www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/wit-icons.eot?zicbt7);
src:  url(//www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/wit-icons.eot?zicbt7#iefix) format('embedded-opentype'),
url(//www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/wit-icons.ttf?zicbt7) format('truetype'),
url(//www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/wit-icons.woff?zicbt7) format('woff'),
url(//www.womenintechev.de/wp-content/themes/wittheme/assets/fonts/wit-icons.svg?zicbt7#wit-icons) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'wit-icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-briefcase:before {
content: "\e93d";
}
.icon-globe:before {
content: "\e93e";
}
.icon-link:before {
content: "\e93f";
}
.icon-mail1:before {
content: "\e940";
}
.icon-tool:before {
content: "\e941";
}
.icon-alert-circle:before {
content: "\e900";
}
.icon-alert-triangle:before {
content: "\e901";
}
.icon-at-sign:before {
content: "\e902";
}
.icon-calendar:before {
content: "\e903";
}
.icon-check-circle:before {
content: "\e904";
}
.icon-check-square:before {
content: "\e905";
}
.icon-check:before {
content: "\e906";
}
.icon-chevron-down:before {
content: "\e907";
}
.icon-chevron-left:before {
content: "\e908";
}
.icon-chevron-right:before {
content: "\e909";
}
.icon-chevron-up:before {
content: "\e90a";
}
.icon-circle:before {
content: "\e90b";
}
.icon-code:before {
content: "\e90c";
}
.icon-download:before {
content: "\e90d";
}
.icon-edit:before {
content: "\e90e";
}
.icon-external-link:before {
content: "\e90f";
}
.icon-facebook:before {
content: "\e910";
}
.icon-github:before {
content: "\e911";
}
.icon-hash:before {
content: "\e912";
}
.icon-heart:before {
content: "\e913";
}
.icon-help-circle:before {
content: "\e914";
}
.icon-home:before {
content: "\e915";
}
.icon-info:before {
content: "\e916";
}
.icon-instagram:before {
content: "\e917";
}
.icon-linkedin:before {
content: "\e918";
}
.icon-loader:before {
content: "\e919";
}
.icon-lock:before {
content: "\e91a";
}
.icon-log-in:before {
content: "\e91b";
}
.icon-log-out:before {
content: "\e91c";
}
.icon-mail:before {
content: "\e91d";
}
.icon-map-pin:before {
content: "\e91e";
}
.icon-menu:before {
content: "\e91f";
}
.icon-message-circle:before {
content: "\e920";
}
.icon-minus-circle:before {
content: "\e921";
}
.icon-minus:before {
content: "\e922";
}
.icon-more-horizontal:before {
content: "\e923";
}
.icon-more-vertical:before {
content: "\e924";
}
.icon-mouse-pointer:before {
content: "\e925";
}
.icon-paperclip:before {
content: "\e926";
}
.icon-phone:before {
content: "\e927";
}
.icon-plus-circle:before {
content: "\e928";
}
.icon-plus:before {
content: "\e929";
}
.icon-refresh-cw:before {
content: "\e92a";
}
.icon-search:before {
content: "\e92b";
}
.icon-settings:before {
content: "\e92c";
}
.icon-share-2:before {
content: "\e92d";
}
.icon-shopping-cart:before {
content: "\e92e";
}
.icon-square:before {
content: "\e92f";
}
.icon-star:before {
content: "\e930";
}
.icon-toggle-left:before {
content: "\e931";
}
.icon-toggle-right:before {
content: "\e932";
}
.icon-twitter:before {
content: "\e933";
}
.icon-unlock:before {
content: "\e934";
}
.icon-upload:before {
content: "\e935";
}
.icon-user:before {
content: "\e936";
}
.icon-users:before {
content: "\e937";
}
.icon-x-circle:before {
content: "\e938";
}
.icon-x:before {
content: "\e939";
}
.icon-youtube:before {
content: "\e93a";
}
.icon-zoom-in:before {
content: "\e93b";
}
.icon-zoom-out:before {
content: "\e93c";
}
.icon-pinterest:before {
content: "\e942";
}div.tnp-subscription, div.tnp-profile,
form.tnp-subscription, form.tnp-profile {
display: block;
margin: 1em auto;
max-width: 500px;
width: 100%;
} .tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
margin-bottom: .7em;
border: 0;
padding: 0;
}
.tnp-subscription label,
.tnp-profile label
{
display: block;
color: inherit;
font-weight: normal;
line-height: normal;
padding: 0;
margin: 0;
margin-bottom: .25em;
font-size: .9em;
}
.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
display: inline-block;
}
.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
width: 100%;
padding: .7em;
display: block;
border: 1px;
color: #444;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
font-size: 1em;
margin: 0;
line-height: normal;
box-sizing: border-box;
}
.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{ max-width: 1em;
display: inline-block;
margin-right: .5em;
} .tnp-subscription select option,
.tnp-profile select option
{
margin-right: .75em;
}
.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit
{
background-color: #444;
color: #fff;
width: auto;
height: auto;
margin: 0;
}
@media all and (max-width: 480px) {
.tnp-subscription input[type=submit],
.tnp-profile input[type=submit] {
width: 100%;
}
}
.tnp-widget {
width: 100%;
display: block;
box-sizing: border-box;
}
.tnp-widget .tnp-field {
margin-bottom: 10px;
border: 0;
padding: 0;
}
.tnp-widget label {
display: block;
color: inherit;
font-size: 14px;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
width: 100%;
padding: 10px;
display: block;
border: 1px solid #ddd ;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
color: #444;
font-size: 14px;
line-height: normal;
box-sizing: border-box;
height: auto;
}
.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
width: auto;
display: inline-block;
} .tnp-widget select option {
margin-right: 10px;
}
.tnp-widget input.tnp-submit {
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
margin: 0;
}
.tnp-field input[type="submit"] {
position: inherit;
}
.tnp-field label {
} .tnp-widget-minimal {
width: 100%;
}
.tnp-widget-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-widget-minimal input.tnp-email {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
}
.tnp-widget-minimal input.tnp-submit {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-subscription-minimal {
width: 100%;
box-sizing: border-box;
margin: 10px 0;
}
.tnp-subscription-minimal form {
width: auto;
margin: 0;
padding: 0;
border: 0;
white-space: nowrap;
}
.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
width: 70%;
max-width: 300px;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin-right: 10px;
}
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
width: 31%;
}
.tnp-subscription-minimal .tnp-privacy-field {
margin-top: 10px;
} .tnp-subscription-minimal input.tnp-submit {
width: 29%;
box-sizing: border-box;
display: inline-block;
padding: 10px;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin: 0;
}
@media all and (max-width: 525px) {
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name,
.tnp-subscription-minimal input.tnp-submit
{
width: 100%;
max-width: 100%;
margin: 0;
display: block;
margin-bottom: .5rem;
}
} .tnp-comments {
clear: both;
margin-top: 15px;
margin-bottom: 15px;
}
.tnp-comments label {
display: block;
}
.tnp-comments input[type=checkbox] {
display: inline-block;
width: auto!important;
} .tnp-lock {
clear: both;
display: block;
box-sizing: border-box;
box-shadow: none;
margin: 20px;
padding: 15px;
background-color: #fff;
border: 1px solid #ddd;
}
.tnp-nl-checkout {
margin-bottom: 1em;
}html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}