/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#000;
	font-family: "Hind", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 1.8em;
	color: #222222;
	
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#222222;
	text-decoration:none;
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width: 100%;
	margin:0 auto;
	position:relative;
	overflow-x: hidden;
}


section{
	position: relative;
	
}

article, .section_inner{
	max-width: 1240px;
    padding: 4.2em 0;
	margin: 0 auto;
	position: relative;
	width: 85%;
}

/* header */
.header {

}



#mobmenu_ct {
    display: none;
    top: 2.4em;
    position: fixed;
    right: 0em;
    background-color: unset;
    z-index: 25;
}



.mobmenu_line {
    display: inline-block;
    background-color: #000;
    width: 29px;
    height: 3px;
    margin-bottom: 4px;
    float: left;
    transition: all 0.5s;
	opacity: 1;

}



.scrld .mobmenu_line {
    background-color: #000;

}

.menuon	.mobmenu_line {

	box-shadow: none;
	background-color: #000;
}

.mobmenu_line:nth-child(1) { 
	top:0px;
}
.mobmenu_line:nth-child(2) { 
	top: 20px;
	    margin-top: 1px;
}
.mobmenu_line:nth-child(3) { 
	top: 40px; 
	margin: 0;
	margin-top: 1px;
}

.mobmenu_ct_inner {
    position: absolute;
    right: 1.4em;
    top: 0;
    width: 34px;
    height: 35px;
    z-index: 30;
    cursor: pointer;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    opacity: 1;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 40px;
    transition: 0.5s all;

}


.menuon .mobmenu_line1 {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
       margin-top: 3px;
	

}


.menuon .mobmenu_line2 {
    opacity: 0;
}


.menuon .mobmenu_line3 {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -15px;


}


.mob_nav {
    width: 400px;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.4);
	transform: translateX(430px);
	transition: 0.5s all;
}

.menuon .mob_nav{
	transform: translateX(0);
}

.mob_nav > a{
	font-size: 1.35em;
	margin: 0.5em 0 0;
}




/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

.grecaptcha-badge{
	display: none;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

.txt_white p, p.txt_white, .txt_white p a, a.txt_white, .txt_white h2, h2.txt_white, .txt_white, .txt_white h1, h1.txt_white{
	color: #fff
}


.txt_center{
	text-align: center;
}


.txt_block p{
	margin: 0 0 1em;
}

h1 {
    font-size: 2.75em;
    margin: 0 0 0em;
    font-weight: 400;
}


h2 {
    margin: 0 0 0.7em;
    font-weight: 500;
}

h3 {
    margin: 0 0 1em;
    font-weight: 400;
    /* font-weight: 500; */
    font-size: 1.1em;
}


@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
strong{
	font-weight: 500;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/
.intro_wrapper_img {
    width: 100%;
    height: 100vh;
	height: 100dvh;
    max-height: 1100px;
	position: relative;
}
.intro_wrapper_img img{
    width: 100%;
   height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: 1s all;
	object-fit: cover;
}


.intro_wrapper_img img.active{
	opacity: 1;
}

header {
    position: fixed;
    z-index: 5;
	width: 100%;
	transition: 0.5s all;
	background-color: #fff;
}

.page-id-13 header {
    background-color: rgba(255,255,255,0);
}

.page-id-13.scrld .header {
    background-color: #fff;
}

.header_inner {
    padding-bottom: 0.4em !important;
    padding-top: 0.4em !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-id-13 .logo-img {
    height: 6.9em;
	transition: 0.5s all;
}
.page-id-13.scrld .logo-img, .logo-img {
    height: 4.2em;
}

.nav ul, .mob_nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0.2em 0 0;
}

.mob_nav ul {
    display: flex;
    flex-direction: column;
	padding: 0;
}

.mob_nav .menu-item a {
    padding: 0.6em 0;
    line-height: 1em;
    display: block;
}

.menu-item a {
    margin: 0 0 0 1.6em;
    font-weight: 500;
    text-transform: uppercase;
	transition: 0.5s all;
	border-bottom: 2.9px solid rgba(0, 0, 0, 0);
}

.menu-item a:hover {
	border-bottom: 2.9px solid;
}


.intro_txt {
    color: #fff;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: 500;
    font-size: 3.6em;
	line-height: 1.1;
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
	z-index: 2;
}

.intro_txt_t2.intro_txt_t {
    font-size: 0.6em;
}

.intro_arrow img {
    height: 0.7em;
    transition: 0.5s all;
}

.intro_arrow  {
    transition: 0.5s all;
}

.intro_arrow:hover img {
    transform: scale(1.1);
}

.bg_intro{
	/*background: #ffffff;
background: linear-gradient(182deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0) 100%); */
	background: #ffffff;
background: linear-gradient(182deg, rgba(255, 255, 255, 0.61) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.teaser_txt_wrapper {
    padding: 1.2em;
}

.wp-block-button__link {
    color: #fff;
    background-color: #a69469;
    border-radius: 2px;
    box-shadow: none;
    text-decoration: none;
    padding: 0.7em 1.2em;
    font-size: 1em;
    font-weight: 500;
	transition: 0.5s all;
}

.btn_white .wp-block-button__link {
    color: #222222;
    background-color: #fff;
}


.wp-block-button__link:hover {
    background-color: #000;
	color: #fff;
}
.wp-block-columns{
	margin: 0;
}


.footer_inner {
    padding: 2.3em 0px 2.8em;
    display: flex;
    align-items: flex-end;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
}

.foo{
	width: 25%;
}

.foo p a:hover{
	text-decoration: underline;
}

.foo4 img:hover{
	opacity: 0.7;
}

.foo4 img{
	opacity: 1;
	transition: 0.5s all;
	width: 1.9em;
	height: auto;
	
}


p.cr-txt {
    position: absolute;
    bottom: 1.1em;
    font-size: 0.6em;
}


.sub_intro {
    width: 100%;
    padding-top: 40%;
    position: relative;
}

.sub_intro img{
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	position: absolute;
}


 .wp-block-gallery figure{
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
        max-height: 300px;
    }



 .wp-block-gallery {
	margin: 3em 0 0;
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 1em))) !important;
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 1em))) !important;
	
}


