/*
Theme Name: orgacouncil
Text Domain: orgacouncil
Author: Thomas Kugel, Die Lutterlotsen 
Author URI: http://dielutterlotsen.de
Version: 1.0.0
*/


@font-face {
	font-family: 'UniviaProThin';
	src: url('fonts/307989_3_0.eot');
	src: url('fonts/307989_3_0.eot?#iefix') format('embedded-opentype'), url('fonts/307989_3_0.woff2') format('woff2'), url('fonts/307989_3_0.woff') format('woff'), url('fonts/307989_3_0.ttf') format('truetype');
}
@font-face {
	font-family: 'UniviaPro-Medium';
	src: url('fonts/307989_5_0.eot');
	src: url('fonts/307989_5_0.eot?#iefix') format('embedded-opentype'), url('fonts/307989_5_0.woff2') format('woff2'), url('fonts/307989_5_0.woff') format('woff'), url('fonts/307989_5_0.ttf') format('truetype');
}
@font-face {
	font-family: 'UniviaPro-Light';
	src: url('fonts/307989_F_0.eot');
	src: url('fonts/307989_F_0.eot?#iefix') format('embedded-opentype'), url('fonts/307989_F_0.woff2') format('woff2'), url('fonts/307989_F_0.woff') format('woff'), url('fonts/307989_F_0.ttf') format('truetype');
}
@font-face {
	font-family: 'UniviaProRegular';
	src: url('fonts/307989_2_0.eot');
	src: url('fonts/307989_2_0.eot?#iefix') format('embedded-opentype'), url('fonts/307989_2_0.woff2') format('woff2'), url('fonts/307989_2_0.woff') format('woff'), url('fonts/307989_2_0.ttf') format('truetype');
}

@font-face {font-family: 'PiSHansHandpro-Bold';src: url('fonts/34F7CF_1_0.eot');src: url('fonts/34F7CF_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/34F7CF_1_0.woff2') format('woff2'),url('fonts/34F7CF_1_0.woff') format('woff'),url('fonts/34F7CF_1_0.ttf') format('truetype'),url('fonts/34F7CF_1_0.svg#wf') format('svg');}




.fade.in {
	opacity: 1 !important;
}

body {
	overflow-x: hidden;
	/* font-family: 'UniviaPro-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: .025em;
}
body, html {
	height: 100%;
}
p {
	line-height: 1.75;
}
a {
	color: #007cc1;
}


a:hover, a:focus, a:active, a.active {
	color: #007cc1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'UniviaProRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/* font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500; */
	text-transform: uppercase;
	line-height: 1.3 !important;
	margin-bottom: 3rem;
}
section {
	padding: 120px 0;
	/* height: 100vh; */
}

section.tiles {
	height: auto;
}
section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
}
section h3.section-subheading {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 75px;
	text-transform: none;
	font-family: 'UniviaPro-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}
 @media (min-width: 768px) {
section {
	padding: 150px 0;
}

section.tiles {
	padding: 0;
}
}

::-moz-selection,
::selection {
background: #dedede;
text-shadow: none;
}

img::selection {
	background: #dedede;
}
 img::-moz-selection {
background: transparent;
}
body {
	-webkit-tap-highlight-color: transparent;
}
#mainNav {
	background-color: #fff !important;
	-webkit-box-shadow: 0px 15px 25px -15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 15px 25px -15px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 15px 25px -15px rgba(0, 0, 0, 0.5);
}
#mainNav .navbar-toggler {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 12px;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color: #000;
	border: 0;
	background-color: #ccc;
	font-family: 'UniviaPro-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;

	text-transform: uppercase;
}
#mainNav .container {
	padding: 0;

}

.navbar-toggler {
	z-index: 1;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;   
}

.navbar .nav > li > .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
  }
  
  .navbar .nav > li > .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	border-left: 6px solid transparent;
	content: '';
  }

  .dropdown-menu {
	top: 78% !important;
  }

  .navbar-toggleable-md .navbar-collapse {
    justify-content: flex-end;
}

 @media (max-width: 576px) {
nav > .container {
	width: 100%;
}
}
#mainNav .container .navbar-brand {
	color: #000;
	/* font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500; */
	font-weight: normal;
	font-family: 'UniviaProRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
