/*
Theme Name: Wootstrap BS4 - Wasserfloehe 2026
Theme URI: http://mehne.biz
Description: Deutsch: Dieses Template war eine Idee von Kai Meinhardt. Es wird von Kai Meinhardt umgesetzt. Es darf nicht von anderen genutzt werden. Danke.
English: Copyright (C) Kai Meinhardt (mehne.biz) - All Rights Reserved	
Author: Kai Meinhardt
Author URI: http://mehne.biz
Version: 5.2.3-BS4-build2019-09-19
*/

/*
 * Copyright (C) Kai Meinhardt (mehne.biz) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Kai Meinhardt <info@mehne.biz>, 2016 - 2019
 */

@font-face {
	font-family: "Roboto Condensed";  
	src: url('includes/fonts/Roboto_Condensed/RobotoCondensed-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Roboto Condensed";  
	src: url('includes/fonts/Roboto_Condensed/RobotoCondensed-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: "Roboto Condensed";  
	src: url('includes/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Roboto Condensed";  
	src: url('includes/fonts/Roboto_Condensed/RobotoCondensed-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: "Roboto Condensed";  
	src: url('includes/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Roboto Condensed";  
	src: url('includes/fonts/Roboto_Condensed/RobotoCondensed-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}


/* kleiner reset */
*:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 10px;
	line-height: 1.875em;
	background-color: #daf0f0;
}

body {
	font-size: 16px;
}
/*
@media(min-width:768px) {
	body {
		line-height: 1.5em;	
	}
}
*/
:root {
	--blauBG: rgb(0, 134, 203);
	--blauFONT: rgb(0, 134, 203);
	--gruenFONT: rgb(72, 171, 80);
}

.container-fluid {
	max-width: 1200px;
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
}
.flexbox > div {
	display: inline-flex;
	flex: 0 0 auto;
}
.flexbox:before,
.flexbox:after {
	content: normal; /* safari fix */
}
/* für safari das falsche Runden nicht vergessen */

img {
	max-width: 100%;
	height: auto;
}
img.img-responsive {
	width: 100%;
	height: auto;
}

p {
	margin-bottom: 2rem;
}

/* wordpress klassen */
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* bootstrap heading-reset */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400;
}
@media (max-width: 370px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		word-break: break-all;
	}
}

h1,
h1 a,
h2,
h2 a {
	color: #0086cb;
	font-weight: 400;
	font-size: 3.4rem;
	line-height: 1.333em;
}

h3,
h3 a {
	font-size: 1.6rem;
	font-weight: 700;
	color: #0086cb;
	margin-bottom: 0.3em;
}

h4,
h4 a {
	font-size: 1.083em;
	font-weight: 500;
	color: #000;
	margin-bottom: 0.9em;
}

h5,
h5 a {
	font-size: 1.083em;
	font-weight: 500;
	color: #000;
	margin-bottom: 0.9em;
}

h6,
h6 a {
	font-size: 1.167em;
	font-weight: 900;
	color: #000;
}

.whitebg {
	background-color: #fff;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + ul,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
p + ol,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
p + blockquote,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4 {
	margin-top: 2rem;
}

hr.trenner {
	background-image: url(images/trenner-dom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 47px;
	border: 0;

	margin-top: 45px;
	margin-bottom: 95px;
}

.blasen-weiss {
	position: absolute;
	z-index: 20;
	right: 115px;
	top: 160px;
	background-image: url(images/Blasen_weiss.png);
	width: 348px;
	height: 548px;
}

/* Nur wenn Bootstrap-Slider verwendet wird: */
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
	width: 100%;
	margin: auto;
	min-height: 400px;
	max-height: 564px;
	object-fit: cover;
}

.carousel-caption {
	background-color: #0086cd;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
}

@media (min-width: 992px) {
	.carousel-caption {
		position: absolute;
		z-index: 30;
		right: auto;
		left: 60%;
		bottom: 11%;
		background-color: rgba(255, 255, 255, 0.8);
		color: #0086cb;
		border-radius: 50%;
		padding: 95px 40px 45px;
		height: 317px;
		width: 317px;
		font-size: 2.7rem;
		line-height: 1.2em;
	}
}

.carousel-caption a {
	text-decoration: none !important;
	color: #fff !important;
}
@media (min-width: 992px) {
	.carousel-caption a {
		color: #0086cb !important;
	}
}

.carousel-control-prev,
.carousel-control-next {
	text-decoration: none !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	background-image: url(images/slider-arrow-right.svg);
	width: 35px;
	height: 67px;
}

.carousel-control-prev-icon {
	transform: rotate(180deg);
}

.carousel-indicators {
	position: relative;
	bottom: auto;
	margin-top: 20px;
	margin-bottom: 0;
}

.carousel-indicators li {
	background-color: transparent;
	border: 1px solid #0086cd;
	height: 17px;
	width: 17px;
	border-radius: 50%;
}

.carousel-indicators li.active {
	background-color: #0086cd;
}

/* Ende Bootstrap Slider */

.dsv-siegel {
	position: absolute;
	right: 10%;
	top: auto;
	bottom: -10px;
	z-index: 1;
}

/* Anpassungen individuell für diese Seite */
.page-header {
	border: 0;
	padding-bottom: 0;
	margin: 0px; /* BS reset */
	width: 100%; /* for position-fixed cases */
	z-index: 9970; /* for position-fixed cases */
	/* individuell */
	background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
	height: 105px;
	z-index: 1050;
}

@media (min-width: 992px) {
	.page-header {
		height: 123px;
		background-color: rgba(255, 255, 255, 0.8);
	}
}

.navbar {
	/* individuell */
	padding: 0px;
}

/* BS4 reset */
/*.navbar>.container, .navbar>.container-fluid {padding:0;}*/

/* mobiler Button */
.navbar-toggler {
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
	margin: 0;
	padding: 0;

	/* individuell */
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	background-color: transparent;
}

.navbar-toggler .navbar-toggler-icon {
	background: url(images/burger.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 73px;
	height: 55px;
}
/* Ende mobiler Button */

.top-header {
	background-color: var(--grauBG);
	text-align: right;
}

#menu-top-menue {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: 700;
}

.sub-menu {
	background-color: rgba(255, 255, 255, 0);
}

.top-header li {
	list-style-type: none;
	font-size: 1.4rem;
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
}

.top-header li:last-child {
	padding-right: 0;
}

.top-header li a {
	color: #fff;
	text-decoration: none;
}

.navbar-brand {
	/* bootstrap resets */
	line-height: 100%;
	height: auto;
	/* individuell */
	width: 264px; /* FF benötigt original-breite hier */
}

.navbar-brand.prevent-tiere .logo {
	background-image: url(images/logo.svg) !important;
	top: 0;
	height: auto !important;

	/*
	-webkit-transition: background 1.5s linear;
	-moz-transition: background 1.5s linear;
	-o-transition: background 1.5s linear;
	-ms-transition: background 1.5s linear;
	transition: background 1.5s linear;
	*/
}

.logo {
	display: block;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	text-indent: 0px;

	background-image: url(images/logo.svg);
	/*
	-webkit-transition: background 1.5s linear;
	-moz-transition: background 1.5s linear;
	-o-transition: background 1.5s linear;
	-ms-transition: background 1.5s linear;
	transition: background 1.5s linear;
	*/
}

@media (min-width: 992px) {
	.logo {
		margin-top: 35px;
	}
}

.navbar-brand.tiere .logo {
	/*background-image: url(images/logo-tiere.svg), linear-gradient(to bottom, transparent 0px, transparent 64px, rgba(255,255,255,.8) 64px, rgba(255,255,255,.8) 100%);*/
	background-image: url(images/logo-tiere.svg),
		url(images/logo-tiere_flaeche.svg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 9980;
	text-indent: 0;
	color: transparent;
	height: 288px;
	background-position: bottom center, center 59px;

	/*
	-webkit-transition: background 1.5s linear;
	-moz-transition: background 1.5s linear;
	-o-transition: background 1.5s linear;
	-ms-transition: background 1.5s linear;
	transition: background 1.5s linear;
	*/
}

@media (min-width: 992px) {
	.navbar-brand.tiere .logo {
		background-position: bottom center, center 73px;
	}
}

.logo img {
	/* since BS4 real size here */
	width: 230px;
	/*height: 124px;*/
}

.logo:after {
	border: 0 !important;
}

.navbar-collapse {
	position: absolute;
	top: 25px;
	left: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.95);
}

@media (min-width: 992px) {
	.navbar-collapse {
		position: static;
		width: auto;
		padding: 0;
		background-color: transparent;
	}
}

.menu > li {
	flex: 1 1 auto !important;
}

/* Menü - Ebene 1 und Tiefer */
.nav > li a,
a:not([href]):not([tabindex]) {
	display: block;
	color: rgb(0, 134, 203);
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 2px;
}

@media (min-width: 992px) {
	.nav > li a,
	a:not([href]):not([tabindex]) {
		padding-top: 55px;
		padding-bottom: 40px;
		text-align: center;
	}
}

/* Menü - Ebene 1 */

.nav > li > a {
	white-space: nowrap;
	text-transform: uppercase;
}

.nav > li.current-menu-item > a,
.nav > li.current-menu-parent > a,
.nav > li.current-menu-ancestor > a,
.nav > li > a:focus,
.nav > li > a:hover,
.nav .show > a,
.nav > li:focus > a:not([href]):not([tabindex]),
.nav > li:hover > a:not([href]):not([tabindex]) {
	/*reset*/
	background-color: inherit;
	border-color: rgba(0, 0, 0, 0);
	text-decoration: none;

	/*individuell*/
	color: rgb(72, 171, 80);
}

@media (min-width: 992px) {
	.nav > li > a {
		border-bottom: 5px solid transparent;
	}

	.nav > li.current-menu-item > a,
	.nav > li.current-menu-parent > a,
	.nav > li.current-menu-ancestor > a,
	.nav > li > a:focus,
	.nav > li > a:hover,
	.nav .show > a,
	.nav > li:focus > a:not([href]):not([tabindex]),
	.nav > li:hover > a:not([href]):not([tabindex]) {
		border-bottom: 5px solid var(--gruenFONT);
	}
}

.menu-item-has-children {
	cursor: pointer;
	position: relative; /*for position of menu level 3*/
	background: transparent; /*mobile*/
}

.dropdown-toggle::after {
	/* BS4 reset*/
	display: none;
}

/* Untermenüs */
.dropdown-menu {
	/*resets*/
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	font-size: 100%;

	/*mobile*/
	width: 100%;

	/* individuell */

	margin: 0 0 5px 0;
}

.dropdown-menu:before,
.dropdown-menu:after {
	display: block;
	content: url(images/gruener-trenner.svg);
}

@media (min-width: 992px) {
	.dropdown-menu {
		margin: 0;
		width: auto;
		background-color: rgba(255, 255, 255, 0.9);

		/* shadows */
		-webkit-box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.1);
	}

	.dropdown-menu:before,
	.dropdown-menu:after {
		display: none;
		content: normal;
	}
}

.dropdown-menu > li > a {
	font-size: 1.7rem;
	text-align: left; /* mobil */
	color: rgb(0, 134, 203);
	padding: 13px 15px 12px 65px;
	display: block;
	white-space: nowrap;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.dropdown-menu > li > a {
		padding: 13px 40px 12px 25px;
	}
}

.dropdown-menu > li.current-menu-item,
.dropdown-menu > li:hover {
	background-color: var(--grauBG);
}

.dropdown-menu > li.current-menu-item > a,
.dropdown-menu > li:hover > a {
	background-image: none; /*reset important*/
	color: var(--gruenFONT);
	text-decoration: none;
}

/* MAIN */

main {
	/* für den parallax */
	position: relative;
}

main a,
main a:active,
main a:focus,
main a:visited,
main a:hover {
	color: #0086cb;
	text-decoration: underline;
}

main ul:not(.slick-dots),
main ol:not(.carousel-indicators) {
	list-style: none;
	padding: 0;
	display: table;
}

main ul:not(.slick-dots) li {
	display: table-row;
}

main ul:not(.slick-dots) li:before {
	content: "-";
	width: 11px;
	height: 11px;
	vertical-align: top;
	display: table-cell;
	text-align: left;
	padding-top: 2px;
	padding-right: 0.2rem;
	box-sizing: content-box;
}
main ul li:after {
	content: " ";
	display: block;
	margin-bottom: 0.5rem;
}

main ol:not(.carousel-indicators) {
	counter-reset: item;
}
main ol:not(.carousel-indicators) li {
	display: table-row;
}
main ol:not(.carousel-indicators) li:before {
	content: counter(item) ".";
	counter-increment: item;

	color: #014866;
	font-size: 1.8rem;
	font-weight: 500;

	display: table-cell;

	padding-right: 1.5rem;
}

main img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.standardcontent {
		font-size: 2rem;
		line-height: 1.5em;
	}
}

figure {
	max-width: 100%;
}

main .wp-caption-text {
	background: #fff;
	color: rgb(70, 70, 70);
	padding-bottom: 24px;
	padding-left: 28px;
	padding-right: 27px;
	font-size: 0.833em;
}

/* BUTTONS */

.btn-primary,
main a.btn-primary,
.btn-secondary,
main a.btn-secondary,
.btn-info,
main a.btn-info {
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 2.2rem;
	max-width: 100%;
	text-align: center;
	border-radius: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 19px;
	padding-left: 2em;
	padding-right: 2em;
}

.btn-primary,
main a.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
	color: #0086cd;
	background-color: #fff;
	border: 2px solid #0086cd;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #0086cd;
	border-color: #0086cd;
}

.btn-primary:disabled {
	color: #0086cd;
	background-color: #fff;
	border-color: #0086cd;
}

.btn-secondary {
	color: #fff;
	background-color: #41ae55;
	border: 2px solid #41ae55;
	width: 100%;
}

.btn-info {
	color: #fff;
	background-color: #0086cd;
	text-transform: uppercase;
	border: 1px solid #0086cd;
}

.slick-dots li button {
	background-color: transparent !important;
	color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button.slick-prev,
button.slick-next {
	background-color: #fff !important;
	color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 39px;
	height: 70px;
	top: 28%;
	z-index: 2;
	right: -19px;
}

.slick-prev:before,
.slick-next:before {
	color: #a3a21c;
	font-size: 40px;

	font-family: "FontAwesome";
}

.slick-next:before {
	content: "\f105";
}
.slick-prev {
	display: none !important;
}

input[type="number"],
input[type="date"],
input[type="text"],
input[type="email"],
select {
	display: block;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 8px;
}

select {
	padding-top: 6px;
	padding-bottom: 5px;
}

.content-bereich {
	background-image: url(images/content-kopf.png),
		linear-gradient(to bottom, #0086cd 0%, #0086cd 100%);
	background-position: center top, center 38px;
	background-size: 100% 39px, auto auto;
	background-repeat: no-repeat;
	padding-top: 39px;
	color: #fff;
	padding: 40px 30px 75px 30px;
}

.content-bereich p {
	font-size: 19px;
	width: 100%;
	height: auto;
	line-height: 35px;
}

.content-bereich h2 {
	color: #fff;
}

@media (min-width: 992px) {
	.content-bereich {
		background-image: url(images/content-bereich-bg.png);
		background-position: center top;
		background-size: 100% auto;
		padding-left: 80px;
		padding-right: 25%;
		padding-bottom: 135px;
	}

	.content-bereich p {
		font-size: 16px;
	}
	.content-bereich h2 {
		font-size: 34px;
		padding-bottom: 30px;
	}
}

.flair {
	position: relative;
	z-index: 1;
	top: -42px;
	width: 85%;
	margin: auto;
}

@media (min-width: 992px) {
	.flair {
		position: relative;
		top: -105px;
		width: auto;
		margin: 0;
	}
}

.news-bereich {
	background-image: url(images/gruener-kopf.png),
		linear-gradient(
			-120deg,
			rgba(0, 134, 203, 0.15) 0%,
			rgba(74, 171, 80, 0.15) 72%,
			rgba(255, 255, 255, 0.15) 100%
		);
	background-position: center top, center 39px;
	background-repeat: no-repeat;

	padding: 40px 15px 15px 20px;
}

@media (min-width: 992px) {
	.news-bereich {
		background-image: url(images/news-bg.png);
		background-repeat: no-repeat;
		background-size: auto auto;
	}
}

.news-bg {
	height: 100%;
	background-color: #fff;
	position: relative;
}

.news-bg img {
	border-bottom: 5px solid rgba(17, 157, 138, 0.4);
	width: 100%;
	height: auto;
}

@media (min-width: 992px) {
	.news-bg img {
		border-bottom-width: 2px;
	}
}

.news-bereich h2 {
	font-size: 2.2rem;
	margin-bottom: 8%;
}

.news-text {
	padding: 20px 20px 86px 20px;
}

.news-btn-bg {
	background-color: #fff;
}

.news-bg .btn-primary {
	width: calc(100% - 6px);
	margin: 3px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	display: block;
}

blockquote {
	background-repeat: no-repeat;
	background-position: bottom right;

	font-size: 3.2rem;
	line-height: 1.406em;
	padding: 35px;
	text-align: center;
	font-style: italic;
	position: relative;
	margin-bottom: 95px;
}

@media (min-width: 992px) {
	blockquote {
		padding: 65px 125px 60px 115px;
	}
}

@media (min-width: 992px) {
	.zitat {
		margin-top: 15px;
	}
}

.simple-parallax {
	display: block;
}

img.simple-parallax.first {
	position: absolute;
	left: 10px;

	margin-top: -80px;
}

img.simple-parallax.second {
	position: absolute;
	right: 15px;

	margin-top: -75px;
}

img.simple-parallax.third {
	position: absolute;
	left: 35%;
	margin-top: -230px;
}

img.simple-parallax.fourth {
	position: absolute;
	right: 10%;
	margin-top: -269px;
}

img.simple-parallax.fifth {
	position: absolute;
	bottom: 0px;
	left: 15px;
}

/*Team*/
.page-content-container {
	background-image: url(images/weißer-kasten-lang.png),
		linear-gradient(
			to right,
			rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 1) 100%
		);
	background-position: left top, left 39px;
	background-size: 100% 39px, 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;

	padding: 40px 15px 15px 20px;
	padding-bottom: 60px;
}

@media (min-width: 576px) {
	.page-content-container {
		background-size: 83.33% 39px, 83.3333% 100%;
	}
}

.bilderrahmen {
	background-image: url(images/standard-img-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	max-width: 375px;
	padding: 25px 40px 25px 0px;
}

.wp-block-web-definer-wasserfloehe-standard:nth-child(odd) .bilderrahmen {
	background-image: url(images/standard-img-bg-180.png);
	padding: 25px 0px 25px 40px;
	background-position: top left;
}

.page-content-container h1,
.page-content-container h2 {
	text-transform: uppercase;
}

.page-content-container h2 {
	margin-bottom: 1em;
}

h1 + .wp-block-web-definer-wasserfloehe-standard-breit {
	margin-top: 1em;
}

.page-zusazinfo-container {
	background-color: #fff;
	padding-top: 105px;
	max-width: none;
}
.page-template-page-zusatzinfos .bilderrahmen {
	background: none;
}

.zusatzinfo {
	border: none;
	background: none;
	padding: 0;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.zusatzinfo img {
	width: 360px;
	height: auto;
}

.zusatzinfo:not(.collapsed) img {
	margin-bottom: -95px;
}

/*Kurse*/

.sortierung-kurse-container {
	background-image: url(images/Unterseite_weisser_Kopf.png),
		linear-gradient(
			to bottom,
			rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 1) 100%
		);
	background-position: left top, left 39px;
	background-repeat: no-repeat;
	background-size: 100% 39px, 100% auto;
	padding: 15px 0px 0px 0px;
}

.kurs {
	background-color: #ffffff;
	padding-top: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	border: 1px solid #0086cd;
}

@media (max-width: 991px) {
	.kurse {
		background-color: #fff;
		margin: 0px;
	}
}

@media (min-width: 576px) {
	.kurs {
		border: none;
	}
}

.kursdetail {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-ms-flex-align: center !important;
	align-items: center !important;

	line-height: 1.5em;
	margin-bottom: 1rem;
}

.icon:before {
	display: inline-block;
	padding-right: 10px;
}

.icon-kalender-monat:before {
	content: url(images/Anmeldung_Icon_01_Tag.png);
}

.icon-kalender-pfeil:before {
	content: url(images/Anmeldung_Icon_02_Kursdauer.png);
}

.icon-uhr:before {
	content: url(images/Anmeldung_Icon_03_Uhrzeit.png);
}

.icon-marker:before {
	content: url(images/Anmeldung_Icon_04_Kursort.png);
}

.icon-ziel:before {
	content: url(images/Anmeldung_Icon_05_Kursziel.png);
}

.icon-leiter:before {
	content: url(images/Anmeldung_Icon_06_Kursleiter.png);
}

.kurse .btn-primary,
.kurse .btn-secondary,
.kurse .btn-info,
.kurse .btn-primary:hover {
	max-width: calc(100% - 30px);
	margin: 1.5rem auto;
	width: 100%;
	padding-left: 0px;
	padding-right: 0;
	display: block;
}

.kurse .btn-secondary:hover {
	color: #41ae55;
	border: 1px solid #41ae55;
	background-color: #ffffff;
}

#sortierungKurse {
	background-image: url(images/sortier-pfeil.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	/*color: #0086cd;
    border: 1px solid #0086cd;*/
	color: #41ae55;
	text-transform: uppercase;

	border-radius: 0;
	background-color: #ffffff;
	font-size: 19px;
	padding: 15px 45px 10px 15px;
	margin-bottom: 20px;
	text-align: left;
}

@media (min-width: 576px) {
	#sortierungKurse {
		margin-bottom: 50px;
	}
	.kurse {
		background-color: none;
		background: none;
	}
	.kurs {
		background-color: none;
	}
}

@media (min-width: 576px) {
	.sortierung-kurse-container {
		background-image: none;
	}
}

#sortierungKurse:active,
#sortierungKurse:hover {
	color: #41ae55;
	border: 1px solid #41ae55;
	background-color: #ffffff;
}

#sortierungKurse[aria-expanded="true"] {
	background-image: url(images/sortier-pfeil-180.png);
}

.dropdown-menu-right {
	width: 100%;
	margin-top: 5px;
	background-color: rgba(255, 255, 255, 0.9);
}

.dropdown-item {
	color: #0086cd;
	font-size: 19px;
	text-transform: uppercase;
}

.dropdown-item:hover {
	color: #41ae55;
}

.btn-text[aria-expanded="true"] {
	display: none;
}

.subline {
	color: #41ae55;
	font-weight: 700;
}

.zeitraeume {
	width: auto;
	background: none;
	border: none;
	color: #41ae55;
	border-radius: 0;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	padding: 15px 15px 15px 15px;
	margin-top: 15px;
	font-weight: 400;
	display: block;
	width: calc(100% + 15px);

	background-image: url(images/sortier-pfeil.png);
	background-repeat: no-repeat;
	background-position: right 23px center;
}

.wpcf7-form-control:not(.wpcf7-acceptance) {
	border: 1px solid #0086cd;
	color: #0086cd;
	display: block;
}

textarea.kursdetails {
    position: absolute;
  visibility: hidden;
}

.captcha-image {
	border: none !important;
}

.modal-content span {
	border: none;
}

.modal-content p {
	color: #0086cd;
	margin-bottom: 1rem;
}

.wpcf7-submit {
	color: #fff;
	background-color: #41ae55;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 400;
	border: 1px solid #41ae55;
	width: 50%;
	border-radius: 0;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-left: 15px;
}

.wpcf7-submit:disabled {
	color: #888888;
	background-color: #ffff;
	border: 1px solid #888888;
}

@media (min-width: 768px) {
	.wpcf7-submit {
		font-size: 2.6rem;
	}
}

input[type="checkbox"] {
	margin-right: 5px;
}

label {
	width: 100%;
}

textarea {
	width: 100%;
}

/*Kursorte*/

.page-template-page-kursorte .bilderrahmen {
	background-image: url(images/kursort-img-bg-oben.png);
}

.wp-block-web-definer-wasserfloehe-alternativ:nth-child(odd) .bilderrahmen {
	background-image: url(images/kursort-img-bg-unten.png);
}

.page-template-page-kursorte .bilderrahmen img {
	margin-left: 9%;
}

@media (min-width: 576px) {
	.page-template-page-kursorte .bilderrahmen {
		max-width: none;
	}
}

@media (max-width: 575px) {
	.page-template-page-kursorte .bilderrahmen img {
		margin-left: 9%px;
		background-size: 90%;
	}
	.wp-block-web-definer-wasserfloehe-alternativ:nth-child(odd)
		.bilderrahmen
		img {
		margin-left: 9%px;
		background-size: 90%;
	}
}

/* 
 * Wordpress Gallery 
 */
.gallery {
	display: flex;
	flex-wrap: wrap;
}

.gallery:after {
	content: " ";
	display: block;
	clear: both;
}

.gallery-item {
	float: left;
	margin-right: 3%;
	margin-bottom: 1rem;
}

.gallery-item img {
	width: 100%;
	height: auto;
}

/* the different columns */
.gallery-columns-2 .gallery-item {
	width: 47%;
}

.gallery-columns-2 .gallery-item:nth-child(2n) {
	margin-right: 0;
}

.gallery-columns-3 .gallery-item {
	width: 30.33%;
}

.gallery-columns-3 .gallery-item:nth-child(3n) {
	margin-right: 0;
}

.gallery-columns-4 .gallery-item {
	width: 22%;
}

.gallery-columns-4 .gallery-item:nth-child(4n) {
	margin-right: 0;
}

.gallery-columns-5 .gallery-item {
	width: 17%;
}

.gallery-columns-5 .gallery-item:nth-child(5n) {
	margin-right: 0;
}

aside li.widget {
	list-style: none;
}

/* 
 * PAGINATION 
 */
.pagination li:before {
	content: "";
	display: none;
}

/* standard-status */
.pagination li a,
.pagination > li.inactive > a:focus,
.pagination > li.inactive > a:hover,
.pagination > li.inactive > span:focus,
.pagination > li.inactive > span:hover {
	color: #33c660;
	font-weight: 600;
	background-color: #f2f9f4;
	border-color: #f2f9f4;
	margin-right: 3px;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	padding-left: 2.9rem;
}

.pagination li.inactive a,
.pagination > li.inactive > a:focus,
.pagination > li.inactive > a:hover,
.pagination > li.inactive > span:focus,
.pagination > li.inactive > span:hover {
	cursor: default;
	color: #c6c6c6;
}

/* hover-status */
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	background-color: #4fd076;
	border-color: #4fd076;
	color: #fff;

	-webkit-box-shadow: 0 0 29px 5px rgba(0, 255, 77, 0.51);
	-moz-box-shadow: 0 0 29px 5px rgba(0, 255, 77, 0.51);
	box-shadow: 0 0 29px 5px rgba(0, 255, 77, 0.51);
}

