/* B L O C K S*/

* {
	margin: 0px;
	padding: 0px;

}

/* JUBILOGO */
.jubilogo {
	position: absolute;
	right: 20px;
	top: 138px;
	width: 300px;
}

/* VARIABLES */
:root {

	--bildproportionen: 0.59;
	--containerbreite: 1320px;
}

a img {
	border: none;
}

#hintergrundbild {
	position: fixed;
	margin-top: 140px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.Textslider1 {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3000;
	text-align: left;
	width: 40%;
	font-size: 14px;
}

div.clear {
	clear: both;
	height: auto;
}

div.clearsmall {
	clear: both;
	height: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #fff;
	background-color: #485b6d;
	letter-spacing: 0.05em;

}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 1px;
	background: #000000;
	border: none;
}

#sitecontainer {
	display: block;
	position: relative;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 1320px;
	padding: 0 20px 0 20px;
}


/* listen */

ul {

	padding-left: 16px;
}

li {
	padding-top: 5px;
}

#solarrechner {
	display: block;
	overflow: hidden;
	margin-top: 30px;
}

#solarrechner h2 {
	margin-bottom: 10px;
}

#solarrechnermobil {
	display: none;
}

/* LOGO HEADERBILD */

#logo {
	display: block;
	margin-top: 56px;
	float: left;
	width: 300px;
	height: 40px;
	font-family: 'Exo 2', serif;
	z-index: 9000;
	border: none;
	vertical-align: top;
	padding: 0px;
}

#logo a img {
	vertical-align: bottom;
	margin: 0px;
}

#logo a {
	padding: 0px;
	border: none;
}

#logo a:hover {
	opacity: 0.5;
}

#logo span {
	font-weight: 800;
	font-style: italic;
}

#headerbild {
	margin-top: 26px;
	height: 400px;
	width: 100%;
}

#headerbild img {
	height: 400px;
	width: 9100%;
}

#headerbild_admin {
	height: 400px;
	width: 1000px;
	background-color: #fff;
	overflow: scroll;
	overflow-x: none;
	background-color: #0e4469;
}

.headerpic_admin {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

header {
	width: 1320px;
	padding: 0px;
}

.fixedheader {
	position: fixed;
	top: 0;
	z-index: 6000;
	background-color: #485b6d;
	height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fixedheader #logo {
	width: 200px;
	height: 30px;
	margin-top: 10px;
}

.fixedheader #topnavi>ul {
	margin-top: 10px;
	text-align: left;
	margin-left: 20px;
}

.fixedheader #topnavi>ul>li>ul {
	background-color: #485b6d;
	padding: 2px 8px 2px 8px;
	width: 160px;
}

.fixedheader #servicenavi {
	margin-top: 6px;
}



#topwahl {
	position: absolute;
	width: 900px;
	background-color: #fff;
	float: left;
	color: #fff;
	z-index: 80;
	padding-bottom: 10px;

}

a.button {
	color: #fff;
	background-color: rgba(235, 0, 41, 1);
	text-decoration: none;
	width: auto;
	font-size: 12px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	padding: 5px 5px 5px 5px;
	display: inline-block;
	margin-bottom: 2px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.button img {
	float: left;
	padding-right: 10px;
	height: 38px;
}

a.button:hover {
	background-color: rgba(170, 193, 64, 1);
	color: #fff;
}

/* STARTSEITE */

#startboxes {
	width: 100%;
	margin-top: 20px;
	vertical-align: top;
}

#pikett {
	display: inline-block;
	vertical-align: top;
}

#pikett a {
	display: block;
	width: 266px;
	color: #fff;
	transition: all 0.5s;
	min-height: 40px;
	padding: 20px;
	background-color: rgba(235, 0, 41, 1);
	text-decoration: none;
}

#pikett img {
	float: left;
	padding-right: 10px;
	height: 38px;
}

#pikett a:hover {
	background-color: rgba(170, 193, 64, 1);
}

#pikett a h3 {
	color: #fff;
}

#news {
	display: block;
	width: 306px;
	margin-top: 20px;
}

#news .cardbox {
	grid-template-columns: 100%;
}

#news .container {
	width: 730px;
}

#news .cardimage {
	height: calc(306px * var(--bildproportionen));
}

#news .card {
	background-color: rgba(72, 91, 109, 1);
}

#news article {
	margin-bottom: 20px;
	min-height: 20px;
	padding: 20px;
	background-color: rgba(72, 91, 109, 1);
}

#news article img {
	float: right;
	display: inline-block;
	width: 50px;
	padding: 0px 0px 10px 10px;
}

#news article a {
	padding: 1px;
	color: rgba(170, 193, 64, 1);
	text-decoration: none;
	font-size: 11px;
}

#news article a:hover {
	color: #fff;
}

#DLslider {
	position: fixed;
	bottom: 80px;
	width: 100%;
	z-index: 800;
	height: 65px;
}

#DLwrap {
	width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

