/*
Theme Name: Seestrasse Ravensburg Theme
Theme URI: https://seestrasse-rv.de/
Author: Dominique Tepaß
Author URI: https://www.dominiquetepass.de/
Description: This is a Wordpress Theme custom made for concept-c's Website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seestrasservtheme
*/
@font-face {
    font-family:'Open Sans';
    src: url('fonts/Open-Sans.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}
@font-face {
    font-family:'Open Sans Semibold';
    src: url('fonts/Open-Sans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074;
}
@font-face {
    font-family:'Open Sans';
    src: url('fonts/Open-Sans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074;
}

/* COLORS

LIGHT GREEN #78B540;
GREEN #649D41;
LIGHT BLUE #0B7CBF;
BLUE #136EB5;
DARK BLUE #0C5798;
BLACK #11161D;


*/
:root {
	--blue:#0C5798;
	--gridGap:10px;
}


/*reset*/

*{
    padding:0;
    margin:0;
    outline:none;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:175%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
sub,sup {font-size:smaller}


/*! Hint.css - v2.7.0 - 2021-10-01
* https://kushagra.dev/lab/hint/
* Copyright (c) 2021 Kushagra Gour */
[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:var(--blue);color:#fff;padding:8px 10px;font-size:18px;line-height:18px;white-space:nowrap;font-weight:300;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:var(--blue)}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:var(--blue)}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:var(--blue);margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:var(--blue);margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:12vw/*150px*/}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}.hint--no-shadow:after,.hint--no-shadow:before{text-shadow:initial;box-shadow:initial}.hint--no-arrow:before{display:none}
/* customizations */
.hint--autowidth:after{width: auto}
.hint--nowrap:after{white-space: nowrap}



small {
	font-size:0.8em;
	line-height:1.2em;
}

html, main{
    min-height:100%;
}

body{
    height:100%;
    margin: 0 auto;
    background: url('https://seestrasse-rv.de/wp-content/uploads/2021/05/seestrasse_ravensburg-blaetter-hintergrundgrafik_hell.svg');
    background-size:1500px;
    width: 100%;
    overflow-x: hidden;
    color:#11161D;
}

button{
    background:transparent;
    cursor:pointer;
    border:none;
}

button, button span{
    color:#11161D;
    display: block;
}

.wp-block-image {
    margin-bottom: 0!important;
}
.col-media .img {
	position:relative;
	width: 100%;
}
.col-media .img img {
	object-fit: scale-down;
	width: 100%;
	height: auto;
}
.col-media .img.svg img {
	object-fit: contain;
}
.col-media .gallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	grid-gap: initial;
	position:relative;
}
.col-media .gallery a {
	display: block;
	width: calc((100% / 3) - (var(--gridGap) * 0.5));
	margin-bottom: var(--gridGap);
	text-decoration: none;
	cursor:zoom-in;
	position:relative;
}
.col-media .gallery .gallery-spacer {
	display: block;	
	width: calc((100% / 3) - (var(--gridGap) * 0.5));
	margin-bottom: var(--gridGap);
	text-decoration: none;
	position:relative;
}
.col-media .gallery a img {
	display: block;
	width: 100%;
	height: auto;	
}
.col-media {
	--swiper-theme-color: var(--blue);
}
.col-media .swiper {
	overflow: visible;
}
.col-media .swiper .swiper-wrapper {
	overflow: hidden;
}
.col-media .swiper-slide {
	background-color: #fff;
	line-height: 1;
	position:relative;
}
.col-media .swiper-slide img {
	display: block;
}
.col-media .swiper-slide .caption {
	position: relative;
	padding: 10px 10px 10px 0;
	font-size: 0.8rem;
	background-color: #fff;
	width: 80%;
	margin-bottom: 0;
	bottom: 0;
}
.col-media .swiper-horizontal>.swiper-pagination-bullets, 
.col-media .swiper-pagination-bullets.swiper-pagination-horizontal, 
.col-media .swiper-pagination-custom, 
.col-media .swiper-pagination-fraction {
    bottom: 10px;
    right: 0;
    left: auto;
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.col-media .swiper-button-play, 
.col-media .swiper-button-pause {
    display: flex;
    margin: 0;
    height: 100%;
    justify-content: center;
    align-content: center;
	cursor: pointer;
}
.col-media .swiper-button-play.hidden,
.col-media .swiper-button-pause.hidden {
	display: none;
}
.col-media .swiper-button-play .ibki, .col-media .swiper-button-pause .ibki {
    display: block;
	line-height: 1em;
}
.col-media .zoom {
    display: block;
    position: absolute;
    z-index: 500;
    cursor: zoom-in;
    width: 100%;
    height: 100%;
}
.col-media .zoom span {
	font-size: 1.2rem;
}

.col-media .swiper-button-next, .col-media .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-media .swiper-button-next:after, 
.col-media .swiper-button-prev:after{
	font-size: 1.25rem;
}

.col-media .swiper-button-prev {
	left:0;
	margin-left: -40px;
}
.col-media .swiper-button-next {
	right: 0;
	margin-right: -40px;
}

/* eigene Klassen */
.lbcontent {
	max-width:50ch
}
.elp_form p {
    display: flex;
	align-items:center;
	margin:0 0 1.5em
}
.elp_form p > span {
    width: 4rem;
	flex-shrink:0;
	flex-grow:0;
}
.elp_form p:nth-child(3),
.elp_form p:nth-child(4) {
    margin:0
}
.elp_form p > input {
    width: 100%;
}
.elp_form .g-recaptcha {
	padding-left:4rem;
}

.mehranzeigen{
	display:block;
	width:fit-content;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height ease-in-out 0.25s;
    transition: max-height ease-in-out 0.25s;
    margin:20px 0;
}

.mehranzeigen.open{
    max-height: 1000px;
}

.entry-content-page a[href*='.jpg'],
.entry-content-page a[href*='.JPG'],
.entry-content-page a[href*='.jpeg'],
.entry-content-page a[href*='.JPEG'],
.entry-content-page a[href*='.png'],
.entry-content-page a[href*='.PNG'] {
	cursor:zoom-in;
	width:100%;
	display:block
}

.entry-content-page a img {
    border:1px solid #0C5798;	
}

a.more-link{
    position: relative;
    background-color: #fff;
    color: #0C5798;
    padding: 0;
    margin: 0 0 20px;
	font-family:'Open Sans Semibold';
    font-weight: 600;
    font-size: 22px;
    border-bottom: 2px solid #fff;
	transition: 0.25s ease-in-out;
    display: block;
    width: fit-content;
}
a.more-link:after {
    content: '❯';
    position: relative;
	display: inline-flex;
  	justify-content: center;
  	align-items: center;
    height: 1em;
    width: 1em;
    color: #0C5798;
    transform: rotate(90deg);
    transform-origin: center;
    font-size: 30px;
	transition: 0.25s ease-in-out;
	margin-left:5px;
}
a.more-link.open:after {
    transform: rotate(-90deg);
}

a.more-link:hover{
    color:#0C5798;
    border-bottom: 2px solid #0C5798;
    border-radius: 0;
}

a.more-link:hover:after{
    color:#649D41;
}


.blogpostwrap{
    border-top: 5px dotted #0C5798;
    width:100%;
}

.blogpost{
    padding-top:50px;
    padding-bottom:50px;
    border-bottom: 5px dotted #0C5798;
}

.blogpostflex,
body .single-post {
    display: flex;
}
.backlink {
	width:fit-content;
	margin:20px 0;
	padding:10px;
	display:block;
	color:var(--blue)
}

.blogpost:nth-child(2n+1) .blogpostflex{
    flex-direction: row-reverse;
}


.blogpost:nth-child(2n) .col-media,
.single-post .col-media {
    margin-right: 30px;
    margin-left: 0;
}

.blogpost:nth-child(2n+1) .col-media{
    margin-left: 30px;
}

.col-media {
	width:40%;
	flex-shrink:0;
}

.blogposttext .date{
    font-size: 0.8rem;
	font-family:'Open Sans Semibold';
    font-weight: 600;
    margin-bottom: -30px;
    display: block;
    color:#0C5798;
}

.blogposttext h3{
    text-transform: none;
	font-family:'Open Sans Semibold';
    font-weight: 600;
    color:#0C5798;
    margin-top: 40px;
	line-height:1.3em;
    font-size: 30px;
}

.blogpost:hover img {
    border-color:#0C5798;
}

.postthumbnail img{
    width:100%;
    height:auto;
    margin-top: 8px;
}

.blogpostcontent{
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height ease-in-out 0.75s;
    transition: max-height ease-in-out 0.75s;
}

.blogpostcontent.open{
    max-height: 5000px;
}

.btn-weiterlesen{
    overflow: hidden;
}
.txt h1.entry-title {
    margin-top: -0.3em;
}

/* TYPOGRAPHY */

h1{
    margin-top:25px; 
}


h1, h2, h3, h4, h5{
    text-transform: uppercase;
	font-family:'Open Sans Semibold';
    color:#0C5798;
    font-size:36px;
    font-weight:600;
    margin-bottom:30px;
    line-height: 50px;
}

.blogpostwrap h2{
    margin-bottom: -30px;
    margin-top: 40px;
}

p{
    margin-bottom:20px;
}

strong{
    font-weight:700;
    color:#0C5798;
}

.menudate{
    font-weight:700;
}


.subhead strong{
    font-size:22px;
    line-height: 150%;
}


#content ul li{
    list-style-image: url('https://seestrasse-rv.de/wp-content/uploads/2021/05/seestrasse_ravensburg-blatt-hintergrundgrafik_gruen.svg');
    list-style-position: inside;
}

/** GLOBAL **/

.wp-block-image img, .postthumbnail img, .blogpost img {
    border: 1px solid #11161D;
}

.wp-block-image img{
    margin: 20px 0;
    height:auto;
}

span.blog-abo {
    position: fixed;
    top: 30vh;
    right: 0;
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blog-abo svg g {
	transition:500ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
	will-change:transform;
    transform: scale(1);
    transform-origin: right;
	cursor:pointer;
}
.blog-abo:hover svg g {
    transform: scale(1.2);
}
.blog-abo svg g #leaf {
	transition:500ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
	fill:#78b53f;
}
.blog-abo:hover svg g #leaf {
    fill:#0C5798
}
/*span.blog-abo strong {
	display:block;
    font-size: 0.8rem;
    line-height: 1.2em;
	padding:0.2em;
	background-color:#0C5798;
	color:#fff;
	text-align:center;
	cursor:pointer;
	text-shadow:none;
}
span.blog-abo strong:hover {
	background-color:#649D41;
	color:#fff;
}*/
/*.blog-abo svg {
    display: block;
    position: absolute;
    z-index: -1;
	right:0;
	margin-right:-10px;
}*/


/*HEADER*/

header{
    width:100%; 
    position: relative;
    height:350px;
}

.backgroundimgs img{
	position:absolute;
	top:0;
	width:60%;
	height:100%;
	object-fit:cover;
}

/* LOGO */

.logo{
    position:relative;
    z-index:3;
    height:350px;
    background: url(https://seestrasse-rv.de/wp-content/uploads/2022/02/seestrasse_ravensburg-blaetter-hintergrundgrafik_gruen_blau_schrift_gross.svg);
    background-size: 100%;
    background-position: left 45%;
    background-position: center 45%;
    background-color: #649D41;
}

.logo a.homelink {
    display: block;
    position: absolute;
    left: 5%;
    top: 0;
    width: 80%;
    height: 70%;
	z-index:5;
}

.logo .flexbox{
    display: flex;
    margin-bottom: -6px;
}

.l3{
    position:absolute;
}

.l3{
    width: 185px;
    right: 30px;
    bottom: 15px;
}

.l3 .flexbox a:first-child img{ 
    width:140px;
    margin-left: -21px;
}
.l3 .flexbox a:last-child img{ 
    width:65px;
}

.l3 .unbox img{
    width:130px;
}

/* MENÜ ÖFFNEN BUTTON - BURGER */

button.burger{
    height: 60px;
    width: 60px;
    padding: 15px;
    background: transparent;
    border: none;
    right: 16px;
    z-index: 11;
	left: calc(20% + 20px);
    top: 18px;
	position:absolute;
}

button.burger.fixed{
    top: 407px;
	position:fixed;
}

button.burger .patty{
    height:3px;
    width:30px;
    background: #0C5798;
    display: block;
    -webkit-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    opacity:1;
    border-radius:3px;
}

button.burger span:before{
    margin-top:-10px;
}

button.burger span:after{
    margin-top:10px;
}

button.burger .patty:after, button.burger .patty:before{
    content: '';
    position: absolute;
    height:3px;
    width:30px;
    background: #0C5798;
    display: block;
    -webkit-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    border-radius:3px;
}

/* MENÜ ÖFFNEN BUTTON - BURGER HOVER */

@media (min-width: 851px) { 

    .closed button.burger:hover .patty:after, .closed button.burger:hover .patty, .closed button.burger:hover .patty:before{
        background:#649D41;
    }

}

/* MENÜ ÖFFNEN BUTTON - SCHLIESSEN KREUZ */

.open button.burger .patty{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open button.burger .patty:after{
    opacity:0;
}
.open button.burger .patty:before{
    margin-top:0px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* MENÜ ÖFFNEN BUTTON - SCHLIESSEN KREUZ HOVER */

.open button.burger:hover .patty:before{
    width:34px;
    margin-left:-1px;
    margin-top:1px;
}

.open button.burger:hover .patty{
    width: 34px;
    margin-left:-1px;
    margin-top:0px;
}

/* MENÜ */

nav{
    width: 100%;
    z-index: 10;
    position: absolute;
}

.menu{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height:50px;
}

.current-menu-item  a{
    font-weight:700;
    color:#000;
}

.minimenue li:first-child a{
	border-right: 2px #a1a1a1 solid;
	padding-right:10px;
	margin-right:10px;
}

.minimenue a{
    color:#a1a1a1;
}


/* MENÜ EINTRÄGE ERSTES LEVEL */

.menu{
    z-index:2
}


nav ul li a, nav ul li a span{
    position: relative;
    font-size:14px;
}

nav.fixed button.burger, nav.fixed .openmenu{
    position: fixed;
}


nav.fixed .openmenu{
    width: 54%;
    top:0;
}


nav.open .openmenu{
    margin-left: 100px;
    opacity:1;
}

nav .openmenu{
    position: relative;
    flex-wrap: wrap;
    background: white;
    opacity:0;
    -webkit-transition: margin ease-in-out 0.5s, opacity ease-in-out 0.6s;
    transition: margin ease-in-out 0.5s, opacity ease-in-out 0.6s;
    width: calc(100% - 100px);
    margin-left: 134%;
}

nav ul li{
    width:100%;
    margin-left:0;
}


nav li a{
    font-size:16px;
    padding: 12px 15px;
    display: block;
}

nav .post_archive li:nth-child(n+2) li {
    border-top:1px solid rgba(0, 0, 0, 0.03);
    padding-top:15px;
}

nav .post_archive li:first-child {
    padding-top:15px;
}

nav .post_archive li:last-child {
    padding-bottom:30px;
}

nav ul.post_archive li:hover a{
    background-color:#F0F5E9;
    opacity: 0.7;
}

nav ul#menu-hauptmenue li a{
    color:#0C5798;
    font-weight:600;
    font-size:22px;
    line-height: 100%;
}

nav ul#menu-hauptmenue li:hover a{
    text-decoration: underline;
}

#menu-hauptmenue{
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 5px dotted #0C5798;
}

.post_archive, #menu-hauptmenue{
    margin-right: 40px;
}



/* FOOTER */

footer{
    z-index: 10;
    bottom: 0;
    padding: 55px 20% 40px 20%;
    background: url('https://seestrasse-rv.de/wp-content/uploads/2021/05/seestrasse_ravensburg-blaetter-hintergrundgrafik_blau.svg');
    background-size:1500px;
}


footer .wp-block-group__inner-container p:first-child{
    margin-right:20px;
}


footer p, footer label, footer span {
    padding-right:0;
    color:#fff;
    font-size: 16px;
    line-height: 140%;
}
footer small {
    color:#fff;
}

.formhead{
    margin-top:50px;
}

footer form{
    display: flex;
    flex-wrap: wrap;
}

.inputwrap{
    width:30%; 
    margin-right:5%;
}

.mailwrap{
    width:65%;
}

input[type="url"], input[type="email"], input[type="tel"],  input[type="text"],textarea{
    width:100%;   
    padding: 5px 10px;
    font-size: 16px;
    line-height: 150%;
}

footer textarea{
    height: 219px;
    
}

input[type="checkbox" i] {
    cursor:pointer;
}

input[type="submit"]{
    padding: 5px 10px;
    border-radius: 0;
    border:none;
    cursor: pointer;
    background:#649D41;
    color: #fff;
    font-weight:600;
    font-size: 16px;
}

input[type="submit"]:hover, input[type="submit"]:active{
    background: #78B540;
}

.wpcf7-list-item {
    margin:0!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #fff!important;
    color: #fff!important;
    width: 100%;
}

.inputwrap, .mailwrap{
    -webkit-transition: max-height ease-in-out 0.25s;
    transition: max-height ease-in-out 0.25s;
    overflow: hidden;
}

.wpcf7-form.sent .inputwrap, .wpcf7-form.sent .mailwrap
{
    max-height:0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff!important;
    color: #fff;
    margin: 0 auto;
}

/*CONTENT*/


#content {
	background:#fff;
	padding: 27px 40px 50px 100px;
}

footer, main, header, .minimenue, nav{
	padding-left: 20%;
    padding-right:20%;
}


/** GENERAL MEDIA QUERIES **/

@media (min-width: 2000px) { 

    .logo {
        background-size: 1250px;
    
        background-repeat: no-repeat;
    }

}

@media (max-width: 1700px) { 
    footer, main  , header, .minimenue, nav{
         padding-left: 15%;
         padding-right:15%;
     }

     button.burger {
        left: calc(15% + 20px);
    }

    .backgroundimgs img {
        width: 70%;
    }

    nav.fixed .openmenu {
        width: 63%;
    }
     
 }

 @media (max-width: 1450px) { 
    footer, main  , header, .minimenue, nav{
         padding-left: 10%;
         padding-right:10%;
     }

     button.burger {
        left: calc(10% + 20px);
    }

    .backgroundimgs img {
        width: 80%;
    }

    nav.fixed .openmenu {
        width: 804%;
    }
     
 }

@media (max-width: 1200px) { 
    main, header, .minimenue, nav{
        padding-left: 30px;
        padding-right:30px;
    }
	
	.col-media {
		width: 100%;
		margin: 0!important;
	}
	.col-media .gallery a {
		width: calc((100% / 5) - (var(--gridGap) * 0.5));
	}

    button.burger {
        left: 50px;
    }

    .backgroundimgs img {
        width: calc( 100% - 60px);
    }

    footer{
        padding-left: 130px;
        padding-right: 60px
    }

    .blogpostflex, .blogpost:nth-child(2n+1) .blogpostflex, body .single-post {
        flex-direction: column;
        align-items: center;
    }

    .blogpostimg{
        width:100%;
    }
    
    .blogpost img {
        margin-bottom: 20px;
        max-width: 100%;
        width:100%;
        height: auto;
    }

    .blogpost:nth-child(2n) img{
        margin-right:0;
    }

    .blogpost:nth-child(2n+1) img {
        margin-left: 0px;
    }
    
}


@media (max-width: 1050px) { 
    main , header, .minimenue, nav{
        padding-left: 30px;
        padding-right:30px;
    }

    footer form {
        flex-direction: column;
    }

    .inputwrap, .mailwrap {
        width: 100%;
        margin-right: 0;
    }
}


@media (max-width: 850px) { 
    .inputwrap, .mailwrap {
        width: 100%;
        margin-right: 0;
    }

    main , header, nav{
        padding-left: 0;
        padding-right:0;
    }

    .minimenue{
        padding-left: 0;
        padding-right:20px;
    }

    footer{
        padding: 40px 30px 20px 30px;
    }

    #menu-hauptmenue{
        flex-direction: column;
        height:auto;
    }

    .backgroundimgs img {
        width: 100%;
    }

    button.burger {
        left: 10px;
        top: 50px;
        position: fixed;
        background: #0C5798;
    }

    button.burger .patty, button.burger .patty:after, button.burger .patty:before {
        background: #ffffff;
    }

    #content {
        padding-left:20px;
        padding-right:20px;
    }

    nav .openmenu{
        position: fixed;
        top: 0;
        width: 100%;
        padding-top: 80px;
        padding-left: 20px;
        background-image:url('https://seestrasse-rv.de/wp-content/uploads/2021/05/logo-projekt-seestrasse-ravensburg-dblau.svg');
        background-repeat:no-repeat;
        background-position: right 20px top;
        background-size: 270px 100px;
    }

    nav.open .openmenu {
        margin-left: 0;
    }

    .post_archive, #menu-hauptmenue {
        margin-right: 20px;
    }


    /*FONTSIZE CHANGE */

    .mehranzeigen-btn a, .btn-weiterlesen a{
        font-size: 19px;
    }
    
    .mehranzeigen-btn a:after, .btn-weiterlesen a:after{
        font-size: 27px;
    }
    
    .blogposttext .date a{
        font-size: 27px;
    }

    
    h1, h2, h3, h4, h5{
        font-size:33px;
    }
    
    .subhead strong{
        font-size:19px;
    }
    
    nav ul li a{
        font-size:11px;
    }
    
    nav li a{
        font-size:13px;
    }
    
    nav ul#menu-hauptmenue li a{
        font-size:18px;
    }

    *{
        font-size:15px;
    }

    .mehranzeigen-btn a:after, .btn-weiterlesen a:after {
        top: 2px;
        left: 130px;
    }


   
}


@media (max-width: 660px) { 
	.col-media .gallery a {
		width: calc((100% / 2) - (var(--gridGap) * 0.5));
	}
        

}

@media (max-width: 600px) { 
    .logo{
        display: flex;
        justify-content: center;
    }

    .l3{
        right:auto;
    }
    
    
}


/* BUGFIXING */
