/*
Theme Name: konficamps-theme
Theme URI: 
Description: 3
Version: 1.0
Author: Philip Wilson
Author URI: 
Tags: 
*/ 

* {
  box-sizing: border-box;
}

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: left;
	background-color: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 200%;
	color: #575757;
	height: 100%;
	width: 100%;
}

b {
	font-weight: 700;
}

div {
	text-align: left;
}

div.clear {
	clear: both;
}

a {
	text-decoration: none;
}

p.light {
	font-weight: 100;
}

a:link, a:active, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #4CBDED;
}

a.wp-block-file__button {
	color: #fff !important;
}


a.white {
	color: #FFF;
}

a.wp-block-button__link {
	color: #FFF;	
}

/* Navigation */

.navigation_head {
    position: absolute;
    height: 130px;
    z-index: 101;
    width: 100%;
    padding: 0 7%;
    display: flex;
    justify-content: space-between;
}

	/* MENU */
		
	.trigger {
		background: none;
		padding: 0px;
		margin: 0px;
		border: 0px;
		float: right;
		margin-top: 27px;		
	}
		

	.menu-hauptmenu-container ul#menu-hauptmenu {
		z-index: 150 !important;
		margin: 0px;
		padding: 0px;
		float: right;
	}
	
	ul#menu-hauptmenu li.menu-item {
		font-size: 15px;
		text-transform: uppercase;
		text-decoration: none;
		list-style: none;
		float: left;
		margin-left: 16px;
		width: auto;
		padding: 10px 18px;
		height: 140px;
		background-color: #E9556F;
		outline: 2px dotted #FFF;
		outline-offset: -5px;
		position: relative;
		top: -45px;
		transition: all .2s ease-in-out;
	}
	
	ul#menu-hauptmenu li a {
		color: #FFF;
		text-decoration: none;
		font-size: 18px;
		position: relative;
		bottom: -50px;
		z-index: 0px;
		/*text-shadow: 3px 0px 10px #000;*/
	}
	
	.linkrec {
		position: relative;
	    z-index: 0;
	    top: -50px;
	    left: 0px;
	    height: 100px;
	    padding-top: 60px;
	}
	
	ul#menu-hauptmenu li:hover > .linkrec {
	    top: -80px;
	    height: 130px;
	    padding-top: 90px;
	}
	
	ul#menu-hauptmenu li:hover, ul#menu-hauptmenu li.current-menu-item {
	 	-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    top: -10px;
	}
	
	li.menu_page_item a {
		color: #E00019;
	}
	
	ul#menu-hauptmenu #menu-item-56 {
		background-color: #E9556F;
	}
	
	ul#menu-hauptmenu #menu-item-54 {
		background-color: #F08960;
	}

	ul#menu-hauptmenu #menu-item-55 {
		background-color: #91C763;
	}
	
	ul#menu-hauptmenu #menu-item-53 {
		background-color: #88D2DD;
	}
	
	ul#menu-hauptmenu #menu-item-59 {
		background-color: #B5709C;
	}
	
	ul#menu-hauptmenu #menu-item-2142 {
		background-color: #B5709C;
	}	
	
		ul#menu-hauptmenu i {
			font-weight: 100;
		}

	.hamburger_button {
		display: none;
	}
	
	

.logo {
	width: 350px;
	margin-top: -20px;
	transition: all .2s ease-in-out;
}

.logo:hover {
	margin-top: -15px;
}

.content {
	
}

.post {
	padding: 7% 7%;
	background-image: url(gfx/bg_grey.png);
	background-size: cover;
	background-position: center center;	
	position: relative;	
}

.faq_flex {
	display: flex;
}

.faq_categories {
	width: 30%;
}

.faqs {
	width: 70%;
}

.targetDiv {
	display: none;
}

.post.bg {
	padding: 160px 7%;
}