#DLslider article {
	display: inline-block;
	width: 95px;
	margin-left: 16.25px;
}

#DLslider article.first {
	margin-left: 0px;
}

#DLslider a {
	height: 65px;
	width: 100%;
}

#DLslider img {
	width: 100%;

	background-color: rgba(235, 0, 41, 1);
	transition: all 0.5s;
}

#DLslider a:hover img {
	background-color: rgba(170, 193, 64, 1);
	border-radius: 50%;
}

/* INHALTSBEREICH */

.bildnews {
	height: auto;
	width: 400px;
	margin-right: 20px;
	float: left;
	display: inline-block;
}

.bildnews img {
	width: 400px;
}

.textnews {
	min-height: calc(440px * var(--bildproportionen));
}

#contentcont {
	width: 1320px;
	padding-top: 0px;
	margin: 0px;
}

#content {
	position: relative;
	width: 1320px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}



#inhalt {
	clear: both;
	width: 1320px;
	min-height: 400px;

}

#inhalt_projektinhalt {
	padding: 0px;
	margin-bottom: 20px;
	clear: both;
	width: 1320px;
}

#inhalt_home {
	display: block;
	clear: both;
	width: 1000px;
	min-height: 400px;
}

#inhalt_admin {
	padding: 0px;
	width: 1320px;
	margin-bottom: 20px;
	clear: both;
}

div.seiten23 {
	width: 60%;
	display: inline-block;
	padding-right: 9%;
}

div.seiten13Rechts {
	width: 30%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

div.seiten23Rechts {
	width: 60%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

div.seiten13Links {
	width: 30%;
	padding-right: 9%;
	display: inline-block;
}





#dreispalten>div {
	border-top: 1px solid #000000;
	width: 310px;
	padding: 5px 0px 0 0;
	float: left;
	margin: 10px 15px 20px 0px;
	text-align: left;
}

#dreispalten>div:nth-child(3n+3) {
	margin: 10px 0px 20px 0px;
}

.dreispalten img {
	width: 310px;
}

.dreispalten p {
	width: 310px;
}

.dreispalten h2 {
	width: 310px;
}


.fuenfspalten {
	width: 192px;
	margin-top: 10px;
	text-align: left;
	float: left;
}

h1 {
	font-family: 'Exo 2', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 800;
	font-style: italic;
	padding-bottom: 30px;
	color: rgba(170, 193, 64, 1);
}

h2 {
	font-family: 'Exo 2', sans-serif;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
	line-height: 28px;
	font-weight: 800;
	font-style: italic;
	color: rgba(170, 193, 64, 1);
}

h3 {
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 800;
	font-style: italic;
	color: rgba(170, 193, 64, 1);
}

h3 a {
	text-decoration: none;
	color: #fff;
}

h4 {
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 800;
	font-style: italic;
	color: #fff;
}

p {}

/* GOOGLE FRAME */
.responsiveContainer {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}

.responsiveContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 66% !important;
	height: 100% !important;
}


/* MITARBEITER */

#mabild {
	display: block;
	width: 310px;
	float: left;
}

#mabild img {
	width: 310px;
}

#madetails {
	display: block;
	width: 630px;
	font-size: 12px;
	text-align: 12px;
	float: left;
	margin-right: 20px;
}

#madetails p {}

#madetails span {
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
}

.admin {
	margin-right: 10px;

}

.teamuebersicht {
	position: relative;
	float: left;
	margin-bottom: 10px;
	line-height: 0px;
	width: 310px;
	height: 200px;
	cursor: pointer;
}

.teamuebersicht img {
	width: 310px;
	height: 200px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.teamuebersicht>div {
	position: absolute;
	border: 5px solid rgba(255, 255, 255, .8);
	z-index: 660;
	top: 0px;
	font-family: 'Exo 2', sans-serif;
	width: 260px;
	height: 150px;
	padding: 20px;
	background: linear-gradient(0deg, rgba(72, 91, 109, 1) 0%, rgba(72, 91, 109, 0.5046393557422969) 35%, rgba(255, 255, 255, 0) 100%);
	color: #fff;
	font-weight: 800;
	font-style: italic;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
}



.teamuebersicht>div>div {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	position: relative;
	display: table-cell;
	vertical-align: bottom;
	width: 260px;
	height: 150px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;

}


.teamuebersicht div p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;

}

.teamuebersicht div a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.teamuebersicht div a:hover {
	color: rgba(235, 0, 41, 1);
}

.teamuebersicht div.clear {
	padding: 0px 0px 0px 0px;
	height: 30px;
	clear: both;
}

.teamlink {
	text-decoration: none;
}

div.teamuebersicht:hover>div {
	border: 5px solid rgba(170, 193, 64, 0.0);
	background: rgba(170, 193, 64, 0.9);
}

div.teamuebersicht>img:hover>div,
div.teamuebersicht>img:focus>div {
	border: 5px solid rgba(170, 193, 64, 0.0);
	background: rgba(170, 193, 64, 0.9);
}

