/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 15 2026 | 18:42:40 */
/* CSS Code hier einfügen.

Zum Beispiel:
.example {
    color: red;
}

Um dein CSS-Wissen zu prüfen, teste es hier http://www.w3schools.com/css/css_syntax.asp

Kommentarende*/ 

/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/***** TEST CSS *****/

/* Container */
.custom-whatsapp-float{
    position: fixed;
    bottom: 24px;
    left: 35px;
    width: 64px;
    height: 64px;
    z-index: 99999;
}

/* Button Bild */
.custom-whatsapp-img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

/* Hover Effekt */
.custom-whatsapp-img:hover{
    transform: scale(1.1);
    box-shadow: 0 10px 26px rgba(0,0,0,0.35);
}

/* Tooltip */
.custom-whatsapp-tooltip{
    position: absolute;
    bottom: 78px;
    right: 50%;
    transform: translateX(50%);
    background: #111;
    color: #fff;
    padding: 7px 10px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

/* Tooltip anzeigen beim Hover */
.custom-whatsapp-float:hover .custom-whatsapp-tooltip{
    opacity: 1;
    transform: translateX(50%) translateY(-6px);
}

.custom-whatsapp-float::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
    animation:pulse 2s infinite;
}

@keyframes pulse {
    0%   {transform:scale(1);   opacity:.5;}
    50%  {transform:scale(1.4); opacity:.12;}
    100% {transform:scale(1.8); opacity:0;}
}


/***** TEST CSS ENDE *****/





/*XXXXXXXXXXXXXXXXXXXXXXXXX ALLGEMEIN XXXXXXXXXXXXXXXXXXXX*/
/*WP Space oben verringern*/
#wp--skip-link--target {
	margin-top: 0 !important;
}

.wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
	padding-top: 0 !important;
}
/*KEINE AHNUNG WAS DAS MACHT
.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
	margin-top: 0 !important;
}
.wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
	margin-top: 0 !important;
}*/

/*WP-Überschrift ausblenden*/
.wp-block-post-title {
	display: none !important;
}
.wp-block-site-title {
	display: none !important;
}

/*NAVIGATION COLORS*/
.wp-block-navigation-item__label {
	color: #006871;
	font-weight: bold;
	font-size: 24px;
}
/*.wp-block-navigation-item__content {
	color: white;
}*/
.wp-block-navigation__container.is-responsive.items-justified-right.wp-block-navigation {
	color: white;
}
.wp-block-navigation-item.current-menu-item.wp-block-navigation-link {
	color: white;
}

/*BACKGROUND*/
body {
	background-image: url("https://hundetraining-sabine.com/wp-content/uploads/2025/09/Ira-Elli-BG.jpg");
	background-color: rgba(0,0,0,0.7);
	/*background-blend-mode: overlay;*/
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

/************************ HOME *************************/

.site-title-grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
}

.logo {
    width: 180px !important;
	height:180px !important;
    margin: 0 auto !important;
	display: block !important;	
	float: right;
}

.site-title {
	font-family: "Covered By Your Grace" !important;
	font-size: 77px;
	color: #006871 !important;
	text-align: center !important;
	margin: 0 0;
    padding-top: 0vw;
	float: left;
}

.pic-small {
	width: 120px !important;
	margin: 0 auto !important;
	display: block !important;
	border: 3px solid #006871;
	border-radius: 25px;
}

.pic-med {
	width: 240px !important;
	margin: 0 auto !important;
	display: block !important;
	border: 3px solid #006871;
	border-radius: 25px;
}

.pic-wide {
	width: 750px !important;
	margin: 0 auto !important;
	display: block !important;
	border: 3px solid #006871;
	border-radius: 25px;	
}

.h1-top {
	font-family: "Lato" !important;
	text-align: center;
	font-size: 50px;
	color: #006871;
}

h2 {
	font-family: "Lato" !important;	
	text-align: center;
	font-size: 30px;
	color: white;
}

h3 {
	font-family: "Lato" !important;
	text-align: center;
	font-size: 24px;
	color: white;
}

h4 {
	font-family: "Lato" !important;
	text-align: left;
	font-size: 21px;
	color: white;
}

p {
	font-family: "Lato" !important;
	font-size: 14px;
	color: white;
}

.normtext {
	font-family: "Lato" !important;
	font-size: 18px;
	color: white;
	margin-top: 0;
}

.justifytext {
	font-family: "Lato" !important;
	font-size: 18px;
	color: white;
	text-align: justify;
}

a {
	font-family: "Lato" !important;
	font-size: 18px;
	color: white;
}

ul {
/*	list-style: none;*/
	font-size:18px;
	padding-left: 0;
}

#ul-list-item-image {	/* List-Item-Image */
	font-family: "Lato" !important;
	font-size: 18px;
	color: white;
	padding-left: 0;
}