#mainNav .container .navbar-brand:hover, #mainNav .container .navbar-brand:focus, #mainNav .container .navbar-brand:active, #mainNav .container .navbar-brand.active {
	color: #333;
}
#mainNav .container .navbar-nav .nav-item .nav-link {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 100%;
	font-weight: normal;
	padding: .75em 0;
	letter-spacing: 1px;
	color: #333;
	font-family: 'UniviaProRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;

	text-transform: uppercase;
}
#mainNav .container .navbar-nav .nav-item .nav-link:hover, #mainNav .container .navbar-nav .nav-item.active .nav-link {
	color: #fff;
	background: #007cc1;
}
 @media (min-width: 992px) {
#mainNav {
/*	padding: 25px 0;*/
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
	border: none;

	background-color: #666;


}
#mainNav .navbar-brand {
	font-size: 1.75em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	line-height: 1;
}
#mainNav .navbar-nav .nav-item .nav-link {
	padding: 1.1em 1em !important;
}
#mainNav.navbar-shrink {

	padding: 0;
	}
#mainNav.navbar-shrink .navbar-brand {
	font-size: 1.25em;
	padding: 12px 0;
/*	color: #007cc1;*/
}

#mainNav.navbar-shrink .logo {
	margin-right: 0.65em !important;
		width: 40px !important;
	}
}


header.masthead, header.masthead .container {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.logo {
	margin-right: 0.65em !important;
		max-width: 60px !important;
		float: left;
	}


 @media (min-width: 768px) {

 }



section#anmeldung .text-danger {
	color: #e74c3c;
}

textarea {
	width: 100%;

}

input, textarea {

	font-family: 'UniviaPro-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #007cc1;
    outline: 0;
}

input[type=checkbox]:checked {
	background-color: #007cc1;
}


footer {
	padding: 25px 0;
	text-align: center;
}
footer span.copyright {
	font-size: 90%;
	line-height: 40px;
	text-transform: none;
	font-family: 'UniviaPro-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
footer ul.quicklinks {
	font-size: 90%;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: none;
	font-family: 'UniviaPro-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.text-primary {
	color: #007cc1 !important;
}

.btn, .btn-sm {
    border-radius: 0 !important;

}

.bootstrap.button,
.btn-primary {
	font-weight: normal;
	color: white;
	border-color: #007cc1;
	background-color: #007cc1;
	font-family: 'UniviaPro-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background-image: none !important;
}
.btn-primary:focus, .btn-primary.focus {
	color: white;
	border-color: #b48b01;
	background-color: #fec503;
}
.btn-primary:hover {
	color: black;
	border-color: #f6bf01;
	background-color: #fec503;
	background-image: none !important;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	color: white;
	border-color: #f6bf01;
	background-color: #fec503;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
	color: white;
	border-color: #b48b01;
	background-color: #dcab01;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
	border-color: #007cc1;
	background-color: #007cc1;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #999;
border-color:    #999;
}

.btn-primary .badge {
	color: #007cc1;
	background-color: white;
}
.btn-xl {
	font-size: 18px;
	font-weight: normal;
	padding: 20px 40px;
	border-radius: 3px;
	color: #fff;
	border-color: #007cc1;
	background-color: #007cc1;
	font-family: 'UniviaPro-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

footer {
	text-align: left;
}

/*.intro-text .btn-xl {
	color: #333;
	border-color: #f6bf01;
	background-color: #f6bf01;
	
}*/


 @media (max-width: 768px) {
.btn-xl {
    padding: 10px 20px;
		font-size: 14px;
}
.portfolio-modal .modal-content h2 {
    font-size: 2em;
}

.portfolio-modal .modal-content h3 {
    font-size: 1.4em;
}
 }

.btn-xl:focus, .btn-xl.focus {
	color: white;
	border-color: #b48b01;
	background-color: #fec503;
}
.btn-xl:hover {
	color: white;
	border-color: #f6bf01;
	background-color: #fec503;
}
.btn-xl:active, .btn-xl.active, .open > .btn-xl.dropdown-toggle {
	color: white;
	border-color: #f6bf01;
	background-color: #fec503;
}
.btn-xl:active:hover, .btn-xl:active:focus, .btn-xl:active.focus, .btn-xl.active:hover, .btn-xl.active:focus, .btn-xl.active.focus, .open > .btn-xl.dropdown-toggle:hover, .open > .btn-xl.dropdown-toggle:focus, .open > .btn-xl.dropdown-toggle.focus {
	color: white;
	border-color: #b48b01;
	background-color: #dcab01;
}
.btn-xl:active, .btn-xl.active, .open > .btn-xl.dropdown-toggle {
	background-image: none;
}
.btn-xl.disabled:hover, .btn-xl.disabled:focus, .btn-xl.disabled.focus, .btn-xl[disabled]:hover, .btn-xl[disabled]:focus, .btn-xl[disabled].focus, fieldset[disabled] .btn-xl:hover, fieldset[disabled] .btn-xl:focus, fieldset[disabled] .btn-xl.focus {
	border-color: #007cc1;
	background-color: #007cc1;
}
.btn-xl .badge {
	color: #fff;
	background-color: white;
}

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


.fa-circle {
	color: #007cc1 !important;
}

/*
TOTOP
*/
#toTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
    display: none;
}


#toTop.btn-primary {
  background-color: #007cc1;
  border-color: #333;
  border-radius: 0;
}