.post.bg:before {
    background-image: linear-gradient(0deg, rgba(0,0,0,0) 98%, rgba(0,0,0,0.3) 100%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;    
}

.post_header {
	overflow: hidden;
	background-size: cover;	
	background-repeat: no-repeat;
	width: 100%;
	height: 45vh;
	min-height: 45vh;
	position: relative;
	z-index: 0;
	display: table;
}

.post_header:before  {
    background-color: rgba(0, 0, 0, 0.53);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.post_header_text {
	z-index: 2;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	padding: 0% 25%;
}


.content.start {
	background-image: url(gfx/bg_blue_full.jpg);
	background-size: cover;	
	height: 60vh;
	width: 100%;	
	color: #fff !important;
	display: table;
}

h1 {
	line-height: 120%;	
}

h2 {
	font-size: 46px;
	color: #FFF;
	text-transform: uppercase;
	line-height: normal;	
	line-height: 120%;
}

h2.aktuelles_headline {
	text-align: center;
	color: #26567A !important;
	margin-bottom: 50px;
}

.post h2 {
	color: #000;
}

.footer {
    margin-top: -30px;	
}

.footer_top {
	background-image: url(gfx/footer_top.png);
	background-position: center top;
	height: 180px;
	width: 100%;
}

.footer_body {
	min-height: 30vh;
	width: 100%;
	background-color: #91c24f;
	margin-top: -2px;	
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding: 0% 10%;
}

.footer_spalte {
	margin: 0 5%;
}

.footer_spalte a {
	color: #fff;
}

.footer_bottom {
	width: 100%;
	height: 60px;
	background-color: #5F8341;
	display: flex;
	justify-content: space-between;
	padding: 0 10%;
	color: #fff;	
	display: table;
}

.footer_bottom .footer_spalte {
	display: table-cell;
	vertical-align: middle;
}

.footer_bottom .footer_spalte.space {
	text-align: right;
}

.footer_bottom .footer_spalte.space a {
	margin-left: 10px; 	
}

/* Startseite TILES */ 

	.header_img.startseite {
		display: none;
	}

.video_starteite, .video_startseite_bg {
	height: 70vh;
	width: 100%;
	overflow: hidden;
	object-fit:cover;
	background-color: #000;		
	z-index: 9;
	position: relative;
}

.video_startseite_bg:before {
    background-image: linear-gradient(0deg, rgba(0,0,0,0) 70%, rgba(0,0,0,0.8) 100%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    transition: opacity .5s;
}

.tiles {
	display: flex;
	flex-wrap: wrap;
}

.tile {
	width: 50%;
	height: 50vh;	
}

.tile_img {
	background-size: cover;
	height: 100%;
    width: 100%;
    display: table;
}

.tile_title {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	color: #FFF;
	padding: 0% 18%;
}

.tile_title .tile_headline {
	font-size: 45px;
	line-height: 150%;	
	margin-top: 0px;
}

.tile_title .tile_headline i {
	font-weight: 100;	
}
	
.tile_title .tile_desc {
	font-size: 20px;
	font-weight: 100;
	font-style: italic;
	text-align: center;
}	

.tile_title .tile_call_to_aktion {
	text-align: center;
	margin-top: 20px;
}

.tile_title a {
	color: #fff !important;
}

/* Startseite Aktuelles */

.aktuelles {
	display: flex;
	padding: 0 10%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.aktueller_beitrag {
	width: 45%;
}

.aktueller_beitrag_img {
	width: 100%;
	height: 250px;
	background-size: cover;
	margin-bottom: 20px;
}

/* Categorie */

.cat_anchor {
	height: 50vh;
	width: 100%;
	background-image: url(gfx/bg_grey.png);
	background-size: cover;
	background-position: center center;
	display: table;
}
	
.cat_anchor .headline {
	margin: 0px;
	font-size: 40px;
	margin-bottom: 40px;
}	

.div_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
    padding: 0% 10%;
    line-height: 280%;	
}

.div_cell a {
	font-size: 20px;
	/*text-transform: uppercase;*/
	margin-right: 40px;
	display: inline-block;
}

.div_cell .fas {
	font-size: 15px;
	margin-right: 10px;
}

.karte_anfahrt {
	width: 100%;
	height: 600px;
}

#mapid {
	width: 100%;
	height: 100%;
}

.header_img.single {
	height: 70vh;
	width: 100%;
	background-size: cover;
}

.wp-block-image img {
	height: auto;
}

.showSingle {
    background-color: #333;
    color: #fff !important;
    padding: 10px;	
    width: 100%;
	display: block;
    margin-bottom: 2px;    
}

.showSingle:hover {
	cursor: pointer;
}

.faq_arrow {
	float: right;
	display: inline;
}

.faq_arrow:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    padding-right: 0.5em;
    position: relative;
    top: 2px;
    left: 0px;
}

.faq_title.active .faq_arrow:after {
	content: "\f107";		
}

.faq_content {
	display: none;
	position: relative;
	z-index: 100 !important;
}


/*
.faq_title.active .faq_content {
	display: block !important;
 	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;		
}*/

.pakete {
	display: flex;
	justify-content: space-between; 
	margin-top: 50px;
	flex-wrap: wrap; 
}

.paket {
	width: 30%;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
    margin-right: 1%;
    margin-left: 1%;		
}

.paket h3 {
	padding-top: 0px;
	margin-top: 0px;
}
	
.anmeldung_submit {
	background-color: #91C763;
	border: 0px;
	font-size: 15px;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}

.anmeldung_submit:hover {
	cursor: pointer;
	background-color: #b6ff76;	
}

.table {
	display: table;	
	width: 100%;
}

.table_tr {
	display: table-row;
}

.table_td, .table_th {
	width: 50%;
	display: table-cell;
    padding: 10px;
    background-color: #efefef;
    border-bottom: 4px solid #fff;	
}

.table_th {
	font-weight: bold;
}

.table_td input {
	width: 100%;
	font-size: 14px;	
	height: 24px;
}

.steps {
	margin-top: 30px;
}
	
	
@media only screen and
(max-width:1220px) {
			
	.hamburger_button {
	    display: block;	    
	    float: right;	    
	}	
	
	#main {
		display: none;		
	}	
	
	
	.linkrec {
	    position: unset;
	    z-index: 0;
	    top: 0;
	    left: 0px;
	    height: auto;
	    padding-top: 0;
	    text-align: right;		
	}
	
	#main ul {
    		float: right;
		text-align: right;	
		display: block;
	}
	
	.hamburger-inner, 
	.hamburger-inner::before, 
	.hamburger-inner::after		
	{
		background-color: #FFF !important;
		height: 3px !important;
		width: 25px !important;
	}
	
	.hamburger_button.black .hamburger-inner, 
	.hamburger_button.black .hamburger-inner::before, 
	.hamburger_button.black .hamburger-inner::after
	{
		background-color: #000 !important;
	}
	
	.hamburger-box {
		width: 25px !important;
		padding: 0px;
	}

	.menu-item.current-menu-item, .menu-item:hover {
		display: list-item;
		background:none;		
	}	
	
	.navigation_head.bg_menu:after {
	    background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
		  animation: fadeinout 1200ms;
		  -moz-animation: fadeinout 1200ms; /* Firefox */
		  -webkit-animation: fadeinout 1200ms; /* Safari and Chrome */
		  -o-animation: fadeinout 1200ms; /* Opera */
	    height: 100vh;
	    width: 100%;
	    content: "";
	    position: absolute;
	    z-index: -1;
	    top: 0px;
	    left: 0px;
	}	
	
	#main.active {
	    position: relative;
	    top: 0px;
		opacity: 1;
		display: block;
	    -webkit-animation: fadeinout 1s; /* Safari, Chrome and Opera > 12.1 */
	       -moz-animation: fadeinout 1s; /* Firefox < 16 */
	        -ms-animation: fadeinout 1s; /* Internet Explorer */
	         -o-animation: fadeinout 1s; /* Opera < 12.1 */
	            animation: fadeinout 1s;			    	    
	}
	
	@keyframes fadeinout {
	    from { opacity: 0; top:-10px; }
	    to   { opacity: 1; top:0px; }
	}
	
	/* Firefox < 16 */
	@-moz-keyframes fadeinout {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}
	
	/* Safari, Chrome and Opera > 12.1 */
	@-webkit-keyframes fadeinout {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}
	
	/* Internet Explorer */
	@-ms-keyframes fadeinout {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}
	
	/* Opera < 12.1 */
	@-o-keyframes fadeinout {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}	
	
	#main.active	ul#menu-hauptmenu li.menu-item {
		background: none;
		outline: none;
		top: auto;
		height: auto;
		padding: 0px;
		margin-left: 0px;
		display: list-item;
		float: none;
	}
	
	#main.active ul#menu-hauptmenu li a {
		bottom: 0px;
	}
	
	#main.active	ul#menu-hauptmenu li.menu-item br {
	        display: inline;
			content: ' ';
			clear:none;
	}	
	
	#main.active ul#menu-hauptmenu i {
		margin-right: 10px;
	}
	
	
	/* Menu Ende */
	
	.wp-block-columns.has-3-columns {
		flex-wrap: wrap;
		justify-content: space-between;		
	}
	
	.wp-block-columns.has-3-columns .wp-block-column {
		flex-basis: 45% !important;
		margin-left:0px !important;		
	}

	.tile_title .tile_headline {
	    font-size: 40px;
	    line-height: 100%;
	    margin-top: 0px;
	}	
	
	.tile_title {
		padding: 6%;
	}
	
	.pakete {
    	flex-wrap: wrap;		
	}
	
	.paket {
		width: 49%;
	}	
	
}