#li-list-item-image {	/* Set the size of the list image using the background-size property. */
	list-style: none;
	padding: 0px 30px;
	font-family: "Lato" !important;
	font-size: 18px;
	background-image: url("https://hundetraining-sabine.com/wp-content/uploads/2025/10/Green-Dot.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px;
}

/* SCROLL TO TOP BUTTON */
#wpfront-scroll-top-container {
	justify-content: right !important;
}

.ti-widget.ti-feed-widget {
	margin-left: auto !important;
  	margin-right: auto !important;
	width: 95% !important;
}

/**************************** EINZELTRAINING ********************************/

.v-n-mobile {
	display: none;
}

.ul-einzel {
	text-align: justify;
	font-size: 18px;
	color: white;
}
.ul-li-einzel {
	text-align: left;
	font-size: 18px;
	color: white;
}

.wp-block-video {
  width: 45%;
  height: 50%;
  margin: 0 auto;
}
	
video {
  width: 100%;
  border: 3px solid #006871;
  border-radius: 25px;
}

.einzeltraining-grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
}

.einzeltraining-pic-small {
	width: 120px !important;
	margin: 0vw 2.0vw !important;
	display: block !important;
	border: 3px solid #006871;
	border-radius: 25px;
}

.einzeltraining-pic-med {
	width: 240px !important;
	margin: 0vw 2.0vw !important;
	display: block !important;
	border: 3px solid #006871;
	border-radius: 25px;
}

/************************** GRUPPENTRAINING *********************************/



/**************************** KONTAKT **************************************/

/* Top-Padding vom Footer entfernen */
wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained {
	padding-top: 0 !important;
}

.wpcf7 .cf7s-emerald {
  background: #006871;
  border: 2px solid #fff;
  border-radius: 25px;
  width: 70%;
  margin: auto auto;
}

label {
	font-size: 16px;
	font-weight: 400;
}

legend {
	font-size: 22px !important;
	font-weight: 600;
}

option {
	font-size: 18px !important;
}

wpcf7-form-control-wrap {
	font-size: 18px !important;
}

wpcf7-form-control {
	font-size: 18px !important;
}

wpcf7-select {
	font-size: 18px !important;	
}

wpcf7-validates-as-required {
	font-size: 18px !important;	
}

select {
	font-size: 18px !important;	
}

.wpcf7-not-valid-tip {
	font-size: 18px !important;
}

.wpcf7-text {
	font-size: 18px !important;
}

.wpcf7-textarea {
	font-size: 18px !important;
}

.wpcf7-form-control .wpcf7-acceptance {
	font-size: 18px !important;
}

input {
	/*font-size: 1.7vw !important;*/
}

.wpcf7-list-item-label {
	font-size: 16px !important;
}

wpcf7-response-output {
	font-size: 18px !important;	
}

/* Farben */
/* Farben */
.wpcf7 .cf7s-emerald {
	background: #006871;
	border: 2px solid #fff;
	border-radius: 25px;
}

.wpcf7 .cf7s-emerald fieldset {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
  background: #39393a;
  font-size: 18px;
  line-height: 1.5;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-emerald input, .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald textarea {
	border: 2px solid #fff;
	border-radius: 10px;
	background: #006871;
}

.wpcf7 .cf7s-emerald legend {
	border: 2px solid #fff;
	border-radius: 10px;
	background: #006871;
}

.wpcf7 .cf7s-emerald select {
	border: 2px solid #fff;
	background: #006871;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-emerald input[type="submit"] {
	background: #006871 !important;
	border: 2px solid #fff;
	border-radius: 10px;
	line-height: 1.5;
	font-size: 18px !important;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-emerald input[type="text"] {
	color: white;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-emerald input, .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald textarea {
  margin-bottom: 8px;
  padding: 5px 7px;
  color: #fff;
  border: 2px solid #fff;
  background: #006871;
}


/* WhatsApp - Widget */

.chaty-whatsapp-message-nickname {
	font-size: 2.0vh;
	color: #006871;
	font-family: "Lato" !important;
}



/************************* ÜBER MICH *************************************/


/* Button */
button{
  padding:10px 20px;
  cursor:pointer;
	font-family: "Lato" !important;
	font-size: 18px;
	line-height: 1.0;
	font-weight: 900;
	/*text-transform: uppercase;*/
	color: white;
	letter-spacing: 2px;
	border: 3px solid;
	border-radius: 10px;
	border-color: #006871;
	text-align: center;
	background-color: #006871;
	/*margin-top: 6vh;
	margin-left: auto;
 	margin-right: auto;
	margin-bottom: 5vh;*/
	width: 45%;
}

/* Overlay */
.popup{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.8);
  justify-content:center;
  align-items:center;
  z-index:1000;
}

/* Box */
.popup-content{
  background:#fff;
  padding:12px;
  border-radius:8px;
  position:relative;
  max-width:90%;
  max-height:90%;
  text-align:center;
}

/* Bild */
.popup-content img{
  max-width:100%;
  max-height:75vh;
}

/* Schließen */
.close{
  position:absolute;
  top:6px;
  right:10px;
  cursor:pointer;
  font-size:50px;
}

/* Navigation */
.nav{
  margin-top:8px;
}

.nav button{
  padding:6px 14px;
  margin:0 5px;
}


/* CROSS-LINK-BUTTON */
.cross-link-button-container-desktop {
	width: 100%
	margin-left:auto;
	margin-right:auto;
}

.cross-link-button-container-mobile {
	width: 100%
	margin-left:auto;
	margin-right:auto;
	display: none;
}


.cross-link-button {
	font-family: "Lato" !important;
	padding:10px 20px;
	font-size: 18px;
	line-height: 1.0;
	font-weight: 900;
	/*text-transform: uppercase;*/
	color: white;
	letter-spacing: 2px;
	border: 3px solid;
	border-radius: 10px;
	border-color: #8a2a36;
	text-align: center;
	background-color: #8a2a36;
	margin-top: 15px;
	margin-left: auto;
 	margin-right: auto;
	margin-bottom: 15px;
	width: 42%;
}

#cross-link-button {
	font-size: 18px !important;
	font-weight: 900;
	text-decoration: none;
}


/************************** PREISE ***************************************/

.prices {
	font-family: "Lato" !important;
	font-size: 18px;
	color: white;
}

.price-left {
	/*float: left;*/
	text-align: left;
	font-size: 18px;
	color: white;
	list-style: none;
	
}
.price-right {
	/*float: right;*/
	text-align: right;
	font-size: 18px;
	color: white;
	list-style: none;
}

li {
	margin-left: 0 !important;
}

/*********************** FOOTER *************************/

.footer-mobile {
	display: none;
}


.social-grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
}
.social {
	width: 40px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 70px;
}