div.teamuebersicht>div>div>p {
	display: none;

}

div.teamuebersicht:hover>div>div>p {
	display: block;
}

div.teamuebersicht:hover>div>div {
	vertical-align: bottom;
	text-align: left;
}

div.teamuebersicht>div>div>span {
	display: none;
	cursor: pointer;
}

div.teamuebersicht:hover>div>div>span {
	display: block;
	font-size: 60px;
	color: #fff;

}


/* PROJEKT DATENBANK */

.projektuebersicht {
	position: relative;
	float: left;
	margin-bottom: 10px;
	line-height: 0px;
	width: 310px;
	height: 200px;
}

.projektuebersicht img {
	width: 310px;
	height: 200px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.projektuebersicht>div {
	position: absolute;
	border: 5px solid rgba(255, 255, 255, .8);
	z-index: 660;
	top: 0px;
	font-family: 'Exo 2', sans-serif;
	width: 260px;
	height: 150px;
	padding: 20px;
	background: linear-gradient(0deg, rgba(72, 91, 109, 1) 0%, rgba(72, 91, 109, 0.5046393557422969) 35%, rgba(255, 255, 255, 0) 100%);
	color: #fff;
	font-weight: 800;
	font-style: italic;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.projektuebersicht>div>div {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	position: relative;
	display: table-cell;
	vertical-align: bottom;
	width: 260px;
	height: 150px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;

}

.projektuebersicht div.admin {
	min-height: 120px;
}



.projektuebersicht div p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
}

.projektuebersicht div a {
	color: #ddd;
	text-decoration: none;
}

.projektuebersicht div.clear {
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-weight: 800;
	font-style: italic;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
	min-height: 15px;
	clear: both;
}

div.projektuebersicht:hover>div {
	border: 2px solid rgba(251, 251, 251, 1);
	background: rgba(170, 193, 64, 0.1);
	border-radius: 50%;
	width: 150px;
	line-height: 1.5rem;
	margin-left: 55px;
}


div.projektuebersicht:hover>div>div>p,
div.projektuebersicht:hover>div>div>h4 {
	opacity: 0;
	display: none;
}

div.projektuebersicht:hover>div>div {
	vertical-align: middle;
	text-align: center;
}

div.projektuebersicht>div>div>span {
	display: none;
}

div.projektuebersicht:hover>div>div>span {
	display: block;
	font-size: 60px;
	color: #fff;

}


.cardbox {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(calc(var(--containerbreite)/4), 1fr));
	justify-content: space-between;
	grid-gap: 15px;
}

.card {
	width: 100%;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .2);
	display: block;
	transition: all .5s;
	position: relative;
	border: 1px solid #ccc;
}

.stretched-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url('style_img/angle.svg');
	background-size: 12px 22px;
	background-position: 97% 92%;
	background-repeat: no-repeat;
	opacity: 0.5
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(255, 255, 255, .0);
	transition: all .5s;
}

.card:hover .stretched-link::after {
	background-color: rgba(255, 255, 255, .3);
}



.cardimage {
	background-size: cover;
	width: 100%;
	height: calc(((var(--containerbreite) - 45px)/3) * var(--bildproportionen));
	transition: all .5s;
}

.cardtext {
	height: 95px;
	box-sizing: border-box;
	padding: 15px;
	font-size: 1rem;
	font-weight: 600;
	position: relative;
	transition: all .5s;
}

.cardtext p {
	font-size: 1rem;
	font-weight: 400;
}

#projektart p span {
	display: inline-block;
}

#projektart p span:after {
	content: ',\00a0';
}

#projektart p span:last-child:after {
	content: '';
}

.swiper-container {
	width: 100%;
	height: 100%;
}



.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: inline-block;
	float: left;
	width: 100%;
	height: 400px;
}

#slider .swiper-wrapper,
#topslider .swiper-wrapper {
	width: 50000px;
}

.swiper-container-projekt {
	width: 630px;
	overflow: hidden;
	height: 450px;

}

.swiper-container-projekt .swiper-slide a {
	text-decoration: none;
	border: none;
}

.swiper-container-projekt .swiper-slide img {
	width: 630px;
	height: 420px;
	border: none;
}

.swiper-pagination {
	margin-top: -15px;
	height: 100%;

}

.swiper-container-projekt .swiper-slide figcaption {
	text-decoration: none;
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
	line-height: 15px;
	z-index: 10000;

}

.append-buttons {
	text-align: center;
	margin-top: 20px;
}

.append-buttons a {
	display: inline-block;
	border: 1px solid #007aff;
	color: #007aff;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 4px;
	margin: 0 10px;
	font-size: 13px;
}

#slider .swiper-button-next,
#slider .swiper-button-prev {
	top: 45%;
	width: 35px;
	height: 35px;
	-moz-background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	background-size: 35px 35px;
}

#slider {
	position: relative;
	border: 0px;
	width: 630px;
	height: 460px;
	float: left;
	display: block;
}

