/*
 Theme Name:   Arthotel Child - twentytwentyone
 Template:     twentytwentyone
 Version:      1.0.0
*/

@font-face {
font-family: "SofiaPro";
src:url("https://www.tide42-borkum.de/wp-content/gdprpatron/hts/www_tide42-borkum_de/SofiaProLight_otf.otf") format("opentype");
}
@font-face {
font-family: "SofiaPro";
font-weight: bold;
src:url("https://www.tide42-borkum.de/wp-content/gdprpatron/hts/www_tide42-borkum_de/SofiaProBold_otf.otf") format("opentype");
}

.post-password-form__input {border:1px solid black !important;}
#pwbox-8711 {border:1px solid black;}

:root{
    --global--font-size-base: 1.25rem;
    --global-nav-color-primary: #fff;
    --global-nav-sticky-color-primary: var( --e-global-color-primary );
    --global-nac-color-secondary: #000;
    --global--admin-bar--height: 0;
    --global--spacing-vertical: 30px;
    --branding--logo--max-height: 300px;
    --global--font-size-base:1rem; 
    --wp--typography--line-height: 1.5;
    --entry-content--font-family: SofiaPro;
}

body .entry-content, body .entry-summary, body .primary-navigation a, body .widget-area, footer .widget-area a, body .elementor-widget-button .elementor-button {
    font-family: SofiaPro;
}

body .elementor-widget-button .elementor-button {
    font-weight: bold;
}

html{
    margin: 0!important;
    padding: 0!important;
}

body.page{
    background-color: #999;
}

#innerhead {
    max-width: 1100px;
    margin: auto;
    width: 100%;
    position: fixed;
    top: 0;
    padding: 0;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

#innerhead.sticky {
  /* background-color: #fff; */
  /* overflow-y: visible; */
  /* overflow-x: clip; */
}

body .site-branding {
    display: block;
    margin: auto;
    text-align: center;
    position: absolute;
    /*top: 110px; mittig */
    width: 12%;
    z-index: 6;
    left: 44%;
}

#masthead {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: block;
  height: 0px;
  padding: 0;
  z-index: 999;
  position: relative;
}
#site-navigation {
    max-width: 1100px;
    margin: auto;
    width: 100%;
    padding: 15px 2rem;
    top: 0px;
    z-index: 3;
    /* -webkit-transition: all 500ms linear; */
    /* -moz-transition: all 500ms linear; */
    /* -ms-transition: all 500ms linear; */
    /* -o-transition: all 500ms linear; */
    /* transition: all 500ms linear; */
    transition-property: box-shadow, background-color;
    transition-duration: 700ms, 700ms;
    transition-delay: 0s, 0s;
}

.sticky #site-navigation{
	
box-shadow: #ddd 10px 0px 3px;
	
box-shadow: rgba(133,133,133,0.5) 0px 3px 3px;
	
background-color: #fff;
}

.site .site-header .site-logo {
  display: block;
  margin: auto;
  text-align: center;
  position: relative;
}



.site .site-header .site-logo .custom-logo-link, .site .site-header .site-logo .custom-logo-link-sticky{
    display: block;
    position:absolute;
    z-index: 3;
}

.site .site-header .site-logo .custom-logo-link-sticky{
    z-index: 2;
    position: relative;
    height: 100%;
    width: 100%;
/* keine Transition
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
*/
    opacity: 1;
    text-align: center;
    padding: 4px 0 0;
}


.site .site-header .site-logo img{
    transition: all 0.5s;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    max-width: 100%;
    max-height: unset;
}

.site-logo .custom-logo-link-sticky img{
    display:none;
    height: 42px;
    max-height: 42px;
    top: 0px;
    position: relative;
}

.sticky .site-logo .custom-logo-link-sticky img{
    display:block;
}

.site .site-header .site-logo .custom-logo-link{
    position:relative;
}

.site .site-header .sticky .site-logo .custom-logo-link{
    top: -150px;
    /* position: absolute; */
}

.sticky .site-logo .custom-logo-link-sticky{
    opacity: 1;
}