.a-footer {
	font-family: "Lato" !important;
	font-size: 14px;
	text-decoration: none;
}

.footer-links {
	font-family: "Lato" !important;
	font-size: 14px !important;
	text-align: right !important;
	margin-right: 1.2vw !important;
}
.footer-text {
	font-family: "Lato" !important;
	font-size: 14px !important;
	text-align: center;
	color: white;
/*	padding: 20px;*/
}
.a-impressum {
	font-size: 14px !important;	
}

/* TrustIndex INSTA-FEED */
.ti-widget[data-wkey="feed-instagram"][data-style="custom-style"][data-widget-type="social"] {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  background-color: rgba(0,0,0,0.6) !important;
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-bottom: 20px !important;
  padding-right: 20px !important;
  border-width: 3px !important;
  border-color: #006871 !important;
  border-style: solid !important;
  border-radius: 15px !important;
  line-height: 1.4 !important;
  user-select: none !important;
}
.ti-full-name {
	color: white !important;
}

.ti-widget[data-wkey="feed-instagram"] .ti-profile-details[data-show-username="true"][data-show-full-name="true"] .ti-name .ti-username, .ti-lightbox[data-wkey="feed-instagram"] .ti-profile-details[data-show-username="true"][data-show-full-name="true"] .ti-name .ti-username {
  font-weight: normal !important;
  color: white !important;
  font-size: calc(15px * 0.9) !important;
}
.ti-widget.ti-feed-widget {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 96% !important;
}
.ti-widget[data-wkey="feed-instagram"] .ti-layout-container .ti-widget-layout, .ti-lightbox[data-wkey="feed-instagram"] .ti-layout-container .ti-widget-layout {
  display: flex;
  flex-wrap: wrap;
  min-width: 100% !important;
  position: relative;
}





/* BERWERTUNGEN */
#rez-alt-cont {
	margin-left: 5vw;
	margin-right: 5vw;
}
.rez-alt {
	font-size: 2.6vh !important;
}
.rez-alt-date {
	font-size: 1.8vh !important;
}
#more {
	display: none;
}


/******* SLIDER GOOGLE REVIEWS *******/
#g-review:not(.badge).layout_style-3 .grwp_header .grwp_header-inner {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 3px solid #006871;
	background-color: rgba(0,0,0,.5);
	padding-top: 3vh;
	padding-bottom: 3vh;
}

Element {
}

/*p {
	font-family: "ABeeZee" !important;
	font-size: 3.2vh;
	color: white;
	margin-top: 0;
	margin-bottom: 0;
}*/

/*Durchschnitte aus... font-color*/
	#g-review:not(.badge)[class^="layout_style-"] .grwp_header .grwp_header-inner .grwp_overall {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	color: rgb(255, 255, 255);
}

/*Slider*/
#g-review .swiper {
	padding: 0 0 0 0;
	max-width: 100%;
	background-color: rgba(0,0,0,0.5);
	border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
	border-color: #006871;
	border-radius: 15px;
}

