/*
Theme Name: ALPHATEAM 3.2.3
Theme URI: http://www.alphateam-hundeschule.de
Author: offo
Author URI: http://www.alphateam-hundeschule.de
Description: ALPHATEAM HUNDESCHULE THEME
Version: 3.2.3
License: Copyright 2025 ALPHATEAM HUNDESCHULE
*/




/** ========================================================================== RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%; 
	text-transform: none;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
ul {
	list-style-type: none !important;
	-webkit-margin-before: 0 !important;
	-webkit-margin-after: 0 !important;
	-webkit-padding-start: 0 !important;

}


/** ========================================================================== BASIC */

body {
	font: 400 normal 14px/1.6em 'Roboto', sans-serif;
	text-transform: none;
	letter-spacing: 0;
	color: #252525;
		
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	
	-webkit-hyphenate-limit-chars: auto 3;
	-moz-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-chars: auto 3;
	hyphenate-limit-chars: auto 3;

	-webkit-hyphenate-limit-lines: 2;
	-moz-hyphenate-limit-lines: 2;
	-ms-hyphenate-limit-lines: 2;
	hyphenate-limit-lines: 2;
} 

.chap {
	padding: 4rem 0 2rem 0
} 
.top {
	padding-top: 60px !important;
} 
.max {
	max-width: 1200px;
}
.maxx {
	max-width: 1440px;
}
.site {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #f9f9f9;
}
#main_inner {
	min-height: 50vh;
}

/** ========================================================================== TYPO */

@font-face {
	font-family: 'Font Awesome';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
	font-family: 'Font Awesome';
	font-style: normal;
	font-weight: 900;
	src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
	font-family: 'Font Awesome Brands';
	font-style: normal;
	font-weight: 900;
	src: url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: url("fonts/Roboto-Black.ttf") format("truetype");
}
@font-face {
	font-family: 'PT Serif';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/PTSerif-Regular.ttf") format("truetype");
}

::selection {
	background: #333;
	color: #fff;
}
::-moz-selection {
	background: #333;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 { 
	font: 900 normal 24px/1.4em 'Roboto', sans-serif;
	color: #194280;
	/*color: #ff7f00;*/
}
h1 {
	text-transform: uppercase;
	hyphens: none;
}

.subline {
	padding: 0 0 2em 0;
	text-align: center;
}
h2, h3, h4, h5, h6 {
	font-size: 18px;
}
h4, h5, h6 {
	font-size: 16px;
	font-weight: 700;
	color: #252525;
}


p, ul, li {
	font: 400 normal 18px/1.6em 'PT Serif', serif;
	text-transform: none;
}
.text :is(p, ul, li) {
	padding-bottom: 1.4em;
}

i, em {
	text-decoration: none; 
	font-style: normal;
	font-weight: 400;
}
b, strong { 
	letter-spacing: 0.05em;
	text-decoration: none; 
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;	 
}
mark {
	background: none !important;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a {
 	color: #000;
	outline: none;
	text-transform: none;
	text-decoration: underline;
    text-decoration-thickness: 0.07em;
    text-underline-offset: 0.2em;
	transition: all 0.5s ease;
}
a:hover {
	color: #ff7f00;
	cursor: pointer;
}
p a {
	white-space: nowrap;
}
h3 a, h4 a {
	text-transform: uppercase;
}
h1 a {
	color: #ff7f00;
	text-transform: uppercase;
}


/** ========================================================================== */

.title.l {
	padding: 2em 0;
}

.l h1 {
	font: 700 normal 48px/1.3em 'PT Serif', serif;
    text-transform: none;
	hyphens: none;
}
.text.l h1 {
	padding: 1em 0;
}

.text ul {
	padding-bottom: 2em;
}
.text li {
	font-style: normal;	
	font-weight: 400;
	text-transform: none;
	list-style: none;
	padding-left: 1.5em;
}
.text li:before {
	font-family: 'Font Awesome';
	font-size: 10px;
	font-weight: 900;
	content: "\f061";
	color: #252525;
	display: inline-block;
	width: 2em;
 	margin-left: -2em;
	vertical-align: 2px;
}
.text blockquote p,
.text.l blockquote p {
	text-transform: none;
	padding-top: 2em;
	padding-bottom: 2em;
}
.text.l ul {
	padding-top: 3em;
	padding-bottom: 3em;
}
.text.l :is(p, li, a) {
	font-size: 20px;
	line-height: 1.5em;
}
.text.l li {
	padding-bottom: 1.3em;
	color: #194280;
}
.course .title {
	background: #f9f9f9;
	padding-top: 1em;
}
.course .title.is_stuck {
	padding-bottom: 0;
}

#course-info-inner {
	padding-bottom: 4rem;
}