.sticky .site-logo .custom-logo-link-sticky img{
    height: 42px;
    width: auto;
    position:relative;
    top: 0px;
    display: block;
    max-width: none;
    max-height: none;
    margin: auto;
}
.site .site-header .site-logo .custom-logo-link{
    position:absolute;
    z-index: -1;
    max-height: 300px;
    margin: 0px;
    display: block;
    top: 0px;

    /* transition: all 0.5s; */
    /* -webkit-transition: all 300ms linear; */
/* keine Transition
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
 */
    /* transition: all 300ms linear; */
/* keine Transition
        transition-property: top;
        transition-duration: 700ms;
        transition-delay: 0s;
    */
}




.site-formular {
    background-color: #28303d;
    line-height: 1;
    padding: 35px 2rem;
    height: 110px;
    z-index: 9;
    position: relative;
}

.site-formular .site-formular-desktop-form {
    line-height: 1;
    display: flex;
    position: relative;
    align-items: center;
}

.site-formular .site-formular-desktop-form div {
    padding: 0 15px;
    margin: 0px 10px;
    flex: 2;
    display: contents;
    min-width: 225px;
}


.site-formular form input,
.site-formular form select {
    height: 40px;
    line-height: 30px;
    margin: 0 0 0 10px;
    padding:0px 15px;
    width: 100%;
    font-size: 12px;
    outline: none;
    border: none;
}

.site-formular form div:first-child input{
	margin-left: 0px;
	margin-right: 10px;
}
.site-formular form div:last-child input {
    margin-left: 10px;
    margin-right: 0px;
}

body .site-formular form input[type="submit"],
body .site-formular form input[type="submit"]:hover {
    background-color: var( --e-global-color-3c88ff4 )!important;
    color: #fff!important;
    border-width: 0px;
    line-height: 1;
    height: 40px;
    font-size:12px;
    font-weight: bold;
    outline: none;
    border: none;
}

.site-formular-mobile a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2rem;
}


body .primary-navigation .primary-menu-container{
  max-width: 1100px;
  left: 0px;
  margin: 0;
}


a#homebutton {
    display: block;
    position: absolute;
    margin: 0;
    text-align: center;
    top: -2px;
    padding: 15px 15px 0;
    color: #fff;
    z-index: 5;
}
.sticky a#homebutton {
    color: var(--primary-nav--color-link-hover);
}


#primary-menu-list{
  max-width: 1100px;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a
body .sticky .primary-navigation a:hover, body .sticky  .primary-navigation a:link, body .sticky  .primary-navigation a:visited {
    color: var( --global-nav-sticky-color-primary);
}

.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle{
  display:none;
}
.primary-navigation .primary-menu-container > ul > .menu-item{
  flex: 0 0 16.666%;
  flex: 0 0 14.2%;
}

body .primary-navigation .primary-menu-container > ul > .menu-item > a{
  margin: auto;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 1px 3px #555;
  font-size: 1rem;
  padding: 0;
  text-decoration: none!important;
}

body .sticky .primary-navigation .primary-menu-container > ul > .menu-item > a{
  color: var(--e-global-color-primary);
  text-shadow: none;
}


.primary-navigation .primary-menu-container > ul > .menu-item:nth-child(3) {
  margin-right: 7.4%;
  }
.primary-navigation .primary-menu-container > ul > .menu-item:nth-child(4) {
  margin-left: 7.4%;
}

body .site-main {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

body .entry-header .post-thumbnail{
  
  width:100%;
}

body .post-thumbnail .wp-post-image{
  margin-bottom: 0;
  margin-top: 0;
}


div#content {
    z-index: 888;
    position: relative;
    margin-top: 60px;
}

body .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width{
    max-width: 1100px;
    /* border-left: 1px solid #ccc; */
    /* border-right: 1px solid #ccc; */
    background-color: #fff;
}



body.singular .has-post-thumbnail .entry-header{
    padding-bottom: 0px;
    max-width: 1100px;
    width: 100%;
    margin: auto;
    /* border-left: 1px solid #ccc; */
    /* border-right: 1px solid #ccc; */
}
body .site-main > article > *{
    margin: 0px;
}
    
