@charset "UTF-8";

body.expanded {
overflow: hidden;
}
.sub_content {
z-index: 8;
background: #FFF;
position: relative;
margin-top: 70vh;
width: 100vw;
padding-top: 80px;
padding-left: 10vw;
box-sizing: border-box;
}
.sub_content h1 {
margin-bottom: 1500px;
}
.sub_content h2 {
margin-bottom: 25px;
}
.sub_content p {
max-width: 75%;
line-height: 25px;
}
.sub_content .container {
background: #FFF;
-webkit-box-shadow: 0px 0.1875rem 0.9375rem 0px rgba(0, 0, 0, 0.35);
box-shadow: 0px 0.1875rem 0.9375rem 0px rgba(0, 0, 0, 0.35);
max-width: 76%;
padding: 30px 2% 40px 2%;
}
.sub_content.expanded::after {
content: '';
height: 100%;
width: 100%;
background: #000;
opacity: .25;
position: absolute;
top: 0;
left: 0;
}
.sub_content_unternehmen {
padding-left: 0 !important;
overflow-x: hidden !important;
}
.sub_content_unternehmen div {
padding-left: 10vw;
}
.sub_content_unternehmen div.no-padding {
padding-left: 0 !important;
} .sub_content.special {
margin-top: 60vh;
padding-top: 30px;
}
.sub_content.special h2 {
margin-top: 50px;
max-width: 90%;
}
.sub_content.special ul {
max-width: 75%;
}
.sub_content.special a {
line-break: anywhere;
} .timeline {
margin-top: 165px !important;
margin-bottom: 50px !important;
line-height: 1.4em;
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
line-height: inherit;
margin-top: 5px;
}
.timeline p {
max-width: 50%;
} .timeline-item {
padding-left: 40px;
position: relative;
}
.timeline-item:last-child {
padding-bottom: 0;
} .timeline-date {
font-family: "Montserrat", sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: 3px;
margin: 0 0 .5em 0;
text-transform: uppercase;
white-space: nowrap;
} .timeline-marker {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15px;
}
.timeline-marker:before {
background: #254a9a;
border: 3px solid transparent;
border-radius: 100%;
content: "";
display: block;
height: 15px;
position: absolute;
top: 4px;
left: 0;
width: 15px;
-webkit-transition: background 0.3s ease-in-out,
border 0.3s ease-in-out;
transition: background 0.3s ease-in-out,
border 0.3s ease-in-out;
}
.timeline-marker:after {
content: "";
width: 3px;
background: #CCD5DB;
display: block;
position: absolute;
top: 28px;
bottom: 0;
left: 9px;
}
.timeline-item:last-child .timeline-marker:after {
content: none;
}
.timeline-item:not(.period):hover .timeline-marker:before {
background: transparent;
border: 3px solid #254a9a;
}
.timeline-item:nth-child(even) .timeline-marker:before {
background: #fdd804;
}
.timeline-item:nth-child(even):hover .timeline-marker:before {
background: transparent;
border: 3px solid #fdd804;
} .timeline-content {
padding-bottom: 40px;
}
.timeline-content p:last-child {
margin-bottom: 0;
} @media (min-width: 768px) {
.timeline-split .timeline, .timeline-centered .timeline {
display: table;
}
.timeline-split .timeline-item, .timeline-centered .timeline-item {
display: table-row;
padding: 0;
}
.timeline-split .timeline-date, .timeline-centered .timeline-date,
.timeline-split .timeline-marker,
.timeline-centered .timeline-marker,
.timeline-split .timeline-content,
.timeline-centered .timeline-content,
.timeline-split .period .timeline-date,
.timeline-centered .period .timeline-date {
display: table-cell;
vertical-align: top;
}
.timeline-split .timeline-marker,
.timeline-centered .timeline-marker {
position: relative;
}
.timeline-split .timeline-content,
.timeline-centered .timeline-content {
padding-left: 30px;
}
.timeline-split .timeline-date, .timeline-centered .timeline-date {
padding-right: 30px;
}
.timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
position: relative;
left: -45px;
}
} @media (min-width: 992px) {
.timeline-centered {
margin-left: -1vw !important;
}
.timeline-centered,
.timeline-centered .timeline-item,
.timeline-centered .timeline-date,
.timeline-centered .timeline-marker,
.timeline-centered .timeline-content {
display: block;
margin: 0;
padding: 0;
}
.timeline-centered .timeline-item {
padding-bottom: 80px;
overflow: hidden;
}
.timeline-centered .timeline-marker {
position: absolute;
left: 50%;
margin-left: -7.5px;
}
.timeline-centered .timeline-date,
.timeline-centered .timeline-content {
width: 50%;
}
.timeline-centered > .timeline-item:nth-child(odd) .timeline-marker:before {
background: #254a9a;
}
.timeline-centered > .timeline-item:nth-child(odd) .timeline-date {
float: left;
text-align: right;
padding-right: 30px;
width: 48%;
margin-top: 3px;
}
.timeline-centered > .timeline-item:nth-child(odd):hover .timeline-marker:before {
background: transparent;
border: 3px solid #254a9a;
}
.timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
float: right;
text-align: left;
padding-left: 30px;
width: 48%;
}
.timeline-centered > .timeline-item:nth-child(even) .timeline-date {
float: right;
text-align: left;
padding-left: 30px;
width: 48%;
margin-top: 3px;
}
.timeline-centered > .timeline-item:nth-child(even) .timeline-content {
float: left;
text-align: right;
padding-right: 30px;
width: 94%;
}
.timeline-centered > .timeline-item:nth-child(even) .timeline-content h3 {
max-width: 50%;
margin-top: -23px;
}
.timeline-centered > .timeline-item:nth-child(even) .timeline-content p {
max-width: 30% !important;
padding: 0 0 0 20%;
}
} .counters {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
text-align: center;
width: 90%;
margin: 0 auto;
padding: 20px 30px 40px 0px;
}
.counters h3 {
font-family: "Montserrat";
text-transform: uppercase;
font-weight: 900;
font-size: 19px;
color: #254a9a;
margin-top: 100px;
}
.counters span {
font-size: 25px;
}
.counters:before {
content: "";
height: 1px;
width: 60%;
margin: 0 auto;
background: #00000024;
display: block;
position: absolute;
left: 17vw;
}
.regionalitaet.parallax {
background: url(//vgc-calw.de/wp-content/uploads/2021/10/salad-2756467_1920.png);
background-attachment: fixed;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
margin-top: 130px;
margin-left: 2.625vw;
padding: 10.5vh 0 10.5vh 0;
width: 95%;
}
.regionalitaet.parallax .text {
color: #FFF;
}
.regionalitaet.parallax .text h2 span {
font-weight: 100;
font-style: italic;
}
.nachhaltigkeit {
padding-top: 120px;
}
.nachhaltigkeit ul {
max-width: 85%;
}
.nachhaltigkeit ul li {
line-height: 30px;
}
.geschaeftsfuehrung, .mitglieder {
margin-left: 10vw;
}
.geschaeftsfuehrung {
padding-top: 90px;
}
.geschaeftsfuehrung .geschaeftsfuehrung-container, .geschaeftsfuehrung .geschaeftsfuehrung-container-box, .geschaeftsfuehrung .geschaeftsfuehrung-container-box-text, .geschaeftsfuehrung .aufsichtsrat-container, .geschaeftsfuehrung .aufsichtsrat-container-box, .geschaeftsfuehrung .vertriebsleiter-container, .geschaeftsfuehrung .vertriebsleiter-container-box {
padding-left: 0 !important;
}
.geschaeftsfuehrung .geschaeftsfuehrung-container-box, .geschaeftsfuehrung .aufsichtsrat-container-box, .geschaeftsfuehrung .vertriebsleiter-container-box {
display: inline-table;
width: 250px;
margin: 0 20px 20px 0;
border: 1px solid rgba(204, 204, 204, 0.5);
border-radius: 10px;
}
.geschaeftsfuehrung .geschaeftsfuehrung-container-box h3, .geschaeftsfuehrung .geschaeftsfuehrung-container-box p, .geschaeftsfuehrung .aufsichtsrat-container-box h3, .geschaeftsfuehrung .aufsichtsrat-container-box p, .geschaeftsfuehrung .vertriebsleiter-container-box h3, .geschaeftsfuehrung .vertriebsleiter-container-box p {
margin-left: 25px;
}
.geschaeftsfuehrung .geschaeftsfuehrung-container-box img, .geschaeftsfuehrung .aufsichtsrat-container-box img, .geschaeftsfuehrung .vertriebsleiter-container-box img {
display: block;
height: auto;
width: 80%;
margin-left: 23px;
border-radius: 10px;
}
.geschaeftsfuehrung .geschaeftsfuehrung-container {
margin-top: 20px;
margin-bottom: 75px;
}
.geschaeftsfuehrung .geschaeftsfuehrung-container .geschaeftsfuehrung-container-box {
padding-top: 20px;
padding-bottom: 20px;
}
.geschaeftsfuehrung .aufsichtsrat-container {
margin-top: 20px;
margin-bottom: 75px;
}
.geschaeftsfuehrung .aufsichtsrat-container .aufsichtsrat-container-box {
height: 133px;
padding-top: 15px;
}
.geschaeftsfuehrung .vertriebsleiter-container {
margin-top: 20px;
}
.geschaeftsfuehrung .vertriebsleiter-container .vertriebsleiter-container-box {
height: 333px;
padding-top: 20px;
padding-bottom: 20px;
}
.geschaeftsfuehrung .vertriebsleiter-container .vertriebsleiter-container-box img {
display: block;
height: auto;
width: 80%;
margin-left: 23px;
}
.mitglieder {
margin-bottom: 100px; }
.mitglieder p br {
display: block;
margin: 15px 0;
content: '';
}
.mitglieder a {
color: #000000a1;
text-decoration: none;
}
.mitglieder a.btn {
background: #254A9A;
color: #FFF;
cursor: pointer;
padding: 20px 30px;
border-radius: 5px;
margin: 0 5px 10px 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.mitglieder a.btn:after {
display: inline-block;
content: "";
width: 13px;
height: 13px;
margin-left: 0px;
padding-right: 10px;
background: transparent url(//vgc-calw.de/wp-content/uploads/2021/11/link-after.svg) no-repeat;
-webkit-transition: .15s ease;
transition: .15s ease;
vertical-align: baseline;
visibility: hidden;
opacity: 0;
margin-top: 4px;
}
.mitglieder a.btn:hover:after {
visibility: visible;
opacity: 1;
margin-left: 10px;
padding-right: 0px;
} .hero-wrapper .image-wrapper {   }
.hero-wrapper .image-wrapper img {
position: fixed;
top: 0;
left: 0;
height: 75%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
display: block;
object-position: center !important;
}
.hero-wrapper .image-wrapper::after {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000;
opacity: .25;
}
.hero-wrapper .text-wrapper {
position: absolute;
top: 30vh;
left: 10vw;
}
.hero-wrapper .text-wrapper h1, .hero-wrapper .text-wrapper p {
color: #FFF;
margin: 0;
}
.hero-wrapper .text-wrapper h1 {
font-family: "Montserrat", sans-serif;
font-weight: 800;
text-transform: uppercase;
font-size: 43px;
margin-bottom: 10px;
overflow-wrap: anywhere;
}
.hero-wrapper .text-wrapper p {
font-size: 17px;
}
.metzgerei, .shopinformation {
margin-bottom: 100px;
}
.quickinformation {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 2%;
margin-top: -23vh;
margin-bottom: 90px;
padding-right: 10vw;
}
.quickinformation .left-box, .quickinformation .right-box {
box-shadow: 0px 0.1875rem 0.9375rem 0px rgba(0, 0, 0, 0.35);
background: #FFF;
padding: 30px 20px 40px 45px;
border-radius: 5px;
}
.quickinformation .left-box h2, .quickinformation .right-box h2 {
font-family: "Montserrat";
text-transform: uppercase;
font-weight: 800;
margin-bottom: 15px;
}
.quickinformation .left-box h2 i, .quickinformation .right-box h2 i {
margin-right: 10px;
font-size: 26px;
}
.quickinformation .left-box p#opening, .quickinformation .right-box p#opening {
margin-bottom: 30px;
max-width: 100%;
}
.quickinformation .left-box p#opening span, .quickinformation .right-box p#opening span {
margin-left: 20px;
}
.quickinformation .left-box a#route, .quickinformation .right-box a#route {
background: #254a9a;
color: #FFF;
padding: 20px 40px;
border: 1px solid #254a9a;
border-radius: 5px;
text-decoration: none;
-webkit-transition: .15s;
transition: .15s;
display: inline-block;
}
.quickinformation .left-box a#route:hover, .quickinformation .right-box a#route:hover {
background: transparent;
color: #254a9a;
}
.quickinformation .right-box p {
margin-bottom: 0;
}
.quickinformation .right-box p a {
text-decoration: none;
color: #000;
-webkit-transition: .1s;
transition: .1s;
}
.quickinformation .right-box p a:hover {
color: #254a9a;
}
.quickinformation .vesperkult {
grid-column: 1/-1;
margin-top: 20px;
background-color: #AD9556;
padding: 20px 10px 15px 30px;
border-radius: 5px;
}
.quickinformation .vesperkult p, .quickinformation .vesperkult a {
color: white;
display: inline-block;
line-height: 35px;
max-width: 100%;
vertical-align: middle;
}
.quickinformation .vesperkult img {
width: 150px;
margin-right: 30px;
vertical-align: middle;
}
.quickinformation .vesperkult a {
text-decoration: underline;
transition: 0.1s;
}
.quickinformation .vesperkult a:hover {
color: rgba(234, 234, 234, 0.6509803922);
}
.quickinformation .notice {
grid-column: 1/-1;
display: flex;
margin-top: 20px;
padding: 10px 30px;
border-radius: 5px;
background-color: gray;
}
.quickinformation .notice.notice-note {
background-color: #254a9a;
}
.quickinformation .notice.notice-warning {
background-color: orange;
}
.quickinformation .notice.notice-error {
background-color: red;
}
.quickinformation .notice p, .quickinformation .notice a {
color: white;
display: inline-block;
line-height: 35px;
max-width: 100%;
}
.quickinformation .notice img {
width: 40px;
vertical-align: middle;
margin-right: 20px;
}
.quickinformation .notice a {
text-decoration: underline;
transition: 0.1s;
}
.quickinformation .notice a:hover {
color: rgba(234, 234, 234, 0.6509803922);
}
.shopinformation {
max-width: 85%;
}
.shopinformation ul {
margin-bottom: 50px;
}
.shopinformation ul li {
line-height: 32px;
}
.shopinformation ul li a {
color: #254a9a;
-webkit-transition: .2s;
transition: .2s;
}
.shopinformation ul li a:hover {
color: #25689a;
}
.baeckerei {
margin-bottom: 100px;
}
.baeckerei img {
width: 200px;
}
.baeckerei h3 {
font-size: 20px;
font-weight: 800;
}
.baeckerei a {
color: #000;
text-decoration: none;
}
.baeckerei a::after {
display: inline-block;
content: "";
width: 13px;
height: 13px;
margin-left: 10px;
padding-right: 10px;
background: transparent url(//vgc-calw.de/wp-content/uploads/2021/11/link-after-blue.svg) no-repeat;
transition: 0.15s ease;
vertical-align: baseline;
}
.baeckerei a:hover {
color: #254A9A;
}
.baeckerei a:hover:after {
margin-left: 15px;
padding-right: 0px;
}
.metzgerei {
margin-top: 65px;
background: #FFF;
width: 80%;
border-radius: 10px;
-webkit-box-shadow: 0px 0.1875rem 0.9375rem 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0.1875rem 0.9375rem 0px rgba(0, 0, 0, 0.25);
-webkit-transition: .2s;
transition: .2s;
padding: 10px 30px 20px 40px;
}
.metzgerei table {
width: 100%;
}
.metzgerei table td:nth-child(1), .metzgerei table td:nth-child(3) {
width: 45%;
}
.metzgerei table td:nth-child(2) {
width: 10%;
}
.metzgerei table td:nth-child(3) {
text-align: center;
}
.metzgerei h2 {
margin-bottom: 0;
}
.metzgerei p {
margin-top: 10px;
max-width: 100%;
}
.metzgerei hr {
width: 75px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
border: 1px solid #000;
background: #000;
}
.metzgerei i {
font-size: 20px;
margin-right: 15px;
vertical-align: middle;
}
.metzgerei a {
text-decoration: none;
color: #000;
}
.metzgerei a:after {
display: inline-block;
content: "";
width: 13px;
height: 13px;
margin-left: 10px;
padding-right: 10px;
background: transparent url(//vgc-calw.de/wp-content/uploads/2021/11/link-after-blue.svg) no-repeat;
-webkit-transition: .15s ease;
transition: .15s ease;
vertical-align: baseline;
}
.metzgerei a:hover:after {
margin-left: 20px;
padding-right: 0px;
}
.contact-person .box {
display: inline-block;
width: 222px;
height: 375px;
vertical-align: top;
-webkit-box-shadow: 0px 0.1875rem 0.9375rem 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0.1875rem 0.9375rem 0px rgba(0, 0, 0, 0.25);
border-radius: 10px;
padding: 20px 0 20px 22.5px;
margin-right: 20px;
}
.contact-person .box .image {
width: 200px;
height: 275px;
display: inline-block;
overflow: hidden;
border-radius: 10px;
}
.contact-person .box .image img {
border-radius: 10px;
width: 103%;
}
.contact-person .box .text p {
max-width: 100%;
}
.shopservices .shopservices-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 82%;
}
.shopservices .shopservices-wrapper .shopservice {
padding: 20px 35px;
border: 1px solid rgba(204, 204, 204, 0.4);
border-radius: 5px;
margin-right: 20px;
margin-bottom: 20px;
}
.shopservices .shopservices-wrapper .shopservice i {
font-size: 35px;
}
.shopservices .shopservices-wrapper .shopservice p {
display: inline;
vertical-align: super;
margin-left: 15px;
}
.shop-map svg {
max-width: 60%;
}
.other-shops {
margin-top: 85px;
}
.other-shops h2 span {
color: #ccc;
font-weight: 400;
font-size: 15px;
margin-left: 30px;
}
.other-shops .other-shops-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
}
.other-shops .other-shops-wrapper::-webkit-scrollbar {
display: none;
}
.other-shops .other-shops-wrapper .othershop {
border: 1px solid rgba(204, 204, 204, 0.4);
border-radius: 5px;
margin-right: 25px;
margin-bottom: 20px;
}
.other-shops .other-shops-wrapper .othershop .shop-image {
min-width: 400px !important;
}
.other-shops .other-shops-wrapper .othershop .shop-image img {
width: 100% !important;
height: 200px !important;
-o-object-fit: cover;
object-fit: cover;
border-radius: 5px 5px 0 0;
}
.other-shops .other-shops-wrapper .othershop .shop-information {
margin: 40px 0 50px 30px;
}
.other-shops .other-shops-wrapper .othershop .shop-information p {
max-width: 90%;
height: 40px;
}
.other-shops .other-shops-wrapper .othershop a {
background: #254a9a;
color: #FFF;
padding: 20px 125px;
margin-left: 30px;
border: 1px solid #254a9a;
border-radius: 5px;
text-decoration: none;
-webkit-transition: .15s;
transition: .15s;
display: inline-block;
margin-bottom: 40px;
}
.other-shops .other-shops-wrapper .othershop a:hover {
background: transparent;
color: #254a9a;
}
.other-shops .other-shops-wrapper .othershop:nth-child(even) a {
background: #fdd804;
color: #000;
border: 1px solid #fdd804;
}
.other-shops .other-shops-wrapper .othershop:nth-child(even) a:hover {
background: transparent;
color: #000;
}
.other-shops.special {
margin-top: 30px;
}
.other-shops.special .other-shops-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 92.75%;
}
.other-shops.special .othershop {
-webkit-box-flex: 0;
-ms-flex: 0 0 31%;
flex: 0 0 31%;
margin-bottom: 30px;
} .aktuelle-stellen {
margin-top: 120px;
}
.aktuelle-stellen .offene-stellen .heading, .aktuelle-stellen .ausbildungsstellen .heading {
cursor: pointer;
}
.aktuelle-stellen .offene-stellen .heading h3, .aktuelle-stellen .ausbildungsstellen .heading h3 {
max-width: 97.5%;
}
.aktuelle-stellen .offene-stellen .heading h3:before, .aktuelle-stellen .ausbildungsstellen .heading h3:before {
display: inline-block;
content: "";
width: 17px;
height: 17px;
margin-right: 20px;
background: transparent url(//vgc-calw.de/wp-content/uploads/2021/11/expand.svg) no-repeat;
-webkit-transition: .3s ease;
transition: .3s ease;
vertical-align: baseline;
}
.aktuelle-stellen .offene-stellen {
margin-bottom: 40px;
}
.aktuelle-stellen .offene-stellen.expanded .heading h3:before, .aktuelle-stellen .ausbildungsstellen.expanded .heading h3:before {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: .3s ease;
transition: .3s ease;
}
.aktuelle-stellen .offene-stellen.expanded .stellen, .aktuelle-stellen .ausbildungsstellen.expanded .stellen {
visibility: visible;
opacity: 1;
height: auto;
-webkit-transition: .3s ease;
transition: .3s ease;
}
.aktuelle-stellen .stellen {
margin-left: 35px;
visibility: hidden;
opacity: 0;
height: 0;
-webkit-transition: .3s ease;
transition: .3s ease;
}
.aktuelle-stellen .stellen .listing-item {
background: #FFF;
width: 72.5%;
padding: 20px 20px 20px 30px;
border: 1px solid #e7e7e7;
border-radius: 5px;
display: block;
margin-bottom: 20px;
}
.aktuelle-stellen .stellen .listing-item .title {
text-decoration: none;
color: #000;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
}
.aktuelle-stellen .stellen .listing-item .title::after {
content: "";
display: inline-block;
width: 13px;
height: 13px;
margin-left: 10px;
background: transparent url(//vgc-calw.de/wp-content/uploads/2021/11/link-after-blue.svg) no-repeat;
-webkit-transition: .15s ease-in-out;
transition: .15s ease-in-out;
vertical-align: baseline;
}
.aktuelle-stellen .stellen .listing-item .title:hover {
color: #254a9a;
}
.aktuelle-stellen .stellen .listing-item .title:hover:after {
margin-left: 15px;
}
.aktuelle-stellen .stellen .listing-item .category-display {
display: block;
margin-top: 10px;
font-size: 14px;
font-weight: 600;
}
.aktuelle-stellen .stellen .wichtiges-stellenangebot .listing-item {
border: 1px solid #ff2828 !important;
}
.aktuelle-stellen .stellen .wichtiges-stellenangebot .listing-item .category-display {
color: #ff2828 !important;
}
.bewerbung {
margin-top: 100px;
}
.bewerbung p {
color: #000000a1;
}
.bewerbung p a {
text-decoration: none;
color: #000;
} .contact-opportunities {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
margin-top: -165px;
}
.contact-opportunities .left, .contact-opportunities .middle, .contact-opportunities .right {
-webkit-box-flex: 0;
-ms-flex: 0 0 24%;
flex: 0 0 24%;
-webkit-box-shadow: 0px 0.1875rem 0.9375rem 0px rgba(0, 0, 0, 0.35);
box-shadow: 0px 0.1875rem 0.9375rem 0px rgba(0, 0, 0, 0.35);
background: #FFF;
margin-right: 2%;
padding: 20px 20px 20px 45px;
border-radius: 5px;
height: 120px;
}
.contact-opportunities .left h2, .contact-opportunities .middle h2, .contact-opportunities .right h2 {
margin-bottom: 20px;
}
.contact-opportunities .left h2 i, .contact-opportunities .middle h2 i, .contact-opportunities .right h2 i {
margin-right: 20px;
}
.contact-opportunities .left a, .contact-opportunities .middle a, .contact-opportunities .right a {
color: #000;
text-decoration: none;
}
.contact-opportunities .left a:after, .contact-opportunities .middle a:after, .contact-opportunities .right a:after {
display: inline-block;
content: "";
width: 13px;
height: 13px;
margin-left: 0px;
padding-right: 10px;
background: transparent url(//vgc-calw.de/wp-content/uploads/2021/11/link-after-blue.svg) no-repeat;
-webkit-transition: .15s ease;
transition: .15s ease;
vertical-align: baseline;
visibility: hidden;
opacity: 0;
}
.contact-opportunities .left a:hover:after, .contact-opportunities .middle a:hover:after, .contact-opportunities .right a:hover:after {
visibility: visible;
opacity: 1;
margin-left: 10px;
padding-right: 0px;
}
.gmaps {
margin-top: 50px;
-webkit-box-shadow: 0px 0.1875rem 0.9375rem 0px rgba(0, 0, 0, 0.35);
box-shadow: 0px 0.1875rem 0.9375rem 0px rgba(0, 0, 0, 0.35);
background: #FFF;
padding: 20px 40px 40px 45px;
border-radius: 5px;
width: 82.25%;
}
.gmaps h2 {
margin-bottom: 30px;
}
.gmaps h2 i {
margin-right: 20px;
}
.gmaps img {
max-width: 98%;
} article.post {
margin-top: -105px;
}
article.post header {
padding-top: 32.5vh;
padding-bottom: 17.5vh;
width: 100%;
}
article.post header .entry-title {
margin-left: 10vw;
padding-bottom: 25px;
font-family: "EdekaChalk-Regular";
font-weight: 100;
font-size: 83px;
color: #FFF;
margin-bottom: 0;
max-width: 64%;
}
article.post header .entry-title a.back-btn {
display: block;
font-size: 20px;
font-family: "Open Sans";
text-transform: none;
text-decoration: none;
color: #FFF;
margin-left: 25px;
margin-bottom: 20px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
article.post header .entry-title a.back-btn::before {
background: url(//vgc-calw.de/wp-content/uploads/2022/04/link-back.svg);
content: '';
position: absolute;
margin-top: 7px;
margin-left: -25px;
height: 15px;
width: 15px;
-webkit-transition: .2s;
transition: .2s;
}
article.post header .entry-title a.back-btn:hover::before {
margin-left: -35px;
}
article.post header .entry-title footer.entry-footer {
font-size: 18px;
font-family: "Open Sans";
text-transform: none;
}
article.post header .entry-title footer.entry-footer .tag-links, article.post header .entry-title footer.entry-footer .meta-sep, article.post header .entry-title footer.entry-footer .comments-link {
display: none;
}
article.post .entry-content {
padding: 65px 120px 10vw 10vw;
max-width: 100%;
background: #FFF;
line-height: 35px;
}
article.post .entry-content img.wp-post-image, article.post .entry-content img.no-post-thumbnail-image {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
-o-object-fit: cover;
object-fit: cover;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #FFF;
}
article.post .entry-content .img-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .25;
z-index: -1;
}
article.post .entry-content ul {
list-style: "-   ";
}
article.post .entry-content ul li {
line-height: 35px;
}
article.post .entry-content h1 {
font-family: "Open Sans";
font-weight: 700;
font-size: 27px;
}
article.post .entry-content h3 a {
color: #254a9a;
-webkit-transition: .15s;
transition: .15s;
}
article.post .entry-content h3 a:hover {
color: #25689a;
}
article.post .entry-content .vgc-slider {
margin-top: 40px;
}