#course-info-inner {
	padding-bottom: 4rem;
}

#course-info h4 {
	padding-top: 1em;
}
#course-info li {
	padding: .2em 0;
}
#course-info li:before {
	content: unset;
}


#timetable.grid {
	column-gap: 2%;
}
#timetable .infobox {
	padding: 0 !important;
}
#timetable .infobox .text :is(p, li, a) {
	font-size: 18px;
}
#timetable .text {
	text-align: center;
	padding: 0;
}
#timetable h2,
#timetable .title {
	text-align: center;
	padding-bottom: 0;
}
#timetable .title {
	padding: 1em 0;
	border-bottom: 8px solid #f9f9f9;
}	
#timetable li {
	border-bottom: 8px solid #f9f9f9;
	padding: .6em 0 1em 0;
}
#timetable li:last-of-type {
	border-bottom: none;
}
#timetable li:before {
	content: unset;
}
#timetable .tt_time {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
}

#timetable li:hover {
	cursor: pointer;
	background: #e7e7e7;	
}

.teammember {
	border-radius: 0 0 10px 10px;
	margin-bottom: 2rem;
	overflow: hidden;
}
.teammember .text {
	padding: 2em 4em !important;
}
.image_container .image {
	margin: 0;
	overflow: hidden;
	background: #fff;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.image_container {
	overflow: hidden;
	height: 50em;
	height: 50vh;
	max-height: 60vh;
}
/*
.image_container .image,
.image_container img {
	transition: all 0.5s ease;
}*/
#map {
	width: 100%;
	height: 500px;
	margin-top: 24px;
	margin-bottom: 24px;
	background-color: #ccc;
}



/* ========================================================================== MAIN NAVIGATION */

#fixhead,
.logo,
.logo svg,
#logosmall,
#logosmall svg,
#claim,
#main-navigation, 
#main-navigation li,
#main-navigation li a 
{
	transition: all 0.5s ease;
}
#fixhead {
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	margin: auto;
	z-index: 999;
}
.small_nav #fixhead {
	background: #fff;
}
#site_header .logo {
	width: 45%;
	height: auto;
	margin: 0 auto;
	padding-top: 2rem;
	padding-bottom: 4rem;
}
.logo svg,
#logosmall svg {	 
	width: 100%;
	height: 100%;
	fill: #ff7f00;
}
.logo a:hover {
	border-bottom: none;
	fill: #ff7f00;
} 

#logosmall {
	width: 180px;
	padding-top: 20px;

	margin-top: -60px;
}
.small_nav #logosmall {
	margin-top: 0;
}

#claim {
	width: 200px;
	height: auto;
	top: 0;
	left: 4.1667%;
	position: fixed; 
	z-index: 999;
}
#claim svg {
	width: 100%;
	height: 100%;
	fill: #194280;
}
.small_nav #claim {
	top: 60px;
	max-width: 10%;
}
#bhvlogo {
	width: 175px;
	height: auto;
	margin-top: -17rem;
	margin-right: 40px;
	float: right;
	position: relative;
}
#bhvlogo svg {
	width: 100%;
	height: 100%;
	fill: #194280;
}
#bhvlogo a {
	border-bottom: none;
} 


.small_nav :is(#main-navigation, #main-navigation li) {
	padding-top: 0;
	padding-bottom: 0;
}

