/* Custom */

body, input, select, textarea {
		font-size: 13pt;
	}

#menu {
	background: #ed4933;
}
body, h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.03em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', Times, serif;
    font-display: swap;
}
h2, h3 {
	font-weight: 600;
	text-transform: none;
}
h4, h5, h6 {
	font-weight: 400;
	text-transform: none;
	color: #e52f12!important;
}
input[type="submit"].special, input[type="reset"].special, input[type="button"].special, button.special, .button.special {
	background-color: #e52f12;
}
.inner h3 {
	font-size: 1.75em;
	line-height: 1.25em;
}
.inner h4 {
	font-size: 1.5em;
	line-height: 1.25em;
}
a.comppoint {
	display: block;
	position: relative;
	top: -85px;
	visibility: hidden;
}
#bewerbe ul {
	margin-left: 2em;
}
#bewerbe .bewimage img {
	max-width: 300px;
}
/* */

#menu {
	width: 450px;
	max-width: 100%;
	-moz-transform: translateX(450px);
	-webkit-transform: translateX(450px);
	-ms-transform: translateX(450px);
	transform: translateX(450px);
	z-index:12000;
}
#menu ul {
	margin: 0;
}
#menu ul > li > a {
	letter-spacing: 0.15em;
   	line-height: 2.5em;
	}

@media screen and (min-width: 980px) {
	#menu ul > li > a {font-size:16px;}
}

#menu ul > li {
	border-top: 0;
}
#menu ul > li > span {
	color: #ffeb00;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0.1em;
}
#menu ul > li > ul {
	padding-left: 0.2em;
}
#menu ul > li > ul > li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
#menu ul > li > ul > li > a {
	text-transform: none;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 0 0.5em;
	-moz-transition: color 0.1s ease, border-bottom-color 0.1s ease;
	-webkit-transition: color 0.1s ease, border-bottom-color 0.1s ease;
	-ms-transition: color 0.1s ease, border-bottom-color 0.1s ease;
	transition: color 0.1s ease, border-bottom-color 0.1s ease;
}
#menu ul > li > ul > li > a:hover {
	background-color: #fff;
	color: #000;
}
 @media screen and (max-width: 736px) {
#menu {
	font-size: 13pt;
	letter-spacing: 0.0375em;
}
}
@media screen and (max-width: 1280px) {
#menu {
	font-size: 13pt;
	letter-spacing: 0.0375em;
}
}
.Fmdecimal li {
	list-style: decimal;
}
.button.fmspecial {
	background-color: #000;
}
.button.fmspecial:hover {
	background-color: #909090 !important
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	white-space: normal;
}
h3 {
	font-size: 1.5em;
	line-height: 2em;
}
h4 {
	font-size: 1.25em;
	line-height: 1.75em;
}
p.small {
	font-size: 0.8em;
}
p.center {
	text-align: center;
}
.langSelect {
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 0.6em;
}
.langSelect a {
	border-top: 1px solid rgba(255,255,255,0.6);
	border-bottom: 1px solid rgba(255,255,255,0.6);
	color: rgba(255,255,255,0.6);
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
}
.langSelect a:hover {
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}
.fmred {
	color: #e52f12!important;
}
.fmppbutton {
	text-align: center;
}
.fmppbutton button {
	box-shadow: none!important;
	background: #6ecde2 url(/assets/img/pplogo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 1em;
	padding: 0 3em 0 6em;
	line-height: 5em;
	height: 5em;
}
.fmpayaccount {
	text-align: center;
}
.fmpayaccount table {
	width: auto;
	display: inline-block;
}
.fmpayaccount table tr td:first-child {
	text-align: right;
	font-weight: 600;
}
.fmpayaccount table tr td:last-child {
	text-align: left;
}
.fmpayaccount td {
    color: #4e4852;
}

.payinfo {
	padding: 2em 2em 2em 4em;
	display: inline-block;
	border-radius: 5px;
	font-size: 1.2em;
	margin-bottom: 2em;
	position: relative;
}
.payinfo.success {
	background-color: #5eecb1;
}
.payinfo.cancel {
	background-color: #ffbcbb;
}
.payinfo span:before {
	content: '\f00c';
	font-family: 'FontAwesome';
    font-display: swap;
	position: absolute;
	font-size: 2em;
	left: 0.7em;
	color: #007545;
}
.payinfo.cancel span:before {
	content: '\f00d';
	color: #9a1412;
}
#cta.newsletter {
	background-color: #383838;
    background-image: none;
}
#cta.newsletter h2 {
	margin-bottom: 0.2em;
}
 @media screen and (min-width: 981px) {
#cta .inner header, #cta .inner .actions {
	width: 50%;
}
}
/* fancybox... */
/*.fancybox-container input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {background-color:transparent;}
.fancybox-container .fancybox-slide > div {max-width:75%;width:800px;padding: 2em 3em;}
.fancybox-container button.fancybox-close-small {display:none;}
.fancybox-close-small:focus:after {outline: 0px;}
.fancybox-container h2 {color:#444;text-transform:none;letter-spacing:0;font-size:1.2em;margin: 1em 1em 0.8em 0;letter-spacing: 0.1em;}
.fancybox-container p {color:#444}
.fancybox-container p a {color:#e52f12;}
.fancybox-container .wrapper.style5 div {text-align:center;}

.fancybox-container .fancyerrorinfo {background-color:#ec4d4d!important;}
.fancybox-container .fancyerrorinfo h2,
.fancybox-container .fancyerrorinfo p {color:#fff!important}
.fancyerrorinfo.wrapper.style5 .button {color:#fff;}
*/

