@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'),
url(//aws-soltau.de/wp-content/themes/aws2020/assets/fonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'),
url(//aws-soltau.de/wp-content/themes/aws2020/assets/fonts/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
url(//aws-soltau.de/wp-content/themes/aws2020/assets/fonts/OpenSansCondensed-Light.ttf) format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Raleway'), local('Raleway-Regular'),
url(//aws-soltau.de/wp-content/themes/aws2020/assets/fonts/Raleway-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Raleway Medium'), local('Raleway-Medium'),
url(//aws-soltau.de/wp-content/themes/aws2020/assets/fonts/Raleway-Medium.ttf) format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Raleway Bold'), local('Raleway-Bold'),
url(//aws-soltau.de/wp-content/themes/aws2020/assets/fonts/Raleway-Bold.ttf) format('truetype');
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0;
}
body {
color: #4e555a;
font-size: 18px;
font-family: 'Open Sans', sans-serif;
font-variant: normal;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-weight: 400;
line-height: 150%;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
@media screen and (max-width: 736px) {
body {
font-size: 15px;
}
}
a {
color: inherit;
}
a:hover {
text-decoration: underline;
}
main a {
text-decoration: underline;
}
ul {
padding: 0;
}
ul li {
list-style: none;
}
a {
color: inherit;
text-decoration: none;
}
p {
margin-top: 0;
}
img {
max-width: 100%;
height: auto;
}
.highlight .containerAws p {
color: #fff;
}
main ul li {
padding-left: 28px;
position: relative;
margin-bottom: 10px;
}
main ul li::before {
content: '';
display: inline-block;
width: 15px;
height: 15px;
background: #058181;
position: absolute;
top: 5px;
left: 0;
}  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
main ul li::before {
top: 7px;
}
}
h1,
h2,
h3 {
font-family: 'Raleway', sans-serif;
font-weight: 700;
color: #058181;
}
h4,
h5 {
font-family: 'Raleway', sans-serif;
font-weight: 600;
color: #058181;
margin: 0;
}
h3 {
font-size: 23px;
margin-bottom: 5px;
margin-top: 0;
font-weight: 600;
}
h2,
h1 {
font-size: 30px;
position: relative; font-weight: 700;
line-height: 130%;
}
h2::before {
content: '';
display: block;
width: 20px;
height: 20px;
border-left: 5.5px solid #fce118;
border-bottom: 5.5px solid #fce118;
position: absolute;
bottom: 0;
left: 0;
-webkit-transform: translate(-55%, 35%);
-ms-transform: translate(-55%, 35%);
transform: translate(-55%, 35%);
}
.icon-box > h2::before {
border-left: 0px solid #fce118;
border-bottom: 0px solid #fce118;
}
.page-section h1 {
margin-top: 0px;
}
@media screen and (max-width: 736px) {
h2,
h1 {
font-size: 25px;
margin-top: 0;
}
h3 {
font-size: 20px;
}
h2::before {
width: 16px;
height: 16px;
}
}
strong {
font-weight: 600;
}
.container {
max-width: 1485px;
margin: auto;
width: 100%;
}
.containerAws {
margin: 0 auto;
}
.containerAws.col-lg-6 {
max-width: auto;
}
@media screen and (max-width: 1440px) {
.container {
max-width: 1355px;
}
} .header-bottom {
height: 650px;
background-position: center;
background-size: cover;
}
@media screen and (max-width: 1440px) {
.header-bottom {
height: 510px;
}
}
@media screen and (max-width: 1024px) {
.header-bottom {
height: 430px;
}
}
@media screen and (max-width: 768px) {
.header-bottom {
height: 330px;
}
}
@media screen and (max-width: 736px) {
.header-bottom {
height: 240px;
}
}
.page-header {
position: relative;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
.header-top {
position: fixed;
z-index: 20;
width: 100%;
top: 0; left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.header-top .container-fluid {
color: #fff;
background: transparent -webkit-gradient(
linear,
left top,
left bottom,
from(rgb(4, 92, 92)),
to(rgba(4, 92, 92, 0))
) 0% 0% no-repeat padding-box;
background: transparent -o-linear-gradient(
top,
rgb(4, 92, 92) 0%,
rgba(4, 92, 92, 0) 100%
) 0% 0% no-repeat padding-box;
background: transparent
linear-gradient(180deg, rgb(4, 92, 92) 0%, rgba(4, 92, 92, 0) 100%) 0% 0%
no-repeat padding-box;
padding-top: 10px;
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
}
@media screen and (max-width: 736px) {
.header-top { }
}
.toggled.header-top {
background: rgba(4, 92, 92, 0.67);
z-index: 1000;
}
.scrolled.header-top { top: 0px;
padding-top: 0px;
padding-bottom: 0px;
background: rgba(4, 92, 92, 0.67);
}
.header-top .MetaNav {
height: 90px;
transition: height 0.15s ease;
}
.header-top .MetaNav img {
position: relative;
height: auto;
min-height: 50px; width: 500px;
height: 64px;
margin: 0 auto;
transition: height 0.15s ease;
}
.header-top.scrolled .MetaNav {
height: 65px;
}
.header-top.scrolled .MetaNav img { height: auto;
height: 50px;
}
.header-top.scrolled .container-fluid {
padding-top: 0;
}
.header-top.scrolled .menu {
margin: 0;
}
@media screen and (max-width: 768px) {
.scrolled.header-top {
background: rgba(4, 92, 92, 0.85);
}
.header-top .MetaNav img {
width: 340px;
}
}
@media screen and (max-width: 736px) {
.scrolled.header-top { }
}
.header-top .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.header-logo span {
display: block;
margin-top: 15px;
visibility: visible;
opacity: 1;
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
color: #058181;
font-size: 0.9em;
}
.scrolled .header-logo span {
font-size: 15px;
line-height: 150%;
opacity: 0;
display: none;
visibility: hidden;
}
.header-logo svg {
display: block;
max-width: 220px;
width: 100%;
height: auto;
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
} @media screen and (max-width: 1366px) {
.header-logo svg {
max-width: 180px;
margin-top: 5px;
}
.scrolled .header-logo svg {
max-width: 170px;
}
}
.MetaNav {
padding: 10px;
background: rgba(244, 244, 244, 1);
color: #444;
}
.header-logo {
display: block;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
width: 250px;
background-color: #fff;
padding: 20px;
}
.header-logo:hover {
text-decoration: none;
}
.menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
.menu,
.header-top.scrolled .menu {
display: block;
}
}
.header-nav ul li a {
display: block;
padding: 15px;
position: relative;
}
ul.menu li a:hover {
text-decoration: none;
}
ul.menu li {
padding: 0 15px;
}
@media screen and (max-width: 1366px) {
ul.menu li {
padding: 0;
}
}
ul.menu li a {
position: relative;
overflow: hidden;
padding: 15px 0;
}
ul.menu li a::after {
content: '';
display: block;
width: 100%;
height: 4px;
background: #fce118;
position: absolute;
bottom: -5px;
left: 0;
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
}
ul.menu li a:hover::after {
bottom: 0;
} @media screen and (max-width: 1440px) {
.MetaNav .row {
margin-left: 10px;
}
}
@media screen and (max-width: 1440px) {
.header-nav ul li a {
font-size: 17px;
}
.header-logo {
max-width: 200px;
}
.header-logo span {
font-size: 15px;
line-height: 150%;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.header-nav ul li a {
padding: 15px 10px;
}
}
@media screen and (min-width: 1445px) {
.MetaNav .row {
margin-left: 66px;
}
}    @media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.header-logo span {
font-size: 0.7em;
}
}
@media screen and (max-width: 1024px) {
.header-top .MetaNav {
display: none;
}
.header-nav {
display: none;
padding-left: 0;
width: 100%;
}
.header-logo {
max-width: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.header-logo svg {
max-width: 165px;
margin-right: 16px;
}
.scrolled .header-logo svg {
max-width: 160px;
}
.header-nav ul li {
display: block;
}
.header-nav ul li a {
padding: 15px;
}
.header-top .container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.header-nav ul li a {
padding: 3px;
}
ul.menu li a::after {
height: 0;
background: transparent !important;
}
}  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
.scrolled .header-logo span {
opacity: 1;
display: inline-block;
visibility: visible;
}
.header-top.scrolled .container-fluid {
padding-bottom: 20px;
}
} @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
.scrolled .header-logo span {
opacity: 1;
display: inline-block;
visibility: visible;
}
ul.menu li a::after {
height: 0;
background: transparent !important;
}
}
@media screen and (max-width: 736px) {
.header-logo svg,
.scrolled .header-logo svg {
max-width: 110px;
margin-right: 10px;
}
.header-logo span,
.scrolled .header-logo span {
font-size: 12px;
margin-top: 7px;
}
}
@media screen and (max-width: 667px) and (max-height: 375px) {
.header-nav {
max-height: 300px;
overflow: scroll;
}
}
@media screen and (max-width: 568px) and (max-height: 320px) {
.header-nav {
max-height: 250px;
overflow: scroll;
}
}
@media screen and (max-width: 500px) {
.header-logo span,
.scrolled .header-logo span {
font-size: 10px;
}
.header-logo {
flex-basis: auto;
}
.header-logo svg,
.scrolled .header-logo svg {
max-width: 100px;
}
}
@media screen and (max-width: 320px) {
.header-logo svg,
.scrolled .header-logo svg {
max-width: 90px;
}
.header-logo span,
.scrolled .header-logo span {
font-size: 10px;
}
}
.menu .current_page_item a,
.menu .current-page-ancestor a {
overflow: visible;
}
.menu .current_page_item a::after,
.menu .current-page-ancestor a::after {
content: '';
display: block;
width: 15px;
height: 15px;
border-left: 4.5px solid #fce118;
border-bottom: 4.5px solid #fce118;
position: absolute;
bottom: 7px;
left: -10px;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
background: none;
}
.menu .current_page_item a:hover::after,
.menu .current-page-ancestor a:hover::after {
-webkit-transform: translate(-10px, 0px);
-ms-transform: translate(-10px, 0px);
transform: translate(-10px, 0px);
} .icon {
max-width: 58px;
margin: auto;
margin-bottom: 20px;
}
.icon img {
margin-bottom: 10px;
}
.icon + h3 {
font-size: 35px;
font-weight: 700;
margin-bottom: 10px;
}
.icon + h3 + h4 {
margin-bottom: 20px;
}
.icon-box {
text-align: center;
-webkit-box-shadow: 0px 0px 55px rgba(35, 44, 44, 0.2627450980392157);
box-shadow: 0px 0px 55px rgba(35, 44, 44, 0.2627450980392157);
padding: 40px 35px;
background-color: #ffffff;
position: relative;
height: 100%;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
}
@media screen and (max-width: 768px) {
.icon-box-wrapper.home .icon-box-wrapper-container:last-child { margin-top: 11%;
}
}
.icon-box.green {
background-color: #e2efef;
-webkit-box-shadow: 0px 0px 0px rgba(35, 44, 44, 0);
box-shadow: 0px 0px 0px rgba(35, 44, 44, 0);
}
.icon-box.light {
background-color: rgba(255, 255, 255, 0.77);
-webkit-box-shadow: 0px 4px 2px rgba(35, 44, 44, 0, 2);
box-shadow: 0px 4px 2px rgba(35, 44, 44, 0.2);
text-align: left;
box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.5);
}
.u-margin {
margin: 4% 0;
} .icon-box-wrapper-container:last-child .icon-link { }
.icon-box-wrapper.u-margin {
margin-top: -80px;
}
.icon-box.green .icon {
max-width: 140px;
margin-top: -90px;
}
.iconEmail,
.iconTelefon {
text-decoration: none;
padding: 5px 40px;
display: flex;
}
a.iconEmail:link,
a.iconTelefon:link {
transition: opacity 0.3s ease;
}
.iconEmail:hover,
.iconTelefon:hover {
text-decoration: none;
opacity: 0.5;
}
.iconEmail:before,
.iconTelefon:before {
content: url(//aws-soltau.de/wp-content/themes/aws2020/assets/icons/iconEmail.svg);
margin-left: -40px;
width: 28px;
height: 28px;
position: absolute;
}
.iconTelefon:before {
content: url(//aws-soltau.de/wp-content/themes/aws2020/assets/icons/iconTelefon.svg);
}
@media screen and (min-width: 1366px) {
.icon-box-wrapper.u-margin {
margin-top: -30px;
}
}
@media screen and (min-width: 1025px) {
.icon-box:hover {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
.icon-box.green:hover,
.icon-box.light:hover {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
}
.icon-box-wrapper {
margin-top: -115px;
position: relative;
z-index: 1;
}
@media screen and (max-width: 1024px) {
.icon-box-wrapper.u-margin {
margin-top: 0px;
}
.icon-box-wrapper.home {
margin-top: 40px;
}
.icon-box {
padding: 40px 25px;
}
.icon-box-wrapper {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.icon {
margin-bottom: 15px;
}
.icon + h3 {
font-size: 30px;
}
.icon-box.green .icon {
max-width: 140px;
margin-top: -90px;
} }
@media screen and (max-width: 992px) {
.icon-box-wrapper.home {
margin-top: 10px;
}
}
@media screen and (max-width: 736px) {
.icon-box-wrapper.u-margin {
margin-top: -40px;
margin-bottom: 10%;
}
.u-marginTop {
margin-top: 10%;
}
.icon-box-helper,
.icon-box-helper:last-child {
margin-top: 40px;
}
.icon-box-helper:last-child {
margin-top: 80px;
}
}
@media screen and (max-width: 736px) {
.icon + h3 {
font-size: 30px;
}
.icon {
margin-bottom: 10px;
}
.icon + h3 + h4 {
margin-bottom: 15px;
}
.col-xs-12.col-sm-6.col-md-4.col-lg-4.icon-box-helper {
max-width: 50%;
}
}
@media screen and (max-width: 500px) {
.col-xs-12.col-sm-6.col-md-4.col-lg-4.icon-box-helper {
max-width: 100%;
}
}
.icon-box p {
margin-bottom: 10px;
}
.icon-link {
font-family: 'Raleway', sans-serif;
display: block;
position: absolute;
bottom: -20px;
left: 50%;
width: 77%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-image: url(//aws-soltau.de/wp-content/themes/aws2020/assets/images/buttonbg.png);
color: #ffffff;
padding: 10px;
background-size: cover;
background-position: right;
background-repeat: no-repeat;
font-weight: 700;
text-decoration: none;
}
.icon-link:hover {
text-decoration: none;
}
.icon-link::before {
content: '';
display: block;
}
.icon-link::after {
content: '';
display: block;
background-image: url(//aws-soltau.de/wp-content/themes/aws2020/assets/images/yellowarrow.png);
background-size: contain;
height: 44px;
width: 40px;
background-repeat: no-repeat;
position: absolute;
right: 0;
bottom: 0;
-webkit-transform: translateX(100%) translateX(-10px);
-ms-transform: translateX(100%) translateX(-10px);
transform: translateX(100%) translateX(-10px);
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
}
.icon-link:hover::after {
-webkit-transform: translateX(100%) translateX(0);
-ms-transform: translateX(100%) translateX(0);
transform: translateX(100%) translateX(0);
}
@media screen and (max-width: 1024px) {
.icon-link {
padding: 8px 10px;
left: 46%;
width: 80%;
font-size: 16px;
}
}
@media screen and (max-width: 500px) {
.icon-link::after {
height: 42px;
}
}  .page-footer {
background-color: #20282d;
}
.footer-nav {
color: #ffffff;
padding: 8px 0;
}
.page-footer .menu .current_page_item a::after {
content: '';
border: 0;
}
@media screen and (max-width: 500px) {
.footer-nav {
padding: 8px 0 30px;
}
}
.footer-nav ul {
text-align: center;
margin: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-nav ul li {
display: inline-block;
margin: 0 7px;
}
.footer-nav ul li::before {
content: url(//aws-soltau.de/wp-content/themes/aws2020/assets/images/quadrat.svg);
width: 15px;
height: 15px;
display: block;
left: -30px;
position: relative;
bottom: -30px;
}
.footer-nav ul li:first-child::before {
content: url(//aws-soltau.de/wp-content/themes/aws2020/assets/images/quadrat-black.svg);
}
.footer-nav ul li a {
padding: 15px 0;
display: block;
}
@media screen and (max-width: 1366px) {
.footer-nav ul li a {
padding: 15px 10px;
}
} .first {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 80px 0;
position: relative;
position: relative;
z-index: 2;
}
@media screen and (max-width: 1440px) {
.first {
-ms-flex-preferred-size: 70%;
flex-basis: 70%;
}
}    @media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.footer-nav ul li::before {
left: -15px;
}
}
@media screen and (max-width: 1337px) {
.footer-nav ul li::before {
left: -17px;
}
}  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.scrollTop,
.scrollTop.is-active {
display: none;
}
}  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
.footer-nav ul li::before {
left: -17px;
bottom: -32px;
}
.footer-nav ul li a {
overflow: visible;
}
.scrollTop,
.scrollTop.is-active {
display: none;
}
}
@media screen and (max-width: 768px) {
a.icon-link {
background-size: cover;
background-position: right;
padding: 8px 10px;
}
.scrollTop,
.scrollTop.is-active {
display: none;
}
}
.gradient .first {
color: #ffffff;
}
.first::after,
.first::before {
content: '';
display: block;
}
.gradient .first::after {  position: absolute;
left: 0;
bottom: 0;
z-index: 2;
-webkit-transform: skewX(-10deg) translateX(-60px);
-ms-transform: skewX(-10deg) translateX(-60px);
transform: skewX(-10deg) translateX(-60px);
border-right: 21px solid #fce118;
}
.gradient.spec .first::after {
display: none; }
.gradient .first::before {
background: transparent -o-linear-gradient(198deg, #81c0c0 0%, #058181 100%) 0%
0% no-repeat padding-box;
background: transparent linear-gradient(252deg, #81c0c0 0%, #058181 100%) 0%
0% no-repeat padding-box;
position: absolute; height: 100%;
top: 0;
left: 0;
-webkit-transform: skewX(-10deg) translateX(-60px);
-ms-transform: skewX(-10deg) translateX(-60px);
transform: skewX(-10deg) translateX(-60px);
}
.gradient.u-toLightBG .first:before {
background: transparent -o-linear-gradient(198deg, #c0dfdf 0%, #e4f0f0 100%) 0%
0% no-repeat padding-box;
background: transparent linear-gradient(252deg, #c0dfdf 0%, #e4f0f0 100%) 0%
0% no-repeat padding-box;
}
.gradient.u-toLightBG article {
color: #20282d;
}
.spec.gradient .first::before {
width: calc(100% + 120px);
-webkit-transform: skewX(-13deg) translateX(-60px);
-ms-transform: skewX(-13deg) translateX(-60px);
transform: skewX(-13deg) translateX(-60px);
}
.white .first::before {
background: #fff;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
-webkit-transform: skewX(-10deg) translateX(-60px);
-ms-transform: skewX(-10deg) translateX(-60px);
transform: skewX(-10deg) translateX(-60px);
}
.white .first::after {
width: 90%; position: absolute;
left: 0;
bottom: 0;
z-index: 2;
-webkit-transform: skewX(-10deg) translateX(-70px);
-ms-transform: skewX(-10deg) translateX(-70px);
transform: skewX(-10deg) translateX(-70px);
border-left: 21px solid #fce118;
}
.gradient .first h1,
.gradient .first h2,
.gradient .first h3 {
color: #fff;
}
.first .text {
position: relative;
margin-left: calc((100vw - 1445px) / 2);
max-width: 910px;
z-index: 9;
padding: 0;
}
.white .first .text {
margin-right: calc((100vw - 1445px) / 2);
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
margin-left: 0;
}
.last {
-ms-flex-preferred-size: 35%;
flex-basis: 35%;
}  .gradient .first::before,
.gradient .first::after {
width: 112%;
height: 100%;
}
@media screen and (max-width: 1260px) {
.gradient .first::before,
.gradient .first::after {
width: 115%;
}
}
@media screen and (max-width: 1024px) {
.gradient .first::before,
.gradient .first::after {
width: 120%;
}
}
@media screen and (max-width: 960px) {
.gradient .first::before,
.gradient .first::after {
width: 125%;
}
}
@media screen and (max-width: 850px) {
.gradient .first::before,
.gradient .first::after {
width: 130%;
}
} .gradient .first::before {
left: -100px;
padding-left: 100px;
} @media screen and (max-width: 1500px) {
.first .text {
margin-left: 40px;
}
.white .first .text {
margin-right: 40px;
}
}
@media screen and (max-width: 1440px) {
.first .text {
margin-left: 20px;
}
.white .first .text {
margin-right: 20px;
}
} .white .first::after,
.gradient .first::after {
height: 100%;
} @media screen and (max-width: 1440px) { }
@media screen and (max-width: 1366px) {
.first .text {
max-width: 810px;
}
}   @media screen and (max-width: 1024px) {
.first .text {
max-width: 560px; }
.white .first .text { } .last {
-ms-flex-preferred-size: 40%;
flex-basis: 40%;
}
.first {
-ms-flex-preferred-size: 60%;
flex-basis: 60%;
}
.spec.gradient .first::before {
width: calc(100% + 150px);
-webkit-transform: skewX(-13deg) translateX(-80px);
-ms-transform: skewX(-13deg) translateX(-80px);
transform: skewX(-13deg) translateX(-80px);
}
}
.link-btn a {
text-decoration: none;
}
.text .link-btn {
padding: 8px 40px 8px 20px;
}
.gradient .first li::before {
background: #fce118;
}
.gradient.u-toLightBG .first li::before {
background: #058181;
}
.two-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media screen and (max-width: 1024px) {
.two-col {
overflow: hidden;
}
}  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.two-col.gradient {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.two-col.gradient .last {
height: 400px;
}
.two-col.gradient .first .text {
max-width: 100%;
margin: auto;
}
.two-col.gradient .first {
padding: 30px 0 40px;
background: transparent -o-linear-gradient(198deg, #81c0c0 0%, #058181 100%)
0% 0% no-repeat padding-box;
background: transparent linear-gradient(252deg, #81c0c0 0%, #058181 100%) 0%
0% no-repeat padding-box;
}
.gradient.u-toLightBG .first {
background: transparent -o-linear-gradient(198deg, #c0dfdf 0%, #e4f0f0 100%)
0% 0% no-repeat padding-box;
background: transparent linear-gradient(252deg, #c0dfdf 0%, #e4f0f0 100%) 0%
0% no-repeat padding-box;
}
}
@media screen and (max-width: 768px) {
.two-col.gradient {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.two-col.gradient .last {
height: 400px;
}
.two-col.gradient .first .text {
max-width: 100%;
margin: auto;
}
.two-col.gradient .first {
padding: 30px 0 40px;
background: transparent -o-linear-gradient(198deg, #81c0c0 0%, #058181 100%)
0% 0% no-repeat padding-box;
background: transparent linear-gradient(252deg, #81c0c0 0%, #058181 100%) 0%
0% no-repeat padding-box;
}
.gradient.u-toLightBG .first {
background: transparent -o-linear-gradient(198deg, #c0dfdf 0%, #e4f0f0 100%)
0% 0% no-repeat padding-box;
background: transparent linear-gradient(252deg, #c0dfdf 0%, #e4f0f0 100%) 0%
0% no-repeat padding-box;
}
.gradient .first::before,
.gradient .first::after {
display: none;
}
.two-col.white {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.white .first::after {
display: none;
}
.white .first::before {
display: none;
}
.white .last {
height: 400px;
}
.white .first {
padding: 30px 0 40px;
}
.white .first .text {
margin: auto;
width: 100%;
max-width: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media screen and (max-width: 736px) {
.two-col.gradient .last,
.white .last {
height: 280px;
}
}
.article-bg {
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
position: relative;
}
.link-btn {
background-image: url(//aws-soltau.de/wp-content/themes/aws2020/assets/images/buttonbg.png);
min-width: 200px;
display: inline-block;
text-align: center;
color: #ffffff;
background-size: cover;
padding: 10px 40px 10px 20px;
background-position: right;
position: relative;
font-family: 'Raleway', sans-serif;
font-weight: 700;
}
span.link-btn {
cursor: pointer;
padding: 8px 40px 8px 20px;
}
span.link-btn:hover::after {
-webkit-transform: translateX(100%) translateX(0);
-ms-transform: translateX(100%) translateX(0);
transform: translateX(100%) translateX(0);
}
.link-btn a {
display: block;
}
.link-btn::after {
content: '';
display: block;
background-image: url(//aws-soltau.de/wp-content/themes/aws2020/assets/images/yellowarrow.png);
background-size: contain;
height: 44px;
width: 40px;
background-repeat: no-repeat;
position: absolute;
right: 0;
bottom: 0;
-webkit-transform: translateX(100%) translateX(-10px);
-ms-transform: translateX(100%) translateX(-10px);
transform: translateX(100%) translateX(-10px);
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
}
.gradient .link-btn {
background-image: url(//aws-soltau.de/wp-content/themes/aws2020/assets/images/buttonbgwhite.png);
color: #058181;
}
@media screen and (max-width: 736px) {
.link-btn::after {
height: 41px;
width: 38px;
}
.link-btn {
font-size: 12px;
}
}
.spec-img {
max-width: 400px;
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
-webkit-transform: translateX(-25%);
-ms-transform: translateX(-25%);
transform: translateX(-25%);
}
@media screen and (max-width: 1366px) {
.spec-img {
max-width: 380px;
-webkit-transform: translateX(-27%);
-ms-transform: translateX(-27%);
transform: translateX(-27%);
}
}
@media screen and (max-width: 1024px) {
.spec-img {
max-width: 230px;
}
}
@media screen and (max-width: 768px) {
.spec-img {
max-width: 290px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media screen and (max-width: 736px) {
.spec-img {
max-width: 100px;
}
}
.highlight,
.highlight_hellgruen {
background: transparent -o-linear-gradient(198deg, #81c0c0 0%, #058181 100%) 0%
0% no-repeat padding-box;
background: transparent linear-gradient(252deg, #81c0c0 0%, #058181 100%) 0%
0% no-repeat padding-box;
padding: 60px 0;
}
.highlight_hellgruen {
background: transparent -o-linear-gradient(198deg, #c0dfdf 0%, #e4f0f0 100%) 0%
0% no-repeat padding-box;
background: transparent linear-gradient(252deg, #c0dfdf 0%, #e4f0f0 100%) 0%
0% no-repeat padding-box;
}
.highlight_hellgruen.u-hellgruenPadding {
padding: 20px 0 60px 0;
}
.highlight h1,
.highlight h2,
.highlight h3 {
color: #ffffff;
}
.u-shadow {
box-shadow: 3px 4px 2px 0px rgba(0, 0, 0, 0.1);
}
.u-hellgruenPadding .u-shadow {
width: 80%;
margin: 0 auto;
}
.u-shadow.ansprechpartner {
height: 100%;
}    .wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 button,
#loginform input,
#loginform textarea,
#loginform select,
#loginform button {
-webkit-appearance: none;
border: none;
padding: 10px;
font-size: 1em;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px; background: rgba(228, 250, 250, 0.98) 0% 0% no-repeat padding-box;
}
.kontakt .wpcf7 textarea {
background: #5badad 0% 0% no-repeat padding-box;
}
.wpcf7 input[type='checkbox'] {
background: #fff;
}
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 textarea,
.wpcf7 select,
#loginform input[type='text'],
#loginform input[type='email'],
#loginform input[type='password'],
#loginform textarea,
#loginform select {
width: 100%;
}
.wpcf7 input[type='submit'],
.wpcf7 button[type='submit'],
#loginform input[type='submit'],
#loginform button[type='submit'] {
cursor: pointer;
}
.fieldwrap .col.col70 {
width: 75%;
}
.fieldwrap .col.col60 {
width: 65%;
}
.fieldwrap .col.col30 {
width: 30%;
}
.fieldwrap .col.col20 {
width: 20%;
}
@media all and (max-width: 767px) {
.fieldwrap .col.col70,
.fieldwrap .col.col60,
.fieldwrap .col.col30,
.fieldwrap .col.col20 {
width: 100%;
}
.fieldwrap .col {
margin-bottom: 5px;
}
}  .wpcf7-list-item.first:after,
.wpcf7-list-item.first::before {
display: inline;
margin-left: -20px;
}
span.wpcf7-list-item {
margin-left: 0;
padding-left: 20px;
}
@media all and (min-width: 768px) {
.fieldwrap .col {
float: left;
margin-right: 5%;
}
.fieldwrap .col:last-child,
.fieldwrap .col .col:last-of-type {
margin-right: 0;
margin-bottom: 10px;
}
.fieldwrap .col50 {
width: 47.5%;
}
.fieldwrap .col100 {
width: 100%;
}
.fieldwrap .col100 textarea {
width: 100%;
}
}
.input-submit-helper {
position: relative;
max-width: 233px;
margin-left: auto;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
@media screen and (max-width: 1024px) {
.kontakt-div--title {
text-align: center;
}
.kontakt-center {
display: inline-block;
}
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.kontakt textarea {
width: 100%;
}
.kontakt {
margin-bottom: 40px;
}
}
@media screen and (max-width: 736px) {
.input-submit-helper {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.yellow-arrow {
content: '';
display: block;
background-image: url(//aws-soltau.de/wp-content/themes/aws2020/assets/images/yellowarrow.png);
background-size: contain;
height: 44px;
width: 40px;
background-repeat: no-repeat;
position: absolute;
right: 0;
bottom: -1px;
-webkit-transform: translateX(100%) translateX(-40px);
-ms-transform: translateX(100%) translateX(-40px);
transform: translateX(100%) translateX(-40px);
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
}
@media screen and (max-width: 736px) {
.yellow-arrow {
height: 41px;
width: 38px;
}
}
.input-submit-helper:hover .yellow-arrow {
-webkit-transform: translateX(100%) translateX(-30px);
-ms-transform: translateX(100%) translateX(-30px);
transform: translateX(100%) translateX(-30px);
}
span.wpcf7-list-item {
padding: 30px 15px;
}
.kontakt textarea {
overflow: hidden;
font-family: inherit;
}
.kontakt input[type='submit'],
.kontakt_hellgruen input[type='submit'],
.formulare input[type='submit'] {
background-image: url(//aws-soltau.de/wp-content/themes/aws2020/assets/images/buttonbgwhite.png);
color: #058181;
background-color: transparent;
background-position: right;
width: 240px;
font-weight: 700;
font-family: 'Raleway', sans-serif;
cursor: pointer;
padding: 5px 25px 5px 5px;
border: none;
font-size: 18px;
height: 45px;
}
.kontakt_hellgruen input[type='submit'] {
background-image: url(//aws-soltau.de/wp-content/themes/aws2020/assets/images/buttonbg.png);
color: white;
}
#mySubmit.link-btn {
cursor: pointer;
padding: 0px;
background-image: none;
float: right;
}
.kontakt_hellgruen #mySubmit.link-btn,
.formulare #mySubmit.link-btn {
float: none;
margin: 40px auto 20px auto;
}
.kontakt_hellgruen .wpcf7-form-control-wrap.datenschutz,
.formulare .wpcf7-form-control-wrap.datenschutz {
padding-bottom: 30px;
border-bottom: 9px solid rgba(173, 193, 206, 0.22);
}
.kontakt input[type='submit']:after {
content: '';
display: block;
background-image: url(//aws-soltau.de/wp-content/themes/aws2020/assets/images/yellowarrow.png);
background-size: contain;
height: 44px;
width: 40px;
background-repeat: no-repeat;
position: absolute;
right: 0;
bottom: 0;
-webkit-transform: translateX(100%) translateX(-10px);
-ms-transform: translateX(100%) translateX(-10px);
transform: translateX(100%) translateX(-10px);
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
}
div.wpcf7-response-output {
width: 95%;
color: #ffffff;
background: none !important;
border: none;
padding: 10px;
text-align: center;
margin-left: 0;
margin-right: 0;
}
.kontakt_hellgruen div.wpcf7-response-output {
color: #f5594e !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
border-color: none !important;
}
.wpcf7 form .wpcf7-response-output {
border: 0px solid #00a0d2;
}
span.wpcf7-not-valid-tip { background: #f5594e !important;
color: #fff;
}
.nachricht span.wpcf7-not-valid-tip,
.datenschutz span.wpcf7-not-valid-tip {
display: none;
}
.kontakt .wpcf7-not-valid:not(input),
.wpcf7-not-valid:not(input) {
border: 2px solid #f5594e !important;
display: block;
padding: 10px;
margin-top: 10px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
background: #f5594e;
}
.fieldwrap.clearfix {
clear: both;
}
.wpcf7 label,
.wpcf7 .wpcf7-list-item,
.wpcf7 p {
color: white;
}
.wpcf7 .wpcf7-list-item {
font-size: 14px;
line-height: 1.5em;
}
.wpcf7-checkbox input[type='checkbox'] {
border: 1px solid #ee6a09;
}
@media screen and (max-width: 500px) {
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.kontakt textarea {
width: 100%;
background: rgba(4, 92, 92, 0.45);
}
.formulare .wpcf7 input[type='text'],
.formulare .wpcf7 input[type='email'],
.formulare textarea {
background: rgba(228, 250, 250, 0.98) 0% 0% no-repeat padding-box;
}
}
.kontakt-container ::-webkit-input-placeholder {
color: #ffffff;
}
.kontakt-container :-moz-placeholder { color: #ffffff;
}
.kontakt-container ::-moz-placeholder { color: #ffffff;
}
.kontakt-container :-ms-input-placeholder {
color: #ffffff;
}
.wpcf7 input[type='text']:focus::placeholder,
.wpcf7 input[type='email']:focus::placeholder,
.wpcf7 textarea:focus::placeholder {
opacity: 0;
}
.adresse {
color: #ffffff;
}
.profil { margin-left: auto;
}
.kontakt-container article h3 {
margin-top: 30px;
} .kontakt_hellgruen {
padding: 20px;
background: #e4f0f0; height: 100%;
position: relative;
}
.kontakt_hellgruen .wpcf7 label,
.kontakt_hellgruen .wpcf7 .wpcf7-list-item,
.kontakt_hellgruen .wpcf7 p {
color: #4e555a;
}
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder,
textarea::placeholder {
font-family: 'Open Sans', sans-serif !important;
}
textarea::-webkit-input-placeholder {
font-family: 'Open Sans', sans-serif !important;
}
textarea:-moz-placeholder { font-family: 'Open Sans', sans-serif !important;
}
textarea::-moz-placeholder { font-family: 'Open Sans', sans-serif !important;
}
textarea:-ms-input-placeholder {
font-family: 'Open Sans', sans-serif !important;
}
textarea::placeholder {
font-family: 'Open Sans', sans-serif !important;
}
.kontakt_hellgruen .wpcf7 input[type='text'],
.kontakt_hellgruen .wpcf7 input[type='email'],
.kontakt_hellgruen .wpcf7 textarea,
.kontakt_hellgruen .wpcf7 select,
.kontakt_hellgruen .wpcf7 button,
.kontakt_hellgruen #loginform input,
.kontakt_hellgruen #loginform textarea,
.kontakt_hellgruen #loginform select,
.kontakt_hellgruen #loginform button {
background-color: white;
border: 1px solid #adc1ce;
}
.kontakt_hellgruen .wpcf7 input[type='text'],
.kontakt_hellgruen .wpcf7 input[type='email'],
.kontakt_hellgruen .wpcf7 select,
.kontakt_hellgruen .wpcf7 button,
.kontakt_hellgruen #loginform input,
.kontakt_hellgruen #loginform select,
.kontakt_hellgruen #loginform button {
background-color: white !important;
}
.kontakt .wpcf7 input[type='text'],
.kontakt .wpcf7 input[type='email'],
.kontakt .wpcf7 select,
.kontakt .wpcf7 button,
.kontakt #loginform input,
.kontakt #loginform select,
.kontakt #loginform button {
background-color: #5badad !important;
}
.kontakt_hellgruen .wpcf7 input::-webkit-input-placeholder,
.kontakt_hellgruen .wpcf7 input::-moz-placeholder,
.kontakt_hellgruen .wpcf7 input:-ms-input-placeholder,
.kontakt_hellgruen .wpcf7 input::-ms-input-placeholder,
.kontakt_hellgruen .wpcf7 input::placeholder {
color: #ddd !important;
}    @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
#mySubmit.link-btn {
float: none;
}
}
@media screen and (max-width: 1024px) {
.kontakt-container {
max-width: 795px;
}
#mySubmit.link-btn {
float: none;
}
}
@media screen and (max-width: 768px) {
.profil {
margin-top: 20px;
}
}
@media screen and (max-width: 500px) {
.profil {
margin-left: auto;
margin-right: auto;
}
}
.profil-name {
display: block;
color: #ffffff;
font-size: 23px;
margin-top: 20px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
.profil-position {
display: block;
color: #ffffff;
font-family: 'Raleway', sans-serif;
font-weight: 600;
margin-top: 5px;
}
.adresse article {
max-width: 475px;
margin: auto;
}
.profil-bild {
position: relative;
}
.profil-bild::before {
content: '';
display: block;
width: 30px;
height: 30px;
border-left: 8px solid #fce118;
border-bottom: 8px solid #fce118;
position: absolute;
bottom: 3px;
left: 3px;
-webkit-transform: translate(-55%, 35%);
-ms-transform: translate(-55%, 35%);
transform: translate(-55%, 35%);
}
.ajax-loader {
display: none !important;
}
.datenschutz-link {
color: #ffffff;
padding-left: 32px;
display: block;
margin-bottom: 15px;
}  .checkmark {
position: absolute;
top: 5px;
left: 0;
height: 20px;
width: 20px;
box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.10196078431372549);
-webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.10196078431372549);
background-color: #f7f7f7;
}
.wpcf7-not-valid .checkmark {
background-color: #f5594e;
}
.high-light .checkmark {
background-color: #fff;
}
.datenschutz .wpcf7-list-item:hover input ~ .checkmark {
background-color: #ccc;
}
.datenschutz .wpcf7-list-item input:checked ~ .checkmark {
background-color: #5badad;
}
.checkmark::after {
content: '';
position: absolute;
display: none;
}
.datenschutz .wpcf7-list-item input:checked ~ .checkmark::after {
display: block;
}
.datenschutz .wpcf7-list-item .checkmark::after {
left: 8px;
top: 5px;
width: 3px;
height: 8px;
border: solid #fff;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}  .page-section {
padding: 60px 0;
} @media screen and (max-width: 1024px) {
.page-section {
padding: 40px 0;
}
.page-section:first-child {
padding: 40px 0 0;
}
}
@media screen and (max-width: 736px) {
.page-section {
padding: 40px 0;
}
.page-section:first-child {
padding: 40px 0 0;
}
}
.page-section.no-padding,
.page-section.highlightno-padding,
.page-section.highlight_hellgruenno-padding {
padding: 0;
} .widget-nav-item {
background: #fff;
width: 50px;
height: 50px;
margin-bottom: 10px;
-webkit-box-shadow: 0px 0px 10px rgba(32, 40, 45, 0.2);
box-shadow: 0px 0px 10px rgba(32, 40, 45, 0.2);
position: relative;
}
.widget-nav {
position: fixed;
top: 200px;
right: 0;
z-index: 100;
}
.widget-nav-item svg {
max-width: 25px;
height: auto;
width: 100%;
}
.widget-nav-item.location svg {
max-width: 20px;
}
.AmsSearch {
border: 1px solid pink;
}
@media screen and (max-width: 890px) {
.widget-nav {
display: none;
}
}
@media screen and (max-width: 736px) {
.widget-nav {
top: 160px;
display: none;
}
}
@media screen and (max-width: 500px) {
.widget-nav-item svg {
max-width: 20px;
}
.widget-nav-item.location svg {
max-width: 17px;
}
.widget-nav-item {
width: 45px;
height: 45px;
}
}
.widget-nav-item .helper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 2;
background: #fff;
cursor: pointer;
}
.widget-nav-item-content {
width: 240px;
height: 50px;
position: absolute;
background: #058181;
text-align: center;
line-height: 50px;
left: 0;
top: 0;
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
z-index: 1;
color: #ffff; }   @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.widget-nav {
top: 200px;
}
} @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.widget-nav {
top: 180px;
}
}
@media screen and (min-width: 736px) {
.widget-nav-item:hover .widget-nav-item-content {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
}  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.widget-nav {
top: 145px;
}
}
@media screen and (max-width: 500px) {
.widget-nav-item-content {
height: 45px;
}
#search_submit,
.AmsSearch {
height: 35px;
}
.AmsSearch {
width: 70%;
}
.search .widget-nav-item-content {
line-height: 43px;
}
.search .widget-nav-item-content,
.widget-nav-item-content {
width: 306px;
}
}
.widget-nav-item-content.is-active {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
@media screen and (max-width: 1440px) {
.col-xs-12 {
padding: 0 20px !important;
}
}
@media screen and (max-width: 320px) {
.col-xs-12 {
padding: 0 15px !important;
}
} .toggle-nav,
.toggle-nav.active {
height: 56px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: left;
-ms-flex-align: left;
align-items: left;
padding-top: 10px;
padding-bottom: 10px;
max-width: 37px; margin: 0 auto;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: -webkit-transform 300ms ease-in;
transition: -webkit-transform 300ms ease-in;
-o-transition: transform 300ms ease-in;
transition: transform 300ms ease-in;
transition: transform 300ms ease-in, -webkit-transform 300ms ease-in;
margin-top: 12px;
}
.toggle-nav:after {
content: 'Menu';
font-size: 14px;
color: #fff;
display: inline-block;
position: relative;
top: 15px;
}
.toggle-nav.active:after {
content: '';
}
@media screen and (min-width: 1025px) {
.toggle-nav {
display: none;
}
}
.bar,
.bar:after,
.bar:before {
height: 4px;
width: 34px;
background: #ffffff;
}
.bar {
position: relative;
-webkit-transition: all 0ms 300ms;
-o-transition: all 0ms 300ms;
transition: all 0ms 300ms;
}
.bar:before {
content: '';
position: absolute;
left: 0;
bottom: 11px;
-webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
-o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar:after {
content: '';
position: absolute;
left: 0;
top: 11px;
-webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
-o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate {
background: rgba(255, 255, 255, 0);
}
.bar.animate:after {
top: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
-o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:before {
bottom: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
-o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 736px) {
.toggle-nav {
margin-top: 0;
margin: 5px 0;
}
} .scrollTop {
-webkit-box-shadow: 0px 0px 10px rgba(32, 40, 45, 0.2);
box-shadow: 0px 0px 10px rgba(32, 40, 45, 0.2);
width: 50px;
height: 50px;
background: #ffffff;
position: fixed;
bottom: 15px;
right: 15px;
display: flex;
justify-content: center;
align-items: center;
z-index: 2;
cursor: pointer;
opacity: 0;
transition: all 300ms linear;
}
.scrollTop.is-active {
opacity: 1;
}   @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.ProjektSlider {
margin-top: 50px;
}
}
.slick-dots li {
content: '';
display: inline-block;
width: 15px;
height: 15px;
background: #058181;
position: absolute;
top: 5px;
left: 0;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:before {
background: #fce118;
opacity: 1 !important;
}
.slick-prev,
.slick-next {
background: #058181 !important;
border: 1px solid #fff !important;
width: 50px !important;
height: 50px !important;
z-index: 10 !important;
}
.slick-prev {
left: 25px !important;
}
.slick-next {
right: 25px !important;
}
main .ProjektSlider ul li::before {
width: 0;
}
@media only screen and (max-width: 1024px) {
.slick-dots {
bottom: -50px !important;
}
} .tablepress tfoot th,
.tablepress thead th {
background-color: #e4f0f0 !important;
} .map-responsive {
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
height: 0;
margin: 40px 0;
}
.map-responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}  .navigation.pagination {
display: flex;
flex-direction: column;
align-items: center;
}
.search nav.navigation {
padding: 50px 0 20px;
text-align: center;
}
.search nav.navigation h2 {
display: none;
} .search .widget-nav-item-content { }
form#searchform {
margin: 5px;
}
#search_submit,
.AmsSearch {
height: 40px;
border-radius: 4px;
vertical-align: middle;
}
#search_submit {
background: #fce118;
float: right;
width: 28%;
}
.AmsSearch {
float: left;
width: 70%;
} .hero_video {
width: 100%;
} .aktuelles-posts {
display: block;
width: 100%;
}
.aktuelles-post {
display: flex;
align-items: flex-start;
width: 100%;
margin-bottom: 20px;
padding: 20px;
border: 1px solid #ddd;
box-sizing: border-box;
}
.aktuelles-image {
flex: 0 0 auto;
margin-right: 20px;
}
.aktuelles-image img {
max-width: 200px;
height: auto;
display: block;
}
.aktuelles-content {
flex: 1;
}
.aktuelles-title {
font-size: 1.5em;
margin-bottom: 10px;
}
.aktuelles-title a {
text-decoration: none;
}
.aktuelles-kurzbeschreibung p {
font-size: 1em;
color: #555;
}
@media screen and (max-width: 750px) {
.aktuelles-post {
flex-direction: column;
}
.aktuelles-image {
margin-right: 0;
margin-bottom: 20px;
}
.aktuelles-image img {
max-width: 100%;
}
}