.menu-main-navigation-container,
.menu-main-navigation-customer-container {
	text-align: right;
}
#main-navigation ul {
	margin: 0; 
	padding: 0;
}
#main-navigation li {
	line-height: 0;
	display: inline-block;
	padding: 0;
	position: relative;

}
#main-navigation li a,
#course_nav li a {
	font: 700 normal 14px/60px 'Roboto', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0.02em;
	display: block;
}
#main-navigation .sub-menu { 
	display: none;
	position: absolute;
	top: 60px;
	padding-top: 0px;
	left: 0;
	text-align: left;
	z-index: 999;

	box-shadow: 20px 20px 30px rgba(0,0,0,0.1);
}
#main-navigation .sub-menu li { 
	 
	min-width: 200px;
	padding-top: 0;
	padding-bottom: 0;
}
#main-navigation .sub-menu li a,
.small_nav #main-navigation .sub-menu li a { 
	/*color: #000;*/
	font-size: 14px;
	line-height: 20px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f9f9f9;
	hyphens: none;
}
#main-navigation .sub-menu a:hover { 
	color: #194280;
	background: #f2f2f2;
}
#main-navigation ul li:hover > ul {
	display: block;
}
.current-menu-item a { color: #ff7f00;}
.current-menu-parent a { color: #ff7f00;}
.current-menu-parent .sub-menu .current-menu-item a,
#main-navigation a:hover { 
	/*color: #194280;*/
	color: #ff7f00;
	cursor: pointer; 
}
.current-menu-parent .sub-menu a {
	color: inherit;
}

#course_nav {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	background: #dfe1e5;
	width: 100%;
	/*padding: 1em 0;*/
}
#course_nav ul {
	text-align: right;
	padding: 0;
}
#course_nav li {
	display: inline-block;
	padding-bottom: 0;
}
#course_nav li a:hover,
#course_nav .anchor-active {
	color: #ff7f00;
}


/** ========================================================================== infobanner */

#infobanner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	min-height: 40px;
	background: #f9dfcb;
	z-index: 1000;
	transition: all 0.5s ease;	
}
#infobanner .text {
	font: 700 normal 15px/1.25em 'PT Serif', serif;	
	text-transform: none;
	color: #194280;
	letter-spacing: .03em;	
	text-align: center;
	padding: 16px;
}
.banner_active #fixhead,
.banner_active #claim {
	top: 40px;
}
.site.banner_active {
	top: 40px;
	position: relative;
}
.banner_active #fixhead, .banner_active #claim {
	top: 80px;
}
.small_nav #infobanner {
	margin-top: -100px;
}
.small_nav .banner_active #fixhead{
	top: 0;
}
.small_nav .banner_active #claim {
	top: 60px;
}


/* ========================================================================== SOCIAL NAVIGATION */

#social-navigation {
	text-align: right;
}
#social-navigation li {
	display: inline-block;
}
#social-navigation a:before {
	font: 900 normal 20px/60px 'Font Awesome Brands';
	padding: .7em 1em;
}
#social-navigation a {
	font-size: 0;
	text-decoration: none;
}
#social-navigation a:hover {
	color: #194280;
}
#social-navigation a[href*="facebook.com"]::before {	
	content: "\f39e";
}
#social-navigation a[href*="instagram.com"]::before {	
	content: "\f16d";
}
#social-navigation a[href*="youtube.com"]::before {	
	content: "\f167";
}
#social-navigation a[href*="vimeo.com"]::before {	
	content: "\f27d";
}


/* ========================================================================== FOOTER NAVIGATION */

footer {
	/*padding-top: 4rem;
	margin-top: 4rem;*/
	padding-bottom: 8em;
}
#footer_inner {
	border-top: 2px solid #252525;
 
}
#footer-navigation {
	padding-top: .5em;
}
#footer-navigation .nav-menu {
	list-style: none outside none; 
	margin: 0; 
	padding: 0;
	float: left;
	clear: both;
}
#footer-navigation li {
	float: left;
	padding: 0 2em 0 0;
}
#footer-navigation .sub-menu li {
	float: none;
}
#footer-navigation li,
#footer-navigation .sub-menu li a {
	margin: 0; 
}
#footer-navigation li a {
	font: 700 normal 12px/1em 'Roboto', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	padding: 1em 0;
}
#footer-navigation a:hover { 
	color: #194280 !important;
	cursor: pointer; 
}
.footer-text {
	font-size: 10px;
	padding-top: 4rem;
	padding-bottom: 4rem;
	position: relative;
	text-align: center;
	font-weight: 700;
	clear: both;
}


/* ========================================================================== BLOG */