.fancybox-container button.fancybox-close-small {
	display: none;
}
.fancybox-thumbs > ul > li {
	border-color: #000;
}
.fancybox-thumbs {
	background: #000;
}
.fancybox-bg {
	opacity: .90;
	background: #000000;
}
.fancybox-caption a {
	text-decoration: none;
}
.fancybox-arrow {
	box-shadow: none;
}
/* NL Fancybox*/
.nlInfo {
	display: none;
	padding: 2em 3em;
}
.nlInfo .button {
	color: #fff;
}
.nlClassSuccess .nlInfo {
	background-color: #5b9860;
}
.nlClassFailure .nlInfo {
	background-color: #ec4d4d;
}
.nlInfo h2, .nlInfo p {
	color: #fff;
}
.nlInfo .fbCloseButton {
	text-align: center;
}
select.error, input.error {
	background-color: #ffbcbb!important;
}
select.valid, input.valid {
	background-color: #5eecb1!important;
}
.wrapper.style5 input[type="checkbox"].error + label:before, .wrapper.style5 input[type="radio"].error + label:before {
	background-color: #ffbcbb!important;
}
.wrapper.style5 input[type="checkbox"].valid + label:before, .wrapper.style5 input[type="radio"].valid + label:before {
	background-color: #5eecb1!important;
}
.fmrecaptcha input + div {
	display: inline-block;
	padding: 5px 4px 4px 5px;
	background-color: #d3d3d3;
}
.fmrecaptcha input.error + div {
	background-color: #ffbcbb!important;
}
.fmrecaptcha input.valid + div {
	background-color: #5eecb1!important;
}
.doubleEmailError {
	background-color: #ffbcbb;
	border-radius: 3px;
	padding: 1em;
	color: #e52f12;
	margin-bottom: 2em;
}
.doubleEmailError h2 {
	color: #e52f12!important;
}
span.formerrorinfo {
	display: block;
	margin: 0.5em;
	font-size: 0.85em;
	color: #b94a48;
}
/* Landing */
#banner h2:before, #banner h2:after {
	display: none;
}
#banner h2 img {
	max-width: 80%;
}
b, strong {
	color: inherit;
}
a:focus {
	outline: none;
}
/*body.landing #page-wrapper {
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/assets/img/sujets/Fotomarathon-Wien-2014-303.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/assets/img/sujets/Fotomarathon-Wien-2014-303.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/assets/img/sujets/Fotomarathon-Wien-2014-303.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/assets/img/sujets/Fotomarathon-Wien-2014-303.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}*/
body.landing #footer {
	background-color: rgba(29, 36, 42, 0.9);
}
body.is-mobile.landing #page-wrapper {
	background: none;
}
body.is-mobile.landing #banner {
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("/assets/img/sujets/Fotomarathon-Wien-2014-303.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("/assets/img/sujets/Fotomarathon-Wien-2014-303.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("/assets/img/sujets/Fotomarathon-Wien-2014-303.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("/assets/img/sujets/Fotomarathon-Wien-2014-303.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
body.is-mobile.landing #footer {
	background-color: #1d242a;
}
/* Icons*/
.icon.alt.fa-facebook:before {
	background-color: rgba(0, 127, 237, 0.6);
}
.icon.alt.fa-youtube:before {
	background-color: rgb(255, 85, 102);
}
.icon.alt.fa-envelope:before {
	background-color: #ead47b;
}
.icon.alt.fa-youtube:hover:before {
	background-color: #F70019;
}
.icon.alt.fa-facebook:hover:before {
	background-color: rgba(0, 127, 237, 1);
}
.icon.alt.fa-envelope:hover:before {
	background-color: #a28c33;
}
.icon.alt.fa-twitter:before {
	background-color: rgba(33, 161, 227, 0.6);
}
.icon.alt.fa-twitter:hover:before {
	background-color: rgba(33, 161, 227, 1);
}
.icon.alt.fa-instagram:before {
	background: #f09433;
	background: -moz-linear-gradient(45deg, rgba(240, 148, 51, 0.6) 0%, rgba(230, 104, 60, 0.6) 25%, rgba(220, 39, 67, 0.6) 50%, rgba(204, 35, 102, 0.6) 75%, rgba(188, 24, 136, 0.6) 100%);
	background: -webkit-linear-gradient(45deg, rgba(240, 148, 51, 0.6) 0%, rgba(230, 104, 60, 0.6) 25%, rgba(220, 39, 67, 0.6) 50%, rgba(204, 35, 102, 0.6) 75%, rgba(188, 24, 136, 0.6) 100%);
	background: linear-gradient(45deg, rgba(240, 148, 51, 0.6) 0%, rgba(230, 104, 60, 0.6) 25%, rgba(220, 39, 67, 0.6) 50%, rgba(204, 35, 102, 0.6) 75%, rgba(188, 24, 136, 0.6) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(240, 148, 51, 0.6)', endColorstr='rgba(188, 24, 136, 0.6)', GradientType=1 );
}
.icon.alt.fa-instagram:hover:before {
	background: #f09433;
	background: -moz-linear-gradient(45deg, rgba(240, 148, 51, 1) 0%, rgba(230, 104, 60, 1) 25%, rgba(220, 39, 67, 1) 50%, rgba(204, 35, 102, 1) 75%, rgba(188, 24, 136, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(240, 148, 51, 1) 0%, rgba(230, 104, 60, 1) 25%, rgba(220, 39, 67, 1) 50%, rgba(204, 35, 102, 1) 75%, rgba(188, 24, 136, 1) 100%);
	background: linear-gradient(45deg, rgba(240, 148, 51, 1) 0%, rgba(230, 104, 60, 1) 25%, rgba(220, 39, 67, 1) 50%, rgba(204, 35, 102, 1) 75%, rgba(188, 24, 136, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(240, 148, 51, 1)', endColorstr='rgba(188, 24, 136, 1)', GradientType=1 );
}
.icon.alt:before {
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #7bd2ed;
	border-radius: 100%;
	color: #ffffff;
	display: inline-block;
	font-size: 1.5rem;
	height: 2.25em;
	line-height: 2.25em;
	text-align: center;
	width: 2.25em;
}
#footer .copyright {
	letter-spacing: 3px;
	text-transform: none;
}
#main > header {
	padding: 12em 0 12em 0;
	background-image: url("/assets/img/sujets/sujet_01.jpg?v=2");
	/*background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url("/assets/img/sujets/wfmallg.jpg");
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url("/assets/img/sujets/wfmallg.jpg");
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url("/assets/img/sujets/wfmallg.jpg");
		background-image: linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url("/assets/img/sujets/wfmallg.jpg");*/
	background-attachment: inherit;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}
#main > header:before {
	content: ' ';
	opacity: 0.1;
	background-image: url(/assets/css/overlays/11.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*#main > header h2, #main > header p {
	background: rgba(0,0,0,0.8);
	position: absolute;
	left:15%;
	text-align:left
	}
#main > header h2 {bottom:2em;padding:0 0.5em; font-size:2.25em;}*/

#main > header h2 {
	/*color:#E52F12;*/
	color: #FFF;
	position: absolute;
	left: 15%;
	text-align: left;
	padding: 0 0.5em;
	font-size: 4em;
	font-weight: 400;
	letter-spacing: 0;
	text-shadow: #000 0px 0px 0.1em;
}
 @media screen and (max-width: 1400px) {
#main > header h2 {
	font-size: 3.5em;
	left: 5%;
}
}
@media screen and (max-width: 980px) {
#main > header h2 {
	font-size: 3em;
	left: 2%;
}
}
@media screen and (max-width: 736px) {
#main > header h2 {
	font-size: 2.5em;
	left: 2%;
}
}
@media screen and (max-width: 600px) {
#main > header h2 {
	font-size: 2em;
	left: 2%;
}
}
#main > header p {
	top: 7em;
	padding: 0.3em 1em;
	max-width: 75%;
	text-transform: none;
}
/*.wrapper {padding: 3em 0 4em 0;}*/
hr {
	margin: 2em 0;
}
#header h1 {
	left: 0;
	line-height: 88px;
}
#header h1 img {
	max-height: 50px;
	padding-left: 20px;
	vertical-align: middle;
}
#header {
	background: #fff;
}
h3 span {
	display: block;
	text-transform: none;
	font-size: 0.8em;
	font-weight: 400;
}
.row.uniform.fmregister .select-wrapper {
	display: inline-block;
}
.row.uniform.fmregister select {
	width: initial;
	padding-right: 2.5em;
}
.row.uniform .fmformlabel {
	text-align: right;
}
.row.uniform .fmformlabel label {
	padding-top: 10px;
}
.wrapper.style5 input[type="checkbox"] + label:before, .wrapper.style5 input[type="radio"] + label:before {
	background: rgba(0, 0, 0, 0.1);
}
.accordion dt {
	color: #2e3842;
	font-size: 1.2em;
	padding-bottom: 0.2em;
	margin-top: 0.3em;
	cursor: pointer;
}
.accordion dt:hover {
    color: #e52f0f;
}


.accordion dd {
	display: none;
	padding: 10px;
	margin-left: 2em;
	border-left: 1px solid #E52F12;
	background-color: #eee;
	margin-bottom: 1.5em;
}
.accordion {
	margin-left: 2em;
}
 @media screen and (max-width: 480px) {
.row.uniform .fmformlabel {
	text-align: left;
}
}
label.fmtlnlabel {
	margin-bottom: 0;
	font-weight: bold!important;
}
span.fmtlnspan {
	padding-left: 2.4em;
	display: block;
}
a.fminfowindow {
	border-bottom: 0;
}
.fminfowindow i.fa {
	color: #e52f12;
	font-size: 1.4em;
	vertical-align: middle;
	cursor: pointer;
}
#sponsors {
	padding: 3em 0 3em 0;
	text-align: left;
	background-color: #f2f2f2;/*border-top:2px solid #dfdfdf;*/
}

.wrapper.style99, .wrapper.style98 {
	background-color: #f2f2f2;
}

.wrapper.style98 {
	color:#4e4852;
    padding: 4em 2em 4em 2em;
}




#sponsors table {
	margin: 0.5em 0 0 0;
}
#sponsors h4 {
	margin: 0 0 2em 0;
	font-weight: normal;
}
#sponsors td {
	padding: 0;
	vertical-align: middle;
}
#sponsors tr {
	border: 0;
	background-color: transparent!important
}
.partner a {
	border-bottom: 0px;
}
.partner a img {
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*.partner a:hover img {opacity:0.8;}*/
#sponsors .fmsponsorsmore980 {
	display: inline-table;
}
#sponsors .fmsponsorsless980 {
	display: none;
}
.partner.outerflex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	max-width:1200px;
	margin:0 auto;
}
.partner .flexitem {
	display: inline-block;
	text-align: center;
}

.partner .flexitem img {
	padding: 0 1.5em;
	max-height: 90px;
	max-width: 100%;
    margin-bottom:2em;
}

.partner.outerflex .flexitem {
	flex-basis:25%;
}

.secondpartner.outerflex .flexitem {
	flex-basis:25%;
}