.entry-content p{
    margin-bottom: 1.5rem;
    line-height: var(--wp--typography--line-height, var(--global--line-height-body));
}

.entry-content li {
    margin-bottom: 0.3rem;
    line-height: var(--wp--typography--line-height, var(--global--line-height-body));
}


.left_red .elementor-heading-title{
    margin-left: 2rem;
    margin-right: 2rem;
}

.left_red .elementor-heading-title:before {
    margin-left: -2rem;
    content: "";
    display: inline-block;
    width: 7rem;
    height: 2px;
    background: var( --e-global-color-3c88ff4 );
    margin-right: 1rem;
    vertical-align: middle;
}


.right_red .elementor-heading-title{
    text-align: right;
    padding: 0 2rem;
}
.right_red .elementor-heading-title:before {
    content: "";
    display: inline-block;
    width: 7rem;
    height: 2px;
    background: var( --e-global-color-3c88ff4 );
    margin-left: 1rem;
    vertical-align: middle;
    float: right;
    margin-top: 15px;
    margin-right: -2rem;
}




footer.entry-footer{
    display:none;
}

footer.site-footer {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: block;
    padding: 0;
    z-index: 999;
    position: relative;
    /* border-left: 1px solid #ccc; */
    /* border-right: 1px solid #ccc; */
    background-color: #28303d;
    padding: 0 0rem;
    border-bottom: 5px solid var( --e-global-color-accent );
}

footer .widget-area {
    color: #ccc;
    line-height: 2.5;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    margin: 2rem 0;
    padding: 0;
    column-gap: normal;
    max-width: 100%;
}


footer .widget-area section {
    padding: 0 0 0 2rem;
    flex: 1 1 auto;
    /* background: red; */
    position: relative;
    /* text-align: center; */
    line-height: 40px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    column-gap: normal;
    max-width: 100%;
    margin: 0;
}


footer .widget-area section + section {
    border-left: solid 1px white;
}

footer .widget-area .widget-title{
    color: #ddd;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
}



footer .widget-area .textwidget{
    color: #ccc;
    text-decoration: none;
    font-size: 0.7rem;
}



footer .widget-area .textwidget p{
    margin-bottom: 10px;
}



footer .widget-area a:link, footer .widget-area a:visited, footer .widget-area a:active{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 2.5;
}
footer .widget-area a:hover{
    border-bottom: 2px solid var( --e-global-color-3c88ff4 );;
    padding: 0 0 2px;
}

footer .widget-area .textwidget {
    text-underline-offset: 5px;
}


body .primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul, body .primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=true] ~ ul
{
    display: none;
}


body .primary-navigation > .primary-menu-container ul > li:hover a + .sub-menu-toggle[aria-expanded=true] ~ ul
{
    display: initial;
    border: 0px;
}






body .primary-navigation > div > .menu-wrapper > li > .sub-menu:before, body .primary-navigation > div > .menu-wrapper > li > .sub-menu:after{
    left: 50%;
    border-color: #fff transparent;
    top: 11px;
    margin-left: -7px;
}

body .primary-navigation .menu-item:hover .sub-menu {
    display:block;
}

body .primary-navigation .sub-menu {
    border: 0px;
}

body .primary-navigation > div > .menu-wrapper > li > .sub-menu li{
    background-color: #fff;
    padding: 3px 8px;
}

body .primary-navigation > div > .menu-wrapper > li > .sub-menu li:first-child{
    padding-top: 13px;
}

body .primary-navigation > div > .menu-wrapper > li > .sub-menu li:last-child{
    padding-bottom: 13px;
}

body .primary-navigation .sub-menu .menu-item > a{
    padding: 5px 5px;
    font-size: 0.8rem;
    text-decoration: none;
    text-decoration-style: dotted;
    font-weight: 500;
    font-size: 1rem;
}

