:root { --global--font-primary: var(--font-headings, 'Open Sans',sans-serif);
--global--font-secondary: var(--font-headings, 'Open Sans',sans-serif);
--form--border-color: #0F2B4B;
--form--border-width: 1px;  --global--spacing-vertical: 0;
}
html, body {
background: white;
font-size: 14px;
color: #666;
}
@media only screen and (max-width: 581px) {
br {
display:none;
}
}
.site-header {
color: #0F2B4B;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 60px;
overflow: hidden;
max-width: 100%;
display:block;
}
@media only screen and (min-width: 582px) {
.primary-navigation {
position: relative;
margin-left: auto;
line-height: 14px;
}
}
.primary-navigation .primary-menu-container {
margin: 0;
}
.primary-navigation > div > .menu-wrapper {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
max-width: none;
padding-left: 0;
position: relative;
justify-content: flex-end !important;
}
#primary-menu-list a,
#primary-menu-list a:hover,
#primary-menu-list a:visited {
font-size: 14px;
color: #0F2B4B;
font-weight: 700;
padding: 0;
background-color: transparent;
text-decoration: none;
}
@media only screen and (min-width: 482px) {
.primary-navigation > div > .menu-wrapper li {
margin-left: 20px;
margin-top: 10px;
}
}
.site-branding {
display:none;
}
@media only screen and (max-width: 481px) {
.primary-navigation-open .primary-navigation {
width: 100%;
position: fixed;
z-index: 2;
line-height: 40px;
}
}
@media (min-width:992px) {
.header__container {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.header__logo {
width:25%;
padding-top: 2.8rem;
}
.header__headlines {
width:50%;
margin-top:0
}
}
.header__logo img {
width: 200px;
}
img {
max-width: 100%;
}
img, svg {
display: block;
}
.header__headlines {
margin-top:40px;
text-align:center;
}
.header__headline {
font-weight: 800;
font-size: 20px;
line-height: 1;
}
.header__headline+.header__subline {
margin-top: 5px;
}
.header__headlines span {
display: block;
}
.header__subline {
font-size: 16px;
line-height: 1;
} .projekte-einleitung-ueberschrift {
text-transform: uppercase;
color: #333;
font-size: 30px;
font-weight: 700;
max-width: 100%;
text-align: center;
} .wp-block-image {
padding-top: 60px;
width: -moz-max-content; } .teaser__text {
line-height:20px;
padding: 40px 0 20px;
width: -moz-max-content; }
.teaser__text a {
color: #0F2B4B;
font-weight:600;
}
article { background-color: #efefef;
margin: 0 auto;
text-align: left;
padding: 70px 10px;
color: #666;
} .wpcf7-form label {
color: #666;
}
.wpcf7-form-control {
border: 1px solid #666 !important;
padding: 5px !important;
margin-bottom: 10px !important;
width: 100%;
} .wpcf7-form-control:focus,
.wpcf7-checkbox input:focus {
outline: none !important;
}
.wpcf7-checkbox {
border: 0 !important;
}
.wpcf7-checkbox .wpcf7-list-item-label {
font-size: 14px;
}
.wpcf7-list-item {
display: inline-block;
margin: 1em 0 0 1em;
}
.wpcf7-form .wpcf7-submit {
background-color: #0F2B4B !important;
margin-top: 30px;
}
.wpcf7-form .wpcf7-submit:hover {
background-color: #1F3B5B !important;
color:white;
}
.wpcf7-form h2 {
color: #333;
font-size: 28px;
font-weight: 600;
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 10px;
}
.wpcf7-not-valid-tip {
font-size: 0.85em;
margin-top: -7px;
margin-bottom: 15px;
} .wpcf7 {
width: -moz-max-content;
} ::placeholder { color: #bbb;
opacity: 1; }
:-ms-input-placeholder { color: #bbb;
}
::-ms-input-placeholder { color: #bbb;
} .arrow {
width: 10px;
text-align: center;
padding: 10px 0; 
}
.arrow span {
display: block;
width: 15px;
height: 15px;
border-bottom: 2px solid #000;
border-right: 2px solid #000;
transform: rotate(45deg);
margin: -10px;
animation: animate 2s infinite;
}
.arrow span:nth-child(2) {
animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
animation-delay: -0.4s;
}
@keyframes animate {
0%{
opacity: 0;
transform: rotate(45deg) translate(-20px,-20px);
}
50%{
opacity: 1;
}
100%{
opacity: 0;
transform: rotate(45deg) translate(20px,20px);
}
} .container-fluid {
width:100%;
margin-right:auto;
margin-left:auto
}
.row {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin-right:-10px;
margin-left:-10px
}
.col-10,
.col-12,
.col-lg-3,
.col-lg-9,
.col-md-4,
.col-sm-6 {
position:relative;
width:100%;
min-height:1px;
padding-right:10px;
padding-left:10px
}
.col-10 {
-webkit-box-flex:0;
-ms-flex:0 0 83.333333%;
flex:0 0 83.333333%;
max-width:83.333333%
}
.col-12 {
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
@media (min-width:576px) {
.col-sm-6 {
-webkit-box-flex:0;
-ms-flex:0 0 50%;
flex:0 0 50%;
max-width:50%
} 
}
@media (min-width:768px) {
.col-md-4 {
-webkit-box-flex:0;
-ms-flex:0 0 33.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
}
@media (min-width:992px) {
.col-lg-3 {
-webkit-box-flex:0;
-ms-flex:0 0 25%;
flex:0 0 25%;
max-width:25%
}
.col-lg-9 {
-webkit-box-flex:0;
-ms-flex:0 0 75%;
flex:0 0 75%;
max-width:75%
}
.order-lg-1 {
-webkit-box-ordinal-group:2;
-ms-flex-order:1;
order:1
}
.order-lg-2 {
-webkit-box-ordinal-group:3;
-ms-flex-order:2;
order:2;
}
}
.justify-content-center {
-webkit-box-pack:center!important;
-ms-flex-pack:center!important;
justify-content:center!important
}
.align-content-center {
-ms-flex-line-pack:center!important;
align-content:center!important
}
a {
text-decoration:none;
color:inherit
}
.footer {
overflow: hidden;
padding: 80px 20px 0;
line-height: 20px;
color:#FFF;
}
.footer p{
line-height: 20px;
}
.footer a {
font-weight:600
}
.footer__container {
padding-top:60px;
padding-bottom:60px;
background-color:#0F2B4B
}
.footer__logo {
margin-left:auto;
margin-right:auto;
border:1px solid #FFF;
margin-bottom:60px
}
.footer__col {
margin-bottom:20px
}
.footer__address {
text-align:center
}
@media (min-width:576px) {
.footer__address {
text-align:left
}
}
@media (min-width:992px) {
.footer__logo {
margin-bottom:0;
margin-right:0
}
} .page-id-44 .entry-title {
text-transform: uppercase;
color: #333;
font-size: 30px;
font-weight: 700;
max-width: 100%;
text-align: center;
}
.page-id-44 .entry-header {
border:0;
}
.page-id-44 .projekt-einreichung-danke-beschreibung {
text-align: center;
margin-top: 2em;
font-size: 1.4em;
}