#topslider {
	margin-bottom: 40px;
	position: relative;
	border: 0px;
	width: 1320px;
	height: 400px;

}

#topslider .swiper-button-next,
#topslider .swiper-button-prev {
	top: 45%;
	width: 35px;
	height: 35px;
	-moz-background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	background-size: 35px 35px;
}

#startslider {

	position: relative;
	border: 0px;
	width: 100%;
	height: 90%;
}

img.full {
	width: 100%;
}


#projektdetails {
	margin-left: 20px;
	width: 250px;
	height: 420px;
	font-size: 14px;
	text-align: 12px;
	float: left;
}

#projektdetails p {}

#projektdetails span {
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
}

#projektbeschreibung {
	padding-top: 30px;
	clear: both;
	width: 630px;
	float: left;
}

#projektbeschreibung span {
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
}

#projektnavigation {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: left;
	z-index: 3000;
	width: 1320px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#projektnavigation div {
	float: right;
}

#projektnavigation a {
	font-size: 12px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	background-color: rgba(235, 0, 41, 1);
	padding: 5px 5px 5px 5px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 2px;
	margin-left: 10px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#projektnavigation a.first {
	margin-left: 0px;
}


#projektnavigation a:hover {
	background-color: rgba(170, 193, 64, 1);
	color: #fff;
}





#controls {
	cursor: pointer;
	top: 0px;
	right: 0px;
	position: absolute;
	text-align: right;
	padding: 0px;
	z-index: 750;
	opacity: 0.95;
	display: block;
}

#controls>a {
	text-decoration: none;
}


#controls button {
	display: none;

}

#controls:hover button,
#controls:focus button,
#controls:active button {
	display: block;
	text-align: right;
	cursor: pointer;
}

label {
	font-size: 12px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	background-color: rgba(235, 0, 41, 1);
	padding: 5px 5px 5px 5px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 2px;
}

button.separator {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 5px 5px 5px;
	border: 0;
	text-align: right;
	font-weight: 800;
	font-style: italic;
	margin-bottom: 3px;
	opacity: 1;
	width: 200px;
	font-size: 12px;
	background: none;
}

button.filter {
	color: #fff;
	display: inline-block;
	padding: 5px 5px 5px 5px;
	border: 0;
	width: 200px;
	cursor: pointer;
	text-align: right;
	margin-bottom: 3px;
	background: none;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1;
	text-transform: uppercase;
	background-color: rgba(235, 0, 41, 1);
}

button.filter:hover {
	background-color: rgba(170, 193, 64, 1);
	color: #fff;

}

button.active {
	font-weight: 800;
	background-color: rgba(170, 193, 64, 1);
}

button:focus {
	outline: 0 none;
}

button+label {
	margin-left: 1em;
}

.container {
	float: left;
	position: relative;
	font-size: 0.1px;
	-webkit-backface-visibility: hidden;
	width: 1320px;

}

.container:after {
	display: inline-block;
	width: 100%;
}

.container .mix,
.container .gap {
	display: inline-block;
	width: 300px !important;

}

/*
#Container > div:nth-child(3n+3){
    	margin-right: 0px;
}
*/
.container .mix {
	width: 310px !important;
	float: left;
	margin-bottom: 5px;
	line-height: 0px;
	text-align: left;
	display: none;
	margin-right: 20px;
}

.container .mix:after {
	color: white;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	font-weight: 800;
	font-style: italic;
}

.container .mix:before {
	display: inline-block;
}

.container .fail-message {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2%;
	text-align: center;
	opacity: 0;
	pointer-events: none;
}

.container.fail .fail-message {
	opacity: 1;
	pointer-events: all;
}

.container .fail-message:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.container .fail-message span {
	display: inline-block;
	font-weight: 500;
	color: white;
	font-size: 16px;
	vertical-align: middle;
}

/* WERKVERZEICHNIS */

.werkverzeichnis {
	clear: both;
	line-height: 15px;
	border-top: 1px solid #000000;
	width: 1000px;
	padding: 5px 0px 5px 0px;
	color: #000000;
	font-weight: 500;
	text-align: left;
	font-size: 12px;
}

div.details:after {
	content: 'Details';
}

.werkverzeichnis a div.details {
	display: inline-block;
	width: 60px;
	text-align: right;
}

.werkverzeichnis div.jahr {
	width: 100px;
	display: inline-block;
	vertical-align: top;
}

.werkverzeichnis div.texte {
	width: 800px;
	display: inline-block;
	vertical-align: top;
}

.containerList {
	position: relative;
	font-size: 0.1px;
	-webkit-backface-visibility: hidden;
	width: 1000px;
}

.containerList:after {
	display: inline-block;
	width: 100%;
}

.containerList .mix,
.containerList .gap {
	display: inline-block;
	width: 1000px !important;
}

.containerList .mix {
	width: 1000px !important;
	clear: both;
	margin-bottom: 0px;

	text-align: left;
	display: none;
}