.wp-block-gallery .wp-block-image {
    overflow: hidden;
	transition: 0.5s all;
}

.wp-block-gallery .wp-block-image a img{
    transition: 0.5s all;
}

.wp-block-gallery .wp-block-image:hover a img{
    transform: scale(1.1);
}

.beitrag_wrapper {
	margin: 2em 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.8em 1.2em;
}


.beitrag_img {
    width: 100%;
    padding-top: 65%;
	position: relative;
	overflow: hidden;
}
.beitrag_img img{
width: 100%;
    height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	position: absolute;
	transition: 0.5s all;

}

.beitrag_item:hover .beitrag_img img{
	transform: scale(1.07);

}

.beitrag_item h3 {
    margin: 0.6em 0 0;
    
}

.wp-block-button.mehr-laden-wrapper {
    width: max-content;
    margin: 1.5em auto 0;
}

.back-button-wrapper{
	margin: 0 0 1.5em;
}


.wp-block-gallery.columns-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.wp-block-gallery.columns-3 figure {
  width: calc(33.333% - 0.67rem);
  margin: 0;
}

.wp-block-gallery.columns-3 figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}




.map_rw {
    width: 100%;
    position: relative;
    padding-top: 49%;
}


.map_rw iframe{
width: 100%;
    height: 100%;
	top: 0;
	left: 0;
	
	position: absolute;
	

}


.current-menu-item.menu-item a {
    color: #a69469;
}

.zur_btn, .back-button-wrapper a{
	transition: 0.5s all;
	width: max-content;
	border-bottom: 2px solid rgba(0,0,0,0)
}
.zur_btn:hover, .back-button-wrapper a:hover{
	border-bottom: 2px solid rgba(0,0,0,1)
}


.publikationen_item .beitrag_img {
    padding-top: 142%;
}


.publikationen_block .beitrag_wrapper {
    grid-gap: 1.4em 1.7em;
}



.cky-overlay.cky-hide, .cky-btn-revisit-wrapper{
	display: none !important;
}

.cky-consent-container .cky-consent-bar{
	    padding: 10px 16px 10px !important;
}

.cky-notice .cky-title {
  	display: none !important;
}

.cookie_link {
	text-decoration: underline;
}

.cky-notice-des p {
    line-height: 1.3;
}

@media only screen and (max-width:900px) {
	.cky-consent-bar br{
		display: none;
	}	
}

@media only screen and (max-width:576px) {
.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
  padding: 0 0px !important;
}
}

.page-id-13 .cky-consent-container {
  
    opacity: 0 !important;
    transition: opacity 1s !important;
    transition-delay: 0s !important;

}
.page-id-13.scrld .cky-consent-container {
    opacity: 1 !important;
}

/*- Kontaktformular / contactform-*/

label span {
    color: rgba(0,0,0,1);
}


.wpcf7-list-item input {
    display: none;
}

label input[type="checkbox"] + span::before, label input[type="radio"] + span::before {
    content: " ";
    width: 15px;
    height: 15px;
	border-radius: 100%;
    background-color: rgba(22,60,46,0);
	border: 1px solid #000;
    display: inline-block;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-top: 5px;
    vertical-align: middle;
}

.form_flache input[type='text'] {
    width: 5.5em;
    text-align: center;
    border: none;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0);
}


.form_flache {
    display: flex;
    height: 38px;
    height: 41px;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #000;
    font-size: 1em;
    font-weight: 500;
    justify-content: flex-start;
    align-items: center;
}

