/*
Theme Name: Dialogperspektiven 2020
Theme URI: http://avf-works.com
Description: Responsive Bootstrap Theme
Author: avf works mediastudio | Alex v. Falkenhausen
Author URI: http://avf-works.com
Version: 1.0
Tags: responsive, bootstrap


*/
/*------------------------------------------------------------------
[Lovelo Font]
-------------------------------------------------------------------*/
@import "fonts/lovelo/LoveloBlack-Regular.css";
/* lato-italic - latin */
/* pt-sans-regular - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/pt-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('PT Sans'), local('PTSans-Regular'),
	url('fonts/pt-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/pt-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/pt-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('fonts/pt-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/pt-sans-v11-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700 - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/pt-sans-v11-latin-700.eot'); /* IE9 Compat Modes */
	src: local('PT Sans Bold'), local('PTSans-Bold'),
	url('fonts/pt-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/pt-sans-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/pt-sans-v11-latin-700.woff') format('woff'), /* Modern Browsers */
	url('fonts/pt-sans-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/pt-sans-v11-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/raleway-v14-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Raleway'), local('Raleway-Regular'),
	url('fonts/raleway-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/raleway-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/raleway-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('fonts/raleway-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/raleway-v14-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-italic - latin */
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/raleway-v14-latin-italic.eot'); /* IE9 Compat Modes */
	src: local('Raleway Italic'), local('Raleway-Italic'),
	url('fonts/raleway-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/raleway-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/raleway-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
	url('fonts/raleway-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/raleway-v14-latin-italic.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-700 - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/raleway-v14-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Raleway Bold'), local('Raleway-Bold'),
	url('fonts/raleway-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/raleway-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/raleway-v14-latin-700.woff') format('woff'), /* Modern Browsers */
	url('fonts/raleway-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/raleway-v14-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
html, body {
	width:100%;
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	color:#323246;
	background-color: #d0d7dd;
}
body{
	padding-top:50px;
	background-image: url(img/DP-BG_Lines.png);
	background-size:100%;
	background-repeat: repeat-y;
	background-attachment: fixed;
	line-height:1.4;
}
.color1 { background-color: #76b4cf; color: #fff;}
.color2 { background-color: #71bf44; color: #fff;}
.color3 { background-color: #fdb813; color: #fff;}
.color4 { background-color: #931e48; color: #fff;}
.color5 { background-color: #8a2977; color: #fff;}
.color6 { background-color: #00386c; color: #fff;}
.color7 { background-color: #005841; color: #fff;}

h1, h2, h3{
	font-weight:700;
	font-family: 'Lovelo', sans-serif;
	text-transform:uppercase;
}
h1{
	font-weight:700;
	font-size:36pt;
	margin-top:10px;
}
img{
	max-width:100%;
	height:auto;
}
img.alignleft{
	margin-right:10px;
	margin-bottom:5px;
}
img.alignright{
	margin-left:10px;
	margin-bottom:5px;
	float:right;
}
img.aligncenter{
	margin-right:10px;
	margin-left:10px;
	margin-bottom:5px;
}
.round{
	border-radius: 100%;
}
.no-padding-right{
	padding-right:0;
}
iframe{
	max-width:100%;
}
.header{
	width:100%;
	padding:5px 25px;
	background-color:rgba(0,0,0,.5);
	position:fixed;
	top:0;
	font-family: 'Lovelo', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	z-index:5;
}
body.customize-support .header{
	top:25px;
}

a, .header a, footer a, #posts .item a{
	color:#fff;
	text-decoration:none;
	opacity:1;
	transition: opacity 0.3s;
}
a:hover{
	text-decoration: underline;
	text-decoration-style: dotted;
	color:#fff;
	opacity: .5;
}
.header a:hover, footer a:hover, #posts .item a:hover{
	opacity: .5;
	color:#fff;
	text-decoration:none;
}
.header .first{
	text-align:left;
}
.header .first a{
	margin-right:20px;
}
.header .second{
	text-align:right;
}
.header .second a{
	margin-left:20px;
}
.wpml-ls-legacy-list-horizontal {
	display:inline-block;
	padding: 0 7px !important;
}
.dp-btn {
	display: inline-block;
	border: 1px solid #ffffff;
	color:#ffffff;
	padding: 5px 15px;
	font-size: 1.1rem;
}
.dp-btn i{
	/*font-size: .9rem;*/
	margin-left:10px;
}
.dp-btn:hover{
	background-color:rgba(255,255,255,.5);
	text-decoration:none;
	color:#ffffff;
}

/****************STARTSEITE*************************/
h1.title{
	font-size:2.5vw;
}
.carousel-item {
	width: 100% !important;
	height: 100%;
	padding-bottom:67%;
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
}
.carousel-item.no-bg {
	height: auto;
	padding-bottom:0;
}
.carousel-control-next, .carousel-control-prev {
	background-color: transparent;
	border: none;
}
.bildslider-link{
	display:block;
	position:absolute;
	top: 0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
}
.section-headline{
	font-family: 'Lovelo', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	margin-top:75px;
	margin-bottom:25px;
}
.section-headline .moreof{
	font-size:16px;
	float:right;
}
.section-headline a{
	color:#323246;
	text-decoration:none;
	opacity:1;
	transition: opacity 0.3s;
}
.section-headline a:hover{
	opacity: .5;
	text-decoration:none;
}
.row.cppd-section{
	background-color:rgba(147,30,72, .4);
	padding:25px 15px;
}
.postimage{
	height:200px;
	/*background-color:rgba(0,0,0,0.5);*/
	text-align:center;
}
.postimage.large{
	height:300px;
	text-align:left;
}
.postimage img{
	height:200px;
	width:100%;
	object-fit:contain;
}
.postimage.large img{
	height:300px;
	width:auto;
}
.postdate{
	font-size:12px;
	margin:10px 0 5px 0;
}
.postdesc{
	height:auto;
	/*overflow:hidden;*/
	line-height:1.1em;
	margin-bottom:30px;
	font-size:15px;
}
.postdesc h3, .post_description h3{
	font-size:16px;
}
.subnav{
	padding-top:15px;
}
.subnav ul{
	list-style-type: none;
	padding-left:0;
	font-family: 'Lovelo', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	font-size:18px;
}
.subnav ul a{
	color:#323246;
	opacity:1;
	transition: opacity 0.3s;
}
.subnav ul a:hover{
	opacity:0.5;
	text-decoration:none;
}
.subnav > ul > li > ul{
	padding-left:25px;
	font-size:14px;
}
.subnav h3{
	margin-top:40px;
	font-family: 'Lovelo', sans-serif;
	text-transform:uppercase;
	font-weight:700;
}
/****************************VERANSTALTUNGEN****************************/
.timeandspace{
	font-size:15px;
	font-style: italic;
	margin: 15px 0;
}
.eventlist .postimage{
	margin-bottom: 10px;
	width: 100%;

}
.eventlist .postimage img{
	max-height: 100%;
	max-width: 100%;
}
.eventlist a{
	color:#fff;
	opacity: 1;
	transition: opacity .3s;
}
.eventlist a:hover{
	opacity: .5;
	text-decoration: none;
}
.eventlink h3{
	font-size:18px;
}
.col-sm-4.item {
	/*padding: 0;
	margin-right: 10px;*/
	padding-right:0;
	margin-bottom: 15px;
	color: #fff;
}
.post_description{
	padding:5px;
}
#posts h3{
	font-size:16px;
}
.person{
	float:left;
	position:relative;
	width:120px;
	height:120px;
	overflow:hidden;
	cursor:pointer;
	margin: 4px 4px 0 0;
}
.person img{
	max-width:100%;
	height:auto;
}
.person .overlay{
	position:absolute;
	bottom:-250px;
	border-top:4px solid #fff;
	color:#fff;
	background-color:#fdb813;
	padding:5px;
	transition: bottom 0.5s;
	width:100%;
}

div#kuratorium .person .overlay{
	background-color:#553171;
}
.person .overlay h3{
	color:#fff;
	font-size:10pt;
	margin-top:5px;
	margin-bottom:0;
}

.person:hover .overlay{
	bottom:0px;
}
.container.quote{
	margin-top:75px;
	margin-bottom:75px;
	font-size:16px;
	clear:both;
}
.before-footer{
	width:100%;
	padding:25px 0 75px 0;
	text-align: center;
	clear:both;
}
footer{
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
	background-color:rgba(0,0,0,.5);
	color:#fff;
}
footer .menu{
	font-family: 'Lovelo', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	list-style-type: none;
	margin-top:50px;
}
footer .menu li a{
	white-space:nowrap;
}
footer .social-icons{
	padding-top:15px;
	font-size:18px;
}
footer .social-icons a{
	display:inline-block;
	margin-right:8px;
}
#menu-footer-menu, #menu-footer-menu-deutsch {
	column-count: 2;

}
#menu-footer-menu li::before, #menu-footer-menu-deutsch li::before{
	content:"\f054";
	font-family: FontAwesome;
	display: inline-block;
	font-weight:300;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}

.footer-2{
	margin-top:50px;
}
.footer-text{
	font-size:10px;
}
.footer-logos .textwidget{
	white-space: nowrap;
}
.footer-logos img{
	display:inline-block;
	max-width:30%;
	max-height:90px;
	width:auto;
	height:auto;
	margin-left:3%;
	margin-bottom:20px
}
.lndi-logo-front{
	max-width:35%;
	margin-top:40px;
}
/*************************USER PROFILE*******************************/
.acf-label{
	display:none;
}
.acf-fields>.acf-field {
	border-top:none !important;
	padding:5px 0 !important;
}
.acf-input-prepend, .profile-question  {
	font-style: italic;
	font-family: 'Raleway', sans-serif !important;
	font-size: 16px !important;
	float:none !important;
	display:block;
	border:none !important;
	padding:0 3px !important;
	background:transparent !important;
}
.profile-answer{
	padding:10px 0 20px 10px;
	font-family: 'Raleway', sans-serif;
	color:#a0d2dc;
}
.profile-headline{
	font-family: 'Raleway', sans-serif;
	text-transform: none;
	margin-bottom:45px;
}
.acf-input input, .acf-input textarea, .acf-form #save {
	font-family: 'Raleway', sans-serif !important;
	font-size: 15px !important;
	background-color:#a0d2dc;
	border:none !important;
}
#photo input[type=file]{
	display:none;
}
#photo .acf-basic-uploader{
	width:100%;
	padding-bottom:100%;
	background-image:url('img/upload_image.png');
	background-repeat:no-repeat;
	background-size:contain;
	cursor:pointer;
}
.acf-image-uploader.has-value + p.description{
	display:none;
}
.acf-form #save{
	margin-top:15px;
	padding:10px 15px;
	font-weight:bold;
	opacity:1;
	transition:opacity .3s;
}
.acf-form #save:hover{
	opacity: .5;
}
.plzwait{
	display:none;
	margin-left:15px;
}
.plzwait img{
	width:30px;
	height:auto;
}
.profile-image img{
	border-radius:100%;
}
.invisible-submit{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
/**************************APPLICATION FORM AND OVERVIEW************************/
.table{
	color:#fff;
}
.dataTables_wrapper{
	width:100% !important;
}
.all-applications h3{
	margin-top:50px;
	font-size:26px;
}
.dataTables_filter{
	text-align:right;
}
.dataTables_filter input[type=search]{
	margin-left:10px;
}
.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(0,0,0,.075);
}
td.check{
	text-align:center;
	vertical-align: center;
	font-size:28px;
	position: relative;
}
td.check > i.fa-square{
	display:inline-block;
}
td.check > i.fa-check-square{
	display:none;
}
td.check.on > i.fa-square{
	display:none;
}
td.check.on > i.fa-check-square{
	display:inline-block;
}
.loader{
	margin-left:20px;
	display:none;
}
td.details{
	text-align:center;
	vertical-align: center;
	font-size:28px;
}
.modal-dialog{
	max-width:800px;
}
.modal-content{
	background-color: rgb(147, 30, 72);
	background-image: url(img/DP-BG_Lines.png);
	background-size:100%;
	background-repeat: repeat-y;
}
#applicant-details label{
	min-width:150px;
}
.member-details .modal-content{
	background-color:#553171;
}
.country-select .country-list{
	color:#495057;
}
#application-form h5{
	margin-top:25px;
}
/*********************COMMENTS-FORM***********************/
.comment-form label{
	display:block;
}
/*********************Calendar related********************/
.calendar-tabs li{
	background-color:#fff;
	padding:10px;
	margin-right:2px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: unset;
	transition: all .33s ease;
}
.calendar-tabs li a{
	color: #a9a9a9;
}
.calendar-tabs li a.active, .calendar-tabs li.active a{
	color: #393939;
}
.mec-calendar .mec-calendar-header h2, .mec-yearly-view-wrap .mec-yearly-title-sec h2 {
	color:#4d4d4d !important;
}
section{
	background-color:#fff;
	padding:15px;
	color:#000;
	margin:15px auto;
}
section.calendar-wrapper{
	padding:15px 0;
}
section.calendar-wrapper .mec-month-side{
	max-height: 650px;
	overflow-y: auto;
}
.mec-calendar .mec-event-article {
	padding-bottom: 15px !important;
	padding-top: 16px !important;
	padding-left:5px !important;
}
.color-alevi{
	background-color:#005841;
}
.color-buddhist{
	background-color: #fbba00;
}
.color-bahai{
	background-color: #ee7f01;
}
.color-christian{
	background-color: #d2003c;
}
.color-hindu{
	background-color: #4b2963;
}
.color-humanist{
	background-color:#004578;
}
.color-islamic{
	background-color: #79b51c;
}
.color-jewish{
	background-color: #7199ac;
}
.color-others{
	background-color: #ff9195;
}
.color-sikh{
	background-color: #8a2149;
}
.color-yesidi{
	background-color: #93b18f;
}