.containerList .mix:after {
	color: white;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	font-weight: 800;
	font-style: italic;
}

.containerList .mix:before {
	display: inline-block;
}

.containerList .fail-message {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2%;
	text-align: center;
	opacity: 0;
	pointer-events: none;
}

.containerList.fail .fail-message {
	opacity: 1;
	pointer-events: all;
}

.containerList .fail-message:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.containerList .fail-message span {
	display: inline-block;
	font-weight: 500;
	color: white;
	font-size: 16px;
	vertical-align: middle;
}

#inhalt_abschluss {
	height: 0px;
	padding: 0px;
	clear: both;
}

/* DIENSTLEISTUNG */

.DLuebersicht {
	float: left;
	margin-bottom: 10px;
	line-height: 0px;

}

.DLuebersicht img {
	width: 310px;
	height: 310px;
	background-color: rgba(235, 0, 41, 1);
}

.DLuebersicht div {
	font-family: 'Exo 2', sans-serif;
	width: 310px;
	min-height: 40px;
	padding: 15px 0px 0px 0px;
	color: #fff;
	font-weight: 800;
	font-style: italic;
	text-align: center;
	font-size: 12pt;
	line-height: 1.5rem;
	text-transform: uppercase;
}

.DLuebersicht div.admin {
	min-height: 120px;
}

.DLuebersicht div p {
	font-weight: 500;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
}

.DLuebersicht div a {
	color: #ddd;
	text-decoration: none;
}

.DLuebersicht div.clear {
	width: 270px;
	padding: 0px 0px 0px 0px;
	background: #000000;
	color: #fff;
	font-weight: 800;
	font-style: italic;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
	min-height: 15px;
	clear: both;
}



a div.DLuebersicht {
	text-decoration: none;
	border: 0px;
	border-radius: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

div.DLuebersicht:hover a img {
	border-radius: 50%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: rgba(170, 193, 64, 1);
}

div.DLuebersicht a:hover img {
	border-radius: 50%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: rgba(170, 193, 64, 1);
}

#dldetails {
	width: 793px;
	display: inline-block;
}

#dlbild {
	width: 147px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}


#dlbild img {
	width: 147px;
	height: 147px;
	background-color: rgba(235, 0, 41, 1);
}

#dienstleistungsnavigation {
	position: absolute;
	text-align: right;
	z-index: 3000;
	width: 1320px;
}

#dienstleistungsnavigation div {
	float: right;
}

#dienstleistungsnavigation a {
	width: 137px;
	font-size: 12px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-style: italic;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 5px 5px 5px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 2px;
	background-color: rgba(235, 0, 41, 1);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}


#dienstleistungsnavigation a:hover {
	background-color: rgba(170, 193, 64, 1);
	color: #fff;
}

/* N A V I G A T I O N */
a {
	color: #fff;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a:hover {
	color: rgba(170, 193, 64, 1);
}

.navbar-toggle {
	display: none;
}

.navbar-hide {
	display: block;
}

#mobilenavi {
	display: none;
}





/* TOP NAVIGATION */

nav {}

#topnavi {
	z-index: 500;
}

#topnavi>ul {
	font-family: 'Exo 2', sans-serif;
	text-align: right;
	font-weight: 800;
	font-style: italic;
	list-style: none;
	width: 1020px;
	height: 74px;
	margin-top: 66px;
	vertical-align: top;
	float: left;
	padding-left: 0px;
}

#topnavi>ul>li {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 20px;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	vertical-align: top;
	transition: all 0.5s;
	cursor: pointer;
}


nav>ul>li.active>a {
	color: rgba(170, 193, 64, 1);
}

nav>ul>li:hover {}

nav>ul>li>a {
	cursor: pointer;
}

nav>ul>li>a:hover {}

nav ul li a {
	text-decoration: none;
	transition: all 0.5s;
}

nav a:hover {
	color: rgba(170, 193, 64, 1);
}

nav>ul>li:hover>ul,
nav>ul>li:focus>ul {
	opacity: 1;
	display: block;
	z-index: 5000;

}

nav>ul>li.active:hover>ul,
nav>ul>li.active:focus>ul {
	display: block;
	z-index: 5000;

}

/* SUB NAVIGATION */

nav>ul>li>ul {
	clear: both;
	text-align: left;
	text-transform: uppercase;
	display: none;
	line-height: 12px;
	margin-left: 0px;
	position: absolute;
	opacity: 0;
	padding: 2px 5px 0px 5px;
	transition: all 0.5s;
	width: auto;
	background-color: #485b6d;
	float: left;
}

nav>ul>li>ul>li {
	text-transform: none;
	font-size: 14px;
	font-weight: 800;
	font-style: italic;
	text-align: left;
	white-space: nowrap;
	color: #000;
	padding: 3px 0px 3px 0px;
	display: block;

}

nav>ul>li>ul>li.active a {
	color: rgba(170, 193, 64, 1);
}

