html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%
}
html, body, div, article, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 1.01em;
font-size: 100.01%;
vertical-align: baseline;
outline: 0
}
img {
vertical-align: bottom;
}
.positioning:after {
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0px;
}
.footerbottom #footer-menu.positioning:after {
display: none;
}
.semantic {
display: none;
}
*:focus {
outline: none;
}
::selection {
background: #c3e7e7;
}
.wrapper, .fullwrapper {
margin: 0 auto;
}
ul, ol {
list-style: none;
}
input::-webkit-input-placeholder {
color: #929AA5;
opacity: 1;
font-style: normal;
}
input:-moz-placeholder {
color: #929AA5;
opacity: 1;
font-style: normal;
}
input::-moz-placeholder {
color: #929AA5;
opacity: 1;
font-style: normal;
}
input:-ms-input-placeholder {
color: #929AA5;
opacity: 1;
font-style: normal;
}
sup {
vertical-align: super;
font-size: 60%;
}
.aligncenter {
display: block;
margin: 20px auto;
}
.alignleft {
float: left;
margin: 20px 20px 20px 0;
}
.alignright {
float: right;
margin: 20px 0 20px 20px;
}
#site-content > .wrapper {
background-color: #fff;
background-color: var(--inbound-color-bg-primary);
}
#site-content > .wrapper:before, #site-content > .wrapper:after {
content: '';
height: 1px;
display: block;
} :root {
--inbound-color-ci-blue: #253A7C;
--inbound-color-ci-red: #EFC850;
--inbound-color-white: #fff;
--inbound-color-bg-primary: #FFF;
--inbound-color-bg-secondary: #F5F7FA;
--inbound-color-txt-body: #929AA5;
--inbound-color-txt-nav: #253A7C;
--inbound-color-txt-input: #929AA5;
--inbound-color-lnk: #253A7C;
--inbound-color-lnk-hover: #EFC850;
--inbound-color-bg-button-primary: #EFC850;
--inbound-color-button-primary: #fff;
--inbound-color-border-secondary: #CCD4DD;
}  :root {
--inbound-font-book: 'Open Sans', sans-serif, Arial;
} body {
font-family: 'Open Sans', sans-serif, Arial;
font-family: var(--inbound-font-book);
background: #F2F2F2;
font-weight: normal;
font-size: 18px;
line-height: 24px;
color: #929AA5;
color: var(--inbound-color-txt-body);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
main {
clear: both;
} input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
border: solid 1px #CCD4DD;
border: solid 1px var(--inbound-color-border-secondary);
border-radius: 3px;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #929AA5;
color: var(--inbound-color-txt-input);
padding: 10px 15px;
}
input.wpcf7-not-valid {
border: solid 1px #dc3232;
}
select {
border: solid 1px #CCD4DD;
border: solid 1px var(--inbound-color-border-secondary);
border-radius: 3px;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #929AA5;
color: var(--inbound-color-txt-input);
padding: 10px;
}
select {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
background-color: #fff;
background-image: url(//regional-werben-in-brandenburg.de/wp-content/themes/inbound/assets/images/inbound-br-icon-select.svg);
background-position: right 15px center;
background-repeat: no-repeat;
}
select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
textarea {
font-family: 'Open Sans', sans-serif, Arial;
font-family: var(--inbound-font-book);
border: solid 1px #CCD4DD;
border: solid 1px var(--inbound-color-border-secondary);
border-radius: 3px;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #929AA5;
color: var(--inbound-color-txt-input);
padding: 10px 15px;
}
::-webkit-input-placeholder {
color: #929AA5;
}
input:focus::-webkit-input-placeholder {
color: #929AA5;
}
::placeholder { color: #929AA5;
}
input:focus::placeholder {
color: #929AA5;
}
:-ms-input-placeholder { color: #929AA5;
}
input:focus:-ms-input-placeholder {
color: #929AA5;
}
::-ms-input-placeholder { color: #929AA5;
}
input:focus::-ms-input-placeholder {
color: #929AA5;
}
::-moz-placeholder {
color: #929AA5;
}
:-moz-placeholder {
color: #929AA5;
}
input::-webkit-input-placeholder {
color: #929AA5;
opacity: 1;
font-style: normal;
}
input:-moz-placeholder {
color: #929AA5;
opacity: 1;
font-style: normal;
}
input::-moz-placeholder {
color: #929AA5;
opacity: 1;
font-style: normal;
}
input:-ms-input-placeholder {
color: #929AA5;
opacity: 1;
font-style: normal;
}
.button, input[type=button], input[type=reset], input[type=submit] {
padding: 10px 40px;
color: #fff;
background-color: #EFC850;
background: var(--inbound-color-bg-button-primary);
border: 0;
border-radius: 3px;
font-size: 18px;
line-height: 22px;
margin: 0 auto;
-webkit-appearance: none;
}
.button-wrapper .button, .button-wrapper input[type=button], .button-wrapper input[type=reset], input[type=submit] {
padding: 11px 20px 12px;
color: #fff;
background-color: #EFC850;
background: var(--inbound-color-bg-button-primary);
border: 0;
border-radius: 3px;
font-size: 18px;
line-height: 22px;
margin: 0 auto;
}
.button-wrapper {
text-align: center;
}
#breadcrumbs {
max-width: 1170px;
margin: 0 auto;
font-weight: normal;
font-size: 14px;
line-height: 24px;
}
#breadcrumbs a {
color: #000;
} header.positioning {
width: 100%; z-index: 100;
}
header .wrapper {
background-color: #fff;
background-color: var(--inbound-color-bg-primary);
padding-bottom: 0;
}
.home header .wrapper {
padding-bottom: 0;
}
.mainhead {
display: flex;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
padding: 0 20px;
margin: 0 auto;
background-color: #fff;
background-color: var(--inbound-color-bg-primary);
border-bottom: solid 1px #F5F7FA;
border-bottom: solid 1px var(--inbound-color-bg-secondary);
}
#site-title {
flex-grow: 1;
margin: 4px 0 5px;
}
#site-title a {
height: 96px;
width: 107px;
display: inline-block;
background: url(//regional-werben-in-brandenburg.de/wp-content/themes/inbound/assets/images/inbound-brandenburg-logo-desktop.png) no-repeat center / contain ;
}
#site-title a strong {
display: none;
}
header #menu-haupt-menue .suche a span,
.menu-access-mobile .access-search-button span {
display: none;
}
.contentbox {
background-color: #fff;
background-color: var(--inbound-color-bg-primary);
}
.no-link > a {
cursor: default;
} nav#access {
width: calc(100% - 212px);
position: relative;
z-index: 3;
}
nav#access .menu {
display: flex;
justify-content: flex-end;
}
nav#access ul {
margin: 0;
padding: 0;
position: relative;
z-index: 10;
}
nav#access li {
padding: 0 20px;
}
nav#access li:last-child {
padding: 0 0 0 20px;
}
nav#access a {
display: block;
font-family: 'Open Sans', sans-serif, Arial;
font-family: var(--inbound-font-book);
color: #253A7C;
color: var(--inbound-color-lnk);
text-decoration: none;
padding: 23px 0;
font-weight: bold;
font-size: 16px;
line-height: 24px;
transition: .2s ease;
}
nav#access a:hover,
nav#access .menu > .menu-item:hover > a,
nav#access ul li.current-menu-item > a,
nav#access ul li.current-menu-parent > a,
nav#access .sub-menu .menu-item a:hover {
text-decoration: none;
color: #EFC850;
color: var(--inbound-color-lnk-hover);
}
#access-button {
display: none;
}
#access-button a i {
display: none;
}
#access-button a {
width: 25px;
height: 20px;
position: relative;
display: block;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
#access-button a span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background-color: #253A7C;
border-radius: 2px;
opacity: 1;
right: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#access-button a span:nth-child(1) {
top: 5px;
width: 25px;
}
#access-button a span:nth-child(2) {
top: 11px;
width: 18px;
}
#access-button a.open span:nth-child(1) {
top: 8px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#access-button a.open span:nth-child(2) {
width: 25px;
top: 8px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
} a {
color: #253A7C;
color: var(--inbound-color-lnk);
text-decoration: none;
transition: all 0.2s ease;
}
a:hover {
color: #EFC850;
color: var(--inbound-color-lnk-hover);
text-decoration: underline;
}
h1 {
font-size: 36px;
font-weight: 500;
padding: 15px 0 10px;
}
h2 {
font-size: 32px;
line-height: 36px;
font-weight: 500;
padding: 10px 0 5px;
}
p+h2 {
padding: 30px 0 15px 0;
}
h3 {
font-size: 24px;
font-weight: 500;
padding: 10px 0 5px;
}
p+h3, ul+h3 {
padding: 30px 0 15px 0;
}
h4 {
font-weight: 500;
font-size: 16px;
padding: 10px 0 5px;
}
p+h4 {
padding: 20px 0 10px;
}
p {
margin: 0 0 10px 0;
line-height: 1.55em;
}
strong {
font-weight: bold;
}
main ul, main ol {
padding: 0 0 12px 24px;
}
main ul {
list-style: none;
}
main ul li::before {
content: "\2022"; color: #EFC850; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }
main ol {
list-style-type: decimal;
}
main li {
padding: 4px;
line-height: 1.5em;
}
main img {
margin: 0 0 10px 0;
} footer .wrapper {
background-color: #F5F7FA;
background-color: var(--inbound-color-bg-secondary);
}
footer .footer-top-wrapper {
border-top: solid 1px #cdd4dd;
padding: 15px 20px;
background-color: #fff;
}
footer #footer-menu {
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 12px 20px 14px;
}
footer #footer-menu .fusszeile {
font-weight: normal;
font-size: 14px;
line-height: 19px;
color: #404040;
}
footer #footer-menu .menu-fuss-menue-container .menu {
display: flex;
justify-content: flex-end;
font-weight: normal;
font-size: 14px;
line-height: 20px;
}
footer #footer-menu .menu-fuss-menue-container .menu .menu-item a {
font-weight: normal;
font-size: 14px;
line-height: 19px;
color: #404040;
margin: 0 0 0 20px;
transition: .2s ease;
}
footer .footer-link a.borlabs-cookie-preference {
font-weight: normal;
font-size: 14px;
line-height: 19px;
color: #404040;
margin: 0;
transition: .2s ease;
}
footer #footer-menu .menu-fuss-menue-container .menu .menu-item a:hover,
footer .footer-link a.borlabs-cookie-preference:hover {
text-decoration: none;
color: #EFC850;
color: var(--inbound-color-lnk-hover);
}
footer .footer-right {
display: flex;
justify-content: space-between;
align-items: baseline;
}
footer #footer-menu.positioning:after {
display: none;
}
.flag-contact {
position: fixed;
top: 244px;
right: -180px;
transition: .4s ease;
}
.flag-contact:hover {
right: 0;
}
.kontakt + footer .flag-contact {
display: none;
}
.flag-contact a {
display: block;
height: 52px;
max-width: 176px;
background-image: url(//regional-werben-in-brandenburg.de/wp-content/themes/inbound/assets/images/inbound-icon-chat.svg);
background-repeat: no-repeat;
background-position: center left 30px;
background-color: #EFC850;
border-radius: 50px 0 0 50px;
font-weight: bold;
font-size: 24px;
line-height: 26px;
color: #fff;
padding: 16px 0 16px 130px;
}
.flag-contact a:hover {
text-decoration: none;
}  .widget-teaser-wrapper {
padding: 36% 0 0;
position: relative;
background-size: cover;
background-position: center bottom;
}
.widget-teaser-content {
position: absolute;
max-width: 80%;
width: 80%;
left: 50%;
top: 60%;
-wekit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
widget-teaser-image-mobile {
display: none;
}
.widget-teaser-content h2 {
font-weight: bold;
font-size: 30px;
line-height: 42px;
color: #fff;
color: var(--inbound-color-white);
margin: 0 0 10px;
padding: 0;
}
.widget-teaser-content .widget-teaser-txt-box {
font-weight: normal;
font-size: 30px;
line-height: 42px;
color: #fff;
color: var(--inbound-color-white);
margin: 0 0 20px;
}
.widget-teaser-content .widget-teaser-button {
display: inline-block;
background-color: #EFC850;
background-color: var(--inbound-color-bg-button-primary);
padding: 11px 20px 12px;
margin: 20px 20px 20px 0;
color: #fff;
color: var(--inbound-color-button-primary);
font-weight: bold;
font-size: 18px;
line-height: 25px;
box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.25);
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
.widget-teaser-content .widget-teaser-button:hover {
text-decoration: none;
opacity: .8;
} .widget-verlagspartner-wrapper {
padding: 50px 40px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #F5F7FA;
background-color: var(--inbound-color-bg-secondary);
}
.widget-verlagspartner-link img {
max-height: 32px;
margin: 0;
} .modul-headline {
color: #253A7C;
color: var(--inbound-color-ci-blue);
font-weight: bold;
font-size: 28px;
line-height: 34px;
text-align: center;
margin: 0 0 20px;
padding: 0;
}
.modul-txtbox {
font-weight: normal;
font-size: 24px;
line-height: 28px;
text-align: center;
margin: 0 0 40px;
}
.modul-txtbox p {
font-weight: normal;
font-size: 24px;
line-height: 28px;
} .ueberschriftmodul {
max-width: 1100px;
margin: 50px auto;
} .absatzmodul {
max-width: 1100px;
margin: 80px auto;
padding: 0 40px;
} .three-spalten-modul {
max-width: 1100px;
margin: 80px auto;
padding: 0 40px;
text-align: center;
}
.three-spalten-modul .modul-grid {
display: flex;
justify-content: space-between;
}
.three-spalten-modul .modul-grid-item {
display: block;
width: calc((100% - 176px) / 3);
text-align: center;
padding: 30px 20px;
}
.three-spalten-modul a.modul-grid-item:hover {
text-decoration: none;
box-shadow: 8px 8px 30px rgba(0, 38, 85, 0.2);
color: #253A7C;
color: var(--inbound-color-lnk);
}
.three-spalten-modul .modul-grid-item img {
margin: 0 0 30px;
}
.three-spalten-modul .modul-grid-item-headline {
font-weight: 600;
font-size: 24px;
line-height: 33px;
margin: 0 0 30px;
}
.three-spalten-modul .modul-grid-item-txtbox {
font-weight: normal;
font-size: 16px;
line-height: 30px;
}
.three-spalten-modul .modul-button {
display: inline-block;
background-color: #EFC850;
background-color: var(--inbound-color-bg-button-primary);
padding: 11px 20px 12px;
margin: 40px auto;
color: #fff;
color: var(--inbound-color-button-primary);
font-weight: bold;
font-size: 18px;
line-height: 25px;
box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.25);
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
.three-spalten-modul .modul-button:hover {
text-decoration: none;
opacity: .8;
} .two-spalten-modul {
max-width: 1100px;
margin: 80px auto;
padding: 0 40px;
text-align: center;
}
.two-spalten-modul .modul-two-column {
column-count: 2;
column-gap: 30px;
text-align: left;
} .erfahrungsberichtemodul,
.logoerfahrungsberichtemodul {
background-color: #253A7C;
background-color: var(--inbound-color-ci-blue);
margin: 80px auto;
padding: 50px 0;
}
.erfahrungsberichtemodul .modul-wrapper,
.logoerfahrungsberichtemodul .modul-wrapper{
max-width: 1100px;
margin: 0 auto;
padding: 0 40px;
text-align: center;
}
.erfahrungsberichtemodul .modul-headline,
.logoerfahrungsberichtemodul .modul-headline {
color: #fff;
color: var(--inbound-color-white);
}
.erfahrungsberichtemodul .modul-txtbox,
.logoerfahrungsberichtemodul .modul-txtbox {
color: #fff;
color: var(--inbound-color-white);
}
.erfahrungsberichtemodul .modul-listing,
.logoerfahrungsberichtemodul .logo-listing-images {
display: flex;
justify-content: space-between;
}
.erfahrungsberichtemodul .modul-listing article {
width: calc((100% - 240px) / 3);
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #F5F7FA;
background-color: var(--inbound-color-bg-secondary);
padding: 30px;
}
.logoerfahrungsberichtemodul .logo-listing-img {
width: calc((100% - 280px) / 5);
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #F5F7FA;
background-color: var(--inbound-color-bg-secondary);
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.logoerfahrungsberichtemodul .logo-listing-img img {
max-width: 100%;
}
.erfahrungsberichtemodul .modul-listing article a:hover {
text-decoration: none;
}
.erfahrungsberichtemodul .module-listing-item-wrapper {
display: flex;
justify-content: space-between;
margin: 30px 0 0;
}
.erfahrungsberichtemodul .module-listing-item-txtbox {
font-weight: normal;
font-size: 18px;
line-height: 28px;
color: #000;
text-align: left;
}
.erfahrungsberichtemodul .module-listing-item-avatar {
width: 47px;
height: 47px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.erfahrungsberichtemodul .module-listing-item-avatar img {
display: none;
}
.erfahrungsberichtemodul .module-listing-item-wrapper .module-listing-item-txtbox {
width: calc(100% - 62px);
text-align: left;
color: #EFC850;
position: relative;
}
.erfahrungsberichtemodul .module-listing-item-wrapper .module-listing-item-txtbox:before {
content: url(//regional-werben-in-brandenburg.de/wp-content/themes/inbound/assets/images/inbound-icon-right-quote.svg);
float: right;
z-index: 1;
}
.erfahrungsberichtemodul .module-listing-item-headline {
color: #000;
position: relative;
z-index: 2;
} .home .formularmodul,
.home .page-content > .wpcf7 {
background-image: linear-gradient(-11deg, #F5F7FA 70%, #ffffff 70%);
}
.formularmodul .modul-wrapper,
.page-content > .wpcf7 > .wpcf7-form {
max-width: 980px;
margin: 80px auto;
text-align: center;
padding: 0 40px 30px;
}
.formular-wrapper {
margin: 50px 0 0;
}
.formularmodul .modul-txtbox p {
font-size: 18px;
line-height: 24px;
}
.formular-wrapper .wpcf7-submit {
display: inline-block;
background-color: #EFC850;
background-color: var(--inbound-color-bg-button-primary);
padding: 11px 20px 12px;
margin: 40px auto;
color: #fff;
color: var(--inbound-color-button-primary);
font-weight: bold;
font-size: 18px;
line-height: 25px;
box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.25);
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
cursor: pointer;
}
.formular-wrapper .fieldset .fields {
width: 100%;
display: flex;
justify-content: space-between;
}
.formular-wrapper .fieldset > .fields .field {
width: calc(50% - 12px);
text-align: left;
font-size: 16px;
line-height: 30px;
}
.formular-wrapper .fieldset > .fields .field label,
.formular-wrapper .fieldset > .field label {
color: transparent;
}
.formular-wrapper .fieldset > .field {
width: 100%;
text-align: left;
font-size: 16px;
line-height: 30px;
}
.formular-wrapper .fieldset .field input[type="text"],
.formular-wrapper .fieldset .field input[type="password"],
.formular-wrapper .fieldset .field input[type="url"],
.formular-wrapper .fieldset .field input[type="tel"],
.formular-wrapper .fieldset .field input[type="search"],
.formular-wrapper .fieldset .field input[type="number"],
.formular-wrapper .fieldset .field input[type="datetime"],
.formular-wrapper .fieldset .field input[type="email"],
.formular-wrapper .fieldset .field textarea {
width: calc(100% - 30px);
}
.formular-wrapper .fieldset .field select {
width: 100%;
color: #929AA5;
font-size: 16px;
line-height: 24px;
}
.formular-wrapper .hinweis {
font-weight: normal;
font-size: 15px;
line-height: 30px;
padding: 0 0 30px 30px;
color: #4B4F53;
}
.formular-wrapper .wpcf7-form-control-wrap.checkbox-dsgvo {
float: left;
}
.formular-wrapper .wpcf7-form-control-wrap.checkbox-dsgvo span.wpcf7-list-item {
margin: 0;
}
.formular-wrapper .field-text {
color: #EFC850;
color: var(--inbound-color-ci-red);
font-weight: 600;
font-size: 18px;
line-height: 30px;
margin: 15px 0 -15px;
}
.formular-wrapper .field-text span {
color: #4B4F53;
font-weight: normal;
} .kartenmodul .modul-wrapper {
max-width: 1100px;
margin: 80px auto;
text-align: center;
padding: 0 40px 30px;
}
.map-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 70px 0 0;
flex-direction: row-reverse;
text-align: left;
}
.map-wrapper-outer {
width: calc(45% - 20px);
}
.map-content-container {
width: calc(55% - 20px);
padding: 0 40px 0 0;
}
.map-container .map-wrapper svg {
width: 100%;
height: auto;
}
#Niedersachsen-Map:hover,
#Niedersachsen-Map.current,
#Schleswig-Holstein-Map:hover,
#Schleswig-Holstein-Map.current,
#Brandenburg-Map:hover,
#Brandenburg-Map.current,
#Mecklenburg-Vorpommern-Map:hover,
#Mecklenburg-Vorpommern-Map.current,
#Sachsen-Map:hover,
#Sachsen-Map.current,
#Hessen-Map:hover,
#Hessen-Map.current {
fill: #EFC850;
}
#Niedersachsen-Map,
#Schleswig-Holstein-Map,
#Brandenburg-Map,
#Mecklenburg-Vorpommern-Map,
#Sachsen-Map,
#Hessen-Map {
cursor: pointer;
}
.map-content {
display: none;
}
.map-content.current {
display: inherit;
}
.map-content-container .pagination {
text-align: left;
margin: 30px 0 0 0;
}
.map-content-container .pagination .nav {
display: inline-block;
background-color: #fff;
padding: 10px 30px;
color: #929ba5;
font-weight: 700;
line-height: 26px;
height: 26px;
cursor: pointer;
border: solid 1px #929ba5;
border-radius: 25px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.map-content-container .pagination .nav:hover {
opacity: 0.7;
-moz-opacity: 0.7;
text-decoration: none;
}
.map-content-container .pagination .nav.disabled {
opacity: 0.3;
-moz-opacity: 0.3;
}
.map-content-container .pagination .nav.next:after {
content: url(//regional-werben-in-brandenburg.de/wp-content/themes/inbound/assets/images/inbound-icon-arrow-next.svg);
font-weight: 400;
font-size: 12px;
margin: 0 0 0 5px;
}
.map-content-container .pagination .nav.prev {
margin: 0 30px 0 0;
}
.map-content-container .pagination .nav.prev:before {
content: url(//regional-werben-in-brandenburg.de/wp-content/themes/inbound/assets/images/inbound-icon-arrow-prev.svg);
font-weight: 400;
font-size: 12px;
margin: 0 5px 0 0;
}
.map-content-headline {
font-size: 24px;
font-weight: 700;
margin: 0 0 20px;
color: #EFC850;
color: var(--inbound-color-ci-red);
}
.map-content-text {
margin: 0 0 10px;
}
.map-content-images {
margin: 30px 0 40px;
display: flex;
flex-wrap: wrap;
justify-items: center;
align-items: center;
}
.map-content-img a {
display: block;
}
.map-content-img {
text-align: center;
vertical-align: middle;
margin: 0 14px 14px 0;
background: #FFFFFF;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
border-radius: 3px;
}
.map-content-img img {
max-width: 100%;
height: auto;
margin: 5px;
} .listingmodul {
background-image: linear-gradient(-11deg, #F5F7FA 70%, #ffffff 70%);
margin: 80px auto 140px;
}
.listingmodul:after {
content: '';
display: block;
height: 1px;
}
.listingmodul .modul-wrapper {
max-width: 1130px;
margin: 0 auto -60px;
text-align: center;
}
.listingmodul .modul-section {
display: flex;
flex-wrap: wrap;
}
.listingmodul .modul-item {
width: calc((100% - 210px) / 3);
background-color: #fff;
box-shadow: 8px 8px 30px rgba(0, 38, 85, 0.2);
border-radius: 2px;
padding: 30px 20px;
margin: 15px;
text-align: left;
}
.listingmodul .modul-item-headline {
font-weight: bold;
font-size: 24px;
line-height: 31px;
color: #4B4F53;
margin: 0 0 30px;
padding: 0;
}
.listingmodul .modul-item-text {
font-weight: normal;
font-size: 16px;
line-height: 25px;
color: #666D74;
margin: 0;
padding: 0;
}
.listingmodul .modul-item a:hover {
text-decoration: none;
}
.listingmodul .modul-item ul {
list-style: none;
padding-left: 25px;
}
.listingmodul .modul-item li:before {
content: url(//regional-werben-in-brandenburg.de/wp-content/themes/inbound/assets/images/inbound-br-icon-listarrow.svg);
width: 25px;
margin-left: -25px;
position: relative;
top: 1px;
} .page-content-image {
padding: 36% 0 0;
position: relative;
background-size: cover;
background-position: center bottom;
margin: 0 0 80px;
}
.page-content-title {
position: absolute;
max-width: 80%;
left: 50%;
top: 50%;
-wekit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
font-weight: bold;
font-size: 30px;
line-height: 42px;
color: #fff;
color: var(--inbound-color-white);
}
.page-content > h2 {
color: #253A7C;
color: var(--inbound-color-ci-blue);
font-weight: bold;
font-size: 28px;
line-height: 48px;
margin: 0 auto 10px;
padding: 0 40px;
max-width: 1100px;
}
.page-content > p {
margin: 0 auto 10px;
max-width: 1100px;
padding: 0 40px;
}
.page-content .page-content-middle {
padding: 50px 0;
}