/*Review*/
#g-review .swiper .swiper-wrapper .swiper-slide .g-review {
  height: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.16);
  box-shadow: 0 5px 10px rgba(0,0,0,.16);
  margin: 0px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#g-review.layout_style-3 .g-review {
	/*padding: 29px 30px 32px;*/
  	border-radius: 15px;
  	opacity: 1;
 	border: 3px solid rgba(0,0,0,0); /*#006871;*/
 	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0) !important;
 	box-shadow: 0 5px 10px rgba(253, 253, 253, 0) !important;
  	overflow: hidden;
 	text-align: center;
}

#g-review:not(.badge) .g-review .gr-inner-header p a {
  text-decoration: none;
    text-decoration-thickness: auto;
  font-family: inherit;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#g-review.layout_style-3 .swiper .swiper-slide .g-review {
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: rgba(0,0,0,.5);
}

#g-review.layout_style-3 .g-review .gr-inner-body p {
  color: white;
}
#g-review:not(.badge) .g-review .gr-stars .time {
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-family: inherit;
  letter-spacing: 0;
  color: white;
}


/* TrustIndex Google Bewertungen */

.ti-widget.ti-goog {
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: left;
	direction: ltr;
	box-sizing: border-box;
	font-family:  "ABeeZee" !important;
 	background-color: rgba(0,0,0,0.6);
 	padding-top: 20px;
 	border: 3px solid #006871;
 	border-radius: 15px;
}

.ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn {
  display: inline-block;
  background-color: #006871 !important;
  padding: 9.5px 17.5px;
  border-radius: 10px;
  border-style: solid;
  border-color: #006871 !important;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none !important;
  line-height: 1;
  font-size: 14px;
}

.ti-widget.ti-goog .ti-widget-container {
  max-width: 100%;
  margin-left: 25px;
  margin-right: 25px;
}

/* Jetzt bewerten button */
.ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn {
  display: inline-block;
  background-color: #006871;
  padding: 9.5px 17.5px;
  border-radius: 10px;
  border-style: solid;
  border-color: #006871;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none !important;
  line-height: 1;
  font-size: 14px;
}
.ti-widget[data-layout-id="13"][data-set-id="dark-background"] .ti-header-write-btn-container .ti-header-write-btn {
  display: inline-block;
  background-color: #006871;
  padding: 9.5px 17.5px;
  border-radius: 5px;
  border-style: solid;
  border-color: #006871;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none !important;
  line-height: 1;
  font-size: 14px;
}


/* Button ausgeblendet		!! align-items: center; und justify-content: center !important; wieder ausblenden !! */
.write-rez {
	
	display: none; /*flex*/
	justify-content: center !important; wieder ausblenden
	align-items: center;
	width: 40%;
	background-color: rgba(0,0,0,0.5);
	border-style: solid;
 	border-color: #006871;
  	border-radius: 12.5px;
	border-width: 3px;
  	text-decoration: none;
	font-size: 3vh;
	color: white;
	margin-left: auto;
  	margin-right: auto;
	padding-top: 1vh;
	padding-bottom: 1vh;
}
#write-rez-button {
	font-size: 3.0vh;
}
a:focus {
	outline: none !important;
}
.blurry {
	backdrop-filter: blur(5px)
}


/* COOKIES */
#rcb-sc-link-change {
	font-size: 14px;
	color: grey;
  	text-align: center;
 	display: block;
	text-decoration: none;
}

#rcb-sc-link-history {
	font-size: 14px;
	color: grey;
  	text-align: center;
  	display: block;
	text-decoration: none;
}

#rcb-sc-link-revoke {
	font-size: 14px;
	color: grey;
  	text-align: center;
  	display: block;
	text-decoration: none;
}

.cookie-settings {
	display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: center;
	padding-top: 1.0vw;
}


/************************* IMPRESSUM ********************/

.h3-impressum {
	text-align: left;
	font-size: 24px;
	color: white;
	margin-top: 5.0vw;
}
.ul-impressum {
	list-style: none;
	font-size: 24px;
	color: white;
}
.li-impressum {
	font-size: 24px;
	color: white;	
}
.a-impressum {
	font-size: 14px;
	color: white;
	text-decoration: none;
	text-align: right;
	margin-left: 1.0vw;
	margin-right: 1.0vw;
}
#p-impressum {
	font-size: 14px;
	color: grey;
}

/*************************** DATENSCHUTZERKLÄRUNG ****************************/

#ds-headline {
	font-size: 24px;
	text-align: left;
	font-weight:  normal !important;
	padding-top: 0.0vw;	
}

/* Ankerpunkte */
[id*="anker"] {
	font-size: 24px;
	text-align: left;
	font-weight: bold !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	}

#ds-link {
	text-decoration: none;
	color: grey;
}

.ds-list {
	margin-top: 0;
	margin-bottom: 0;
}

.ds-list-item {
	margin-bottom: -1.5em;
}

.wp-block-preformatted {
	box-sizing: border-box;
	white-space: pre-wrap;
	color: white;
	font-size: 18px;
	font-family: var(--wp--preset--font-family--abeezee);
}