.blog_element.odd .content_all,
.blog_element.even .content_image {
	float: right;
}
.blog_element.even .content_all,
.blog_element.odd .content_image {
	float: left;
}
.blog_element .content_all,
.blog_element .content_image {
	width: 50%;
	height: 40em;
}
.blog_element .content_image {
	overflow: hidden;
}
.blog_element .content_all {
	padding-top: 0;
	display: table;
}
.blog_element .content_all_inner {
	display: table-cell ;
	vertical-align: middle;
}
#frontpage .blog_element.odd .content_all_inner {
	padding-right: 8.667%;
}
#frontpage .blog_element.even .content_all_inner {
	padding-left: 8.667%;
}
.blog_element .image,
.image_scale {
	margin: 0;
	overflow: hidden;
	background: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.blog_element h1 {
	padding-bottom: 0px;
	margin-bottom: 0;
}
.blog_element .title.l {
	padding-bottom: 0;
}



/** ========================================================================== USP */

#usp_front .icon {
	color: #194280;
}
.icon { 
	font-family: 'Font Awesome';
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	line-height: 2em;
	display: block;
}
.icon.usp {
	font-size: 32px;
}
.bulb.icon:before {
	content: "\f0eb";
}
.dog.icon:before {
	content: "\f6d3";
}
.paw.icon:before {
	content: "\f1b0";
}
.bubble.icon:before {
	content: "\f075";
}
.trophy.icon:before {
	content: "\f091";
}
.smiley.icon:before {
	content: "\f118";
}
.play.icon:before {
	content: "\f144";
}
.document.icon:before {
	content: "\f15b";
}
.tasks.icon:before {
	content: "\f0ae";
}
.calendar.icon:before {
	content: "\f073";
}
.secure.icon:before {
	content: "\f3ed";
}


/** ========================================================================== Infobox */

.infobox {
	padding: 2rem !important;
	border-radius: 10px;
	margin-bottom: 2rem;
}
.infobox :is(h1, h2, h3),
.teammember :is(h1, h2, h3) {
	font-size: 16px;
	text-align: center;
}	
.infobox .title {
	padding-bottom: 1em;
}
.infobox .text h3 {
	font-size: 16px;
	padding-bottom: 1em;
}
.infobox .text h4 {
	font-size: 12px;
	padding-bottom: 0;
}
.infobox .text :is(p, li, a) {
	font-family: 'PT Serif', serif;
	font-size: 14px;
}
.usp_section .infobox .text :is(p, li, a) {
	font-size: 18px;
}
#dates.infobox p {
	padding-top: .5em;
	padding-bottom: 1em;
}
#dates.infobox p:last-of-type {
	padding-bottom: 0;
}
.infobox .text li:before {
	content: '–';
}
.infobox .text ul {
	padding-bottom: 0;
}
.box_trans {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
}
.box_solid {
	background: #fff;
	box-shadow: 20px 20px 30px rgba(0,0,0,0.1);
}
.description :is(h3, p, li){
	font-size: 12px;
}


/** ========================================================================== BUTTONS ETC */

button,
.button, 
input[type="button"], 
.input.button,
input[type="submit"],
input.submit
{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	text-indent: 0;
	background-color: #194280;
	border: 2px solid #194280;
	margin-top: 0;
	margin-bottom: 1em;
	border-radius: 50px;
	width: 100%;
	min-width: 100px;
	display: inline-block;
	line-height: 1.5em;
	padding: 0.5em 1em 0.5em 1em;
	box-sizing: border-box;
	transition: all 0.5s ease;
	
}
button:hover,
button:active,
.button:hover, 
.button:active,
.edit:hover, 
.edit:active,
input[type="button"]:hover, 
input[type="button"]:active, 
input[type="submit"]:hover,
input[type="submit"]:active,
.wpcf7-submit:hover,
.wpcf7-submit:active
{
	border: 2px solid #194280;
	color: #194280;
	background-color: #fff;
	cursor: pointer;
}

button.light,
.button.light {
	color: #194280;
	background-color: #fff;
	border: 2px solid #194280;
} 
button.light:hover,
.button.light:hover {
	color: #fff;
	background-color: #194280;
	border: 2px solid #194280;
}
.button_wrapper {
	margin: 2em auto;
	text-align: center;
}


.button.readmore {
	color: #194280;
	background-color: transparent;
	border: 0px;
	font-size: 14px;
	text-transform: none;
}
.button.readmore:hover {
	color: #252525;
	background-color: #f9f9f9;
	border: 0px;
}

/** ========================================================================== INPUT ETC */