#toTop.btn-primary:hover, #toTop.btn-primary:focus, #toTop.btn-primary.focus, #toTop.btn-primary:active {
    background-color: #333;
    border-color: #fff;
    color: #fff;
}

/*
VERANSTALTUNG FRAME etc.
*/



.fa-ul {
	margin: 0;
	padding: 10px;
	line-height: 1.5em;
}

.fa-ul li {
	line-height: 2.5em;
	padding-left: 1.3em;

}

.fa-ul li i:before {

	margin-left: -1.3em;
width: 1.3em;
display: inline-block;
}

.thumb-info-side-image-right .thumb-info-side-image-wrapper {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    max-width: 50% !important;
}

.thumb-info-side-image::before, .thumb-info-side-image::after {
    content: " ";
    display: table;
}

.thumb-info-side-image::after {
    clear: both;
}

.thumb-info-side-image {
    border: 1px solid 
    #ddd;
}

.heading.heading-bottom-border h2, .heading.heading-bottom-border h3 {
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

.m-b-xl {
    margin-bottom: 40px !important;
}

.thumb-info, .thumb-info .thumb-info-wrapper {
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.thumb-info-caption {
    padding: 10px 0;
}


 @media (max-width: 1025px) {

.embed-responsive {
    height: 1020px;
}

.embed-responsive-16by9::before {
    padding-top: 0; 
}
 }
 
 footer .list-inline-item {
    display: flex;
}

#mainNav .container .navbar-nav a {
	font-family: 'Roboto', sans-serif;
    font-size: 100%;
    font-weight: normal;
    padding: .75em 0;
    letter-spacing: 1px;
    color: #333;
	font-family: 'UniviaPro-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    text-transform: uppercase;

}
#mainNav .navbar-nav a {

    padding: 1.1em 1em !important;

}

.su-tabs-nav {
    font-family: 'UniviaProRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.su-tabs-pane p {
    color: inherit !important;
    font-size: inherit !important;
}

blockquote {
	border-left: solid 4px #008B39;
	font-style: italic;
	margin: 0 0 .5em 0;
	padding: 0.5em 0 0 1em;
}

blockquote {
	font-style: italic;
	text-align:justify;
	display: block;
	border-width: 2px 0;
	border-style: solid;
	border-color: #eee;
	padding: 1.5em 0 0.5em;
	margin: 1.5em 0;
	position: relative;
	}
	blockquote:before {
	content: '\201C';
	position: absolute;
	top: 0em;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 5rem;
	height: 2rem;
	font: 7em/.68em 'Source Sans Pro', sans-serif;
	color: #666;
	text-align: center;
	}
	blockquote:after {
	content: attr(cite);
	display: block;
	text-align: right;
	font-size: 0.7em;
	color: #666;
	font-style: normal;
	padding-top: .5em;
	}

blockquote .small {
	display: block;
	font-size: .8em;
	font-style: normal;
	padding-top: .5em;
	margin-top: 1em;
	border-top: 1px solid #eee;
}

/* Tiles */