.legende{
	font-size:14px;
	padding:10px;
}
.dot{
	display:inline-block;
	width:15px;
	height:15px;
	border-radius:50%;
	margin-right:15px;
}
.calendar-dots{
	position:absolute;
	bottom:15px;
	line-height:10px;
	width:100%;
	height:10px;
	text-align:center;
	pointer-events: none;
}

.calendar-dots .dot{
	width:8px;
	height:8px;
	margin:0 3px;
}
.mec-calendar .mec-has-event::after {
	display:none !important;
}
.mec-calendar-events-sec.mec-sec-highlight{
	background-color:#fdb813;
}
.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month, .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
	border: 1px solid #4d4d4d !important;
}
.mec-load-month-link {
	color: #4d4d4d !important;
}
.mec-expired-normal-label{
	display:none;
}
.legende i{
	margin-left:10px;
}
.download-area a{
	color:#000;
	text-decoration:none;
	display:block;
	font-size: 15px;
	line-height: 1.5rem;
	transition:opacity .3s;
}
.download-area a:hover{
	opacity:.7;
}
.download-area a i{
	margin-right:10px;
}
.download-area a.button-blue{
	display:inline-block;
	color: #000000 !important;
	border: none;
	background-image: none !important;

	text-shadow: 1px 1px 1px #bfeafb;
	background-color: transparent;
}
.download-area a.button-blue::before{
	content: "\f019";
	font-family: "Font Awesome 5 Pro";
	font-weight:300;
	margin-right:5px;
}
.card {
	background-color: transparent;
	height: 95%;
}
.stoerer{
	position:absolute;
	width:200px;
	height:200px;
	border-radius: 50%;
	background-color: #e30167;
	color:#ffffff;
	font-weight:700;
	display:flex;
	text-align: center;
	justify-content:center;
	align-items:center;
	z-index:4;
	top:25px;
	right:25px;
	transform: rotate(-10deg);
	transition:transform .3s;
	font-size: 1.4rem;
}
.stoerer:hover{
	transform: rotate(0deg);
}
.stoerer-link{
	display:block;
	position:absolute;
	width:200px;
	height:200px;
	border-radius: 50%;
}
.stoerer .bclose{
	position:absolute;
	bottom:10px;
	left:calc( 50% - 10px );
	height:20px;
	width:20px;
}
/**********************MEDIA QUERIES**************************/
@media screen and ( max-width: 1199px ) {
	#menu-footer-menu {
		column-count: 2;
	}
	.dot{
		 display:inline-block;
		 width:10px;
		 height:10px;
		 margin-right:10px;
	 }
	.calendar-dots{
		position:absolute;
		bottom:2px;
	}
}
@media screen and ( max-width: 991px ) {
	h1.title{
		font-size: 4.5vw;
	}
	.stoerer{
		right:25px;
		width:100px;
		height:100px;
		font-size: .9rem;
		line-height: 1rem
	}
}
@media screen and ( max-width: 767px ) {
	h1{
		font-size:28px;
	}
	h1.title{
		font-size: 4.5vw;
	}
	#menu-footer-menu, #menu-footer-menu-deutsch {
		column-count: 1;
	}
	.footer-logos .textwidget{
		white-space: normal;
	}
	.footer-logos img{
		display:inline-block;
		max-width:49%;
		max-height:60px;
		width:auto;
		height:auto;
		margin-right:15px;
	}

}
@media screen and ( max-width: 575px ) {
	.header{
		font-size:15px;
		padding: 5px 5px;
	}
}