.secondpartner.outerflex .flexitem img {
	max-width: 80%;
    padding: 1.5em 1.5em;
	max-height:120px;
}
.partner-alone.outerflex {flex-wrap:nowrap;}

#sponsors {padding: 3em;}

@media screen and (max-width: 1200px) {
	.partner .flexitem img {max-height: 65px;}
	.secondpartner.outerflex .flexitem img {max-width: 140px;max-height:120px;}


}

@media screen and (max-width: 980px) {
	.partner .flexitem img {max-height: 65px;padding: 0 1em;}

}



@media screen and (max-width: 736px) {

	#main > header h2 {
		font-size: 1.75em;
		left: 5%;
		max-width: 80%;
	}


	.partner-alone.outerflex {flex-wrap:wrap;}
	.partner.outerflex .flexitem {flex-basis: 33%;}
	.partner.outerflex .flexitem img {padding: 1.5em 1em;max-height: 110px;}
}


@media screen and (max-width: 540px) {
	#sponsors {padding:1em;}
	.partner-alone.outerflex {flex-wrap:wrap;}
	.partner.outerflex .flexitem {flex-basis: 50%;}
	.partner.outerflex .flexitem img {padding: 1.5em 1em;}
}

@media screen and (min-width: 1280px) {
	.secondpartner.outerflex .flexitem img {padding:26px;}
}



/*.partner .flexitem img {
	max-width: 180px;
	max-height: 100px;
	margin: 20px 30px;
}
 @media screen and (max-width: 1400px) {
.partner .flexitem img {
	max-width: 140px;
	max-height: 70px;
}
}
@media screen and (max-width: 1280px) {
.partner .flexitem img {
	max-width: 120px;
	max-height: 70px;
}
}
@media screen and (max-width: 900px) {
.partner .flexitem img {
	max-width: 100px;
	max-height: 60px;
}
}
@media screen and (max-width: 736px) {
/*.partner .flexitem img {
	max-width: 140px;
	max-height: 80px;
}
.partner.outerflex::before, .partner.outerflex::after {
	content: '';
	width: 100%;
	order: 1;
}
.partner .flexitem:nth-child(n + 4) {
	order: 1;
}
}*/
/*@media screen and (max-width: 600px) {
.partner .flexitem img {
	max-width: 120px;
	max-height: 70px;
}
}
@media screen and (max-width: 550px) {
.partner .flexitem img {
	max-width: 110px;
	max-height: 70px;
}
}
@media screen and (max-width: 550px) {
.partner .flexitem img {
	max-width: 110px;
	max-height: 70px;
}
}
@media screen and (max-width: 500px) {
.partner .flexitem img {
	max-width: 90px;
	max-height: 50px;
}
}*//*
@media screen and (max-width: 400px) {
.partner .flexitem img {
	max-width: 90px;
	max-height: 50px;
}
.partner .flexitem:nth-child(n + 3) {
	order: 1;
}
.partner .flexitem:nth-child(n + 5) {
	order: 2;
}
}
.partner.inner .flexitem img {
	max-width: 120px;
	max-height: 70px;
}
.partner.inner.small .flexitem img {
	max-width: 100px;
	max-height: 60px;
}
 @media screen and (max-width: 550px) {
.partner.inner.small .flexitem img {
	max-width: 90px;
	max-height: 50px;
}
}*/

#upload .finished {
    background-color:#21b2a6;
    border: 0;
    box-shadow: none;
    height: 4em;
    line-height: 4.2em;
}

#upload .finished:hover {
    background-color: #09675f;
}

.partnerlogos {
	padding: 3em 0 3em 0;
	text-align: left;
	background-color: #fff;
}
.partnerlogos {
	margin: 0 0 0 0;
}
.partnerlogos td {
	padding: 0;
	vertical-align: middle;
}
.partnerlogos tr {
	border: 0;
	background-color: transparent!important
}
.partnerlogos a {
	border-bottom: 0px;
}
.partnerlogos a img {
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.partnerlogos a:hover img {
	opacity: 0.8;
}
.partnerlogos.fmsponsorsmore980 {
	display: inline-table;
}
.partnerlogos.fmsponsorsless980 {
	display: none;
}

/* error */
#error .wrapper {
	padding-top: 4em;
}
#error h3 {
	font-size: 6em;
	margin: 0;
	line-height: 1.2em;
}
/* Impressionen */
#impressionen .fancybox-container--ready .fancybox-bg, .bildergalerie .fancybox-container--ready .fancybox-bg {
	opacity: 1;
}
.fancybox-button {
	box-shadow: none!important;
}
.gridzyContainer a {
	border-bottom: 0px!important;
}
/*#impressionen .gridzyItem a:after {
	content: '\f002';
	font-family: 'FontAwesome';
    font-display: swap;
	color:#fff;
    position: absolute;
	z-index:10;
    width: 100%; height:100%;
    background:rgba(0,0,0,0.6);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}*/

.gridzyItem a span.roll:hover, .flexslider.wfmimpressions a span.roll:hover {
	opacity: 1;
}
.gridzyItem a span.roll, .flexslider.wfmimpressions a span.roll {
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #fff;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	display: flex;
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: center;
	-webkit-align-items: center;
	justify-content: center;
	align-items: center;
}


.gridzyItem a span.roll i {
	opacity: 0.5;
	font-size: 2em;
}

.flexslider.wfmimpressions a span.roll {width:280px;height:280px;}
.flexslider.wfmimpressions a span.roll i {
	opacity: 0.5;
	font-size: 4em;
}



/* TNB */
#teilnahmebedingungen p.tnbpkt b {
	font-size: 1.6em;
	color: #e52f12;
}
/* faq */
#faq .inner p span {
	display: block;
	color: #e52f12;
	font-size: 1.2em;
}
#faq .inner p:first-of-type {
	padding-top: 2em;
}

#faq dd a {color: #e52f12;}

/* Ergebnisse */