select, input, textarea {	
	font-family: 'Roboto', sans-serif;
	color: #252525;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	padding: 0.5em 1em 0.5em 1em !important;
	margin: 0 !important;
	width: 100%;
	border-radius: 4px !important;
	box-shadow: none !important;
	background: #f9f9f9;
	border: 1px solid #dbdbd3;	
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-indent: 0;
	box-sizing: border-box;
	transition-duration: 0.2s !important;
}
select,
select:active,
select:checked,
select:hover,
select:focus {
	/*border-radius: 4px !important;
	display: inline-block !important;
	line-height: 1.5em !important;
	padding: 0.5em 3.5em 0.5em 1em !important;
	background-image:
		linear-gradient(45deg, transparent 50%, #252525 50%),
		linear-gradient(135deg, #252525 50%, transparent 50%),
		linear-gradient(to right, #252525, #ccc);
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;*/
}
/*
input:hover, 
input:checked { 
	border: 1px solid #252525 !important;	
	background: none !important;
	color: #252525 !important; 
}*/
input:active, 
input:focus {
	box-shadow: none !important;
	background: none !important;	
	border: 1px solid #252525 !important;	
	color: #252525 !important;
} 
textarea, 
input[type="text"], 
input[type="email"], 
input[type="tel"],
input[type="password"],
input[type="date"] {
	color: #252525 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1em !important;
	text-transform: none !important;
	width: 100% !important;
	vertical-align: middle !important;
	box-sizing: border-box
}
/*
input[type="text"], 
input[type="email"], 
input[type="tel"],
input[type="password"],
input[type="date"] {
	max-height: 34px;
}*/

input[type="number"] {
	width: 80px !important;
	text-indent: 0px !important;
	text-align: center !important;
	padding: 0.5em 0.5em 0.5em 0.5em !important;
}
input[type="radio"] {
	font-family: 'Roboto', sans-serif;
}
input[type="radio"], 
input[type="checkbox"], 
.input-checkbox {
	display: inline;
	background: none !important;
	border: none !important;
	padding-left: 0 !important;
}
input[type="radio"]:before, 
input[type="checkbox"]:before, 
.input-checkbox:before {
	font-family: 'Font Awesome';
	font-size: 24px !important;
	font-weight: 400;
	content: '\f0c8';
	color: #194280;
	opacity: .1;
}
input[type="radio"]:checked:before, 
input[type="checkbox"]:checked:before, 
.input-checkbox:checked:before { 
	/*content: '\f14a';*/
	content: '\f058';
	color: #194280;
	opacity: 1;
}
input[type="radio"]:hover:before, 
input[type="checkbox"]:hover:before, 
.input-checkbox:hover:before { 
	color: #252525 !important; 
}
 

/** ========================================================================== SELECT2 */	

.select2,
.select2-container--default,
.select2-selection__rendered,
.select2-selection--single {
	border-radius: 0 !important;
	box-shadow: none !important;
	background: none !important;
	border: none !important;
	outline: none !important;
	display: inline-block;
	font-size: 16px !important;
	color: #252525 !important;
	line-height: 28px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	letter-spacing: 0.02em !important;
	text-indent: 0;
	height: 32px;
}
.select2-selection--single {
	border: 1px solid #252525 !important;
	height: 42px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	color: #252525 !important;
	font-size: 16px !important;
	line-height: 35px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1em !important;
}
.select2-container--default.select2-container--open,
.select2-search--dropdown,
.select2-results__options {
	background-color: #ededed !important;
}
input.select2-search__field {
	background: #fff !important;
}
.select2-selection__arrow {
	height: 40px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #af424b !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #af424b !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #252525 !important;
	color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #252525 transparent transparent transparent !important;
	border-width: 5px 5px 0 5px !important;
	margin-left: -15px !important;
}



/** ========================================================================== CONTACT FORM */ 

#contactform { 
	padding-top: 3.5em;
}

:is(#contactform, #anmeldung) .screen-reader-response ul { 
	display: none; 
}
:is(#contactform, #anmeldung) .screen-reader-response p { 
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-style: italic;
	padding: 2em;
}