label input[type="checkbox"]:checked + span::before, label input[type="radio"]:checked + span::before {
    content: " ";
    /* background-image: url(ico_check.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
    -webkit-box-shadow: inset 0 0 0 2px rgb(255 255 255);
    box-shadow: inset 0 0 0 3px rgb(255 255 255);
}

input[type='email'], input[type='text'], textarea, .Kurs select, .dropdown_kurs select {
    height: 43px;
    padding: 0 15px;
    width: 100%;
    border: unset;
    font-size: 0.8em;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.05);
}

textarea{
	height: 7em;
	padding: 10px 15px;
}

.formular p{
	margin: 0.6em 0;
}



.info_form{
	margin: 55px 0;
	width: 100%;
}

.Datenschutz{
	margin-left: -14px;
}



.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	background-color: #009603;
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 1em 0 1.5em 0;
	padding: 1em 1em;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}

.wpcf7-acceptance .wpcf7-list-item {
	font-size: 0.75em;
}

.wpcf7-acceptance .wpcf7-list-item a{
	text-decoration: underline;
}
.form_flache ::placeholder {
  color: rgba(0,0,0,1) !important;
  opacity: 1; /* Firefox */
}

::placeholder {
  color: rgba(0,0,0,0.75) !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: rgba(0,0,0,0.75) !important;
	opacity: 1; 
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: rgba(0,0,0,0.75) !important;
	opacity: 1; 
}

.row_flache_txt{
	 color: rgba(0,0,0,0.75) !important;
}

.formular{
	opacity: 90%;
}



input[type="submit"] {
    color: #000;
    position: relative;
    display: inline-block;
    text-align: center;
    transition: all 0.5s;
    font-weight: 500;
    width: max-content;
    padding: 0.4em 2em;
    background-color: unset;
    /* clip-path: polygon(5% 0%, 0% 100%, 95% 100%, 100% 0%); */
    border: 1px solid #000;
    margin: 1.6em 0 0;
	transition: 0.5s all;
}


input[type="submit"]:hover {
   background-color: #000;
	color: #fff;
}


.info_form{
	margin: 55px 0;
	width: 100%;
}




.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	background-color: #009603;
	color: #fff;
	font-size: 2em;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 1em 0 1.5em 0;
	padding: 1em 2em;
}


.wpcf7-submit::after{
/*	content: '';
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url(/wp-content/uploads/2022/08/arrow_right.svg);
*/	
}

.wpcf7-not-valid-tip {
    color: #FF3133;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    background-color: #163C2E;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 1em 0 1.5em 0;
    padding: 1em 1.1em;
    max-width: 480px;
}


.form_suc_sent {
	display: none;
	padding-top: 3em;
}

.wpcf7-form.sent .form_suc_sent {
	display: block;
}
/*
.wpcf7 form.sent .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .submit_wrapper {
	display: none;
}

.wpcf7 form.sent .formular {
	display: none;
}
*/
.wpcf7-spinner {
	position: absolute;
}

.formular{
	font-weight: 500;
}


.publikationen-template-default .sub_intro img {
    display: none;
}
.publikationen-template-default .sub_intro {
    padding-top: 6em;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1200px) {
	article, .section_inner {
    padding: 3.5em 0;
    width: 90%;
	}
}
@media only screen and (max-width:1000px) {
	.footer_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
	}
	
	.foo {
    width: 100%;
	}
	
	.foo.foo3 {
    display: none;
	}
	
	h1 {
    font-size: 2.05em;
	}
	
	nav{
		display: none;
	}
	
	#mobmenu_ct {
    display: block;
	}
	
	.beitrag_wrapper {
    margin: 2em 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.8em 1.2em;
	}
	.sub_intro {
    padding-top: 70%;
	}
	
	
}
@media only screen and (max-width:781px) {

	.kontakt_form_space{
		display: none;
	}
	
	.txt_box2{
		display: none;
	}
	
}
@media only screen and (max-width:700px) {
	.intro_txt {
    font-size: 2.9em;
	}
	
	body {
    font-size: 1.6em;
	}
	
	.map_rw {
    width: 100%;
    position: relative;
    padding-top: 60%;
	}
	
	
}
@media only screen and (max-width:600px) {
	    .beitrag_wrapper {
        grid-template-columns: 1fr;
        grid-gap: 1em;
    }
}

@media only screen and (max-width:500px) {
	.footer_inner {
        display: grid;
        grid-template-columns: 1fr;
    }
	
	.foo p {
    margin: 0 0 0.6em;
	}
	
	.foo4 img {
    opacity: 1;
    transition: 0.5s all;
    width: 1.9em;
    height: auto;
    margin: 0 0 0.8em;
	}
	
	.mob_nav {
    width: 100%;
    transform: translateX(110%);
	}
	
	.page-id-13.scrld .logo-img, .logo-img {
    height: 3.5em;
	}
	
	.page-id-13 .logo-img {
    height: 4.7em;
	}
	
	.mobmenu_ct_inner {
    position: absolute;
    right: 1em;
    top: -0.4em;
	}
}

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

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