.FMspotlight .ERcontent {
	display: table-cell;
	width: 60%;
	max-width: 48em;
	padding: 2em 4em 0.1em 4em;
}
.FMspotlight .ERimage {
	display: table-cell;
	width: 40%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.FMspotlight {
	display: table;
	width: 100%;
}
.FMspotlight > div {
	display: table-row;
}
.FMspotlight:nth-child(1) {
	background-color: rgba(0, 0, 0, 0.075);
}
.FMspotlight:nth-child(2) {
	background-color: rgba(0, 0, 0, 0.225);
}
.FMspotlight:nth-child(3) {
	background-color: rgba(0, 0, 0, 0.375);
}
.FMspotlight:nth-child(4) {
	background-color: rgba(0, 0, 0, 0.525);
}
.FMspotlight:nth-child(5) {
	background-color: rgba(0, 0, 0, 0.675);
}
 @media screen and (max-width: 1280px) {
.FMspotlight .ERcontent {
	width: 55%;
}
.FMspotlight .ERimage {
	width: 45%;
}
}
@media screen and (max-width: 980px) {
.FMspotlight .ERcontent, .FMspotlight .ERimage {
	display: block;
	width: 100%;
}
.FMspotlight .ERimage {
	height: 500px;
}
}
@media screen and (max-width: 600px) {
.FMspotlight .ERimage {
	height: 320px;
}
}
@media screen and (max-width: 400px) {
.FMspotlight .ERimage {
	height: 200px;
}
}
.fmErgebnisDL a span {
	font-size: 0.8em;
	color: #2E3842;
}
.fmErgebnisDL a {
	position: relative;
	padding-left: 60px;
    padding-top: 15px;
	display: block;
	line-height: 1.2em;
	border-bottom: 0;
	color: #e52f12;
}

.fmErgebnisDL a:before {
    content:'';
	background-image:url(/assets/img/pdf52.png);
    position: absolute;
	width:52px;
	height:52px;
    left: 0;
    top: 0px;
}


 @media screen and (max-width: 980px) {
.hidexsmall {
	display: none;
}
}
.FMergebnis #main > header {
	background-image: url(/assets/img/sujets/ergebnisse.jpg);
	background-position: right top;
}
/* Galerie */
.bildergalerie .wrapper {
	padding-top: 3em;
}
.bildergalerie .SNform {
	float: right;
}
.bildergalerie .SNinput {
	max-width: 180px;
	display: inline-block;
}
.bildergalerie .SNsubmit {
	font-size: 15pt;
	padding: 0 1em;
	height: 2.75em;
	display: inline-block;
	line-height: 1.65em;
	vertical-align: bottom;
}
.bildergalerie #main > header {
	background-image: url(/assets/img/sujets/galerie.jpg);
	background-position: right top;
}
.bildergalerie .galerieThemen {
	font-size: 0.8em;
	line-height: 1.7em;
}
.bildergalerie .galerieThemen a {
	border-bottom: 0px;
}
.bildergalerie .galerieThemen a:hover {
	color: #E52F12;
}
.bildergalerie .galerieThemen span {
	display: inline-block;
	margin-right: 10px;
}
.bildergalerie .galerieThemen span.active {
	color: #E52F12;
}
.bildergalerie .galerieImages {
	padding: 2em 0 3em 0;
}
.bildergalerie .galerieImages > div {
	float: left;
	width: 15%;
	margin-right: 2%;
	min-width: 180px;
	margin-bottom: 2em;
}
/*.bildergalerie .galerieImages > div:nth-child(6n) {
	margin-right: 0;
}*/
.bildergalerie .galerieImages div.imageCont {
	position: relative;
	width: 100%;
}
.bildergalerie .galerieImages div.imageCont:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.bildergalerie .galerieImages div.imageCont > div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.bildergalerie .galerieImages div.imageCont a {
	display: block;
	height: 100%;
	line-height: 100%;
	text-align: center;
	border: 1px solid #e0e0e0;
	background-color: #f5f5f5;
}
.bildergalerie .galerieImages div.imageCont a:hover {
	background-color: #e0e0e0;
}
.bildergalerie .galerieImages div.imageCont a img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.bildergalerie .galerieImages .line {
	display: block;
	font-size: 0.75em;
	margin-top: 3px;
	line-height: 1.4em;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bildergalerie .galerieImages .line.iLbold {
	font-weight: 800;
}
.bildergalerie .galerieImages .line.iLcondensed {
	font-family: Open Sans Condensed;
    font-display: swap;
	font-weight: 600;
}
.bildergalerie .galerieImages .line a {
	border: 0;
}
.bildergalerie .galerieImages .line a:hover {
	opacity: 0.7;
}
.bildergalerie .galerieImages .line2 {
	margin-top: 0;
}
.bildergalerie .galerieImages:after {
	content: '';
	display: block;
	clear: both;
}
.bildergalerie a.themen {
	clear: both;
	float: right;
}
.topLinks {
	padding-top: 0.5em;
}
.topLinks a {
	display: inline-block;
	margin-right: 8px;
}
.topLinks .active {
	font-weight: 700;
	color: #e52f12;
}
section.pagination {
	margin-bottom: 2em;
	text-align: right;
}
section.pagination a {
	border-bottom: 0px;
	opacity: 0.7;
}
section.pagination a:hover {
	opacity: 1;
}
section.pagination i {
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
}
section.pagination .small {
	font-size: 0.8em;
}
 @media screen and (max-width: 1680px) {
	.bildergalerie .SNsubmit {
		font-size: 13pt;
	}
	.bildergalerie .galerieImages > div {
		min-width: 150px;
	}
}
@media screen and (max-width: 1280px) {
	.bildergalerie .SNsubmit {
		font-size: 12pt;
	}
	.bildergalerie .galerieImages > div {
		min-width: 122px;
	}
}
 @media screen and (max-width: 909px) {
	.bildergalerie .galerieImages > div {
		margin-right: 2%!important;
	}
	.bildergalerie .galerieImages > div {
		width: 18%;
}
}
 @media screen and (max-width: 773px) {
	.bildergalerie .galerieImages > div {
		width: 23%;
	}
}
 @media screen and (max-width: 589px) {
	.bildergalerie .galerieImages > div {
		width: 31%;
	}
}
 @media screen and (max-width: 447px) {
	.bildergalerie .galerieImages > div {
		width: 48%;
	}
}
 @media screen and (max-width: 736px) {
	.bildergalerie .SNform {
		float: none;
	}
	.bildergalerie .SNsubmit {
		font-size: 11pt;
	}
	.bildergalerie a.themen {
		float: none;
	}
}
/* HOME */
ul.funimages a {
	border: 0;
}
ul.funimages img {
	border: 1px solid #eee;
}
.fmlightbutton {
	background-color: rgba(255, 255, 255, .6)!important;
	color: #2E3842!important;
}
.fmlightbutton:hover {
	background-color: rgba(255, 255, 255, .8)!important;
}
.wrapper.style3 {
	background-color: #21b2a6;
	color: #d3d4e4;
}
.wrapper.style3.fmlight {
	background-color: #fff;
	color: #242c33;
}
.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6, .wrapper.style3 header.major p {
	color: #242c33;
}
.features li:before {
	color: #e52f12;
}
@media screen and (max-width: 980px) {
	.features li:before {
		top: 0;
	}
}
.features li {
	background-color: transparent!important;
}




header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
	border-bottom: solid 1px #fff;
}
.wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6 {
	border-color: rgba(255, 255, 255, 0.525);
}
.wrapper.indexbgblue {
	background-color: #2b343d;
	color: #e5e9ec;
}
 @media screen and (max-width: 980px) {
	ul.funimages li:not(:last-child) {
		padding-right: 2em;
	}
	ul.funimages img {
		max-width: 95px;
	}
}
 @media screen and (max-width: 600px) {
	ul.funimages li:not(:last-child) {
		padding-right: 1em;
	}
	ul.funimages img {
		max-width: 80px;
	}
}
 @media screen and (max-width: 736px) {
	.features li {
		border-top: solid 1px #fff;
	}
}
.fmbewerbe > div > div {
	text-align: center;
}
.fmbewerbe > div > div img {
	max-width: 90%;
	max-height: 220px;
}
.fmbewerbe > div > div h3 {
	color: #2E3842;
	font-size: 1.35em;
	margin: 0.3em 0;
}
.fmbewerbe > div > div p {
	margin-bottom: 0.8em;
}
/* HEADER TOP */
body {
	background: #fff;
}
#header {
	height: 88px;
	/*	background-color:#fff;*/
	border-bottom: 0;
    /*box-shadow: 0px 1px 10px rgba(0,0,0,0.4);*/
    z-index: 10001;
	transition: all 0.5s ease-in-out;
}
.logodate {
	display: block;
	font-size: 1.3em;
	text-shadow: 0px 0px 1px #000;
	font-weight: 800;
}

/*#header h1 img {border-bottom: 0px solid #E52F12;}*/
@media screen and (max-width: 430px) {
	#header h1 img {
		max-width: 220px;
		border-bottom: 0px;
	}
	.headerdate {
		left: 30%;
	    font-size: 4.5vw;
	    top: -1.5vw;
	}
}
#main > header {
	padding: 8em 0 10em 0;
}
#page-wrapper {
	padding-top: 4em;
}
#header nav {
	line-height: 88px;
}
/*#header nav > ul > li > a {color:#E52F12;}*/
#header nav > ul > li > a > span {
	margin-right: 1em;
}
#header nav > ul > li > a.menuToggle:hover:after {
	background-color: #ccc;
}

#header nav > ul > li > a.menuToggle:after {
	background-image: none;
	content: '\f0c9';
	display: inline-block;
	height: 2.5em;
	vertical-align: baseline;
	width: 2.5em;
	background-color: #fff;
	text-align: center;
	font-family: FontAwesome;
    font-display: swap;
	line-height: 2.5em;
	color: #fff;
	border-radius: 100%;
	font-size: 1.5em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #ef4022;
}
 @media screen and (max-width: 736px) {
	#main > header {
		padding: 3em 0 9em 0;
	}
}
.landing h2 {
	font-size: 2em;
}
.landing h3 {
	font-size: 1.5em;
}
#way3 a {
	border-bottom: 0;
}
#way3 img {
	max-width: 50%;
	border: 1px solid #eee;
}
#way3 h3 {
	font-size: 1.2em;
	margin: 0
}
#way3 span {
	display: inline-block;
	padding-bottom: 1.5em;
	max-width: 400px;
}
#way3 .row.uniform > * {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
#way3 .row.uniform {
	margin-left: 0;
}
.features li:before {
	color: #e52f12;
	left: 0;
	top: 1.25em;
	font-size: 3em;
}
 @media screen and (max-width: 980px) {
	.features li:before {
		top: 0.25em;
	}
}
@media screen and (max-width: 736px) {
	#way3 img {
		width: 60%;
		max-width: 200px;
	}
}
/* Top-Images */
#partner #main > header {
	background-image: url("/assets/img/sujets/sujet_02.jpg");
}
.bildergalerie .galerieImages div.imageCont a span {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 0px 0px 15px #000000;
}
.fancybox-caption {
	text-align: center;
}
.schulePoints li {
	background: url(/assets/img/check-mark-1-32.png) no-repeat 4px -2px;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 1px 50px;
	vertical-align: middle;
	margin-bottom: 25px;
}
.headerdate {
	position: absolute;
    font-weight: 800;
    z-index: 100;
    left: 125px;
    font-size: 22px;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    top: -11px;
    color: #fff;
}

