/* --- infinite scroll --- */

.loader {
    margin-bottom: 20px;
    margin-top: 5px;
}

.loader-ellips {
  font-size: 18px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0px;/*0.5em*/
  background: #a8977b; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.more {
	text-align: center;
	padding-top: 20px;
	
}

.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  /*border-top: 1px solid #DDD;*/
  text-align: center;
  color: #a8977b;
}
.single-info-spacer {
    display: block;
    height: 0px;
}

body.informationen-archiv .meta-categories a {
    text-transform: initial !important;
}

/* User CSS */

a {text-decoration: none;}
:focus {
  outline: none;
  box-shadow: 0 0 0 0 hsla(220, 100%, 50%, 80%);
}

.o-posts-grid-post-title {
	margin-bottom: 0;
}


.menu-item i._mi.dashicons-facebook-alt {
	color: #1877F2;
}

/* icon_list */

.my_icon_list .uagb-icon-list__source-wrap {
	padding-top:6px !important;
}

/* /icon_list */

.pods-pagination {
	margin: 0 !important;
}

/* creative list */

ul.creative {
  margin: 0;
  padding-left: 1.2rem;
}

.creative li {
  position: relative;
  list-style-type: none;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.creative li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #272626;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

/* /creative list */


@media (min-width: 960px) {
	.mobile-facebook {
		display: none;
	}
}

.pdfemb-viewer {
	border: 1px solid #ebebeb !important;
}
.pdfemb-pagescontainer {
	margin-left: 0 !important;
}

.navbar-toggle:focus {
    outline: 0px solid;
}

.clickable a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
}

/* --- latest blog --- */

.hfg-grid-top .builder-item {
	padding: 0 !important;
	margin: 0 !important;
}

.hfg-grid-top .builder-item .uagb-post__image {
	width: 100% !important;
	margin-left: 0 !important;
}


#cb-row--footer-top .builder-item,
#cb-row--footer-top .container {
	margin: 0;
	padding: 0;
}

#cb-row--footer-top .uagb-post__image {
	width: 100% !important;
	xmax-height: 280px;
	xmargin-left: 15px !important;
}

#cb-row--footer-top .widget_block {
	margin-bottom: 0;
}


/* --- latest blog / single post
@media (min-width: 945px) {
	.uagb-post__inner-wrap {
		 min-height: unset !important;
	}
}

 .uagb-post__inner-wrap {
	min-height: unset !important;
}

@media (max-width: 960px) {
	.nv-sidebar-wrap {
		padding: 0;
		margin-bottom: 0;
	}
	
	.menu-item-2996 .visuallyhidden {
		all: unset;
	}
} --- */

/* --- video --- */

.video-col-container {
	display: flex;
	flex-direction: row;	
	padding: 0;
	margin: 0 0 -1px 0;
}

.video-loop .video-col-container:nth-child(odd) {
	flex-direction: row-reverse;
}

/*  :not(:first-child) */

.no-loop .video-col-container:nth-child(odd) {
	flex-direction: row-reverse;
}

.video-col {
	display: flex;
	flex-direction: row;
	width: 50% !important;
	padding: 0;
	margin: 0;
	align-items: center;
	justify-content: center;
}

.video-col .plyr {
	width: 100% !important;
}

.video-col.video-text {
	flex-direction: column;
	align-items: flex-start;
	padding: 50px 150px 50px 100px;
	background-color: #A8977B14;
}
.video-col.video-text span {
	padding: 0 0 5px 0;
	margin: 0;
}
.video-col.video-text span a {
	text-decoration: none;
}
.img-noembed {
	width: 100vw;
	display: block; 
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

:root {
  --plyr-color-main: #3F73DA;
  /*--plyr-video-control-color	:#e8ffba;*/
}

@media (max-width: 1180px) {
	.video-col.video-text {
		padding: 30px 70px 30px 30px;
	}
}

@media (max-width: 800px) {
	.video-col-container {
    	flex-direction: column;
	}
	.video-col {
		width: 100% !important;
	}
	.video-col.video-text {
		padding: 25px 50px 25px 25px;
	}
	.video-loop .video-col-container:nth-child(odd) {
		flex-direction: column;
	}
	.no-loop .video-col-container:nth-child(odd) {
		flex-direction: column;
	}
}
	
/* --- /video --- */

	
.hide {display: none !important;}

.headertagline {
	margin-bottom: 0px !important;
	padding-top : 10px !important;
	padding-bottom: 10px !important;
}

/*
h1.entry-title {
text-shadow: 1px 1px 40px #272626;
}
*/
/* --- 12.06.2023 */

.slick-slide .wp-block-quote {
	padding-right: 30px;
	padding-left: 60px !important;
	border-width: 0 !important;
	margin: 10px 0 !important;
}

.slick-slide,
.slick-slide:focus,
.slick-slide:focus-visible,
.slick-slide:focus-within
.slick-slide:active,
.slick-active,
.slick-active:focus,
.slick-active:focus-visible,
.slick-active:focus-within
.slick-active:active{
	position: relative;
	cursor: move;
	user-select: none;
	outline: none !important;
}

.slick-slide::before {
		position: absolute;
		font-family: 'Font Awesome 5 Free';
		font-size: 50px;
		top: -8px;
		left: 25px;
		color: #e8bf28;
		font-weight: 900;
		opacity: 1;
		content: "\f10e" !important;
}

/*
.uagb-post__inner-wrap {
		min-height: 250px;
}
*/

.home blockquote em::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans
	font-weight: 900;
	padding-right: 5px;
	content: "—";
}