body .primary-navigation .sub-menu .menu-item a:hover {color: #eb5e57;}

.site-formular-mobile{
    display:none;
}

@media only screen and (min-width: 1025px) {

    
    .shrinkBorderZimmerStatic{
        margin-bottom:2rem;
    }

    .shrinkBorderZimmerStatic > div{
        z-index: 5;
    }
    .shrinkBorderZimmerStatic:after {
        content:"";
        display:block;
        position: absolute;
        height: 60%;
        width: 100%;
        border-right: 2px solid #eb5e57;
        border-bottom: 2px solid #eb5e57;
        bottom: 0;
        z-index: 4; 
    }

    .shrinkBorderZimmerStatic:before {
        content:"";
        display:block;
        position: absolute;
        height: 60%;
        width: 100%;
        border-left: 2px solid #eb5e57;
        border-top: 2px solid #eb5e57;
        top: 0;
        z-index: 4;
    }
	body .primary-navigation > .primary-menu-container ul > li:hover a + .sub-menu-toggle[aria-expanded=true] ~ ul {
		/* left: 50%; */
		border: 0px;
		margin-left: -40%;
		width: 100%;
		margin: auto;
		padding-top: 20px;
	}

	.rechtes_bild_roter_rand {
		margin-bottom: -90px;
		position: relative;
	}

	.rechtes_bild_roter_rand > div {
		margin-bottom: -25%;
		position: relative;
	}

	.rechtes_bild_roter_rand img {
		padding-right: 25px;
		padding-bottom: 25px;
	}

	.rechtes_bild_roter_rand > div:after {
		content: "";
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		height: 90px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-color: var( --e-global-color-3c88ff4 );
		border-width: 3px;
	}

	.verlauf_weiss_gruen {
		background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, var( --e-global-color-b35fd99 ) 50%, var( --e-global-color-b35fd99 ) 100%);
	}

	.verlauf_weiss_gruen_25 {
		background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, var( --e-global-color-b35fd99 ) 25%, var( --e-global-color-b35fd99 ) 100%);
	}

	.verlauf_gruen_weiss {
		background: linear-gradient(180deg, var( --e-global-color-b35fd99 ) 0%, var( --e-global-color-b35fd99 ) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	}

	.verlauf_weiss_okker {
		background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, var( --e-global-color-cef2308 ) 50%, var( --e-global-color-cef2308 ) 100%);
	}

	.verlauf_okker_weiss {
		background: linear-gradient(180deg, var( --e-global-color-cef2308 ) 0%, var( --e-global-color-cef2308 ) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	}
	.verlauf_okker_weiss_40 {
		background: linear-gradient(180deg, var( --e-global-color-cef2308 ) 0%, var( --e-global-color-cef2308 ) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
	}
}


@media only screen and (min-width: 750px) {
	.primary-navigation .primary-menu-container > ul > .menu-item:nth-child(1){
		margin-left: 30px;
		margin-right: -30px;
	}

	.primary-navigation .primary-menu-container > ul > .menu-item:nth-child(2){
		margin-left: 15px;
		margin-right: -15px;
	}
}


@media only screen and (max-width: 1024px) {

	.rechtes_bild_roter_rand {
		margin-bottom: 0%;
		position: relative;
		background: linear-gradient(180deg, var( --e-global-color-b35fd99 ) 0%, var( --e-global-color-b35fd99 ) 19%, #ffffff 19%, #ffffff 100%);
		padding-left: 2rem;
	}

	.rechtes_bild_roter_rand > div {
		/* top: 20%; */
		margin-bottom: 0%;
		position: relative;
	}

	.rechtes_bild_roter_rand img {
		padding-left: 25px;
		padding-top: 25px;
	}

	.rechtes_bild_roter_rand > div:before {
		content: "";
		display: block;
		width: 100%;
		position: absolute;
		top: 0;
		height: 19%;
		border-left-style: solid;
		border-top-style: solid;
		border-color: var( --e-global-color-3c88ff4 );
		border-width: 3px;
	}
    
    
	.rechtes_bild_roter_rand > div {
		/* max-width: 50%; */
		/* left: 50%; */
	}

    body.elementor-kit-175 h1 {
        font-size: 30px;
    }

    .left_red .elementor-heading-title:before {
        width: 3.5rem;
        margin-right: 0.5rem;
    }

    .right_red .elementor-heading-title:before {
        width: 3.5rem;
        margin-left: 0.5rem; 
    }

    
    h2.elementor-heading-title:before, h3.elementor-heading-title:after {
        width: 4rem;
    }

    body .primary-navigation .primary-menu-container > ul > .menu-item > a
    {
        font-size:0.9rem;
    }

	body .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
		position: absolute;
		padding-top: calc(0.5 * var(--global--spacing-vertical));
		margin-top: 0;
		top: var(--global--admin-bar--height);
	}

	body .primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
		display: none;
	}

	body .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
		max-height: calc(var(--button--padding-vertical) - (0.25 * var(--global--spacing-unit)) + 1.7em);
	}

	body .site-header.has-logo.has-title-and-tagline {
		align-items: flex-start;
	}

	body .site-header.has-logo.has-title-and-tagline.has-menu {
		justify-content: space-between;
	}

	body .site-header.has-logo.has-title-and-tagline.has-menu .site-branding {
		max-width: calc(100% - 160px);
	}

	body .site-header.has-logo.has-title-and-tagline .site-branding {
		margin-right: 0;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline:after {
		display: none;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .primary-navigation {
		position: relative;
		top: 0;
	}


	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu {
		padding-left: calc(var(--global--spacing-horizontal) * 0.6 - 4.5px);
		padding-right: calc(var(--global--spacing-horizontal) * 0.6 - 4.5px);
		margin-right: calc(0px - var(--global--spacing-horizontal) * 0.6);
	}

	body .site-header:not(.has-logo).has-title-and-tagline .site-branding {
		margin-right: 0;
		max-width: calc(100% - 160px);
	}

	body .site-header:not(.has-menu) {
		justify-content: center;
	}
  
    .primary-navigation-open .site-formular{
        display:none;
    }

    body .menu-button-container #primary-mobile-menu {font-size: 0;}


    body .menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon{
        max-width: 60px;
        width: 60px;
        font-weight: bolder;
        color: #000;
    }

    body .site .button:focus, body button:focus, body input[type=submit]:focus, body input[type=reset]:focus, body .wp-block-search .wp-block-search__button:focus, body .wp-block-button .wp-block-button__link:focus, body .wp-block-file a.wp-block-file__button:focus{
        outline-offset: 0px;
        outline: 0px dotted currentColor;
    }

    body .site-header.has-logo.has-title-and-tagline.has-menu .site-branding{
        max-width: 100%;
    }
    
    
    
    footer .widget-area {
        margin: 0rem 0 2rem;
        padding: 0;
        width: 100%;
        max-width: none;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        min-height: 250px;
        max-width: 100%;
    }

    footer .widget-area:after{
    	content:"";
    	display:block;
    	clear:both;
    }

    footer .widget-area section
    {
    	width: 50%;
    	flex: unset;
    	margin-top: 2rem;
    }

    footer .widget-area section:nth-child(2n+1){
    	
border-left: 0px;
    }
}

@media only screen and (max-width: 899px) {
    
    body .primary-navigation .primary-menu-container > ul > .menu-item > a
    {
    font-size: 0.7rem;
    }
  
    .site .site-header .site-logo .custom-logo-link-sticky{
        padding: 0;
    }

	a#homebutton {
	font-size: 15px;
	}
    
	.rechtes_bild_roter_rand > div {
		/* max-width: 70%; */
		/* left: 30%; */
	}
}