@media screen and (max-width: 1280px) {
	.headerdate {
		top: -10px;
	}
}

#menu .registerbutton {
	background-color: #fff;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    margin-left: 15px;
    padding: 0.5em 1.2em;
	line-height: 1.45em;
}

#menu .registerbutton:hover {
	background-color: #000;
    color: #fdeb00;
}


#main > header .headinner {
	max-width: 60em;
    margin: 0 auto;
}

#main > header h1 {
	position: absolute;
    bottom: -0.5em;
    margin-bottom: 0;
    padding: 0.5em 1em 0.7em 1em;
    background-color: #fff;
    color: #e52f10;
    border-radius: 10px;
    font-size: 1.6em;
    margin-left: -0.5em;

}

@media screen and (max-width: 1680px) {

}


@media screen and (max-width: 1280px) {

	#main > header .headinner {
		max-width: 90%;
	}

}

@media screen and (max-width: 980px) {

	#main > header .headinner {
		max-width: 100%;
	}

}


@media screen and (max-width: 480px) {

	#main > header h1 {
		font-size: 1.3em;
	}

}



@media screen and (max-width: 736px) {
	#header h1 img {
		max-width: 260px;
	}
	#header h1 {
		line-height: 70px;
	}
	#header nav {
		line-height: 70px;
	}
	#header {
		height: 70px;
	}
	.headerdate {
		left: 95px;
	    font-size: 20px;
	    top: -9px;
	}
}
@media screen and (max-width: 736px) {
	#header h1 img {
		max-height: 40px;
	}
}


@media screen and (max-width: 400px) {
	#header h1 img {
		max-width: 60%;
		max-height:none;
	}
}