.wpcf7 p {	
	font-size: 16px;
	position: relative;
}
.wpcf7-mail-sent-ok {
	font-size: 13px !important;
	line-height: 20px;
	font-weight: 400 !important;
	color: #252525 !important;
	text-transform: uppercase !important;
	border: none !important;
 	background: rgba(160,210,195,0.1) !important;
}
.wpcf7-mail-sent-ok:before {
	font-family: 'Font Awesome' !important;
	content: " " !important;
	color: #252525 !important;
	font-size: 13px !important;
	line-height: 20px;
	font-weight: 400 !important;
	font-style: normal !important;
}
.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
	color: #c4cf3b !important;
	font-size: 12px !important;
	line-height: 20px;
	font-weight: 400 !important;
	text-transform: none !important;
	border: none !important;
	border-top: none !important; 
	background: none !important; 
}
.wpcf7-validation-errors:before,
.wpcf7-not-valid-tip:before {
	clear: both;
	content: ' ';
	display: table
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	color: #ff7f00 !important;
	text-transform: none !important;
	border: none !important;
	background: none !important;
	text-align: center !important;
	padding-top: 1em !important;

	display: block;
	/*position: absolute;*/
	margin-top: -1em;
	width: 100%;
}
.wpcf7-response-output {
	padding: 1em !important;
	text-align: center !important;
	border-color: #c4cf3b !important;
}
.wpcf7 input[type="file"] {
	border: none !important;
}
.wpcf7 .files {
	border: 1px solid #dbdbd3;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border: none !important;
	border-color: transparent !important;
	clear: both;
	text-align: center !important;
	margin: 0 !important;
}



/** ========================================================================== Regform */

.course_select,
.reg_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 4.166%;
	row-gap: 0;
}
.course_select .wpcf7-list-item {
	grid-column-end: span 2;
}
.reg_grid .oe {
	grid-column-end: span 1;
}
.reg_grid .oe_row {
	grid-column-end: span 2;
}


#anmeldung h3 {
	padding: 2em 0;
}
#anmeldung p.small {
	font-size: 12px;
}
.course_select .wpcf7-list-item label,
.course_select input[type="checkbox"]:before {
	transition: all 0.5s ease;
}
.course_select label,
#anmeldung label {	
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	letter-spacing: .02em;
	font-weight: 700;	
}
.course_select label {
	font-size: 16px;
	line-height: 2em;
	font-weight: 400;
}
.course_select .wpcf7-list-item label {
	padding: 1em;
	border-radius: 10px;
}
.course_select .wpcf7-list-item label:hover {
	background: #fff;
	cursor: pointer;
}
.course_select input[type="checkbox"]:before {
	font-family: 'Font Awesome';
	font-weight: 400;
	font-size: 24px !important;
	content: '\f111';
	color: #000;
	opacity: .1;
}
.course_select .wpcf7-list-item label:hover input[type="checkbox"]:before { 
	content: '\f058';
	color: #194280;
	opacity: .5;
}
.course_select input[type="checkbox"]:checked:before,
.course_select .wpcf7-list-item label:hover input[type="checkbox"]:checked:before { 
	/*content: '\f14a';*/
	content: '\f058';
	color: #194280;
	opacity: 1;
}
.course_select .wpcf7-list-item label {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 4.166%;
	row-gap: 2em;
}
.course_select .wpcf7-list-item input[type="checkbox"] {
	grid-column-end: span 1;
	line-height: 16px;
}
.course_select .wpcf7-list-item .wpcf7-list-item-label {
	grid-column-end: span 11;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 16px;
}
#anmeldung input[type="radio"] + span {
	font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
	font-style: normal !important;
	color: #000;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	text-align: center !important;
	text-indent: 0 !important;
	background-color: #fff;
	border: 1px solid #dbdbd3;
	margin-top: 0 !important;
	margin-bottom: 10px;
	border-radius: 4px !important;
	width: 100% !important;
	display: inline-block !important;
	line-height: 1.5em !important;
	padding: 1em !important;
	box-sizing: border-box;
	transition-duration: 0.2s;
}
#anmeldung input[type="radio"]:hover + span,
#anmeldung input[type="radio"]:checked + span,
#anmeldung input[type="radio"]:hover:before {
	background: #194280 !important;
	color: #fff !important;
	border: 1px solid #194280;
}
#anmeldung .wpcf7-submit {
	margin: 2em 25% 0 25% !important;
	width: 50% !important;
}
.wpcf7-spinner {
	display: block !important;
	text-align: center !important;
	margin: 0 auto !important;
	background-color: #19677a !important;
}
.spinn-wrap {
	display: table;
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: 0.2s;
	pointer-events: none !important;
}
.submitting .spinn-wrap {
	background: rgba(25, 103, 122, 0.5);
}
.spinn-wrap-inner {
	display: table-cell;
	vertical-align: middle;
}