/* active-status */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #4fd076;
	border-color: #4fd076;
	cursor: pointer;
}

/* inactive-status */
.pagination .inactive a {
	pointer-events: none;
}

/* FOOTER */
.page-footer {
	background-color: var(--grauBG);
	background-position: center top;
	background-size: cover;
	background: linear-gradient(
		90deg,
		rgba(0, 134, 203, 0.15) 0%,
		rgba(74, 171, 80, 0.15) 72%,
		rgba(255, 255, 255, 0.15) 100%
	);
	font-size: 1.6rem;
	text-align: center;
	margin-top: 15px;
}

.page-footer ul {
	color: rgb(0, 134, 203);
}

.page-footer a {
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
}

.page-footer .nav {
	display: flex;
}

.page-footer .nav li {
	display: inline-block;
}
/*
.page-footer .nav li:before {
	content: '⬤';
	display: inline-block;
	color: var(--rotFONT);
	font-size: .5rem;
}

.page-footer .nav li:first-child:before {
	display: none;
}*/

.page-footer .nav li a {
	display: inline-block;
	font-size: 1.8rem;
	padding: 1em;
	color: #67b3df;
	letter-spacing: 0;
	text-transform: none;
}

/* eigene Abstände */
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb55 {
	margin-bottom: 55px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb65 {
	margin-bottom: 65px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb75 {
	margin-bottom: 75px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb85 {
	margin-bottom: 85px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb95 {
	margin-bottom: 95px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb110 {
	margin-bottom: 110px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb165 {
	margin-bottom: 165px;
}
.mb125 {
	margin-bottom: 125px;
}
.mb165 {
	margin-bottom: 165px;
}
/* seit BS 4 gibt es von Bootstrap Klassen für margin: */
/* https://getbootstrap.com/docs/4.1/utilities/spacing/ */

/**/
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pt35 {
	padding-top: 35px;
}
.pt40 {
	padding-top: 40px;
}
.pt45 {
	padding-top: 45px;
}
.pt50 {
	padding-top: 50px;
}
.pt55 {
	padding-top: 55px;
}
.pt60 {
	padding-top: 60px;
}
.pt65 {
	padding-top: 65px;
}
.pt70 {
	padding-top: 70px;
}

/*
 *
 * MOBILE ANPASSUNGEN
 *
 */

/*==========  Mobile First Method  ==========*/

/* Extra Small Devices, Phones (XS size) */
@media (min-width: 576px) {
}

/* Small Devices, Tablets (SM size) */
@media (min-width: 768px) {
}

/* Medium Devices, Desktops (MD size) */
@media (min-width: 992px) {
	/* touch problem larger then 992 */
	ul.nav li:hover > ul.dropdown-menu {
		display: block;
	}
	ul.nav li.open > ul.dropdown-menu {
		display: block !important;
	}
	.dropdown-backdrop {
		display: none;
	}
	/* touch problem larger then 992 END */
}