.jurylist, .numberlist li {line-height: 1.4em;margin-bottom: 1em;}
.jurylist span {display:block;font-size:0.9em;}
.jurylist a, .numberlist a {color:#e52f12;display:inline-block;font-size:0.9em;}
.jurylist b, .numberlist b {font-weight:700;}

.numberlist {
	list-style-type:none;
}

.numberlist li {
	position:relative;
}

.numberlist span {
	display:inline-block;
	position:absolute;
	background-color:#e52f12;
	border-radius:100%;
	color:#fff;
    left: -28px;
    width: 28px;
    height: 28px;
    text-align: center;
	line-height:27px;
}

.numberlist.fmwinner li:nth-child(n+4) span {
	background-color:#2e3842;
}
ul.fmwinner {padding-bottom:1em;margin-left:10%;}




#wfmregister {position: fixed;left: 0;top: 0;width: 1px;height: 1px;z-index: 11000;}
#wfmregister::before {content: " ";position: absolute;left: 50vw;top: 50vh;width: 10em;height: 10em;border-radius: 50%;opacity: 0;animation-name: wfmregisterbadgeshadow;}
#wfmregisterbadge {position: absolute;left: 50vw;top: 50vh;width: 12em;height: 12em;border-radius: 50%;opacity: 0;animation-name: wfmregisterbadge;}
#wfmregisterhand {position: absolute;width: 3em;animation-name: wfmregisterhand;opacity:0;}
#wfmregister::before, #wfmregisterbadge, #wfmregisterhand {animation-delay: 1s;animation-fill-mode: both;animation-duration: 100s;animation-timing-function: ease-in-out;animation-iteration-count: infinite;}

@keyframes wfmregisterbadge{
	0%{left:-500vw;top:-500vh;transform:rotate(0) translate(-50%,-50%) scale(1)}
	0.01%{left:50vw;top:50vh;transform:rotate(0) translate(-50%,-50%) scale(10);opacity:0}
	1%{left:10em;top:9em;transform:rotate(-10deg) translate(-50%,-50%) scale(.8);opacity:1}
	2%{left:10em;top:9em;transform:rotate(-10deg) translate(-50%,-50%) scale(1.1);opacity:1}
	11%,13%,15%,17%,19%,21%,23%,25%,27%,29%,3%,31%,33%,35%,37%,39%,41%,43%,45%,47%,49%,5%,51%,53%,55%,57%,59%,61%,63%,65%,67%,69%,7%,71%,73%,75%,77%,79%,81%,83%,85%,87%,89%,9%,91%,93%,95%,97%,99%{
		left:10em;top:9em;transform:rotate(-10deg) translate(-50%,-50%) scale(1);opacity:1
	}
	10%,100%,12%,14%,16%,18%,20%,22%,24%,26%,28%,30%,32%,34%,36%,38%,4%,40%,42%,44%,46%,48%,50%,52%,54%,56%,58%,6%,60%,62%,64%,66%,68%,70%,72%,74%,76%,78%,8%,80%,82%,84%,86%,88%,90%,92%,94%,96%,98%{
		left:10em;top:9em;transform:rotate(-10deg) translate(-50%,-50%) scale(1.05);opacity:1
	}
}
@keyframes wfmregisterbadgeshadow{
	0%{left:-500vw;top:-500vh;transform:rotate(0) translate(-50%,-50%) scale(1)}
	0.01%{left:50vw;top:50vh;transform:rotate(0) translate(-50%,-50%) scale(10);opacity:0}
	1%{left:10em;top:9em;transform:rotate(-10deg) translate(-50%,-50%) scale(.8);box-shadow:.5em .5em 1em .5em rgba(0,0,0,.5);opacity:1}
	2%{left:10em;top:9em;transform:rotate(-10deg) translate(-50%,-50%) scale(1.1);box-shadow:1em 1em 2.5em .5em rgba(0,0,0,.3);opacity:1}
	11%,13%,15%,17%,19%,21%,23%,25%,27%,29%,3%,31%,33%,35%,37%,39%,41%,43%,45%,47%,49%,5%,51%,53%,55%,57%,59%,61%,63%,65%,67%,69%,7%,71%,73%,75%,77%,79%,81%,83%,85%,87%,89%,9%,91%,93%,95%,97%,99%{
		left:10em;top:9em;transform:rotate(-10deg) translate(-50%,-50%) scale(1);box-shadow:.5em .5em 1.5em .5em rgba(0,0,0,.5);opacity:1
	}
	10%,100%,12%,14%,16%,18%,20%,22%,24%,26%,28%,30%,32%,34%,36%,38%,4%,40%,42%,44%,46%,48%,50%,52%,54%,56%,58%,6%,60%,62%,64%,66%,68%,70%,72%,74%,76%,78%,8%,80%,82%,84%,86%,88%,90%,92%,94%,96%,98%{
		left:10em;top:9em;transform:rotate(-10deg) translate(-50%,-50%) scale(1.05);box-shadow:1em 1em 2em .5em rgba(0,0,0,.3);opacity:1
	}
}
@keyframes wfmregisterhand{
	0%{left:-50em;top:50vh;transform:rotate(-20deg)}
	1%{transform:rotate(-20deg);left:-50em;top:50vh opacity:1}
	2%{transform:rotate(-15deg);left:12em;top:13em}
	11%,13%,15%,17%,19%,21%,23%,25%,27%,29%,3%,31%,33%,35%,37%,39%,41%,43%,45%,47%,49%,5%,51%,53%,55%,57%,59%,61%,63%,65%,67%,69%,7%,71%,73%,75%,77%,79%,81%,83%,85%,87%,89%,9%,91%,93%,95%,97%,99%{
		transform:rotate(-20deg);left:12em;top:13em;opacity:1
	}
	10%,100%,12%,14%,16%,18%,20%,22%,24%,26%,28%,30%,32%,34%,36%,38%,4%,40%,42%,44%,46%,48%,50%,52%,54%,56%,58%,6%,60%,62%,64%,66%,68%,70%,72%,74%,76%,78%,8%,80%,82%,84%,86%,88%,90%,92%,94%,96%,98%{
		transform:rotate(-15deg);left:12em;top:13em;opacity:1
	}
}


@media screen and (max-width: 600px) {
	#wfmregister {display:none;}

/*	#wfmregisterbadge {width: 8em;height: 8em;}
	#wfmregister::before {width: 6em;height: 6em;}
	#wfmregisterhand {width: 2em;}


	@keyframes wfmregisterbadge{
		0%{left:-500vw;top:-500vh;transform:rotate(0) translate(-50%,-50%) scale(1)}
		0.01%{left:50vw;top:50vh;transform:rotate(0) translate(-50%,-50%) scale(10);opacity:0}
		1%{left:6em;top:6em;transform:rotate(-10deg) translate(-50%,-50%) scale(.8);opacity:1}
		2%{left:6em;top:6em;transform:rotate(-10deg) translate(-50%,-50%) scale(1.1);opacity:1}
		11%,13%,15%,17%,19%,21%,23%,25%,27%,29%,3%,31%,33%,35%,37%,39%,41%,43%,45%,47%,49%,5%,51%,53%,55%,57%,59%,61%,63%,65%,67%,69%,7%,71%,73%,75%,77%,79%,81%,83%,85%,87%,89%,9%,91%,93%,95%,97%,99%{
			left:6em;top:6em;transform:rotate(-10deg) translate(-50%,-50%) scale(1);opacity:1
		}
		10%,100%,12%,14%,16%,18%,20%,22%,24%,26%,28%,30%,32%,34%,36%,38%,4%,40%,42%,44%,46%,48%,50%,52%,54%,56%,58%,6%,60%,62%,64%,66%,68%,70%,72%,74%,76%,78%,8%,80%,82%,84%,86%,88%,90%,92%,94%,96%,98%{
			left:6em;top:6em;transform:rotate(-10deg) translate(-50%,-50%) scale(1.05);opacity:1
		}
	}
	@keyframes wfmregisterbadgeshadow{
		0%{left:-500vw;top:-500vh;transform:rotate(0) translate(-50%,-50%) scale(1)}
		0.01%{left:50vw;top:50vh;transform:rotate(0) translate(-50%,-50%) scale(10);opacity:0}
		1%{left:6em;top:6em;transform:rotate(-10deg) translate(-50%,-50%) scale(.8);box-shadow:.5em .5em 1em .5em rgba(0,0,0,.5);opacity:1}
		2%{left:6em;top:6em;transform:rotate(-10deg) translate(-50%,-50%) scale(1.1);box-shadow:1em 1em 2.5em .5em rgba(0,0,0,.3);opacity:1}
		11%,13%,15%,17%,19%,21%,23%,25%,27%,29%,3%,31%,33%,35%,37%,39%,41%,43%,45%,47%,49%,5%,51%,53%,55%,57%,59%,61%,63%,65%,67%,69%,7%,71%,73%,75%,77%,79%,81%,83%,85%,87%,89%,9%,91%,93%,95%,97%,99%{
			left:6em;top:6em;transform:rotate(-10deg) translate(-50%,-50%) scale(1);box-shadow:.5em .5em 1.5em .5em rgba(0,0,0,.5);opacity:1
		}
		10%,100%,12%,14%,16%,18%,20%,22%,24%,26%,28%,30%,32%,34%,36%,38%,4%,40%,42%,44%,46%,48%,50%,52%,54%,56%,58%,6%,60%,62%,64%,66%,68%,70%,72%,74%,76%,78%,8%,80%,82%,84%,86%,88%,90%,92%,94%,96%,98%{
			left:6em;top:6em;transform:rotate(-10deg) translate(-50%,-50%) scale(1.05);box-shadow:1em 1em 2em .5em rgba(0,0,0,.3);opacity:1
		}
	}
	@keyframes wfmregisterhand{
		0%{left:-50em;top:50vh;transform:rotate(-20deg)}
		1%{transform:rotate(-20deg);left:-50em;top:50vh opacity:1}
		2%{transform:rotate(-15deg);left:6.5em;top:9em}
		11%,13%,15%,17%,19%,21%,23%,25%,27%,29%,3%,31%,33%,35%,37%,39%,41%,43%,45%,47%,49%,5%,51%,53%,55%,57%,59%,61%,63%,65%,67%,69%,7%,71%,73%,75%,77%,79%,81%,83%,85%,87%,89%,9%,91%,93%,95%,97%,99%{
			transform:rotate(-20deg);left:6.5em;top:9em;opacity:1
		}
		10%,100%,12%,14%,16%,18%,20%,22%,24%,26%,28%,30%,32%,34%,36%,38%,4%,40%,42%,44%,46%,48%,50%,52%,54%,56%,58%,6%,60%,62%,64%,66%,68%,70%,72%,74%,76%,78%,8%,80%,82%,84%,86%,88%,90%,92%,94%,96%,98%{
			transform:rotate(-15deg);left:6.5em;top:9em;opacity:1
		}
	}*/

}


/*#main > header .headinner {max-width: 50em;}
.wrapper > .inner {width: 50em;}*/

.fleximages a {
	border-bottom:none;
	position: relative;
    display: block;}
.fleximages {
	cursor: default;
	list-style: none;
	display:flex;
	flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fleximages li {padding:0;width: 25%;padding-bottom: 1.2rem;line-height:1rem;}
.fleximages li img {width:90%;}

.fleximages a[data-fancybox='images'] span:after {
	content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 5%;
    background-color: rgba(0,0,0,1);
    color: #fff;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 10000;
}


.fleximages a[data-fancybox='images'] span:before {
    content: '\f055';
    font-size: 4vw;
    font-family: FontAwesome;
    font-display: swap;
    position: absolute;
    color: #fff;
    opacity: 00;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}


.fleximages a[data-fancybox='images']:hover span:after,
.fleximages a[data-fancybox='images']:hover span:before {
	opacity:0.5;
}


@media screen and (max-width: 736px) {
	.fleximages li {width: 50%;}
}

.innertext {max-width:900px!important;}


.wfmapp {
	position: absolute;
    z-index: 10000;
    bottom: -50px;
    right: 15%;
    transform: rotate(10deg);
    box-shadow: 2px 2px 10px #000;
}

@media screen and (max-width: 900px) { .wfmapp {right: 7%;} }
@media screen and (max-width: 750px) { .wfmapp {max-width:130px;} }
@media screen and (max-width: 580px) { .wfmapp {bottom: auto;top: 30px;max-width:85px;} }

.flexslider {
	background-color:transparent;
	border:0;
}

.flex-direction-nav a {text-decoration:none;border:0;}
.flex-direction-nav a:before {line-height:40px;}
.flexslider .slides > li {color: #000;}
.flexslider .slides > li div.text {max-width:600px;margin: 0 auto;}
.flexslider .slides > li div.text p {margin-bottom:15px;font-style: italic;}
.flexslider .slides > li div.text p i {font-size: 2em;color: #ef4022;}
.flexslider .slides > li div.author {color: #999;font-size:14px;}
.flex-control-paging li a {background: rgba(0, 0, 0, 0.2);box-shadow:none;-webkit-box-shadow:none;}
.flex-control-paging li a.flex-active {background: rgba(0, 0, 0, 0.6);}

@media screen and (min-width: 861px) {
	.flex-direction-nav .flex-prev {left: 50px;}
	.flex-direction-nav .flex-next {right: 50px;}
}

.wfmimpressions .flex-direction-nav a:before {color: rgb(255, 255, 255);}

@media screen and (max-width: 800px) {
	.flex-direction-nav a {top: auto;bottom: 0;}
	.wfmimpressions .flex-direction-nav a {top: 50%;}
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-next {opacity: 0.7;}
}


@media screen and (min-width: 737px) {

	#banner {
		height:60vh;
		margin-top:88px;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(/assets/img/sujets/Fotomarathon-Wien-2014-303.jpg);
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(/assets/img/sujets/Fotomarathon-Wien-2014-303.jpg);
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(/assets/img/sujets/Fotomarathon-Wien-2014-303.jpg);
		background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(/assets/img/sujets/Fotomarathon-Wien-2014-303.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#banner.banner2020 {
		height:65vh;
		margin-top: 25px;
        padding-top:30px;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(/assets/img/sujets/wiener-fotomarathon-banner-top-2020.jpg)!important;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(/assets/img/sujets/wiener-fotomarathon-banner-top-2020.jpg)!important;
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(/assets/img/sujets/wiener-fotomarathon-banner-top-2020.jpg)!important;
		background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(/assets/img/sujets/wiener-fotomarathon-banner-top-2020.jpg)!important;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

    
    
    
	body.landing #page-wrapper {
		background: none;
	}

}


body.is-mobile.landing #banner.banner2020 {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url(/assets/img/sujets/wiener-fotomarathon-banner-top-2020.jpg);
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url(/assets/img/sujets/wiener-fotomarathon-banner-top-2020.jpg);
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url(/assets/img/sujets/wiener-fotomarathon-banner-top-2020.jpg);
    background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url(/assets/img/sujets/wiener-fotomarathon-banner-top-2020.jpg);
}



.firstthree { background-color:#fff; }
.firstthree .row > div { text-align:center;}
.firstthree h3 { color: #242c33; font-size:1.5em;}
.firstthree span { color: #242c33; }
.firstthree span { padding-bottom: 1.5em; display: inline-block;}
.firstthree img { max-width:100%;border-radius: 100%;width:100%;height:100%;}
a.imground {border-radius: 100%; background-color:#fff;padding:6px;border:1px solid #242c33;display:inline-flex;margin-bottom:1.8em;max-width:90%;}


.row.uniform > * {
    padding: 1.5em 1.5em 1em 1.5em!important;
}

.spotlight .content {
    max-width: 700px;
}

@media screen and (min-width: 981px) {



	.features li:before {
		top: 0.25em;
		margin: 0 0 1em 0;
		position: relative;
	}
	.features li {
		padding: 3em 2em 1em 2em;
		text-align: center;
		width: 33%;
	}
}


#cta.newsletter {background-color:#fff;}
#cta.newsletter .inner {display:block;border-top:1px solid #242c33;text-align:center;color:#242c33;padding-top:1.5em;}
#cta.newsletter .inner h2 {color:#242c33;}
#cta.newsletter form {margin:0;}
#cta.newsletter .nlform {margin-bottom:2em;}

#cta.newsletter form input {width:40%;margin-right:1em;display:inline-block;vertical-align:middle;height: 2.5em;}
#cta.newsletter #newsletterSend {width:40%;display:inline-block;margin-bottom:0;vertical-align:middle;}


@media screen and (max-width: 736px) {

#cta.newsletter form input {width:300px;display:block;margin-bottom:1em;margin-left:auto;margin-right:auto;max-width:100%;}
#cta.newsletter #newsletterSend {width:300px;display:block;margin-left:auto;margin-right:auto;max-width:100%;}

}



#cta.newsletter input::-webkit-input-placeholder {color: #afafaf!important;}
#cta.newsletter input:-ms-input-placeholder {color: #afafaf!important;}
#cta.newsletter input::placeholder {color: #afafaf!important;}
#cta.newsletter input:-moz-placeholder {color: #afafaf!important;}
#cta.newsletter input::-moz-placeholder {color: #afafaf!important;}
.impressionenhome {
    border: 0;
    display: block;
    width: 100%;
    height: 252px;
    margin-bottom: 2em;
    background-image: url(/assets/img/impressionen_home.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -2em;
    margin-right: -2em;
    width: auto;
}

/* HEADER NEU */
#header nav > ul > li > a {color: #242c32;}
.headerdate {
    position: absolute;
    font-weight: 800;
    z-index: 100;
    left: 125px;
    font-size: 22px;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    top: -11px;
    color: #000;
}

.headerdate-simple {
    border: 0;
    color: #fff;
    display: block;
    font-size: 1em;
    letter-spacing: 0.225em;
    padding: 0;
    text-transform: uppercase;
	color: #242c32;
	position: absolute;
    left: 100px;
    top: 0;
	line-height:88px;
}

#header h1.simple img {
    max-height: 60px;
}


@media screen and (max-width: 1680px) {
	#header h1.simple img {max-height: 52px;}
	.headerdate-simple {left: 90px;}
}

@media screen and (max-width: 1280px) {
	#header h1.simple img {max-height: 48px;}
	.headerdate-simple {left: 85px;}
}

@media screen and (max-width: 736px) {
	#header h1.simple img {max-height: 44px;}
	.headerdate-simple {line-height:70px;}
}

@media screen and (max-width: 400px) {
	#header h1.simple img {max-width: 100%;}
}


.jurylist li {margin-bottom: 1em;}

#footer {padding:0;}
#footer .copyright {
    margin-top: 4em;
}

#footer .copyright > div {
	text-align: center;
    width: 90%;
    max-width: 900px;
    border-top: 1px solid #6c7277;
    padding: 1.5em 2em;
    margin: 0 auto;
}



#footer ul.thicons li {padding: 0 0 0 0.5em;}
#footer ul.thicons li a {
	display:inline-block;
	width:1.9em;
	height:1.9em;
	line-height:1.8em;
	border-radius:100%;
	border:0;
	position:relative;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

a.iconfacebook {background-color: rgba(0, 127, 237, 0.6);}
a.iconfacebook:hover {background-color: rgba(0, 127, 237, 1);}

a.iconyoutube {background-color: #b70b1d;}
a.iconyoutube:hover {background-color: #F70019;}

a.iconemail {background-color: #a28c33;}
a.iconemail:hover {background-color: #ead47b;}

a.icontwitter {background-color: #1079b9;}
a.icontwitter:hover {background-color: #1DA1F2;}

a.iconinstagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, rgba(240, 148, 51, 0.6) 0%, rgba(230, 104, 60, 0.6) 25%, rgba(220, 39, 67, 0.6) 50%, rgba(204, 35, 102, 0.6) 75%, rgba(188, 24, 136, 0.6) 100%);
	background: -webkit-linear-gradient(45deg, rgba(240, 148, 51, 0.6) 0%, rgba(230, 104, 60, 0.6) 25%, rgba(220, 39, 67, 0.6) 50%, rgba(204, 35, 102, 0.6) 75%, rgba(188, 24, 136, 0.6) 100%);
	background: linear-gradient(45deg, rgba(240, 148, 51, 0.6) 0%, rgba(230, 104, 60, 0.6) 25%, rgba(220, 39, 67, 0.6) 50%, rgba(204, 35, 102, 0.6) 75%, rgba(188, 24, 136, 0.6) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(240, 148, 51, 0.6)', endColorstr='rgba(188, 24, 136, 0.6)', GradientType=1 );
}
a.iconinstagram:hover {
	background: #f09433;
	background: -moz-linear-gradient(45deg, rgba(240, 148, 51, 1) 0%, rgba(230, 104, 60, 1) 25%, rgba(220, 39, 67, 1) 50%, rgba(204, 35, 102, 1) 75%, rgba(188, 24, 136, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(240, 148, 51, 1) 0%, rgba(230, 104, 60, 1) 25%, rgba(220, 39, 67, 1) 50%, rgba(204, 35, 102, 1) 75%, rgba(188, 24, 136, 1) 100%);
	background: linear-gradient(45deg, rgba(240, 148, 51, 1) 0%, rgba(230, 104, 60, 1) 25%, rgba(220, 39, 67, 1) 50%, rgba(204, 35, 102, 1) 75%, rgba(188, 24, 136, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(240, 148, 51, 1)', endColorstr='rgba(188, 24, 136, 1)', GradientType=1 );
}


#footer ul.thicons li a i {color:#fff;font-size:0.9em;}
#footer h3 {font-size: 1.3em;}
#footer p {margin: 0 0 1.5em 0;color:rgba(255, 255, 255, 0.5);}
#footer p.location a {border:0;color:#fff!important;}
p.location a:hover {border:0;color:#ffdd01;}
p.location i {
    margin-right: 10px;
    font-size: 1.5em;
    vertical-align: text-bottom;
}

.calsheet img {
	width: 200px!important;
    transform: rotate(-10deg);
	box-shadow: 12px 28px 18px rgba(0,0,0,0.3);
    position: relative;
    left: 50%;
}

.savethedate {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 0.9em;
	display:block;
	margin-top:0.5em;
	text-shadow: 0px 0px 10px #000;
}


@media screen and (max-width: 738px) {
	.savethedate {font-size: 4em;}
}

@media screen and (max-width: 550px) {
	.calsheet img {
		left: 40%;
    	max-width: 70%!important;
	}
}

@media screen and (max-width: 550px) {
	.savethedate {
		font-size: 3em;text-shadow: 0px 0px 5px #000;line-height: 1em;
	}
}

@media screen and (max-width: 736px) {
	#banner {
		padding: 7em 3em 2em 3em;
		height: auto;
		min-height: 0;
	}
}


#banner p {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.3em;
    color: white;
    text-shadow: 0 0 10px #000;
	font-weight:600;
}


#anmelden .row.uniform > * {
    padding: 0.5em 1.5em 0.5em 1.5em!important;
}

@media screen and (max-width: 480px) {
	#anmelden .row.uniform > * {padding: 0em 0 0.5em 1.5em!important;}
}

#anmelden hr {margin: 1em 0 3em;}

#anmelden #land {padding-right: 1.5em;}
@media screen and (max-width: 600px) {
	#anmelden #gebD {margin-bottom:0.3em;}
}

#anmelden .thmodal.wrapper.style5 a {color:#e52f12;}

.thmodal.wrapper.style5 .button, .thmodal.wrapper.style5 button, .thmodal.wrapper.style5 input[type=button], .thmodal.wrapper.style5 input[type=reset], .thmodal.wrapper.style5 input[type=submit] {
    color: #2e3842!important;
	background-color: rgba(0,0,0,.05);
}

.thmodal.wrapper.style5 .button:hover, .thmodal.wrapper.style5 button:hover, .thmodal.wrapper.style5 input[type=button]:hover, .thmodal.wrapper.style5 input[type=reset]:hover, .thmodal.wrapper.style5 input[type=submit]:hover {
    background-color: rgba(0,0,0,.15);
}

.butcenter {text-align:center;}
.thmodal {width:800px;max-width:100%;}
#banner p a {text-shadow: none;}
#bewerbe .wrapper p a {color:#e52f12;}

.fmdlpdf {padding-left: 10%;}

.fmdlpdf a {
    position: relative;
    padding-left: 60px;
    display: block;
    line-height: 1.2em;
    border-bottom: 0;
    color: #e52f12;
}
.fmdlpdf a span {
    font-size: 0.8em;
    color: #2E3842;
}
.fmdlpdf a:before {
    content:'';
	background-image:url(/assets/img/pdf52.png);
    position: absolute;
	width:52px;
	height:52px;
    left: 0;
    top: 0px;
}

.fancybox-image, .fancybox-spaceball {
    max-height: 97%;
	max-width: 97%;
}


@media screen and (max-width: 736px) {
	.features li {
		text-align:left;
	    padding: 2em 0 0 70px;
	}

	.features li:before {
		position:absolute;
		top: 0.7em;
	}

	.features h3 {
		margin-bottom:0.4em;
	}

}

@media screen and (max-width: 400px) {
	.features li {
		text-align:left;
	    padding: 2em 0 0 60px;
	}

	.features li:before {
		position:absolute;
		top: 0.8em;
    	font-size: 2.5em;
	}

	.features h3 {
		margin-bottom:0.3em;
	}

}

@media screen and (max-width: 736px) {
	#banner {padding: 3em 2em 2em 2em;}
	.button, button, input[type=button], input[type=reset], input[type=submit] {
    height: auto;
    line-height: 1.5em;
    padding: 1em 2em;
	}
}

.bewerbe {
	display:table;
	padding:10px 10px 10px 20px;
	margin-bottom:10px;
	clear:both;
}

.bewerbe.active {
	background-color:#ffed77;
}

.bewerbe:hover {
	background-color:#f2f2f2;
	cursor:pointer;
}

.bewerbe.active:hover {
	background-color:#ffed77;
	cursor: default;
}

#upload {background-color: #f2f2f2;color:#444;}
#upload #page-wrapper {
    padding-top:10%;
    text-align: center;
}

#upload h2 {
    margin-top:1em;
    color: #444;
    font-size: 2em;
}

#upload #uploadForm p {
    color: #444;
    margin-bottom: 1em;
}

#upload .uploadCode {
    width: 300px;
    background-color: #fff;
    box-shadow: 0 0 0 2px #d4d4d4;
    display:inline;
    margin-bottom: 2em;
    color:#444;
}

#upload .uploadCode:focus {
    box-shadow: 0 0 0 2px #21b2a6;
}

#upload #uploadForm input::-webkit-input-placeholder {color: #afafaf!important;}
#upload #uploadForm input:-ms-input-placeholder {color: #afafaf!important;}
#upload #uploadForm input::placeholder {color: #afafaf!important;}
#upload #uploadForm input:-moz-placeholder {color: #afafaf!important;}
#upload #uploadForm input::-moz-placeholder {color: #afafaf!important;}

#upload .uploadError {
    background-color: #f9cecd;
    max-width: 400px;
    margin: 0 auto;
    color: #ef4023;
    padding: 1em 0.6em;
}

#upload form.dropzone {
    border: 2px dashed #21b2a6;
    border-radius: 5px;
    background: white;
    width:820px;
    max-width:90%;
    margin: 0 auto;
    padding: 30px 20px;
    margin-bottom: 4em;
}


@media screen and (max-width: 400px) {
	#upload form.dropzone {
        padding: 10px 5px;
    }

}


#upload .dropzone .dz-message .dz-button {
    letter-spacing: 0.1em;
    font-weight: 600;
    height: 4em;
}

#upload h3 {color:#444;margin-bottom: 0;}
#upload .dropzone .dz-message .dz-button span {
    background-color: #21b2a6;
    padding: 3px 12px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#upload .dropzone .dz-message .dz-button span:hover {
    background-color: #09675f;
}

#upload .dropzone .dz-preview .dz-image img {
    margin: auto;
}
#upload .dropzone .dz-preview .dz-error-message {
    top: 155px;
    background: #be2626;
}
#upload .dropzone .dz-preview .dz-remove, #upload .dropzone .dz-preview .th-remove {
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