/** ========================================================================== THICKBOX */

#TB_overlay {
	background-color: #fff !important;
	opacity: 0.9 !important;
	z-index: 99999999 !important;
}
#TB_window {
	box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
	background-color: #252525 !important;
	width: 1px !important;
	z-index: 99999999 !important;
}
#TB_window a, #TB_window a:hover {
	text-decoration: none !important;
	border: none !important; 
}
#TB_Image {
	border: none !important; 
	margin: 0 !important;
}
.screen-reader-text {
	display: none !important;
}
.tb-close-icon{
	color: #ff7f00 !important;
	display: none !important;
}
.tb-close-icon:hover{
	color: #fff !important;
}
.tb-close-icon:before {
	font: 12px 'Font Awesome' !important;
	font-weight: 900 !important;
	content: '\f00d' !important;
	padding-left: 16px !important;
}
#TB_caption {
	display: none !important;
}
#TB_load {
	position: fixed;
	display: none !important;
}
#TB_load:before { 
	width: 200px !important;
	height: 200px !important;
	background-color: #252525 !important;
	content: '\e646' !important;
	font: normal 20px/29px 'themify' !important;
	display: none !important;
}
#TB_closeWindow {
	display: none !important;
}


/** ========================================================================== IMAGES */

.image { 
	height: auto;
	line-height: 1px;
	position: relative;
	margin-bottom: 1rem;
}
img,
.image img {
	width: 100%; 
	height: auto;
}
.lazy {
	background: #fff;
}
img.lazy {
	background: none;
	display: block;
}
img,
a img,
.alignleft a,
.alignright a,
.aligncenter a,
.alignnone a,
a.thickbox {
	border: none !important;
}
p img {
	max-width: 100%;
}
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; 
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; 
}
.alignleft,
.alignright {
	width: 70% !important;
	height: auto;
	margin-top: 0;	
	margin-left: 0;	
	padding-top: 1em;
	padding-bottom: 1em;
	box-sizing: border-box;
}
.alignleft {
	float: left;
	margin-right: 8.667%;
	margin-left: -25%;
}
.alignright {
	float: right;	
	margin-left: 8.667%;
	margin-right: -25%;
}

