body {
font-family: 'PT Sans';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 1.5;
color: #777;
}
:root {
--gutgrambow: #433e45;
--jagdschule: #276b51;
--fieldsports: #622f7b;
--schmiede: #7f633c;
--schiesszentrum: #16647e;
--gaestehaus: #9a2625;
--jagdschuleicon: '\f78e';
--fieldsportsicon: '\f291';
--schmiedeicon: '\f2e6';
--schiesszentrumicon: '\f649';
--gaestehausicon: '\f562';
}
a {
color: #bf1b1b;
text-decoration: none;
}
iframe,
video,
#map1 {
max-width: 100%;
}
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover,
.site-container div.wpforms-container-full .wpforms-form input[type='submit']:focus,
.site-container div.wpforms-container-full .wpforms-form input[type='submit']:hover,
.site-container div.wpforms-container-full .wpforms-form button[type='submit']:focus,
.site-container div.wpforms-container-full .wpforms-form button[type='submit']:hover,
.button:focus,
.button:hover {
background-color: #323232;
}
.site-container {
overflow-x: hidden;
}
h1 {
font-size: 23px;
text-transform: uppercase;
letter-spacing: 2px;
font-family: 'Abel';
}
h1::first-letter,
.home h2::first-letter {
font-family: 'BourtonHandDropExtrude';
font-style: normal;
font-size: 5em;
font-weight: normal;
vertical-align: top;
line-height: 0;
color: rgba(66, 62, 69, 0.7);
}
h2 {
font-size: 23px;
text-transform: uppercase;
letter-spacing: 2px;
font-family: 'Abel';
}
h3 {
font-family: 'Shadows Into Light';
font-size: 38px;
color: #777777;
}
.site-header {
position: relative;
width: 100%;
z-index: 9999;
background: transparent;
padding: 0;
box-shadow: none;
}
.title-area {
display: none;
}
.sticky .title-area {
display: block;
}
.site-header.sticky {
position: fixed;
min-height: inherit;
transition: 0.5s all ease;
display: inline-block;
width: 100%;
}
.sticky #genesis-nav-primary {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.site-header.sticky .title-area {
top: 0;
width: 120px;
transition: 0.8s all ease;
padding: 14px;
z-index: 90;
}
.title-area {
position: absolute;
background: #433e45;
padding: 1em;
}
.wp-custom-logo .title-area img {
width: 140px;
padding: 10px 0;
}
.dashicons,
.site-header .menu-toggle::before {
width: 30px;
height: 30px;
font-size: 30px;
margin: 0;
}
#genesis-nav-primary {
width: 100%;
padding-left: 2em;
padding: 0 0 0 2em;
position: relative;
}
#genesis-nav-primary::before {
position: absolute;
content: '';
background: #433e45;
top: 0;
left: 0;
width: 100%;
height: 5px;
}
.sticky #genesis-nav-primary {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 0 0 0 2em;
}
#menu-item-4774 {
display: block;
}
@media screen and (min-width: 1151px) {
.sticky #genesis-nav-primary {
display: block !important;
}
#menu-item-4774 {
display: none;
}
}
.sticky #genesis-nav-primary:after {
position: absolute;
content: '';
width: 104%;
height: 4px;
background: #433e45;
left: 0;
top: 0;
}
header .genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
display: block;
}
.menu-toggle {
margin-top: 3px;
position: absolute;
left: 20px;
top: 20px;
padding: 3px 3px;
border-radius: 0;
box-shadow: none;
color: #fff;
}
.menu-toggle.activated {
color: #000;
}
.sticky .menu-toggle {
display: none;
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
color: #8d1717;
}
#newsnumber {
position: absolute;
background: #423e45;
width: 27px;
height: 27px;
color: #fff;
border-radius: 50%;
top: 20px;
right: 20px;
text-align: center;
font-weight: bold;
padding: 1px;
z-index: 999;
}
.sticky #newsnumber {
top: 30px;
}
.customheader img {
width: 100%;
max-height: 70vh;
object-fit: cover;
}
.menu-toggle {
display: block;
visibility: visible;
}
.genesis-responsive-menu {
display: none;
position: relative;
}
header .genesis-nav-menu {
width: calc(100% - 115px);
margin-left: 115px;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
color: #bf1b1b;
}
header .genesis-nav-menu li {
position: relative;
}
header .genesis-nav-menu > li {
padding: 15px 0;
}
header .genesis-nav-menu > li:before {
position: absolute;
content: '';
background: var(--gutgrambow);
width: 104%;
height: 4px;
top: 0;
left: 0;
z-index: 100;
}
header .genesis-nav-menu li.fieldsports:before {
background: var(--fieldsports);
}
header .genesis-nav-menu li.schmiede:before {
background: var(--schmiede);
}
header .genesis-nav-menu li.schiesszentrum:before {
background: var(--schiesszentrum);
}
header .genesis-nav-menu li.jagdschule:before {
background: var(--jagdschule);
}
header .genesis-nav-menu li a {
text-transform: uppercase;
font-family: 'Abel';
letter-spacing: 2px;
font-size: 16px;
color: rgba(0, 0, 0, 0.7);
padding: 20px;
}
header .genesis-nav-menu .current-menu-item a {
position: relative;
color: rgba(0, 0, 0, 0.7);
}
header .genesis-nav-menu .current-menu-item a::after {
position: absolute;
content: '';
width: calc(100% - 30px);
height: 2px;
left: 13px;
bottom: 6px;
background: rgba(0, 0, 0, 0.2);
}
#genesis-nav-primary li.presselink a:before {
position: absolute;
content: '';
width: 2px;
height: 20px;
top: 50%;
transform: translateY(-50%);
left: 0;
background: #ccc;
}
#genesis-nav-primary li.presselink.current-menu-item a:after {
display: none;
}
#genesis-nav-primary li.presselink a {
padding-left: 19px;
}
.genesis-nav-menu .sub-menu {
background: #fff;
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
width: auto;
padding: 20px;
margin-top: 15px;
transition: opacity 0.4s ease-in-out 1s;
}
.genesis-nav-menu .sub-menu img {
float: left;
width: 150px;
margin-top: 10px;
}
header .genesis-nav-menu .sub-menu {
width: 600px;
}
header .genesis-nav-menu .sub-menu li,
header .genesis-nav-menu .sub-menu li a {
width: 400px;
float: right;
}
.genesis-nav-menu .sub-menu a {
border: none;
background: transparent;
font-size: 16px;
}
header .genesis-nav-menu .sub-menu li a::after {
position: absolute;
content: '';
width: 20px;
height: 2px;
background: var(--gutgrambow);
left: 15px;
bottom: 0;
}
header .genesis-nav-menu li.jagdschule .sub-menu li a::after {
background: var(--jagdschule);
}
header .genesis-nav-menu li.schmiede .sub-menu li a::after {
background: var(--schmiede);
}
header .genesis-nav-menu li.schiesszentrum .sub-menu li a::after {
background: var(--schiesszentrum);
}
header .genesis-nav-menu .sub-menu li:last-child a::after {
display: none;
}
header .genesis-nav-menu > li:hover::after {
position: absolute;
content: '';
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 15px solid var(--gutgrambow);
left: 50%;
bottom: -15px;
transform: translateX(-50%);
z-index: 1000;
}
header .genesis-nav-menu > li.jagdschule:hover::after {
border-top: 15px solid var(--jagdschule);
}
header .genesis-nav-menu > li.fieldsports:hover::after {
border-top: 15px solid var(--fieldsports);
}
header .genesis-nav-menu > li.schmiede:hover::after {
border-top: 15px solid var(--schmiede);
}
header .genesis-nav-menu > li.schiesszentrum:hover::after {
border-top: 15px solid var(--schiesszentrum);
} .site-inner {
width: 100%;
padding: 0;
max-width: 100%;
margin-top: 0 !important;
}
.site-inner .wrap {
width: 1560px;
padding: 0 20px;
max-width: 100%;
margin: 0 auto;
}
.content {
width: 100%;
}
#start h1 {
color: #fff;
text-align: right;
line-height: 1;
margin-top: -1.5em;
right: 1em;
position: absolute;
}
#start h1::first-letter {
font-family: 'BourtonHandMarquee';
font-size: 6em;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
letter-spacing: 0;
color: #fff;
}
#start {
background: #586c59;
margin: 0 0 5em;
height: 100vh;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
position: relative;
min-height: 1090px;
}
#start:before {
position: absolute;
content: '';
width: calc(100% - 20px);
height: calc(100% - 20px);
border: 1px solid #afa964;
top: 10px;
left: 10px;
}
#start:after {
position: absolute;
content: '';
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/map.png) no-repeat;
width: 712px;
height: 419px;
right: 0;
bottom: 0;
}
#start .wrap {
position: relative;
display: flex;
align-items: end;
flex-wrap: wrap;
z-index: 10;
}
#start .wrap .left {
width: 1135px;
margin-right: 2%;
max-width: 100%;
position: relative;
}
#start .wrap .right {
width: calc(100% - 1140px - 2%);
}
#start .buttonarrow {
bottom: -4.5em;
z-index: 100;
line-height: 1;
}
#start p {
position: relative;
z-index: 10;
color: #fff;
font-size: 16px;
}
#start p:last-child {
margin: 0;
}
#start .zweige {
display: flex;
justify-content: space-between;
margin-top: 35px;
width: 1135px;
text-align: center;
}
#start .zweige li {
width: calc(100% / 5 - 20px);
text-align: center;
position: relative;
}
#start .zweige li img {
transition: all 0.5s ease;
}
#start .zweige li img:hover {
transform: scale(1.1);
transition: all 0.5s ease;
}
#start .zweige li:before {
position: absolute;
content: '\f005';
font-family: 'Font Awesome 5 Pro';
color: #afa964;
left: 50%;
transform: translateX(-50%);
font-weight: bold;
top: -25px;
font-size: 9px;
}
#start .zweige li img {
margin-bottom: 10px;
}
#start .zweige li span {
color: rgba(256, 256, 256, 0.6);
text-transform: uppercase;
letter-spacing: 1px;
font-size: 16px;
font-family: 'Abel';
}
#mapsection {
position: relative;
z-index: 100;
}
#mapsection h2 {
width: 100%;
text-align: right;
margin: 0 1em 3em 0;
}
#mapsection h2::first-letter {
color: #8ca2b8;
font-family: 'BourtonHandStripesA';
font-size: 7em;
vertical-align: sub;
letter-spacing: -18px;
}
#mapsection .wrap {
display: flex;
flex-wrap: wrap;
}
#mapsection #imagemap {
background: #fff;
box-shadow: 20px 10px 20px rgba(0, 0, 0, 0.05);
min-height: 400px;
width: 66.6%;
}
#mapsection #pointer {
width: 33%;
}
#mapsection #pointer li.gutgrambow {
display: none;
}
#mapsection #pointer li a {
width: 100%;
display: block;
background: #e7e9e6;
padding: 1em 1.5em 1em 7em;
margin-bottom: 9px;
position: relative;
transition: 0.6s all ease;
color: #423e45;
text-transform: uppercase;
font-family: 'Abel';
font-size: 20px;
letter-spacing: 2px;
z-index: 10;
}
#mapsection #pointer li a:hover {
transform: scale(1.1);
transition: 1s all ease;
}
#mapsection #pointer li a:after {
position: absolute;
content: '';
background: var(--jagdschule);
width: 5px;
height: 100%;
top: 0;
right: 0;
transition: 0.6s all ease;
z-index: -1;
}
#mapsection #pointer li a:hover::after {
transition: 0.6s all ease;
width: 100%;
}
#mapsection #pointer li.fieldsports a:after,
.gm-style-iw p.fieldsports:after,
#mapsection .slick-list li p.fieldsports:after {
background: var(--fieldsports);
}
#mapsection #pointer li.schiesszentrum a:after,
.gm-style-iw p.schiesszentrum:after,
#mapsection .slick-list li p.schiesszentrum:after {
background: var(--schiesszentrum);
content: var(--schiesszentrumicon);
}
#mapsection #pointer li.schmiede a:after,
.gm-style-iw p.schmiede:after,
#mapsection .slick-list li p.schmiede:after {
background: var(--schmiede);
content: var(--schmiedeicon);
}
.gm-style-iw p.jagdschule:after,
#mapsection .slick-list li p.jagdschule:after {
background: var(--jagdschule);
content: var(--jagdschuleicon);
}
#mapsection #pointer li.gaestehaus a:after,
#mapsection .slick-list li p.gaestehaus:after {
background: var(--gaestehaus);
content: var(--gaestehausicon);
}
#mapsection #pointer li:not(.address) a:after {
content: '';
}
#mapsection #pointer li a:before {
content: '';
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/schmiede-icon.png) no-repeat;
width: 102px;
height: 110px;
position: absolute;
left: 20px;
bottom: 0;
}
#mapsection #pointer li.jagdschule a:before {
width: 185px;
bottom: 10px;
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/js-icon.png) no-repeat;
}
#mapsection #pointer li.fieldsports a:before {
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/shop-icon.png) no-repeat;
}
#mapsection #pointer li.schiesszentrum a:before {
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/schiesszentrum-icon.png) no-repeat;
}
#mapsection #pointer li.gaestehaus a:before {
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/gaestehaus-icon.png) no-repeat;
}
#mapsection #pointer li p {
margin-left: 9.5em;
font-size: 15px;
margin-right: 10px;
}
#mapsection #pointer li {
padding-right: 10px;
position: relative;
}
#mapsection #pointer li.jagdschule:before {
position: absolute;
content: '';
height: 70px;
width: 100%;
background: #e7e9e6;
margin-left: -9999em;
padding-left: 9999em;
left: 0;
top: 0;
}
#mapsection #pointer li a:hover {
color: #fff;
}
.gm-style-iw {
width: 250px !important;
line-height: 1.5;
text-align: center;
padding: 10px;
font-weight: 400;
transition: 2s all ease;
}
.gm-style-iw button {
box-shadow: none;
}
.gm-style-iw p {
position: relative;
padding-top: 40px;
}
.gm-style-iw p:after {
position: absolute;
width: 26px;
height: 26px;
top: 0;
left: 50%;
color: #fff;
padding: 3px;
transform: translateX(-50%);
border-radius: 50%;
font-family: 'Font Awesome 5 Pro';
}
.gm-style-iw p:before {
position: absolute;
content: '';
width: 100%;
height: 1px;
background: rgba(0, 0, 0, 0.2);
left: 0;
top: 10px;
}
.gm-style-iw img {
margin-bottom: 10px;
}
.gm-style-iw p {
margin-bottom: 10px;
}
#presentation {
margin-top: 2em;
}
.arrow {
position: relative;
text-align: center;
padding: 80px 0 80px 30px;
transform: rotate(10deg);
margin-bottom: 50px;
}
.arrow:before {
position: absolute;
content: '';
width: 68px;
height: 239px;
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/pfeil.png) no-repeat;
left: 50%;
transform: translateX(-50%) rotate(-10deg);
top: -10px;
}
#add_info {
padding-bottom: 3em;
margin: 2em 0;
z-index: 100;
font-size: 16px;
position: relative;
}
#add_info:before {
position: absolute;
content: '';
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/kompass.png) no-repeat;
left: 0;
bottom: -7em;
width: 336px;
height: 444px;
}
#add_info .wrap #presentation {
width: 66.6%;
float: right;
}
.site-inner #newssection .wrap {
padding: 0;
}
#newssection {
background: #e2dfdb;
padding: 4em 20px;
margin-bottom: 4em;
position: relative;
}
#newssection h2 {
position: absolute;
top: -19px;
left: 50%;
}
#newssection h2::first-letter {
color: #c2ba9b;
}
#newssection h4 {
font-size: 20px;
font-weight: bold;
margin: 15px 0 4px;
}
#newssection h4 a {
color: #5b3217;
text-decoration: none;
}
#newssection p {
font-size: 14px;
column-rule-color: #5b3217;
}
#newssection p.small {
font-size: 12px;
color: #777777;
margin: 0 0 5px;
}
#newssection .content {
margin-bottom: 2em;
}
#newssection .social-sharing {
font-size: 12px;
font-weight: bold;
text-align: left;
margin-left: 5px;
display: inline-block;
float: left;
}
#newssection .social-sharing a {
transition: 0.5s all ease;
}
#newssection .social-sharing a:hover,
.newsarrow:hover {
transform: scale(1.2);
transition: 0.5s all ease;
color: #fff;
}
#newssection .social-sharing .fb {
background: #4f79c9;
}
#newssection .social-sharing .twitter {
background: #76abd1;
}
#newssection .social-sharing .mail {
background: #d17676;
}
.grambow-news-wrapper {
--masonry-width: 300px;
}
.grambow-news-wrapper .grid {
display: grid;
grid-gap: 0;
grid-template-columns: repeat(auto-fill, minmax(var(--masonry-width), 1fr));
grid-auto-rows: 1px;
}
.grambow-news-wrapper .grid .news-element {
box-sizing: border-box;
text-align: center;
position: relative;
}
.grambow-news-wrapper .grid .news-column {
max-width: 23%;
}
#newssection .element-wrapper {
padding: 10px;
transition: 0.4s all ease;
}
#newssection .element-wrapper:hover {
transform: scale(1.05);
transition: 0.4s all ease;
}
#newssection .element-inner-wrapper {
background: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
padding: 10px;
}
#newssection .element-wrapper:hover .element-inner-wrapper {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#newssection .element-wrapper .image {
position: relative;
}
#newssection .element-wrapper .image a.play-button {
position: absolute;
top: 50%;
left: 50%;
color: #fff;
font-size: 50px;
text-shadow: 0 0 10px #000;
display: block;
padding: 5px 10px;
line-height: 1em;
border-radius: 5px;
text-align: center;
padding: 5px 10px;
transform: translate(-50%, -50%);
}
.news-element:after {
position: absolute;
border-radius: 50%;
width: 40px;
height: 40px;
color: #fff;
content: var(--fieldsportsicon);
font-family: 'Font Awesome 5 Pro';
font-size: 21px;
font-weight: 100;
padding: 4px;
top: 12px;
left: 12px;
transition: 0.5s all ease;
}
.news-element:hover::after {
top: -5px;
left: 0px;
transform: rotate(360deg);
transition: 0.5s all ease;
}
.news-term-betriebszweig-jagdschule:after {
background: var(--jagdschule);
content: var(--jagdschuleicon);
}
.news-term-betriebszweig-schmiede16:after {
background: var(--schmiede);
content: var(--schmiedeicon);
}
.news-term-betriebszweig-schiesszentrum:after {
background: var(--schiesszentrum);
content: var(--schiesszentrumicon);
}
.grambow-news-wrapper .grid .news-element h3 {
font-size: 20px;
}
.grambow-news-wrapper .grid .news-element img {
width: 100%;
height: auto;
}
.grambow-news-wrapper .grid .news-element .social-sharing a {
--button-size: 25px;
display: inline-block;
width: var(--button-size);
height: var(--button-size);
vertical-align: middle;
line-height: var(--button-size);
text-align: center;
background: #999;
color: #fff;
border-radius: 50%;
margin-left: 2px;
padding: 1px;
}
.newsarrow {
width: 25px;
height: 25px;
color: #fff;
background: #999;
display: inline-block;
transition: 0.5s all ease;
}
.news-term-betriebszweig-jagdschule .newsarrow,
#mobilefilter .filter_jagdschule a {
background: var(--jagdschule);
}
.news-term-betriebszweig-fieldsports .newsarrow,
.news-term-betriebszweig-fieldsports:after,
#mobilefilter .filter_fieldsports a {
background: var(--fieldsports);
}
.news-term-betriebszweig-schmiede16 .newsarrow,
#mobilefilter .filter_schmiede a {
background: var(--schmiede);
}
.news-term-betriebszweig-schiesszentrum .newsarrow,
#mobilefilter .filter_schiesszentrum a {
background: var(--schiesszentrum);
}
.newsfooter {
display: flex;
justify-content: space-between;
}
#mobilefilter {
position: absolute;
left: 50%;
transform: translateX(-50%);
display: none;
margin-top: -4em;
}
#mobilefilter {}
#mobilefilter li a {
color: #fff;
padding: 10px 0 5px;
width: 67px;
display: block;
border-radius: 3px;
margin: 0 2px;
font-size: 8px;
text-align: center;
text-transform: uppercase;
}
#mobilefilter li a i {
font-size: 20px;
display: block;
margin-bottom: 5px;
}
#instagram .wrap {
position: relative;
padding: 7em 0 5em;
}
#instagram .wrap:before {
position: absolute;
content: '';
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/fische.png) no-repeat;
width: 328px;
height: 94px;
right: 410px;
top: 13%;
}
#instagram h3:first-child {
text-align: right;
position: relative;
}
#instagram h3:first-child::before {
position: absolute;
content: '\f16d';
font-family: 'Font Awesome 5 Brands';
color: #e1306c;
left: 0;
top: 0;
}
#instafeed {
margin-bottom: 2em;
}
#instagram h3.arrow {
text-align: center;
transform: rotate(-10deg);
padding-left: 40px;
}
#instagram h3.arrow:before {
transform: translateX(-50%) rotate(10deg);
}
#landwirtschaft {
position: relative;
width: 100%;
margin-bottom: 2em;
}
#landwirtschaft .part1 {
position: relative;
}
#landwirtschaft .part1:after {
position: absolute;
content: '';
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/hase.png) no-repeat;
width: 251px;
height: 172px;
bottom: 0;
left: 50%;
margin-left: 420px;
}
#landwirtschaft .part1 > img {
width: calc(50% + 380px);
height: 500px;
object-fit: cover;
}
#landwirtschaft .part1 .wrap {
position: absolute;
right: calc(15% - 700px);
bottom: 5em;
}
#landwirtschaft .wrap .one-third {
max-width: 100%;
transition: all 2s ease;
margin-top: 5em;
padding-right: 1.5em;
font-size: 16px;
position: relative;
margin-bottom: 2em;
}
#landwirtschaft .part1 {
position: relative;
}
#landwirtschaft h2 {
position: absolute;
text-align: center;
width: 280px;
left: 50%;
transform: translateX(-50%);
margin-left: 550px;
top: 70px;
line-height: 1.6;
font-size: 1.3em;
}
#landwirtschaft h2::first-letter {
color: #8c837d;
font-family: 'BourtonHandStripesB';
vertical-align: sub;
}
#landwirtschaft #arrowmore {
font-size: 40px;
cursor: pointer;
line-height: 0;
border-top: 1px solid #a39c97;
position: relative;
}
#landwirtschaft #arrowmore i {
position: absolute;
right: 15px;
line-height: 0;
top: -4px;
color: #a39c97;
}
#landwirtschaft .overlay.open + #arrowmore i {
transform: scaleY(-1);
top: 4px;
}
.activ .buttonarrow {
transform: translateX(-50%) scaleY(-1);
}
.overlay {
visibility: hidden;
opacity: 0;
transition: max-height 0.2s, opacity 0.2s, visibility 0s 0.2s;
max-height: 0;
}
.overlay.open {
visibility: visible;
opacity: 1;
transition: max-height 0.4s, opacity 0.4s;
max-height: 1000px;
}
.overlay-close {
width: 80px;
height: 80px;
position: absolute;
right: 20px;
top: 20px;
overflow: hidden;
border: none;
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/img/cross.png) no-repeat center center;
text-indent: 200%;
color: transparent;
outline: none;
z-index: 100;
}
.overlay p {
display: none;
}
.overlay.open p {
display: block;
}
#video {
margin: 5em auto 2em;
text-align: right;
float: right;
}
#kontakt {
position: relative;
padding: 11em 0 5em;
background: #f6f5f3;
} input,
select,
textarea {
margin-bottom: 10px;
border: none;
}
textarea {
height: 100px;
}
input[type='submit'] {
float: right;
}
#map {
height: 400px;
width: 100%;
}
#newsletter {
width: calc(100% - 400px);
position: relative;
z-index: 100;
padding: 20px;
display: flex;
align-items: flex-start;
margin-right: 70px;
}
#newsletter::after {
position: absolute;
content: '';
background: #423e45;
width: 100%;
height: 100%;
margin: 0 -9999em;
padding: 0 9999em;
left: 0;
top: 0;
z-index: 1;
}
#newsletter form {
width: calc(100% - 360px);
position: relative;
z-index: 100;
margin-left: 30px;
}
#newsletter h3 {
position: relative;
z-index: 100;
font-size: 23px;
text-transform: uppercase;
letter-spacing: 2px;
font-family: 'Abel';
color: #fff;
width: 350px;
max-width: 100%;
}
#newsletter h3:first-letter {
font-family: 'BourtonHandDropLine';
font-style: normal;
font-size: 5em;
font-weight: normal;
vertical-align: top;
line-height: 0;
color: #fff;
vertical-align: baseline;
}
#newsletter form:before {
position: absolute;
content: '\f0e0';
font-family: 'Font Awesome 5 Pro';
color: #adadad;
left: 10px;
top: 10px;
font-weight: bold;
font-size: 20px;
}
#newsletter .cr_button {
margin-left: 20px;
max-width: 100%;
background: #68656a;
border-radius: 0;
min-width: 260px;
padding: 20px;
}
#newsletter input[type='text'] {
border: none;
padding-left: 40px;
margin-bottom: 0;
}
#newsletter .clever_form_error input,
#newsletter input.clever_form_error {
box-shadow: 0px 0px 8px #eb3c3c
}
#newsletter input.clever_form_error {
border: 1px solid #eb3c3c;
}
#newsletter .clever_form_error {
color: #eb3c3c;
}
#newsletter .editable_content {
display: flex;
width: 100%;
flex-wrap: wrap;
align-items: flex-start;
}
#newsletter .musthave:first-child {
width: calc(100% - 280px);
}
#newsletter .musthave:last-child {
font-size: 12px;
text-align: left;
color: #fff;
margin-left: 20px;
line-height: 1.2;
margin-top: 10px;
}
#newsletter .musthave:last-child input {
margin-left: -16px;
margin-bottom: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.site-container div.wpforms-container-full .wpforms-form input[type='submit'],
.site-container div.wpforms-container-full .wpforms-form button[type='submit'],
.button {
background: #423e45;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 0;
font-weight: normal;
}
::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.3);
}
::-moz-placeholder { color: rgba(0, 0, 0, 0.3);
}
:-ms-input-placeholder { color: rgba(0, 0, 0, 0.3);
}
:-moz-placeholder { color: rgba(0, 0, 0, 0.3);
}
footer.site-footer {
background: #afa964;
padding: 1.5em 1.5em 0;
text-align: center;
width: 100%;
position: relative;
margin-top: 2em;
}
footer.site-footer > .wrap {
width: 1560px;
padding: 3em 0 0;
margin: 0 auto;
display: flex;
justify-content: space-between;
max-width: 100%;
flex-wrap: wrap;
}
footer.site-footer .wrap > p {
display: none;
}
footer.site-footer:before {
position: absolute;
content: '';
height: 63px;
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/haus.png) right top no-repeat;
width: 1460px;
max-width: calc(100% - 60px);
margin: 0 20px;
left: 50%;
transform: translateX(-50%);
top: -63px;
}
.addresses {
display: flex;
text-align: left;
width: 75%;
color: #fff;
justify-content: space-between;
margin-right: 5%;
}
.addresses .slick-arrow {
top: 50%;
position: absolute;
right: -20px;
}
.addresses .slick-arrow.fa-chevron-left {
display: none !important;
}
.addresses a {
color: #fff;
}
.addresses img {
width: 115px;
margin: 0 0 20px 1em;
}
.addresses li p {
position: relative;
padding: 0 1em;
font-weight: bold;
}
.addresses li p:after {
position: absolute;
content: '';
border-right: 1px dashed #fff;
right: 0;
top: 0;
height: 100%;
width: 1px;
}
.addresses li:last-child p:after {
border: none;
}
.site-footer .wpcf7 {
width: 19%;
float: right;
position: relative;
margin-top: -2em;
margin-bottom: 2em;
min-width: 220px;
}
.site-footer .wpcf7:before {
content: '';
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/see-you.png) no-repeat;
width: 128px;
height: 78px;
display: block;
}
.site-footer .wpcf7-acceptance {
color: #fff;
text-align: left;
line-height: 1.2;
}
.site-footer .wpcf7-acceptance a {
color: #fff;
text-decoration: underline;
}
.site-footer .wpcf7-submit {
margin-top: 10px;
}
footer .genesis-nav-menu a {
color: #fff;
}
footer .genesis-nav-menu li a {
border-right: 1px solid #fff;
padding-right: 1em;
margin-right: 0.5em;
margin-left: 0;
}
footer .genesis-nav-menu li.current-menu-item a {
color: #fff;
font-weight: bold;
}
footer .genesis-nav-menu li:last-child a {
border: none;
padding-right: 0em;
margin-right: 0em;
}
.nav-secondary {
margin-top: 0;
position: relative;
z-index: 100;
padding: 3em 0;
} body:not(.home) h1 {
margin: 1em 0 2em 2em;
font-family: 'Abel';
text-align: center;
}
body:not(.home) .site-inner {
position: relative;
}
.header-nothome {
width: 100%;
margin-bottom: 4em;
display: block;
}
.header-nothome .image img {
max-width: inherit;
min-height: 70vh;
width: 100%;
object-fit: cover;
}
.header-nothome:after {
position: absolute;
content: '';
background: #586c59;
width: 100%;
height: 50vh;
left: 0;
top: 0;
z-index: -1;
}
.header-nothome .image {
width: 1600px;
margin: 8em auto 0;
max-width: 100%;
padding: 0 20px;
overflow-y: hidden;
height: 70vh;
display: flex;
}
.logo-nothome {
position: absolute;
top: 4em;
left: 50%;
transform: translateX(-50%);
max-width: 35%;
}
body:not(.home):not(.page-template-gaestehaus) .site-inner article .entry-header {
text-align: center;
}
body:not(.home):not(.page-template-gaestehaus) .site-inner article .entry-content {
width: 900px;
margin: 0 auto 20px;
padding: 2em;
background: #e1dfdb;
max-width: 100%;
}
body:not(.home):not(.page-template-gaestehaus) .site-inner article .entry-footer {
width: 900px;
margin: 0 auto 0;
max-width: 100%;
}
body:not(.home):not(.page-template-gaestehaus) .site-inner article {
margin-bottom: 3em;
}
body:not(.home):not(.page-template-gaestehaus) .content-sidebar-wrap {
position: relative;
}
body:not(.home):not(.page-template-gaestehaus) #genesis-nav-primary {
background: #fff;
}
body:not(.home):not(.page-template-gaestehaus) .content-sidebar-wrap:after {
position: absolute;
content: '';
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/voegel.png) no-repeat;
width: 328px;
height: 94px;
right: 0%;
top: 0;
transform: scaleX(-1);
}
.page-template-gaestehaus .site-inner .wrap {
width: 900px;
margin: 0 auto 3em;
}
.singlenews img {
margin: 0 20px 20px 0;
} .grambow-news-wrapper h2 {
color: #5b3217;
} #gaestehaus .wrap {
display: flex;
flex-wrap: wrap;
position: relative;
}
#gaestehaus .wrap:after {
position: absolute;
content: '';
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/voegel.png) no-repeat;
width: 328px;
height: 94px;
right: 15%;
top: 0;
transform: scaleX(-1);
}
#gaestehaus .wrap .left {
width: 59.5%;
margin-right: 1.5%;
}
#gaestehaus .button {
float: right;
margin: -70px 20px 0 0;
position: relative;
z-index: 100;
background:var(--gaestehaus);
border:2px solid rgba(256,256,256,.5);
}
#gaestehaus .wrap .right {
width: 39%;
}
#gaestehaus .wrap .right ul {
display: flex;
justify-content: space-between;
}
#gaestehaus .wrap .right ul li {
width: 48.5%;
}
#gaestehaus .wrap h2 {
width: 59%;
clear: both;
text-align: center;
margin: 3em 0;
}
#gaestehaus .wrap h2::first-letter {
font-family: 'BourtonHandStripesC';
color: #95a396;
font-size: 6.6em;
}
#gaestehaus .wrap p {
font-size: 15px;
margin: 30px 0 0;
}
#gaestehaus h3 {
font-family: 'Abel';
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
width: 70%;
margin: 30px auto;
text-align: center;
line-height: 1.4;
position: relative;
padding: 10px;
}
#gaestehaus h3:after {
position: absolute;
content: '';
background: #ecf1f7;
right: 0;
top: 0;
width: 100%;
height: 100%;
padding-left: 9999px;
margin-left: -9999px;
z-index: -1;
} body.page-template-gaestehaus .site-inner::after {
background: transparent;
border: 1px solid #a43b3a;
width: calc(100% - 1em);
height: calc(100% - 1em);
left: 0.5em;
top: 0.5em;
}
body.page-template-gaestehaus .menu-toggle {
color: #333;
}
#gaestehaus.detailhaus .wrap:after {
left: 11%;
right: 0;
transform: none;
}
#gaestehaus.detailhaus .wrap {
width: 1560px;
padding: 0 20px;
max-width: 100%;
margin: 3em auto;
}
#gaestehaus.detailhaus h1 {
text-align: right;
margin-right: 10%;
margin: 2em 10% 3em 1em;
font-size: 1.2em;
width: 100%;
}
#gaestehaus.detailhaus .wrap h1::first-letter {
font-family: 'BourtonHandStripesC';
color: #95a396;
font-size: 6.6em;
}
#gaestehaus.detailhaus #headerbild {
margin-bottom: 20px;
}
.detailhaus .block1,
.detailhaus .block3 {
display: flex;
overflow: hidden;
max-width: 100%;
}
.detailhaus#gaestehaus .left {
width: calc(60% - 20px);
margin-right: 20px;
}
.detailhaus#gaestehaus .wrap .block1 .left > p {
padding-left: 25%;
margin-bottom: 3em;
margin-right: 5%;
font-size: 18px;
margin-top: 51px;
}
.detailhaus#gaestehaus .wrap .block1 .left > p:first-child {
margin-bottom: 1.5em;
}
.detailhaus#gaestehaus .wrap .block1 .left > p:not(:first-child) {
margin-top: 0;
}
.detailhaus .block1 .left > p:first-letter {
font-family: 'BourtonHandStripesC';
font-style: normal;
font-size: 8em;
font-weight: normal;
vertical-align: top;
line-height: 0;
color: #eeb84e;
margin-left: -59px;
} .detailhaus .block2 {
width: 100%;
}
.detailhaus#gaestehaus .block2 h3 {
width: calc(60% - 20px);
margin: 20px 0;
padding: 10px 6em;
}
.detailhaus .block2 ul {
display: flex;
width: 81.5%;
float: right;
position: relative;
}
.detailhaus .block2 ul:before {
position: absolute;
content: '';
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/house-grey.png) left bottom no-repeat;
width: 25%;
left: -25%;
bottom: 0;
height: 100%;
background-size: contain;
}
.detailhaus .block2 ul li {
margin-left: 20px;
}
.detailhaus .block2 ul li:first-child {
margin: 0;
}
.detailhaus .block3 {
margin: 20px 0;
padding: 0;
}
.detailhaus .block3 .image {
width: calc(60% - 20px);
position: relative;
}
.detailhaus .block3 img {
object-fit: cover;
margin-right: 20px;
}
.detailhaus#gaestehaus .block3 .button {
position: absolute;
margin: 0;
z-index: 200;
bottom: 1em;
right: 1em;
}
.detailhaus#gaestehaus .block3 .right {
position: relative;
}
#gaestehaus.detailhaus .block3 h3 {
margin: 0;
text-align: left;
padding: 20px;
font-size: 25px;
}
#gaestehaus.detailhaus .block3 h3:after {
padding-left: 0;
margin-left: 0;
padding-right: 9999px;
margin-right: -9999px;
left: 0;
}
#gaestehaus.detailhaus .block3 p {
width: 70%;
text-align: justify;
margin-left: 20px;
}
.block4 {
display: flex;
align-items: center;
justify-content: flex-end;
}
.block4 img {
width: 40%;
margin-left: 20px;
}
#gaestehaus .block4 .right {
width: calc(60% - 20px);
padding: 0 5em 0 13.5em;
}
#gaestehaus .block4 h2 {
width: 100%;
margin: 0 0 0 -5em;
position: relative;
}
#gaestehaus .block4 h2:first-letter {
color: #afa964;
vertical-align: sub;
}
#gaestehaus .block4 h2:after {
content: '';
position: absolute;
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/blume.png) no-repeat;
width: 78px;
height: 66px;
right: -60px;
z-index: -1;
top: 50px;
}
#gaestehaus .wrap .block4 p {
margin: 0 0 30px;
} #grambow-news-filter-button {
position: absolute;
right: 0;
background: #323232;
color: #fff;
padding: 15px;
font-size: 1.2em;
margin-top: -60px;
cursor: pointer;
transition: right 1s ease;
z-index: 100;
}
#grambow-news-filter-button.open {
right: 350px;
transition: right 1s ease;
}
#grambow-news-filter-button .fa-times,
#grambow-news-filter-button.open .fa-filter {
display: none;
transition: all 1s ease;
}
#grambow-news-filter-button.open .fa-times {
display: block;
transition: all 1s ease;
}
.grambow-news-filter-wrapper {
width: 350px;
position: absolute;
right: -350px;
background: #323232;
z-index: 100;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
margin-top: -60px;
padding: 20px 20px 0;
transition: right 1s ease;
}
.grambow-news-filter-wrapper.open {
right: 0;
transition: right 1s ease;
}
.grambow-news-filter-wrapper .input {
margin-bottom: 20px;
font-size: 15px;
text-transform: uppercase;
color: #fff;
}
.grambow-news-filter-wrapper .input:first-child {
display: flex;
justify-content: space-between;
} #presse > img {
width: 100%;
}
#presse ul {
width: 100%;
margin: 0 1.5% 4em 0;
position: relative;
padding-right: 33%;
}
#presse ul:after {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #ebe8db;
margin-left: -999em;
padding-left: 999em;
z-index: -1;
}
#presse ul li {
padding: 2em 1.5em;
position: relative;
margin: 0 8px 0 0;
background: #ebe8db;
}
#presse .slick-arrow.next::before {
content: attr(data-title);
margin-right: 30px;
}
#presse h2 {
margin: 4em 0 2em 40px;
position: relative;
}
#presse h2:after {
position: absolute;
content: '';
width: 105px;
height: 96px;
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/libelle.png) no-repeat;
top: -2em;
}
#presse h2:first-letter {
color: #8cafa1;
font-family: 'BourtonHandDropLine';
}
#presse .slick-arrow.next {
position: absolute;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
width: 20%;
text-align: left;
position: absolute;
left: 69%;
top: 2.5em;
cursor: pointer;
padding-right: 5em;
width: 30%;
}
#presse .slick-arrow.next::after {
position: absolute;
content: '';
width: 63px;
height: 50px;
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/arrow.png) no-repeat;
top: -15px;
right: 0;
}
#presse h4 {
margin: 0 0 5px;
font-size: 1em;
font-weight: bold;
}
#presse h4 a {
color: #423e45;
position: relative;
}
#presse h4 a:after {
content: '';
background: url(//www.gutgrambow.de/wp-content/themes/-grambow/css/img/zitat.png) no-repeat;
width: 39px;
height: 30px;
position: absolute;
top: -12px;
right: -48px;
}
#presse span.date {
display: block;
margin-bottom: 10px;
font-size: 0.8em;
}
#presse p {
font-size: 0.9em;
}
#presse .button {
position: absolute;
bottom: 1em;
right: 1em;
padding: 0.7em 1em;
transition: all 0.6s ease;
}
#presse .button:hover {
transform: scale(1.1);
background: #000;
transition: all 0.6s ease;
}
.nav-links {
display: flex;
justify-content: space-between;
margin-bottom: 2em;
flex-wrap: wrap;
}
.nav-links a {
background: #e1dfdb;
color: #000;
padding: 0.5em 1em;
font-size: 16px;
margin-bottom: 5px;
display: block;
}
.nav-links .nav-previous a:before {
content: '\f177';
font-family: 'Font Awesome 5 Pro';
margin-right: 5px;
font-weight: 100;
}
.nav-links .nav-next a:after {
content: '\f178';
font-family: 'Font Awesome 5 Pro';
margin-left: 5px;
font-weight: 100;
} #wpcf7-f4493-p4494-o1 form p {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#wpcf7-f4493-p4494-o1 form p br {
display: none;
}
#wpcf7-f4493-p4494-o1 .wpcf7-form-control-wrap {
width: 49%;
}
#wpcf7-f4493-p4494-o1 .wpcf7-form-control-wrap.subject,
#wpcf7-f4493-p4494-o1 .wpcf7-form-control-wrap.nachricht,
#wpcf7-f4493-p4494-o1 .wpcf7-form-control-wrap.acceptance-148,
#wpcf7-f4493-p4494-o1 .wpcf7-form-control-wrap.vollername,
#wpcf7-f4493-p4494-o1 .wpcf7-form-control-wrap.emailadresse {
width: 100%;
}
#wpcf7-f4493-p4494-o1 input,
#wpcf7-f4493-p4494-o1 textarea,
#wpcf7-f4493-p4494-o1 select {
margin-bottom: 15px;
}
#wpcf7-f4493-p4494-o1 .wpcf7-acceptance input {
margin-bottom: 0;
}
#wpcf7-f4493-p4494-o1 .acceptance-148 {
margin-bottom: 1em;
}
.wpcf7-acceptance span.wpcf7-list-item {
font-size: 12px;
margin-left: 20px;
}
.wpcf7-acceptance input {
margin: 0 0 0 -16px;
}
.site-footer .wpcf7 p {
display: inline-block;
width: 100%;
}
.site-footer .wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450;
color: #fff;
}
.error404 .entry-content p {
text-align: center;
}
.entry-content .copyrightimages {
list-style: none;
display: flex;
flex-wrap: wrap;
padding: 0;
}
.entry-content ul.copyrightimages > li {
list-style: none;
font-size: 15px;
margin: 0 10px 20px;
width: calc(20% - 20px);
background: #fff;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.entry-content ul.copyrightimages.start > li {
align-items: flex-start;
text-align: center
}
.entry-content ul.jobs {
display: flex;
flex-wrap: wrap;
margin: 0 -1.5% 30px;
width: 103%;
padding: 0;
}
.entry-content ul.jobs li {
width: 47%;
margin: 1.5%;
text-align: center;
border: 1px solid var(--gaestehaus);
padding: 30px 30px 15px;
position: relative;
list-style: none;
}
.entry-content ul.jobs li:before {
position: absolute;
content: '';
width: calc(100% - 8px);
height: calc(100% - 8px);
top: 4px;
left: 4px;
border: 1px solid var(--gaestehaus);
opacity: .4;
z-index: 1;
}
.entry-content ul.jobs h4 {
margin-bottom: 10px;
margin-top: 0;
}
.jobs li .button {
background: var(--gaestehaus);
position: absolute;
bottom: -11px;
left: 50%;
padding: 10px 20px;
transform: translateX(-50%);
border-radius: 5px;
transition: all .5s ease;
z-index: 100;
}
.jobs li .button:hover {
transform: scale(1.1) translateX(-50%);
transition: all .5s ease;
}
.jobmenu a {
position: relative;
}
.jobmenu span {
width: 18px;
height: 18px;
font-size: 13px;
color: #fff;
background: var(--gaestehaus);
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 50%;
top: -5px;
border-radius: 50%;
transform: translateX(-50%);
}
.entry-content ul.jobs h4,
.entry-content ul.jobs p {
position: relative;
z-index: 100;
}