#upload .dropzone .dz-preview .dz-remove:hover, #upload .dropzone .dz-preview .th-remove:hover {
    text-decoration: none;
    color:#be2626;
}

#upload .dropzone .dz-preview .dz-success-mark, 
#upload .dropzone .dz-preview .dz-error-mark {
    top: 38%;
    left: 38%;
}

#upload .dz-maxexceed, #upload .dz-fileexists {
    background-color: #be2626;
    color: #fff;
    margin-bottom: 1em;    
    padding: 10px 10px;
}

i.red {color:#900000;}
i.green {color:#007300;}

#upload .dropzone.dz-clickable .dz-message, #upload .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
#upload .dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

#upload .dropzone .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

#upload .dropzone .dz-message .dz-button {
    letter-spacing: 0.1em;
    font-weight: 600;
    height: 4em;
}

#upload .dropzone .dz-message .dz-button span {
    background-color: #21b2a6;
    padding: 3px 12px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#upload .dz-preview .dz-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.uploadInfo{
    max-width:450px;
    margin: 0 auto 1.5em auto;
}

#covidhome {
    background-color: #0078C8;
    color: #ffffff;
    padding: 1em 0 1.5em 0;
}


#contentinfo {
    padding: 3em 0 1em 0;
}

#contentinfo .row {
    background-color: #0078C8;
    color: #ffffff;
    padding: 1em 0 1.5em 0;
}

#contentinfo .row.uniform > * {
    padding: 1.5em 1.5em 1em 1.5em!important;
}

#contentinfo.wrapper.style5 strong, #covidhome.wrapper.style5 strong {
    color:#fff;
}


#contentinfo .row.uniform .contentinfoicon, #covidhome .covidinfo {
    text-align:center;
    font-size: 2em;
    padding-top: 0.5em!important;
    padding-bottom: 0!important;
}

#contentinfo .contentinfoicon i, #covidhome .covidinfo i {
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background-color: #005FA0;
    line-height: 56px;
}


.dswdw img {
    transform: none;
    box-shadow: none;
    max-width: 80%;
    display: block;
    margin: 0 auto;
    max-height: 230px;
    margin-top: 50px;
    
}

@media screen and (max-width: 550px) {
    .dswdw img {
        max-width: 100%;
    }

}