@media only screen and (max-width: 767px) {
  body .primary-navigation .primary-menu-container > ul > .menu-item > a
  {
    font-size:0.7rem;
  }
  .mobileWidth80 a {
    width: 100%!important;
    display: block;
    margin: auto;
    max-width: 400px;
    min-width: 200px;
    }
    

}
#innerhead .warea {
    background-color: #fff;
}
@media only screen and (max-width: 749px) {
    #innerhead .warea {
        background-color: #fef8e6;
    }
	.rechtes_bild_roter_rand > div {
		/* max-width: 80%; */
		/* left: 20%; */
	}
    
	a#homebutton{
		display: none;
	}

	a#homebutton i{
		display: none;
	}

	.primary-navigation-open a#homebutton{
		display: block;
		position: relative;
		text-align: left;
		width: 90%;
		left: 10%;
		content: "Startseite";border-bottom: 1px solid #fff;
		padding: 10px!important;
		margin: 10px;
		display: block;
		color: #fff;
		text-shadow: none;
		font-size: 1rem;
		line-height: 1.5rem;
		text-align: left;text-transform: uppercase;
    font-weight: 600;
	}

	.primary-navigation-open a#homebutton:before{
		content: "Startseite";
	}
	
    .site-formular{
        height: 60px;
        padding: 10px 0;
        line-height: 20px;
    }

    div#content {
		z-index: 888;
		position: relative;
		margin-top: 60px;
	}

    .site-formular-desktop{
        display:none;
    }
    .site-formular-mobile{
        display:initial;
    }
    
    .left_red .elementor-heading-title:before {
        width: 1.5rem;
        margin-right: 0.5rem;
    }
    .right_red .elementor-heading-title:before {
        width: 1.5rem;
        margin-left: 0.5rem; 
    }
    
    body .site-branding {
        display:none;
        left:50%;
        /*top:15px; mittig*/
        margin-left: -5px;
    }
    body.primary-navigation-open .site-branding {display:block;}

    body.primary-navigation-open .site .site-header .site-logo .custom-logo-link {display:none;}
    body.primary-navigation-open .site .site-header .site-logo .custom-logo-link-sticky {display:none;}


	h2.elementor-heading-title:before {
		width: 4rem;
	}

	.sticky #innerhead {
		background: transparent;
		position: relative;
	}

	.sticky .site-logo .custom-logo-link-sticky{
		display:none;
	}



    footer .widget-area section + section{
        /* border: 0px; */
    }



    body .primary-navigation > .primary-menu-container ul > li:hover a + .sub-menu-toggle[aria-expanded=false] ~ ul, body .primary-navigation > .primary-menu-container ul > li:hover a + .sub-menu-toggle[aria-expanded=true] ~ ul
    {
        /*display: initial;*/
        width: 100%;
        border: 0px;
        padding-top: 10px;
        position: relative;
    }

	body .primary-navigation > div > .menu-wrapper > li > .sub-menu li, body .primary-navigation > div > .menu-wrapper > li > .sub-menu
	{
		background-color: transparent;
	}


	body .primary-navigation > div > .menu-wrapper > li > .sub-menu:before, body .primary-navigation > div > .menu-wrapper > li > .sub-menu:after
	{
		display:none;
	}

	body .primary-navigation .primary-menu-container > ul > .menu-item > a{
		display:block;
		width: 100%;
	}
    .primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle{
    	display:block;
    	position: absolute;
    	right: 0px;
    	top:0px;
    }

    body .site .site-header .site-logo .custom-logo-link .custom-logo{
        width: 300px;
        max-width: 30%;
    }

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container {
		position: relative;
		padding-top: 0;
		margin-top: calc(0px - var(--button--padding-vertical) + (0.25 * var(--global--spacing-unit)));
	}
    
    
    body .menu-button-container {
		display: flex;
	}
    
    #site-navigation{
        display:block;
        width: 90%;
        left: 10%;
        margin: 0;
    }
    body.primary-navigation-open #innerhead:before{
    	display: block;
    	height: 100%;
    	width: 100%;
    	content:"";
    	position: fixed;
    	top: 0;
    	left: 0;
    	background-color: rgba(100,100,100,0.5);
    	z-index: 2;
    }
    
    body #site-navigation{
        padding: 0;
        top: 10px;
    }

    .sticky #site-navigation{
    	
	    background-color: transparent;
    
		box-shadow: none;
    }
    
    body.primary-navigation-open #site-navigation{
        background-color: #abc9c8;
        top: 0px;
    }

    body.primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container{
    padding-top: 0;
    /* width: 100%; */
    /* left: 0; */
    }
    
    
    body.primary-navigation-open .menu-button-container{
        position:relative;
        left: 10%;
        width: 90%;
        background-color: transparent;
        z-index: 55555;
    }

    body .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
        position: relative;
        transform: translateY(0) translateX(100%);
        visibility: visible;
        opacity: 1;
        background-color: transparent;
        top: 0px;
        right: 0px;
        z-index: 555;
        width: 90%;
        left: 10%;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
        display: none;
    }

    body .primary-navigation{
        
    }
    .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container{
        transform: translateX(0) translateY(0);
        display: block;
    }

    body .primary-navigation > div > .menu-wrapper{
        display: block;
    }

    body.primary-navigation-open .primary-navigation .primary-menu-container > ul > .menu-item{
        border-bottom: 1px solid #fff;
        padding: 10px!important;
        margin: 10px;
        display: block;
    }

    body.primary-navigation-open .primary-navigation .primary-menu-container > ul > .menu-item > a{
        color: #fff;
        text-shadow: none;
        font-size: 1rem;
        line-height: 1.5rem;
        text-align:left;
        margin: 0;
    }

    body.elementor-kit-175 h1 {
        font-size: 25px;
    }
    body.elementor-kit-175 h2, body.elementor-kit-175 h3{
        font-size: 20px;
    }


	footer .widget-area
	{
		padding: 0 2rem;
		display: block;
	}
    footer .widget-area section {
    	width: 100%;
		padding: 0 0 2rem 0;
    }
    footer .widget-area section + section{
		padding: 2rem 0;
		border-left: 0;
		border-top: solid 1px white;
		margin-top: 0;
		}

    footer .widget-area section:nth-child(3)
    {
    	/* display:none; */
    }

    footer .widget-area section:nth-child(4)
    {
    	/* display:none; */
    }
}