.icon_top .wp-block-themeisle-blocks-icon-list-item {
	align-items: flex-start !important;
}

.icon_top .wp-block-themeisle-blocks-icon-list-item i {
	margin-top: 8px;
}



/*
@media (min-width: 945px) {
		.uagb-post__inner-wrap {
			min-height: 330px;
		}
}
*/

/* --- // 12.06.2023 */



@media (max-width: 945px) {
		.page .nv-post-cover {
				 margin-bottom: 0px; 
		}
		.blog-page .nv-post-cover,
		.thankyou .nv-post-cover{
				margin-bottom: 55px; 
		}
}



@media (max-width: 600px) {
		.o-posts-grid-post-image {
			padding-bottom: 20px !important;
		}
		.wp-block-themeisle-blocks-posts-grid .is-list {
			margin-bottom: 15px !important
		}
		.slick-slide .wp-block-quote {
				padding-top: 20px;
				padding-left: 15px !important;
				padding-right: 15px !important;
		}
		
		.slick-slide::before {
				font-size: 30px;
				top: 10px;
				xleft: 10px;
		}

}
@media (max-width: 768px) {

		.progress-wrap {
				bottom: 150px;
		}
		
		.progress-wrap.btn-right-side {
				right: 30px;
		}
		
}



button.g-button {
	border: 1px solid #272626;
	background: none;
	color: #272626;
	border-radius: 0px;
	font-weight: normal;
	padding: 16px 32px;
}

button.g-button:hover,
button.g-button:focus,
button.g-button:active {
	border: 1px solid #272626;
	background: #272626;
	color: #fff;
	border-radius: 0px;
	font-weight: normal;
}

/* Newsletter TopBar */
.mctb-button {
		font-weight: 400 !important;
		border-radius: 0px !important;
}

.mctb-icon-inside-bar .mctb-close {
		right: unset;
    left: 0 !important;
}

@media (max-width: 968px) {
		.mctb-close {
				float: left !important;
		}
}

#cookie-notice .cn-button,
#cookie-notice .cn-button:hover, 
#cookie-notice .cn-button:focus {
	border: 1px solid #ffffff !important;
	background: #ffffff !important;
	color: #272626 !important;
	border-radius: 0px !important;
	font-weight: normal !important;
}

.form-row {
	display: table;
	width: 100%;
	margin-bottom: 20px;

}
.form-column-1 {
	display: table-cell;
	padding-right: 5px;
}
.form-column-2 {
	display: table-cell;
	padding-left: 5px;
}
/*
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select {
	width: 100%;
	margin-bottom: 10px;
	box-shadow: none !important;
	border: 1px solid #dddddd !important;
	background: #F4F5F7 !important;
	border-radius: 0px !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password],
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
	background: #ffffff !important;
}
*/

/*------check----------*/

/* The container */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	font-weight: 300;
	font-size: 19px;
}

/* Hide the browser's default checkbox */
.check-container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #5a574e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 8px;
  top: 2px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input:invalid {
  box-shadow: none;
}

/* Form Validation Honeypot */

.extra {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

/* /Form Validation Honeypot */


/*Responsive Design*/
@media (max-width: 480px) {
	.form-row {
			display: block;
	}
	.form-column-1 {
			display: block;
			padding-right: 0px;
	}
	.form-column-2 {
			display: block;
			padding-left: 0px;
	}

}