/*************************************************************************************************************************
                                              ********* MOBILE ************
*************************************************************************************************************************/
@media (max-width: 768px) {

/*BACKGROUND*/
body {
	background-image: url("https://hundetraining-sabine.com/wp-content/uploads/2025/09/Ira-Elli-BG.jpg");
	background-color: rgba(0,0,0,0.7);
	/*background-blend-mode: overlay;*/
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-attachment: fixed;
	background-position: center center;*/
}	
	
/* NAVIGATTION */

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: white;
}
	
.wp-block-navigation-item__label {
  color: white !important;
  font-weight: bold;
/*  font-size: 4.7vw;*/
}

/****** NAVIGATION *****
.has-base-background-color {
	background-color: black !important;
}*/
	
	
/****** NAVIGATION ******/
.has-base-background-color {
	background-color: #006871 !important;
}
.wp-block-navigation__responsive-container-open {
  background: #006871;
  border: solid 3px;
  color: white;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle;
}
	
/* NAV-BUTTON GRÖSSE */
.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 40px;
  pointer-events: none;
  width: 40px;
}	

/****** ABSTAND OBEN VERRINGERN ******/
.entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
	padding-top: 0 !important;
	margin-top: 0 !important;
	margin-block-start: 0 !important;
}
	
	
	
/****** HOME ******/

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    /*flex-basis: 100% !important;*/
  }
	
.logo {
    width: 30vw !important;
	height: 30vw !important;
    /*margin: 0 auto !important;*/
    display: flex !important;	
	/*float: right;*/
	margin-right: 0vw !important;
}

.site-title {
	font-size: 10vw;
	color: #006871 !important;
	text-align: center !important;
	float: left;
}

.pic-small {
	width: 80vw !important;
	margin: 0 auto !important;
	display: block !important;
	/*padding-top: 18vw;*/
	float: none !important;
}

.pic-med {
	width: 82vw !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	
}

.h1-top {
	text-align: center;
	font-size: 8vw;
	color: #006871;
}

h2 {
	text-align: center;
	font-size: 7.0vw;
	color: white;
}

h3 {
	text-align: center;
	font-size: 5.0vw;
	color: white;
}

h4 {
	text-align: left;
	font-size: 5.0vw;
	color: white;
}

p {
	font-family: "Lato" !important;
	font-size: 3.5vw;
	color: white;
}
	
.normtext {
	font-size: 3.5vw;
	color: white;
}

ul {
/*	margin: 3.5vw !important;*/
	padding: 0 !important;
}
	
li {
	font-size: 3.5vw;
	margin-left: 0 !important;	
}
	
	#ul-list-item-image {	/* List-Item-Image */
		font-family: "Lato" !important;
		font-size: 3.5vw;
		color: white;
		padding-left: 0;
	}

	#li-list-item-image {	/* Set the size of the list image using the background-size property. */
		list-style: none;
		font-size: 3.5vw;
		padding: 0px 25px;
		background-image: url("https://hundetraining-sabine.com/wp-content/uploads/2025/10/Green-Dot.png");
		background-repeat: no-repeat;
		background-position: left 8px;
		background-size: 10px;
	}

.justifytext {
	font-size: 3.5vw;
	color: white;
	text-align: justify;
}

p {
	font-size: 3.5vw;
	color: white;
}
	
a {
	font-size: 3.5vw;
	}

	
/* CROSS-LINK-BUTTON */
.cross-link-button-container-desktop {
	width: 100%
	margin-left:auto;
	margin-right:auto;
	display: none;
}

.cross-link-button-container-mobile {
	width: 100%
	margin-left:auto;
	margin-right:auto;
	display: block;
}


.cross-link-button {
	font-family: "Lato" !important;
	font-size: 3.5vw;
	line-height: 1.5;
	font-weight: 600;
	/*text-transform: uppercase;*/
	color: white;
	letter-spacing: 2px;
	border: 3px solid;
	border-radius: 10px;
	border-color: #8a2a36;
	text-align: center;
	background-color: #8a2a36;
	margin-top: 0vw;
	margin-left: auto;
 	margin-right: auto;
	margin-bottom: 2vw;
	width: 90%;
}

#cross-link-button {
	font-size: 3.5vw !important;
	font-weight: 600 !important;
}
	
	
	
/****** EINZELTRAINING ******/

.v-n-desktop {
	display: none;
}	
.v-n-mobile {
	display: block;
}
	
.wp-block-video {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
	
video {
	width: 60%;
	
}
	
.ul-einzel {
	text-align: justify;
	font-size: 3.5vw;
	color: white;
}
.ul-li-einzel {
	text-align: left;
	font-size: 3.5vw;
	color: white;
}
	
.einzeltraining-grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
}
.einzeltraining-pic-small {
	width: 80vw !important;
	margin: 0vw 2.0vw !important;
	display: block !important;
	float: none !important;
}

/****** KONTAKT ******/