nav>ul>li>ul>li:hover,
nav>ul>li>ul>li:active {
	color: rgba(170, 193, 64, 1);
}



nav>ul>li>ul>li>a {
	display: block;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	color: #fff;
}

.navbar-toggle {
	display: none;
}

/* Servicenavigation oben */

#servicenavi {
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-style: italic;
	list-style: none;
	position: fixed;
	top: 0;
	right: 50%;
	margin-right: -670px;
	z-index: 400;
	text-align: right;
	padding: 0px;

}

#servicenavi>ul {
	margin-top: 0px;
	vertical-align: top;
	height: 35px;
	padding: 0px;
}

#servicenavi>ul>li {
	padding: 5px 0px 0px 10px;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: top;
	transition: all 0.5s;
	cursor: pointer;
}


#servicenavi>ul>li>a {
	background-color: rgba(235, 0, 41, 1);
	padding: 5px;
	transition: fade all 2s;

}

#servicenavi>ul>li.active>a {
	background-color: rgba(170, 193, 64, 1);
	color: #fff;

}

#servicenavi>ul>li>a:hover {
	background-color: rgba(170, 193, 64, 1);
	color: #fff;
}

#servicenavi>ul>li>a>img {
	width: 16px;
	height: 16px;
	padding: 0px;
	margin: 0px;
}

#servicenavi>ul>li>a.facebook {
	background-color: #3b5998;
	padding: 5px;
}


#servicenavi>ul>li>a.facebook:hover {
	background-color: #8b9dc3;
}

#servicenavi>ul>li>a.insta {
	background-color: #3b5998;
	padding: 5px;
}


#servicenavi>ul>li>a.insta:hover {
	background-color: #8b9dc3;
}


/* ADMIN NAVI */

li.topnavadmin {
	position: relative;
	display: inline-block;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 0px 0px;
	text-align: right;
	width: auto;
}

li.topnavadmin a span {
	display: none;
}

li.topnavadmin a:hover span {
	background: rgba(170, 193, 64, 1);
	text-align: center;
	color: #fff;
	padding: 10px 20px 10px 5px;
	display: block;
	z-index: 5000;
	left: 0px;
	margin: 0px;
	width: 100%;
	position: fixed;
	top: 0px;
	text-decoration: none;
	font-weight: 800;
	font-style: italic;
	opacity: 1;
	text-transform: uppercase;
}




/* C A L L T O A C T I O N*/
div.cta {
	display: block;
	margin-top: 20px;
	padding: 10px;
	width: 380px;
	clear: both;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.cta:hover {
	opacity: 0.5;
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

div.cta a {
	font-weight: 800;
	color: #0e4469;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
}


/* F O O T E R */
#footer {
	font-size: 12px;
	width: 100%;
}

#footer_start {
	position: fixed;
	height: 30px;
	padding-top: 70px;
	bottom: 0;
	font-size: 12px;
	width: 100%;
	background-color: #485b6d;
	z-index: 700;
}


#fuss p {
	color: #fff;
}

#footer_admin {
	font-size: 12px;
	text-align: left;
	height: 400px;
}

#foot_cont {
	width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

#footer .foo1,
#footer .foo2 {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 10px;

}

div.foo1 {
	width: 800px;
	vertical-align: top;
	display: inline-block;
}

div.foo2 {
	width: 520px;
	text-align: right;
	vertical-align: top;
	display: inline-block;
}

#foot_cont a {
	text-decoration: none;
}

/* KONTAKTFORMULAR */

#kontaktformular {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 10px;
	margin-top: 20px;
	width: 100%;
}

#kontaktformular div {
	width: 45%;
	display: inline-block;
	margin-right: 5%;
	padding-bottom: 10px;
	vertical-align: top;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}

#kontaktformular div.breit {
	width: 96%;
	display: inline-block;
	margin-right: 5%;
	padding-bottom: 10px;
	vertical-align: top;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}

#kontaktformular label {
	background-color: transparent;
	width: 100%;
	padding: 0 0 0 0;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: 1;
}

#kontaktformular input {

	width: 100%;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 5px;
	color: #fff;
	font-size: 14px;
}

#kontaktformular input:focus {
	background-color: rgba(255, 255, 255, 0.2);
}

#kontaktformular input[type="radio"] {
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: none;
	padding: 5px;
	color: #fff;
	font-size: 14px;
}



#kontaktformular input:focus {
	background-color: rgba(255, 255, 255, 0.2);
}

#kontaktformular textarea {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	background-color: transparent;
	border: 1px solid #fff;
	height: 80px;
	padding: 5px;
	color: #fff;
	font-size: 14px;
}

#kontaktformular textarea:focus {
	background-color: rgba(255, 255, 255, 0.2);
}

#kontaktformular input.button {
	-webkit-appearance: none;
	appearance: none;
	width: 30%;
	height: 30px;
	background-color: rgba(170, 193, 64, 1);
	border: 0px solid #fff;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 12px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	cursor: pointer;
}