.alignleft.small {
	width: 40% !important;
	margin-left: 0;
}
.alignright.small {
	width: 40% !important;
	margin-right: 0;
}
.alignleft img,
.alignright img,
.aligncenter img {
	width: 100%;
	height: auto;
}
.aligncenter {
	width: 70% !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.alignnone {
	width: 100%;
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}
.wp-caption-text {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: none;
	text-align: right;	
	padding-top: 1em;
} 
.alignleft .wp-caption-text {
	text-align: right;
	padding-left: 20%;
}
.alignright .wp-caption-text {
	text-align: left;
	padding-right: 20%;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}
iframe{
	width: 100%;
}
.shadow {
	box-shadow: 20px 20px 30px rgba(0,0,0,0.2);
}


/** ========================================================================== CMPLZ COOKIE INFO */
/*
:root {
	--cmplz_category_header_always_active_color: #ff7f00 !important;
	--cmplz_slider_active_color: #ff7f00 !important;
	--cmplz_slider_inactive_color: #af2525250 !important;
}

.cmplz-cookiebanner {
	font-family: 'PT Serif', serif;
	z-index: 999999 !important;
	border: none !important;
	border-top: 4px solid #ff7f00 !important;
	border-radius: 0 !important;
	background: #f2fdff !important;
	

	box-shadow: 7px 7px 9px rgba(0,0,0,0.3) !important;
}

.cmplz-cookiebanner .cmplz-header,
.cmplz-cookiebanner .cmplz-logo,
.cmplz-cookiebanner .cmplz-title,
.cmplz-cookiebanner .cmplz-close,
.cmplz-cookiebanner .cmplz-divider,
.cmplz-cookiebanner .cmplz-links.cmplz-information {display: none !important;}

.cmplz-cookiebanner .cmplz-message {
	font-size: 13px !important;
	line-height: 1.2em !important;
	color: #252525 !important;
}
.cmplz-btn {
	border-radius: 50px !important;
	transition-duration: 0.2s;
}
.cmplz-btn.cmplz-accept {
	background-color: #ff7f00 !important;
	border: 2px solid #ff7f00 !important;
	color: #fff !important;
}
.cmplz-btn.cmplz-accept:hover {
	background-color: #252525 !important;
	border: 2px solid #252525 !important;
	color: #fff !important;
}
.cmplz-btn.cmplz-view-preferences,
.cmplz-btn.cmplz-save-preferences,
.cmplz-btn.cmplz-deny {
	background-color: transparent !important;
	border: 1px solid #252525 !important;
	color: #252525 !important;
}
.cmplz-btn.cmplz-view-preferences:hover,
.cmplz-btn.cmplz-save-preferences:hover,
.cmplz-btn.cmplz-deny:hover {
	background-color: transparent !important;
	border: 1px solid #b2b2b2 !important;
	color: #b2b2b2 !important;
}
.cmplz-cookiebanner .cmplz-link {
	color: #252525 !important;
	font-size: 12px !important;
	text-align: left !important;
	text-decoration: none !important;
	padding-right: 1em;
}
.cmplz-cookiebanner .cmplz-link:hover {
	color: #ff7f00 !important;	
	text-decoration: none !important;
}
.cmplz-cookiebanner .cmplz-links.cmplz-documents {
	display: block !important;
	gap: 0 !important;
}
.cmplz-link.cookie-statement {display: none !important;}
.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar {
	width: 0 !important;
}
#cmplz-manage-consent {display: none !important;}


@media only screen and (max-width: 768px) { 
	.cmplz-cookiebanner .cmplz-links {
		padding-top: 2em !important;
	}
}

*/
#cmplz-manage-consent {display: none !important;}


/* ========================================================================== RESPONSIVE */

@media only screen and (max-width: 1200px) {
		
	.usp_section .grid .c3 {
		grid-column-end: span 6;
	}
	.teammember .text {
    	padding: 2em !important;
	}
	
}
@media only screen and (max-width: 1024px) {
	
	#fixhead {
		height: 60px;
	}
	#claim,
	#bhvlogo {
		width: 15%;
	}
	#bhvlogo {
		margin-top: -15rem;
	    margin-right: 8%;;
	}
	.small_nav #claim {
		opacity: 0;
	}
	h1,
	.l h1 {
		font-size: 32px;
		hyphens: auto;
	}
	#timetable.grid .c2 {
		grid-column-end: span 4;
	}

	
}



@media only screen and (max-width: 768px) {
	
	#site_header .logo {
		width: 50%;
	}	
	#claim,
	#bhvlogo {
		width: 20%;
	}
	
	h1, h2, h3, h4, h5, h6 {
		hyphens: auto;
	}
	h1,
	.text.l h1,
	.quote blockquote p,
	.slogan :is(h1, h2, p) {
		font-size: 24px;
		hyphens: auto;
	}
	p, ul, li,
	.text.l p, 
	.text.l li,
	h2, h3, h4 {
		font-size: 16px;
	}
	
	#contactform .wpcf7-submit {
		width: 100%;
	}
	
	
	#course_nav li a {
		line-height: 40px;
	}
	
	#timetable.grid .c2 {
	   grid-column-end: span 12;
	}
	
}


@media only screen and (max-width: 600px) {
	
	header {
		height: 60px;
	}
	
	#fixhead .col.right{
		display: none;
	}
	#logosmall {
		padding-top: 22px;
	}
	#site_header .logo {
		width: 60%;
		padding-top: 16px;
	}

	/*#claim, #bhvlogo { display: none; }*/
	
	#main_inner {
		min-height: 100vh;
	}
	#course_nav ul {
		text-align: center;
	}
	
	.blog_element {
		margin-bottom: 4em;
	}
	.blog_element.odd :is(.content_all, .image),
	.blog_element.even .:is(.content_all, .image) {
		float: none;
	}
	.blog_element .content_all {
		padding-top: 2em;
		display: block;
		height: auto;
	}
	.blog_element .content_all_inner {
		display: block;
	} 
	
	.icon.usp { font-size: 24px;}
	.usp_section .infobox .text :is(p, li, a){
		font-size: 16px;
	}
	
	.reg_grid .oe {
		grid-column-end: span 2;
	}
	
	
	#footer-navigation li {
		width: 100%;
		padding: 0.5em;
	}


}