.wpcf7-list-item-label {
	font-size: 2.5vw !important;
}
label {
	font-size: 4.5vw;
}
legend {
	font-size: 4.5vw !important;
}
option {
	font-size: 4.5vw !important;
}
wpcf7-form-control-wrap {
	font-size: 4.5vw !important;
}
wpcf7-form-control {
	font-size: 4.5vw !important;
}
wpcf7-select {
	font-size: 4.5vw !important;	
}
wpcf7-validates-as-required {
	font-size: 4.5vw !important;	
}
select {
	font-size: 4.5vw !important;	
}
.wpcf7-not-valid-tip {
	font-size: 4.5vw !important;
}
.wpcf7-text {
	font-size: 4.5vw !important;
}
.wpcf7-textarea {
	font-size: 4.5vw !important;
}

.wpcf7 .wpcf7-form.cf7skins.cf7s-emerald input[type="submit"] {
	background: #006871 !important;
	border: 1px solid #fff;
	font-size: 4.5vw !important;
}
.wpcf7 .wpcf7-form.cf7skins.cf7s-emerald input[type="text"] {
	color: #fff !important;
}

	
/* WhatsApp - Widget */

.chaty-whatsapp-message-nickname {
	font-size: 3.3vw;
	font-family: "Lato" !important;
}

/****** ÜBER MICH ******/

/************************* ÜBER MICH *************************************/

/* Button */
button{
  padding:10px 20px;
  /*font-size:16px;*/
  cursor:pointer;
	font-family: "Lato" !important;
	font-size: 3.3vw;
	line-height: 1.2;
	font-weight: 900;
	/*text-transform: uppercase;*/
	color: white;
	letter-spacing: 2px;
	border: 3px solid;
	border-radius: 10px;
	border-color: #006871;
	text-align: center;
	background-color: #006871;
	/*margin-top: 6vh;
	margin-left: auto;
 	margin-right: auto;
	margin-bottom: 5vh;*/
	width: 90%;
}

/* Overlay */
.popup{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.8);
  justify-content:center;
  align-items:center;
  z-index:1000;
}

/* Box */
.popup-content{
  background:#fff;
  padding:12px;
  border-radius:8px;
  position:relative;
  max-width:90%;
  max-height:90%;
  text-align:center;
}

/* Bild */
.popup-content img{
  max-width:100%;
  max-height:75vh;
}

/* Schließen */
.close{
  position:absolute;
  top:6px;
  right:10px;
  cursor:pointer;
  font-size:50px;
}

/* Navigation */
.nav{
  margin-top:8px;
}

.nav button{
  padding:6px 14px;
  margin:0 5px;
}



/****** PREISE ******/
.prices {
	font-family: "Lato" !important;
	font-size: 3.4vw;
	color: white;
}
	

/****** FOOTER ******/

.footer-desktop {
	display: none;
}
.footer-mobile {
	display: block;
}
	
.footer-links {
	font-family: "Lato" !important;
	font-size: 3.0vw !important;
	text-align: right !important;
	margin-right: 3.0vw !important;
	margin-top: 5vw !important;
}
.footer-text {
	font-family: "Lato" !important;
	font-size: 3.4vw !important;
	text-align: center;
	color: white;
	
}

.a-footer {
	font-size: 3.4vw !important;
}
.a-impressum {
	font-size: 3.4vw !important;
}
	
.social {
	width: 3vw;
	padding-left: 7vw;
	padding-right: 7vw;
}
	
/* INSTA-FEED */
	.ti-widget.ti-feed-widget {
		width: 86% !important;
	}
	
	.ti-widget[data-layout-id="13"][data-set-id="dark-background"] .ti-col-1 .ti-reviews-container, .ti-widget[data-layout-id="13"][data-set-id="dark-background"] .ti-col-1 .ti-footer {
 		margin-top: 0px;
		padding-right: 0px;
		margin-bottom: 0px !important;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.ti-widget[data-layout-id="13"][data-set-id="dark-background"] {
		/*width: 100%;
		display: block;
		overflow: hidden;
		text-align: left;
		direction: ltr;
		box-sizing: border-box;
		font-family: unset;*/
		border: 3px solid #006871;
		border-radius: 15px;
		padding-left: 25px;
		padding-right: 25px;
		Background-color: rgba(0,0,0,0.5);
 		padding-top: 25px;
		padding-bottom: 0px;
}

	
/* BEWERTUNGEN */
.rez-alt {
	font-size: 3.4vw !important;
}
.rez-alt-date {
	font-size: 2.5vw !important;
}
	
.write-rez {
	
	display: felx;
/*	justify-content: center !important;
	align-items: center;*/
	width: 99%;
	background-color: rgba(0,0,0,0.5);
	border-style: solid;
 	border-color: #006871;
  	border-radius: 12.5px;
	border-width: 3px;
  	text-decoration: none;
	font-size: 3.0vh;
	color: white;
	margin-left: auto;
  	margin-right: auto;
	padding-top: 1vh;
	padding-bottom: 1vh;
	padding-left: 0vh;
	padding-right: 0vh;
}
/*#write-rez-button {
	font-size: 3.0vh;
}*/

.social {
	width: 25%;
}

/* COOKIES */
#rcb-sc-link-change {
	font-size: 3.4vw;
	color: grey;
  	text-align: center;
 	display: block;
	text-decoration: none;
}