#kontaktformular input.button:hover {
	background-color: rgba(235, 0, 41, 1);
}

#kontaktformular select {
	font-size: 14px;
	width: 100%;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	box-shadow: 0;
	-webkit-border-radius: 0px;
	padding: 5px 5px 5px 5px;
	font-weight: 400;
	cursor: pointer;

}

#kontaktformular select option {

	font-size: 14px;

}

/* BACKEND */

.mceAdvanced {
	width: 100%;
}

div.formhead {
	vertical-align: top;
	font-size: 12px;
	font-weight: 800;
	font-style: italic;
	color: #000000;
	width: 250px;
	display: inline-block;
	height: 100%;
}

div.forminhalt {
	font-size: 12px;
	font-weight: 500;
	color: #000000;
	display: inline-block;
	height: 100%;
}

a.backend img {
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

.contbox {
	margin-top: 20px;
	outline: 5px solid #eee;
	background: #eee;
}

.contbox h2 {
	color: #000;
}

img.thumbnail {
	height: 20px;
}

div.forms {
	margin-top: 3px;
	font-weight: 500;
	padding: 6px;
	display: block;
	text-align: left;
	background: #ddd;

}

div.forms .inline {
	font-size: 9px;
	display: inline-block;
	padding-right: 10px;
	color: #000;
}

div.forms label {
	display: inline-block;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
}

div.forms label p {
	font-size: 10px;
}


div.forms a img {
	margin-right: 10px;
}

div.forms a img:hover {
	opacity: 0.5;
}

div.forms a span,
form a span {
	display: none;
}

div.forms a:hover span {
	background: rgba(170, 193, 64, 1);
	text-align: center;
	color: #fff;
	padding: 10px 20px 10px 5px;
	display: block;
	z-index: 500;
	left: 0px;
	margin: 0px;
	width: 100%;
	position: fixed;
	top: 0px;
	text-decoration: none;
	font-weight: 800;
	font-style: italic;
	opacity: 1;
	text-transform: uppercase;
}

form a:hover span {
	background: rgba(170, 193, 64, 1);
	text-align: center;
	color: #fff;
	padding: 10px 20px 10px 5px;
	display: block;
	z-index: 500;
	left: 0px;
	margin: 0px;
	width: 100%;
	position: fixed;
	top: 0px;
	text-decoration: none;
	font-weight: 800;
	font-style: italic;
	opacity: 1;
	text-transform: uppercase;
	font-size: 12px;
}

ul.headerthumb {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.headerthumb li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 3px;
	height: 100px;
}

ul.headerthumb li:hover {}

ul.headerthumb li img {
	height: 100px;
}

ul.headerthumb li img:hover {
	opacity: 0.5;
	cursor: move;
}

ul.headerthumb li img.icon {
	position: relative;
	margin-left: -20px;
	margin-top: 80px;
	height: 20px;
	z-index: 500;
	cursor: pointer;
}

#dropper {
	height: 100px;
	clear: both;
}

div.on {
	position: absolute;
	right: 25px;
	margin-top: -28px;
	display: inline-block;
	cursor: pointer;
}

div.on a {
	text-decoration: none;
}

div.on a:hover img {
	opacity: 0.5;
}

div.on a span {
	display: none;
}

div.on a:hover span {
	background: rgba(170, 193, 64, 1);
	text-align: center;
	color: #fff;
	padding: 10px 20px 10px 5px;
	display: block;
	z-index: 500;
	left: 0px;
	margin: 0px;
	width: 100%;
	position: fixed;
	top: 0px;
	text-decoration: none;
	font-weight: 800;
	opacity: 1;
	font-style: italic;
	text-transform: uppercase;
}




.projektuebersicht_admin {
	float: left;
	margin-bottom: 10px;
	line-height: 0px;
	margin-right: 10px;
	width: 310px;
	text-align: left;
	display: inline-block;
}

.projektuebersicht_admin img {
	width: 310px;
	height: 207px;
	background: rgba(170, 193, 64, 1);
}

.projektuebersicht_admin div {
	width: 310px;
	min-height: 40px;
	padding: 10px 0px 15px 0px;
	color: #fff;
	font-weight: 800;
	font-style: italic;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
}

.projektuebersicht_admin div.admin {
	min-height: 120px;
}

.projektuebersicht_admin div p {
	font-weight: 500;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
}

.projektuebersicht_admin div a {
	color: #ddd;
	text-decoration: none;
}

.projektuebersicht_admin div.clear {
	width: 310px;
	padding: 0px 0px 0px 0px;
	background: none;
	color: #fff;
	font-weight: 800;
	font-style: italic;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
	min-height: 15px;
	clear: both;
}



a div.projektuebersicht_admin {
	text-decoration: none;
	border: 0px;
}



div.projektuebersicht_admin a:hover img {
	opacity: 0.1;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#Projektliste {

	width: 1000px;
}

#Projektliste>div:nth-child(3n+3) {
	margin-right: 0px;
}