.slide_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

#front_slider {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity .4s ease;  
  
}

.sy-loaded #front_slider {
	opacity: 1;
	height: auto;
}

#front_slider li.slide {
  margin: 0;
  padding: 0;
}

#front_slider img.slider-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Wenn Slippry fertig */
.sy-box.sy-loaded #front_slider {
  transition: opacity 0.3s ease;
}

	
@media only screen and
(max-width:780px) {
	
	body {
		font-size: 14px;	
	}
	
	.tile {
		width: 100%;
		height: 50vh;	
	}	
	
	.logo {
		width: 230px;
	}
	
	.wp-block-column, .wp-block-columns.has-3-columns .wp-block-column {
		flex-basis: 100% !important;
		margin-left:0px !important;
	}
	
	h2, .tile_title .tile_headline {
		font-size: 1.8em;
	}
	
	.div_cell {
		padding: 0 5%;
	}
	
	.aktuelles,
	.footer_body
	{
		flex-wrap: wrap;			
	}
	
	.footer_spalte {
		margin: 4%;
	}
	
	.aktueller_beitrag 
	{
		width: auto;
	}
	
	.video_startseite, .video_startseite_bg {
		display: none;
	}
	
	.header_img.startseite {
		display: block;
	}
	
	.post {
		padding-bottom: 100px;
	}
	
	.content.start .div_cell {
		line-height: 180%;
	}

	.paket {
		width: 100%;
		margin-bottom: 20px;
	}	
	
}	

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

	
	.navigation {
		position: absolute;
		right: 20px;
		/*background-image: linear-gradient(0deg, rgba(0,0,0,0) 70%, rgba(0,0,0,0.8) 100%);*/
		width: 100%;
		height: auto;	
	}
	
	#main {
		right: -39px;
	}
	
	.menu-hauptmenu-container ul#menu-hauptmenu {
		margin-top: 100px;
	}

	#main.active ul#menu-hauptmenu li.menu-item {
		text-shadow: 0px 0px 4px black;		
	}
	
	.tile {
		height: auto;
	}
	
	.tile_img {		
		padding: 4% 1%;
	}
	
	.has-medium-font-size, .tile_title .tile_desc {
		font-size: 17px !important;
	}
	
	.div_cell a {
		display: block;
		margin-right: 0px;
	}
	
	.post_header_text {
		padding: 0% 4%;
	}
	
	.post_header {
		background-repeat: no-repeat !important;
		background-position: center 0px !important;
	}
	
	.post {
		word-break: break-word;
	}
	
	.div_cell {
		padding-bottom: 5%;
	}
	
	.div_cell a	{
		margin-bottom: 20px;
	}
	
	.cat_anchor .headline {
		margin-top: 40px;
	}
	
	.table_td, .table_th {
		width: 100%;
		float: left;
	}
	
	.table_td input {
	    border: 1px solid #cecece;
	}
	
	.table_td, .table_th {
		float: left;
		width: 100%;
		border: none;
	}
	
	.table_td {
		border-bottom: 4px solid #fff;		
	}
	
}	

@media only screen and
(max-height:600px) {
	
	.tile {
		height: 100%;
	}
	
}
	

/* PLUGIN Overwrite */


.cmplz-video.cmplz-iframe-styles {
	background: url(gfx/cookie.png);	
	background-size: cover;
	background-position: center center;
}