#rcb-sc-link-history {
	font-size: 3.4vw;
	color: grey;
  	text-align: center;
  	display: block;
	text-decoration: none;
}

#rcb-sc-link-revoke {
	font-size: 3.4vw;
	color: grey;
  	text-align: center;
  	display: block;
	text-decoration: none;
}
	
/****** IMPRESSUM ******/

.h3-impressum {
	text-align: left;
	font-size: 3.4vw;
	color: white;
	margin-top: 5.0vw;
}
.ul-impressum {
	list-style: none;
	font-size: 3.4vw;
	color: white;
}
.li-impressum {
	font-size: 3.4vw;
	color: white;	
}
.a-impressum {
	font-size: 3.4vw;
	color: white;
	text-decoration: none;
	text-align: right;
	margin-left: 1.0vw;
	margin-right: 1.0vw;
}	
#p-impressum {
	font-size: 3.0vw;
	color: grey;
}
	
	
}

/************************************************************************************************************************
                                           ********* MOBILE END ************
***********************************************************************************************************************/






/************************************************************************************************************************                                         ********** AB 1920px x 1080px *********                                   ***********************************************************************************************************************/

@media (min-width: 1920px) {

.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--full-size);
	padding-left: 2.5%;
	padding-right: 2.5%;
}
	
body {
	background-image: url("https://hundetraining-sabine.com/wp-content/uploads/2025/09/Ira-Elli-BG.jpg");
	background-color: rgba(0,0,0,0.7);
	/*background-blend-mode: overlay;*/
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
	
/*NAVIGATION COLORS*/
.wp-block-navigation-item__label {
	color: #006871;
	font-weight: bold;
	font-size: 3.0vh;
	margin-left: 1.0vh;
}
	
	
/************************ HOME *************************/

.site-title-grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
}

.logo {
    width: 25vh !important;
	height:25vh !important;
    margin: 0 auto !important;
	display: block !important;	
	float: right;
}

.site-title {
	font-family: "Covered By Your Grace" !important;
	font-size: 8vh;
	color: #006871 !important;
	text-align: center !important;
	margin: 0 0;
    padding-top: 1.6vw;
	float: left;
}




.pic-small {
	width: 18vw !important;
	margin: 0 auto !important;
	display: block !important;	
}

.pic-med {
	width: 44vw !important;
	margin: 0 auto !important;
	display: block !important;
}

.h1-top {
	font-family: "Covered By Your Grace" !important;
	text-align: center;
	font-size: 8vh;
	color: #006871;
}

h2 {
	font-family: "ABeeZee" !important;	
	text-align: center;
	font-size: 5vh;
	color: white;
}

h3 {
	font-family: "ABeeZee" !important;
	text-align: center;
	font-size: 3.5vh;
	color: white;
}

h4 {
	font-family: "ABeeZee" !important;
	text-align: left;
	font-size: 3.4vh;
	color: white;
}

.normtext {
	font-family: "ABeeZee" !important;
	font-size: 2.5vh;
	color: white;
}

.jusifytext {
	font-family: "ABeeZee" !important;
	font-size: 2.5vh;
	color: white;
	text-align: justify;
}

p {
	font-family: "ABeeZee" !important;
	font-size: 2.5vh;
	color: white;
}

a {
	font-family: "ABeeZee" !important;
	font-size: 2.5vh;
	color: white;
}
	
ul {
	font-size: 2.5vh;
}
	
li {
	font-size: 2.5vh;
}

/**************************** EINZELTRAINING ********************************/

.v-n-mobile {
	display: none;
}

.ul-einzel {
	text-align: justify;
	font-size: 3.0vh;
	color: white;
}
.ul-li-einzel {
	text-align: left;
	font-size: 3.0vh;
	color: white;
}

.wp-block-video {
	width: 100%;
	height: 50%;
}
	
video {
	width: 100%;
}

.einzeltraining-grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
}
.einzeltraining-pic-small {
	width: 22vw !important;
	margin: 0vw 2.0vw !important;
	display: block !important;	
}

/************************** GRUPPENTRAINING *********************************/



/**************************** KONTAKT **************************************/