@media only screen and (max-width: 499px) {

    
	.rechtes_bild_roter_rand > div {
		/* max-width: 90%; */
		/* left: 10%; */
	}
    
}



body table td, body table th {
  border: 0px solid black;
}
body .site a, body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button), body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
    text-decoration: none;
}

body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button), body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
    text-decoration: none;
    background-color: transparent;
}

body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img{
    text-decoration: none;
    background-color: transparent;
    outline: none;
}

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
    padding-left: 20px;
}

.elementor-widget-image.shrinkBorder .elementor-widget-container a, .elementor-widget-image.shrinkBorder .elementor-widget-container a img{
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

.elementor-widget-image.shrinkBorder:hover .elementor-widget-container a img {
    
    transform: scale(0.9);
}

.elementor-widget-image.shrinkBorder .elementor-widget-container a:after {
    
	content:"MEHR ERFAHREN";
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-accent-font-weight );
	background-color: var( --e-global-color-3c88ff4 );
	border-radius: 0px 0px 0px 0px;
	color: #fff;
	font-size: 15px;
	padding: 12px 10px;
	position:absolute;
	margin: auto;
	width: 170px;
	left: 50%;
	margin-left: -85px;
	z-index:55;
	line-height: 16px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}


.elementor-widget-image.shrinkBorder:hover .elementor-widget-container a:after {
    
	opacity:1;
}