.tiles {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	postiion: relative;
	margin: -2.5em 0 0 -2.5em;
}

	.tiles article {
		-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
		transition: transform 0.5s ease, opacity 0.5s ease;
		position: relative;
		width: calc(33.33333% - 2.5em);
		margin: 2.5em 0 0 2.5em;
	}

		.tiles article > .image {
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			position: relative;
			display: block;
			width: 353px;
			height: 353px;
			border-radius: 50%;
			overflow: hidden;
		}

			.tiles article > .image img {
				display: block;
				width: 100%;
				height: 353px;
			}

			.tiles article > .image:before {
				-moz-pointer-events: none;
				-webkit-pointer-events: none;
				-ms-pointer-events: none;
				pointer-events: none;
				-moz-transition: background-color 0.5s ease, opacity 0.5s ease;
				-webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
				-ms-transition: background-color 0.5s ease, opacity 0.5s ease;
				transition: background-color 0.5s ease, opacity 0.5s ease;
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				opacity: 1.0;
				z-index: 1;
				opacity: 0.8;
				border-radius: 50%;
			}

			.tiles article > .image:after {
				-moz-pointer-events: none;
				-webkit-pointer-events: none;
				-ms-pointer-events: none;
				pointer-events: none;
				-moz-transition: opacity 0.5s ease;
				-webkit-transition: opacity 0.5s ease;
				-ms-transition: opacity 0.5s ease;
				transition: opacity 0.5s ease;
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				/*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");*/
				background-position: center;
				background-repeat: no-repeat;
				background-size: 100% 100%;
				opacity: 0.25;
				z-index: 2;
			}

		.tiles article > a {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
			-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
			-ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
			transition: background-color 0.5s ease, transform 0.5s ease;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			max-width: 353px;
			height: 100%;
			padding: 1em;
			border-radius: 4px;
			border-bottom: 0;
			color: #ffffff;
			text-align: center;
			text-decoration: none;
			z-index: 3;
		}

			.tiles article > a > :last-child {
				margin: 0;
			}

			.tiles article > a:hover {
				color: #ffffff !important;
			}

			.tiles article > a h2 {
				margin: -20px 0 0 0;
				font-weight: normal;
			}

			.tiles article > a .content {
				-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
				-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
				-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
				transition: max-height 0.5s ease, opacity 0.5s ease;
				width: 100%;
				max-height: 0;
				line-height: 1.5;
				margin-top: 0.35em;
				opacity: 0;
			}

				.tiles article > a .content > :last-child {
					margin-bottom: 0;
				}

		.tiles article.style1 > .image:before {
			background-color: #bbb;
		}

		.tiles article.style2 > .image:before {
			background-color: #C100FF;
		}

		.tiles article.style3 > .image:before {
			background-color: #008B39;
		}

		.tiles article.style4 > .image:before {
			background-color: #ff0000;
		}

		.tiles article.style5 > .image:before {
			background-color: #006DD9;
		}

		.tiles article.style6 > .image:before {
			background-color: #ff7f00;
		}

		body:not(.is-touch) .tiles article:hover > .image {
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
		}

			body:not(.is-touch) .tiles article:hover > .image:before {
				background-color: #222;
				opacity: 0.35;
			}

			body:not(.is-touch) .tiles article:hover > .image:after {
				opacity: 0;
			}

		body:not(.is-touch) .tiles article:hover .content {
			max-height: 15em;
			opacity: 1;
		}

	* + .tiles {
		margin-top: 2em;
	}

	body.is-loading .tiles article {
		-moz-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0;
	}

	body.is-touch .tiles article .content {
		max-height: 15em;
		opacity: 1;
	}

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

		.tiles {
			margin: -1.25em 0 0 -1.25em;
		}
		
		.tiles article > .image {
			
			width: 100%;
			height: auto;
			
		}
		
		.tiles article > .image img {
				height: auto;
			}

			.tiles article {
				width: calc(33.33333% - 1.25em);
				margin: 1.25em 0 0 1.25em;
			}

	}

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

		.tiles {
			margin: -2.5em 0 0 -2.5em;
		}

			.tiles article {
				width: calc(50% - 2.5em);
				margin: 2.5em 0 0 2.5em;
			}

	}

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

		.tiles {
			margin: -1.25em 0 0 -1.25em;
		}

			.tiles article {
				width: calc(50% - 1.25em);
				margin: 1.25em 0 0 1.25em;
			}

				.tiles article:hover > .image {
					-moz-transform: scale(1.0);
					-webkit-transform: scale(1.0);
					-ms-transform: scale(1.0);
					transform: scale(1.0);
				}

	}

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

		.tiles {
			margin: 0;
		}

			.tiles article {
				width: 100%;
				margin: 1.25em 0 0 0;
			}

	}


	/*
BACKGROUND TEST
*/



	body.page-id-3209 section:before {
		content: ' ';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		opacity: 0.3;
		background-image: url('https://orgacouncil.thomaskugel.de/wp-content/uploads/sites/9/2020/08/MG_8832.jpg');
		background-repeat: no-repeat;
		background-position: 50% 0;
		background-size: cover;
	}