/* ALARM und POP-UPS */

span.alert {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	background-color: #ff0033;
	padding: 1px;
	text-transform: none;
}

p.alert {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	background-color: #ff0033;
}

#alert {
	display: block;
	position: fixed;
	line-height: 26px;
	font-size: 18px;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	min-height: 200px;
	outline: 5px solid #f00;
	padding: 20px;
	color: #000000;
	z-index: 1980;
	background: url(../bilder/redtrans2.png);
	background-attachment: scroll;
	background-repeat: repeat;
	text-align: center;
}

#softalert {
	position: absolute;
	top: 0px;
	border: 5px solid #000;
	padding: 20px;
	color: #000000;
	width: 910px;
	z-index: 1920;
	background: url(../bilder/transalert.png);
	background-attachment: scroll;
	background-repeat: repeat;
	text-align: left;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 1);
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 1);
}

#softalert b {
	text-transform: uppercase;
	font-size: 24px;
}

a.alert {
	font-size: 10px;
	line-height: 11px;
	text-decoration: none;
	color: #ff0033;
}

a.alert:hover {
	text-decoration: none;
	color: #ffffff;
}

form {
	display: inline;
}

textarea {
	-webkit-appearance: none;
	appearance: none;
	color: #000000;
	background: #eee;
	border: 1px solid #000000;
	font-weight: 400;
	padding: 4px;
}

input[type="text"],
input[type="date"] {
	-webkit-appearance: none;
	appearance: none;
	color: #000000;
	background: #eee;
	border: 1px solid #000000;
	font-weight: 400;
	padding: 4px;

}

input[type="text"]:focus {
	-webkit-appearance: none;
	appearance: none;
	color: #000000;

	outline: 1px solid #000000;

}

input[type="text"].inline {
	-webkit-appearance: none;
	appearance: none;
	color: #000000;
	background: #eee;
	font-weight: 400;
	display: inline-block;
	border: none;
	padding: 3px 3px 4px 3px;
	margin-right: 3px;
	vertical-align: top;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	color: #000000;
	background: #eee;
	border: 1px solid #000000;
	font-weight: 400;
	padding: 4px;
	cursor: pointer;
}

input[type="checkbox"]:checked {
	background: url("../bilder/checked.png") no-repeat 0px 0px #eee;
}

input[type="checkbox"].del:checked {
	background: url("../bilder/checkedred.png") no-repeat 0px 0px #eee;
}

input[type="image"] {
	margin-right: 10px;
}

input[type="image"]:hover {
	opacity: 0.5;
}

select {
	-webkit-appearance: none;
	width: 300px;
	background: #eee;
	color: #000000;
	border: 1px solid #000000;
	box-shadow: 0;
	-webkit-border-radius: 0px;
	padding: 4px 24px 4px 4px;
	font-weight: 400;
	cursor: pointer;
	background: url("../bilder/down.png") no-repeat 276px 0px #eee;
}

option {
	-webkit-appearance: none;
	color: #000000;
}

input[type="file"] {
	margin-top: 7px;
}

input:focus:invalid {
	-moz-box-shadow: none;
	background-color: #FFD8CA;
}

input:required:valid {
	background-color: #CCFF99;
}

input.senden {
	cursor: pointer;
}

input.send {
	border: 1px solid #fff;
	background-color: #000;
	color: #fff;
	padding: 2px;
	font-size: 19px;
	cursor: pointer;
}

input.kill {
	border: 0px;
	background-color: #f03;
	color: #fff;
	padding: 3px;
	font-size: 14px;
	cursor: pointer;
	-moz-border-radius: 3px;
	/* Firefox */
	-webkit-border-radius: 3px;
	/* Chrome, Safari */
	-khtml-border-radius: 3px;
	/* Konqueror */
	border-radius: 3px;
	/* CSS3 */
	font-weight: 800;
	width: 40px;
}

input.kill:hover {
	opacity: 0.5;
}

span.back {
	background-color: #000;
	color: #fff;
	width: 400px;
	padding: 3px;
	font-weight: 800;
	-moz-border-radius: 3px;
	/* Firefox */
	-webkit-border-radius: 3px;
	/* Chrome, Safari */
	-khtml-border-radius: 3px;
	/* Konqueror */
	border-radius: 3px;
	/* CSS3 */
}

span.back:hover {
	opacity: 0.5;
}

a.back {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	cursor: pointer;
}

a.back:hover {
	color: #fff;
}

a.close {
	cursor: pointer;
}

a.close:hover {
	opacity: 0.5;
}


div.sponsorContainer {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: auto;

}

div.sponsorDiv {
	position: relative;
	width: 210px;
	height: 160px;
	margin: 1%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 5px;
}

a.sponsorLink {
	clear: both;
	width: 210px;
}

a.sponsorLink:hover {
	opacity: 0.2;
}

img.sponsorLogo {
	vertical-align: middle;
	max-width: 100%;
	max-height: 160px;
}