.elementor-widget-image.shrinkBorder .elementor-widget-container a img {}


.elementor-widget-image.shrinkBorder:hover .elementor-widget-container:after {
    content:"";
    display:block;
    position: absolute;
    height: 60%;
    width: 100%;
    border-right: 2px solid #eb5e57;
    border-bottom: 2px solid #eb5e57;
    bottom: 0;
}

.elementor-widget-image.shrinkBorder:hover .elementor-widget-container:before {
    content:"";
    display:block;
    position: absolute;
    height: 60%;
    width: 100%;
    border-left: 2px solid #eb5e57;
    border-top: 2px solid #eb5e57;
    top: 0;
    z-index: 1;
}

.elementor-widget-image.shrinkBorder .elementor-widget-container a, .elementor-widget-image.shrinkBorder .elementor-widget-container img {
    z-index: 1;
    position: relative;
}




.elementor-widget-image.shrinkBorderStatic .elementor-widget-container, .elementor-widget-image.shrinkBorderStatic .elementor-widget-container img{
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

.elementor-widget-image.shrinkBorderStatic .elementor-widget-container img {
    
    transform: scale(0.9);
}

.elementor-widget-image.shrinkBorderStatic .elementor-widget-container:after {
    content:"";
    display:block;
    position: absolute;
    height: 60%;
    width: 100%;
    border-right: 2px solid #eb5e57;
    border-bottom: 2px solid #eb5e57;
    bottom: 0;
}

.elementor-widget-image.shrinkBorderStatic .elementor-widget-container:before {
    content:"";
    display:block;
    position: absolute;
    height: 60%;
    width: 100%;
    border-left: 2px solid #eb5e57;
    border-top: 2px solid #eb5e57;
    top: 0;
    z-index: 1;
}

.elementor-widget-image.shrinkBorderStatic .elementor-widget-container, .elementor-widget-image.shrinkBorderStatic .elementor-widget-container img {
    z-index: 1;
    position: relative;
}


body.category .site-content {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding: 2rem;
    background-color: #fff;
    padding-top: 150px;
}

body.post-template-default .site-content {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding: 2rem;
    background-color: #fff;
    padding-top: 150px;
}

.entry-content.nopostthumbnail {
    padding-top: 150px;
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding: 2rem;
    background-color: #fff;
    padding-top: 150px;
}

/** iOS Fix, ohne diesen werden die Datumsfelder als iOS-Buttons interpretiert */
.site-formular input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.site-formular input[type="date"]:before {
    content: attr(placeholder);
    padding-right: 5px;
    position: absolute;
    background-color: #fff;
}
.site-formular input.eingetragen[type="date"]:before, .site-formular input[type="date"]:focus:before {
    display:none;
}

/* Bewertungen */
.wrapper {
    width: 500px;
}
.progress-bar,
.progress-bar2 {
    width: 100%;
    background-color: #e0e0e0;
    padding: 0;
    border-radius: 100vh;
    height: 2em;
    margin: auto;
}
.progress-bar2 {
    width: 100%;
    height: 1em;
}
.progress-bar-fill {
    display: block;
    height: 100%;
    background-color: #EB5E57;
    border-radius: 100vh;
    transition: width 1s ease-in-out;
}
.progress-bar2 .progress-bar-fill {
    background-color: #abc9c8;
}

/* Dirs21 Widget */
/*#d21-quickbook {
    position: relative !important;
    z-index: 9999 !important;
}
*/
.d21-widget .d21-widget-center {
    margin: 0 auto !important;
}

#d21-quickbook label {
    margin-bottom: 0;
}
#d21-quickbook .tw-d21-relative {
    height: initial !important;
    padding: 0;
    margin: 0;
}
#d21-quickbook button {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: transparent !important;
}
#d21-quickbook .d21-container-view {
    border: none !important;
    background-color: transparent!important;
}
#d21-quickbook .tw-d21-w-full,
#d21-quickbook .d21-h-stack {
    border: 1px solid transparent!important;
}
#d21-quickbook .d21-trigger-popover-button p {
    color: var(--global--color-primary)!important;
}
#d21-quickbook button:hover {
    border: 1px dotted black!important;
}
.d21-widget .tw-d21-z-10 {
    z-index: 1!important;
}

/*
Dirs21 Widget 2-zeilig
 */
.d21-widget .d21-v-stack:nth-child(2) {
    flex-direction: row !important;
}
.d21-widget .d21-v-stack:nth-child(2)>div:first-child {
    max-width: 70%;
}
.d21-widget .d21-v-stack:nth-child(2)>div:nth-child(2) {
    max-width: 25%;
    height: fit-content;
    margin: auto;
}