label {
	font-size: 3.0vh;
}
legend {
	font-size: 4.6vh !important;
}
option {
	font-size: 3.0vh !important;
}
wpcf7-form-control-wrap {
	font-size: 3.0vh !important;
}
wpcf7-form-control {
	font-size: 3.0vh !important;
}
wpcf7-select {
	font-size: 3.0vh !important;	
}
wpcf7-validates-as-required {
	font-size: 3.0vh !important;	
}
select {
	font-size: 3.0vh !important;	
}
.wpcf7-not-valid-tip {
	font-size: 3.0vh !important;
}
.wpcf7-text {
	font-size: 3.0vh !important;
}
.wpcf7-textarea {
	font-size: 3.0vh !important;
}
input {
	/*font-size: 1.7vw !important;*/
}
.wpcf7-list-item-label {
	font-size: 2.2vh !important;
}

/* Farben */
.wpcf7 .cf7s-emerald {
	background: #006871;
	border: 1px solid #fff;
}
.wpcf7 .cf7s-emerald fieldset {
	color: #fff;
	border: 1px solid #fff;
	background: #525252;
}
.wpcf7 .wpcf7-form.cf7skins.cf7s-emerald input, .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald textarea {
	border: 1px solid #fff;
	background: #006871;
}
.wpcf7 .cf7s-emerald legend {
	border: 5px solid #fff;
	background: #006871;
}
.wpcf7 .cf7s-emerald select {
	border: 1px solid #fff;
	background: #006871;
}
.wpcf7 .wpcf7-form.cf7skins.cf7s-emerald input[type="submit"] {
	background: #006871 !important;
	border: 1px solid #fff;
	font-size: 4.0vh !important;
}
.wpcf7 .wpcf7-form.cf7skins.cf7s-emerald input[type="text"] {
	color: white;
}

/************************** PREISE ***************************************/

.prices {
	font-family: "ABeeZee" !important;
	font-size: 3.0vh;
	color: white;
}

ul {
	list-style: none;
	font-size:3.0vh;
}


.price-left {
	/*float: left;*/
	text-align: left;
	font-size: 3.0vh;
	color: white;
	list-style: none;
	
}
.price-right {
	/*float: right;*/
	text-align: right;
	font-size: 3.0vh;
	color: white;
	list-style: none;
}

li {
	margin-left: 0 !important;
}

/*********************** FOOTER *************************/

.footer-mobile {
	display: none;
}


.social-grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
}
.social {
	width: 3vw;
	padding-left: 3vw;
	padding-right: 3vw;
}

.a-footer {
	font-family: "ABeeZee" !important;
	font-size: 2.2vh;
}

.footer-links {
	font-family: "ABeeZee" !important;
	font-size: 2.2vh !important;
	text-align: right !important;
	margin-right: 1.2vw !important;
}
.footer-text {
	font-family: "ABeeZee" !important;
	font-size: 2.2vh !important;
	text-align: center;
	color: white;
}
.a-impressum {
	font-size: 2.2vh !important;	
}

/* BERWERTUNGEN */
#rez-alt-cont {
	margin-left: 5vw;
	margin-right: 5vw;
}
.rez-alt {
	font-size: 2.6vh !important;
}
.rez-alt-date {
	font-size: 1.8vh !important;
}
#more {
	display: none;
}

/* COOKIES */
#rcb-sc-link-change {
	font-size: 2.2vh;
	color: grey;
  	text-align: center;
 	display: block;
	text-decoration: none;
}

#rcb-sc-link-history {
	font-size: 2.2vh;
	color: grey;
  	text-align: center;
  	display: block;
	text-decoration: none;
}

#rcb-sc-link-revoke {
	font-size: 2.2vh;
	color: grey;
  	text-align: center;
  	display: block;
	text-decoration: none;
}

.cookie-settings {
	display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: center;
	padding-top: 1.0vw;
}


/************************* IMPRESSUM ********************/

.h3-impressum {
	text-align: left;
	font-size: 3.6vh;
	color: white;
	margin-top: 5.0vw;
}
.ul-impressum {
	list-style: none;
	font-size: 3.0vh;
	color: white;
}
.li-impressum {
	font-size: 3.0vh;
	color: white;	
}
.a-impressum {
	font-size: 2.4vh;
	color: white;
	text-decoration: none;
	text-align: right;
	margin-left: 1.0vw;
	margin-right: 1.0vw;
}
#p-impressum {
	font-size: 2.0vh;
	color: grey;
}

/*************************** DATENSCHUTZERKLÄRUNG ****************************/

#ds-headline {
	font-size: 5.4vh;
	text-align: left;
	font-weight:  normal !important;
	padding-top: 0.0vw;	
}

/* Ankerpunkte */
[id*="anker"] {
	font-size: 4.4vh;
	text-align: left;
	font-weight: bold !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	}

#ds-link {
	text-decoration: none;
	color: grey;
}

.ds-list {
	margin-top: 0;
	margin-bottom: 0;
}

.ds-list-item {
	margin-bottom: -1.5em;
}

.wp-block-preformatted {
	box-sizing: border-box;
	white-space: pre-wrap;
	color: white;
	font-size: 3.0vh;
	font-family: var(--wp--preset--font-family--abeezee);
}	
	
	
}

