/**********  CSS - RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.invisible {
	display: none;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input {
	-webkit-appearance: none;
}

:focus {
	outline: 0;
}

button:hover {
	cursor: pointer;
}

/* SAFARI */
/* FIREFOX + OPERA
es reicht eine Definition des Backgrounds oder der Border aus um die blaue Outline zu entfernen */
input,
button,
textarea {
	background: #fff;
	border: 1px solid #000;
}

/********** Layout */
#wrapper {
	margin: 0 auto;
}

.custom {
	padding-bottom: 10px;
}

#header-intro {
	background-color: #efefef;
	padding-top: 1px;
	padding-bottom: 5px;
	margin-bottom: -80px;
}


#header-intro .block {
	margin-bottom: 25px !important;
}

#header .inside {
	margin: 0 auto;
}

#main .inside {
	margin-top: 25px;
	margin-bottom: 25px;
}

#main .inside {
	margin: 0 auto;
}

#main .inside .mod_article {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
}


#main .inside .block {
	margin-bottom: 35px;
	width: 100%;
}


#main .inside .w50,
#main .custom .w50 {
	width: 48%;
}

#main .inside .w33,
#main .custom .w33 {
	width: 31%;
}

#main .inside .w66,
#main .custom .w66 {
	width: 60%;
}

#main .inside .w75,
#main .custom .w75 {
	width: 70%;
}

#main .inside .w25,
#main .custom .w25 {
	width: 20%;
}

.rahmen,
.greybox {
	padding: 25px;
	background-color: #efefef;
}

#footer {
	background-color: #333;
	color: #fff;
}

#footer .inside .newsletteranmeldung {
	background-color: #ed8200;
}

#footer .inside .newsletteranmeldung .newsletteranmeldung-inside {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 25px;
	padding-right: 25px;
}

#footer .inside .newsletteranmeldung .newsletteranmeldung-inside .newsletteranmeldung-info {
	width: 50%;
}

#footer .inside .newsletteranmeldung .newsletteranmeldung-inside .newsletteranmeldung-info p {
	line-height: 1.5em;
	font-size: 1.05em;
}

#footer .inside .newsletteranmeldung .newsletteranmeldung-inside .newsletteranmeldung-info .ue-footer {
	font-size: 2em;
	font-weight: 700;
}

#footer .inside .newsletteranmeldung .newsletteranmeldung-inside i {
	font-size: 8em;
}

#footer .inside .newsletteranmeldung .newsletteranmeldung-inside .inputdata input {
	border: none;
	background: #fff;
	margin-bottom: 10px;
	padding: 8px;
}

#footer .inside .newsletteranmeldung .newsletteranmeldung-inside select {
	border: 0px;
	height: 32px;
	width: 26%;
	border: 0;
	border-radius: 0;
	margin-right: 10px;
	background-color: #fff;
	color: #333;
	-webkit-border-radius: 0;
	border: 0;
	outline: 1px solid #fff;
	outline-offset: -1px;
	margin-bottom: 10px;
	float: left;
}

#footer .inside .newsletteranmeldung .newsletter-text a {
	color: #fff;
}


#footer .inside .newsletteranmeldung .newsletteranmeldung-inside .inputdata button {
	padding: 10px;

	border: 0;
	background-color: #333;
	color: #fff;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	f
}

#footer .inside .newsletteranmeldung .newsletteranmeldung-inside #text2817662 {
	width: 100% !important;
}

#footer .inside .newsletteranmeldung .newsletteranmeldung-inside #text2967422 {
	width: 70% !important;
	float: right;
}

#footer .inside .newsletteranmeldung .newsletteranmeldung-inside .inputdata button:hover {
	cursor: pointer;
	background-color: #ccc;
	color: #333;
}

#footer .inside .informationen {
	background-color: #333;
	color: #fff;
}

#footer .inside .informationen li {
	line-height: 1.8em;
}

#footer .inside .informationen .fa-envelope {
	font-size: 1.3em;
}

#footer .inside .informationen .informationen-inside {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 25px;
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 25px;
	padding-right: 25px;
}

#footer .inside .informationen .informationen-inside .Kontakt,
#footer .inside .informationen .informationen-inside .f-Termin,
#footer .inside .informationen .informationen-inside .f-Blog {
	width: 30%;
}

#footer .inside .informationen .informationen-inside .f-Blog a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

#footer .inside .informationen .informationen-inside .f-Blog .ce_text p {
	font-size: .9em;
	line-height: 1.5em;
	color: #ccc;
}

#footer .inside .informationen .informationen-inside .f-Blog .more {
	margin-top: 15px;
}

#footer .inside .informationen .informationen-inside .f-Blog .more a {
	border-bottom: 1px solid #ed8200;
	font-size: .9em;
}

.ue-footer-social a {
	font-size: 1.6em !important;
	margin-left: 2px;
	margin-right: 2px;

}

.ue-footer-social a:first-child {
	margin-right: 4px;
}

.ue-footer-social a:last-child {
	margin-left: 4px;
}

#footer .inside .informationen .informationen-inside .f-Blog .ue-footer-blog {
	margin-bottom: 15px;
	line-height: 1.3em;
}

#footer .inside .informationen .informationen-inside .f-Termin .location {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 1.2em;
	letter-spacing: 1px;
}


#footer .inside .informationen .informationen-inside .f-Termin .time {
	color: #ccc;
	padding-top: 5px;
}

#footer .inside .informationen .informationen-inside .f-Termin .location span {
	border-bottom: 1px dashed #ed8200;
	padding-bottom: 5px;
	line-height: 35px;
}

#footer .inside .informationen .informationen-inside .f-Termin a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	line-height: 20px;
}

#footer .inside .informationen .informationen-inside .f-Termin .more {
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer .inside .informationen .informationen-inside .f-Termin .more a {
	border-bottom: 1px solid #ed8200;
	font-size: .9em;
	background-color: #ed8200;
	padding: 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	border-bottom: 0 !important;
}

#footer .inside .informationen .informationen-inside .f-Termin .more a:hover {
	background-color: #ccc;
	color: #333 !important;
}

#footer .inside .informationen .informationen-inside .ue-footer {
	font-size: 1em;
	margin-bottom: 15px;
	color: #ccc;
	border-bottom: 1px solid #666;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer .Kontakt a {
	color: #fff !important;
	text-decoration: none;
}

#footer .Kontakt a:hover {
	color: #ccc !important;
	text-decoration: none;
}


#footer .inside .informationen .flag-de,
#footer .inside .informationen .flag-at {
	padding-left: 35px;
}

#footer .inside .footer-top {
	background-color: #333;
	padding-bottom: 30px;
}

#footer .inside .footer-top .footer-top-inside {
	max-width: 1200px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

#footer .inside .footer-top .footer-top-inside {
	font-size: .8em;
}

#footer .inside .footer-top .footer-top-inside hr {
	margin-bottom: 25px;
}

#footer .inside .footer-top .footer-top-inside a {
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
}

#footer .inside .footer-top .footer-top-inside li {
	display: inline-block;
}

#footer .inside .footer-top .footer-top-inside .mod_customnav li:after {
	content: " | ";
}

#footer .inside .footer-top .footer-top-inside .mod_customnav li:last-child:after {
	content: "";
}

#footer .inside .fa-xing-square {
	margin-left: 2px;
}

#footer .inside .fa-linkedin {
	margin-left: -2px;
}

/********* Module */


.mod_breadcrumb li {
	display: inline;
}

.home .mod_breadcrumb {
	display: none;
}

.mod_breadcrumb {
	margin-top: 25px !important;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 45px !important;
	background-color: #efefef;
	padding-top: 10px;
	padding-bottom: 10px;

}


.mod_breadcrumb li {

	font-size: 0.9em;
}

.mod_breadcrumb li {
	color: #ed8200
}

.mod_breadcrumb li a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.3em;
	color: #333;
	text-decoration: none;
}

.mod_breadcrumb li a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	padding-left: 5px;
	font-size: 0.8em;
}

.mod_breadcrumb li svg {
	margin-left: 3px;
	padding-left: 2px;

}

/*mod_search Ergebnisse */
.suche_ergebnisse .url {
	padding-bottom: 50px;
	font-size: .9em !important;
	color: #666;
}

.suche_ergebnisse .filesize {
	display: none;
}

.suche_ergebnisse .context {
	font-size: .9em !important;
	line-height: 1em;
	margin-bottom: 15px !important;
}

.suche_ergebnisse .highlight {
	background-color: #ed8200;
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.suche_ergebnisse .url {
	color: #666;
	margin-bottom: 50px;
}

.suche_ergebnisse .relevance {
	font-size: .8em !important;
	color: #666;
}

/*Mod Blogdetails*/
.blogdetails .info span {
	background-color: #333;
	color: #fff;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0;
}

.blogdetails .info {
	margin-bottom: 50px !important;
}

/*mod_eventreader Event Detailseite*/

.mod_eventreader .event {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;


}

.mod_eventreader .info {
	margin-bottom: 25px !important;
}

.mod_eventreader time {
	background-color: #333;
	color: #fff;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0;
}

.mod_eventreader h1 span {
	color: #ed8200;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	line-height: 40px;
}

/*Eventübersicht vergangen*/
.event-ue-vergangen {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.event-ue-vergangen .layout_upcoming {
	width: 48%;
	background-color: #efefef;
	margin-bottom: 50px;
	padding: 25px;
	padding-left: 0;
}

.event-ue-vergangen .layout_upcoming time {
	display: block;
	padding: 5px;
	background-color: #333;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #fff;
}

.event-ue-vergangen .layout_upcoming .location {
	margin-left: 30px;
	margin-bottom: 10px !important;
	border-bottom: 1px dashed #333;
	font-weight: 700;
}

.event-ue-vergangen .layout_upcoming a {
	padding-left: 30px;
	display: block;
	text-decoration: none;
	color: #333;
	line-height: 1.5em;
	font-size: 1.1em;
	font-weight: bold;
}

.event-ue-vergangen .aufzeichnungstatus {
	display: none;
	margin-bottom: 0px !important;
}

.event-ue-vergangen .aufzeichnung .aufzeichnungstatus {
	display: block !important;
}

.event-ue-vergangen .aufzeichnung .aufzeichnungstatus a {
	border-bottom: 0px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #ED8202;
	font-weight: 400;
	color: #fff !important;
	margin-left: 30px;
	width: 205px;
	font-size: 0.9em;
	padding: 6px;
	margin-top: 10px;
}

.event-ue-vergangen .aufzeichnung .aufzeichnungstatus a:hover {
	color: #000 !important;
	background-color: #ccc;
}

/*Eventübersicht Zukunft*/
.event-ue-zukunft {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.event-ue-zukunft .layout_upcoming {
	width: 48%;
	background-color: #efefef;
	margin-bottom: 25px;
	padding: 25px;
	padding-left: 0;
}

.event-ue-zukunft .layout_upcoming time {
	display: block;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ed8200;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #fff;
}

.event-ue-zukunft .layout_upcoming .location {
	margin-left: 30px;
	margin-bottom: 10px !important;
	border-bottom: 1px dashed #ed8200;
	font-weight: 700;
}

.event-ue-zukunft .layout_upcoming a {
	padding-left: 30px;
	display: block;
	text-decoration: none;
	color: #333;
	line-height: 1.3em;
	font-size: 1.3em;
	margin-bottom: 10px;
	font-weight: bold;
}

.event-ue-zukunft .layout_upcoming .ce_text {
	padding-left: 30px;
	margin-bottom: 15px !important;
}

.event-ue-zukunft .layout_upcoming .ce_text a {
	padding-left: 0px !important;
}

.event-ue-zukunft .layout_upcoming .ce_text p {
	font-size: 0.95em !important;
}

.event-ue-zukunft .layout_upcoming .more a {
	font-size: .9em;
	background-color: #ed8200;
	padding: 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	border-bottom: 0 !important;
	width: 150px;
	margin-left: 30px;
	color: #fff !important;
}

.event-ue-zukunft .layout_upcoming .more a:hover {

	background-color: #ccc;
	color: #333 !important;
}

/*mod_nav SubSub*/
.nav_subsub {
	list-style-position: outside;
}

.nav_subsub .level_1 a {
	color: #333;
	font-weight: 700;
	border-bottom: 0 !important;
	text-decoration: none;
}

.nav_subsub .level_1 strong {
	color: #ed8200;
}

.nav_subsub .level_2 strong {
	padding-left: 10px;
}

.nav_subsub .level_1 a:before {
	content: "■";
	color: #ed8200;
	padding-right: 5px;
}

.nav_subsub .level_1 strong:before {
	content: "■";
	color: #ed8200;
	padding-right: 5px;
}

.nav_subsub .level_2 li {
	margin-bottom: 0;
	width: 100%;
}

.nav_subsub .level_2 a {
	font-weight: 400;
}

.nav_subsub .level_2 a:before {
	content: "■";
	color: #666;
	margin-left: 10px;
}

/*mod_nav WIKI*/
.nav_wiki a {
	text-decoration: none;
	line-height: 1.8em;
}

.nav_wiki a:hover {
	border-bottom: 1px dashed #ed8200;
}

.nav_wiki h2 {
	padding-bottom: 25px;
}

.nav_wiki .level_1 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 1.05em;
	padding-left: 10px;
	padding-right: 10px;
}

.nav_wiki .level_1 li {
	width: 24%;
	margin-bottom: 50px;
}

.nav_wiki .level_1 a {
	color: #333;
	font-weight: 700;
}

.nav_wiki .level_2 li {
	margin-bottom: 0;
	width: 100%;
}

.nav_wiki .level_2 a {
	font-weight: 400;
}

.nav_wiki .level_2 a:before {
	content: "■";
	color: #ed8200;
	padding-right: 5px;
}

/*Blogübersicht*/
.bloguebersicht {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.bloguebersicht .layout_latest {
	width: 48% !important;
	background-color: #efefef;
	padding: 50px;
	padding-left: 0;
}

.bloguebersicht .teaser-image .image_container {
	height: auto !important;
	padding-left: 50px;
}

.bloguebersicht .teaser-image .image_container img {
	width: 100%;
	height: auto;
}

.bloguebersicht .layout_latest a {
	border-bottom: 0 !important;
}

.bloguebersicht .info time {
	background-color: #ed8200;
	color: #fff;
	padding: 5px;
	padding-left: 50px;
}

element.style {}

#main p a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ed8200;
}

.bloguebersicht .more a {
	background-color: #ccc;
	padding: 10px;
	border-bottom: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
}

.bloguebersicht .more a:hover {
	background-color: #333;
	color: #fff !important;
}

.bloguebersicht .layout_latest h2,
.bloguebersicht .layout_latest .ce_text,
.bloguebersicht .layout_latest .more {
	padding-left: 50px;
}

.bloguebersicht .layout_latest .image_container {
	margin-bottom: 10px;
	text-align: right;
	height: 75px;
}

.bloguebersicht .layout_latest h2 a {
	text-decoration: none;
	color: #333;
	font-weight: 700;
	line-height: 1.2em;
}

/*Referenzübersicht Home */
.referenzenuebersicht-home {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.referenzenuebersicht-home .layout_latest {
	width: 25% !important;
	padding: 40px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0 !important;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.referenzenuebersicht-home .layout_latest:nth-child(4),
.referenzenuebersicht-home .layout_latest:nth-child(8) {
	border-right: none;
}

.referenzenuebersicht-home .layout_latest:nth-child(5),
.referenzenuebersicht-home .layout_latest:nth-child(6),
.referenzenuebersicht-home .layout_latest:nth-child(7),
.referenzenuebersicht-home .layout_latest:nth-child(8) {
	border-bottom: 0;
}

.referenzenuebersicht-home .layout_latest img {
	width: 100%;
	height: auto;
}

/*Referenzenüberischt*/
.referenzenuebersicht {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.referenzenuebersicht .layout_latest {
	width: 48% !important;
	background-color: #efefef;
	padding: 50px;
}

.referenzenuebersicht .layout_latest .image_container {
	margin-bottom: 10px;
	text-align: right;
	height: 75px;
}

.referenzenuebersicht .layout_latest h2 a {
	text-decoration: none;
	color: #333;
	font-weight: 700;
	line-height: 1.2em;
	text-decoration: none !important;
	border-bottom: 0 !important;
}

.referenzenuebersicht .subheadline {
	font-weight: 700;
}

.referenzenuebersicht .more a {
	background-color: #ccc;
	padding: 10px;
	border-bottom: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
}

.referenzenuebersicht .more a:hover {
	background-color: #333;
	color: #fff !important;
}

/*Referenzendetails*/
.referenzendetails .referenzimg img {
	float: right;
}

.referenzendetails hr {
	margin-bottom: 25px !important;
	margin-top: 25px !important;
}

.referenzendetails .subheadline {
	font-weight: 700;
	color: #ed8200;
}


/*Form*/
/*suche*/

#header {
	height: 153px;
}

#header .mod_search {
	border-bottom: 1px solid #333;
}

#header .mod_search .widget {
	display: inline-block;
}

#header .mod_search .widget-text input {
	border-width: 0;
	width: 250px;
	background: none;
}

#header .mod_search button {
	font-size: 18px;
	border: 0;
}

#header .mod_search button:hover {
	cursor: pointer;
}

.referenzendetails .layout_full {
	margin-bottom: 0 !important;
}

#header .nav_main {
	background-color: #333;
}

#header .nav_main .trail {
	color: #ed8200 !important;
}


#header .nav_main .level_2 .trail {
	color: #333 !important;
}

/*#header .nav_main .level_1 .home .first  .active:before {
font-family: "Font Awesome 5 Free";  content: "\f015"; padding-right: 5px;
}

#header .nav_main .level_1 .home .first a:before {
font-family: "Font Awesome 5 Free";  content: "\f015"; padding-right: 5px; 
}*/

#header .nav_main .level_1 .first a.home:before,
#header .nav_main .level_1 .first .active.home:before {
	font-family: "Font Awesome 5 Free";
	content: "\f015";
	padding-right: 5px;
}

/*#header .nav_main .first svg {
	margin-right: 7px;
}*/
#header .header-banner {
	background-color: #ed8200;
	padding-top: 15px;
	padding-bottom: 15px;
}

#header .header-banner .header-banner-inside {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	color: #fff;
	text-align: center;
}


/*Navigation */


#header .inside .mod_navigation {

	postion: fixed;
	z-index: 10;
}

#header .mod_navigation .submenu:hover .leistungen {
	color: #5793AB !important;
}

#header .mod_navigation .level_2 .submenu:hover,
#header .mod_navigation .submenu:hover a,
#header .mod_navigation .submenu:hover .active {
	background: none;
}

#header .inside .mod_navigation .level_1 {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row;
	flex-direction: row;
	max-width: 1200px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
}

#header .inside .nav_main-lp .level_1 {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#header .inside .mod_navigation .active .active {
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 60px;
	font-weight: 700;
}

#header.smaller .inside .mod_navigation .active .active {
	line-height: 50px;
}

#header .inside .mod_navigation .level_1 li {
	padding-left: 25px;
	padding-right: 25px;
}

#header .inside .mod_navigation .level_2 li {
	padding-left: 0;
	padding-right: 0;
}

#header .inside .mod_navigation .level_1 li a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 60px;
	font-weight: 700;
}

#header .inside .mod_navigation .level_1 li a:hover {
	color: #ed8200;
}

#header .inside .mod_navigation .active .active {
	color: #ed8200;
}

#header.smaller .mod_navigation .level_1 li a {
	line-height: 50px;
}

#header .inside .mod_navigation .level_2 {
	position: absolute;
	z-index: 1001;
	opacity: 0;
	width: 100%;
	background-color: #ccc;
	max-width: 1200px;
	margin-left: -600px;
	left: 50%;
	padding-top: 30px;
	padding-bottom: 5px;
	display: none;
}

#header .fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#header .fixed-header .level_2 {
	position: fixed !important;
}

#header .inside .mod_navigation .level_2 li {

	margin-bottom: 25px;
	max-width: 300px;
}

#header .inside .mod_navigation .level_3 li {
	padding: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

/*#header .inside .mod_navigation .submenu:hover .level_2 */
#header .inside .mod_navigation .submenu:hover .level_2 {
	opacity: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#header .inside .mod_navigation .level_2 li a,
#header .inside .mod_navigation .level_2 li .active {
	float: none;
	color: #333;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0;
	text-transform: none;
	margin-bottom: 0;
	margin-top: 0;
}

#header .inside .mod_navigation .level_2 .active {
	color: #ed8200 !important;
}

#header .inside .mod_navigation .level_3 {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-top: 10px;
}

#header .inside .mod_navigation .level_3 li {
	margin-bottom: 8px;
}

#header .inside .mod_navigation .level_3 li a,
#header .inside .mod_navigation .level_3 li .active {
	font-size: 15px !important;
	color: #000;
	font-weight: 400;
	line-height: 20px !important;
}

#header .inside .mod_navigation .level_3 li a:before,
#header .inside .mod_navigation .level_3 li .active:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	text-decoration: inherit;
	padding-right: 5px;
}

#header .inside .mod_navigation svg {
	display: inline-block;
	margin-left: -25px;
	width: 25px;
}

#header .inside .mod_navigation .level_3 .active {
	line-height: 0 !important;
	margin-bottom: 8px !important;
	color: #ed8200 !important;
}

/*

#header .nav_main .level_1 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
		padding-left: 25px;
	padding-right: 25px;
}

#header .nav_main .level_1 li {padding-top: 25px; padding-bottom: 25px; color: #fff; text-transform: uppercase; font-size: 1.0em; font-weight: normal;}

#header .nav_main .level_1 li a {color: #fff; text-decoration: none; letter-spacing: 1px;}

#header .nav_main .level_1 strong {font-weight: normal; color: #ed8200; letter-spacing: 1px;}


*/
#header .header-top {
	/*-webkit-box-shadow: 0px -7px 24px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -7px 24px -9px rgba(0,0,0,0.75);
	box-shadow: 0px -7px 24px -9px rgba(0,0,0,0.75); */
}

#header .header-top-inside {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

#header .header-top-inside .kontakt-s li {
	line-height: 1.5em;
}

.kontakt-s li a {
	color: #333 !important;
	text-decoration: none !important;
}

.kontakt-s li a:hover {
	color: #666 !important;
}

#header .nav_sub .level_1 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #efefef;
	margin-top: 25px;
}

#header .nav_sub .level_1 {
	padding-top: 15px;
	padding-bottom: 15px;
}

#header .nav_sub .level_1 li,
#header .nav_sub .level_1 a {
	font-size: .9em;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	padding: 5px;
}

#header .nav_sub .level_1 li strong {
	font-weight: 400;
	color: #ed8200;
}

/********* Schriftarten*/
body {
	font-family: 'Raleway', sans-serif;
	color: #333;
	font-size: 90%;
}

strong {
	font-weight: 700;
}

#main .inside em {
	font-style: italic;
}

#main .inside p {
	font-size: 1.05em;
	line-height: 1.6em;
	margin-bottom: 20px;
}

#main .inside p:last-child {
	margin-bottom: 0;
}

#main .inside h1 {
	font-size: 2em;
	margin-bottom: .5em;
	font-weight: 700;
}

#main .inside h2 {
	font-size: 1.5em;
	line-height: 1.6em;
	margin-bottom: 10px;
	font-weight: 700;
	color: #ed8200;
}

#main .inside h3 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 15px;
	font-weight: 700;
}

#main .inside h4 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

#main .inside h5 {
	font-size: 1em;
}

#main .inside h6 {
	font-size: 1em;
}

#main .inside h1 a,
#main .inside h2 a,
#main .inside h3 a,
#main .inside h4 a,
#main .inside h5 a,
#main .inside h6 {
	color: #333;
	border-bottom: 1px solid #ed8200;
	text-decoration: none;
}

#main .inside h1 a:hover,
#main .inside h2 a:hover,
#main .inside h3 a:hover,
#main .inside h4 a:hover,
#main .inside h5 a:hover,
#main .inside h6:hover {
	border-bottom: 1px dashed #ed8200;
}

#main p a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ed8200;
}

#main p a:hover {
	border-bottom: 1px dashed #ed8200;
}

hr {
	background: url(/files/theme/img/hr-bg.png) repeat-x 0 0;
	border: 0;
	height: 10px;
	width: 100%;
}

blockquote {
	color: #666;
	font-style: italic;
	font-size: 0.9em;
	margin-bottom: 20px;
}

/********* Inhaltselemente*/

/*ce_youtube ce_vimeo*/

.ce_youtube,
.ce_vimeo {
	max-width: 800px;
	margin: 0 auto;
}


.ce_youtube .youtube-container,
.ce_vimeo .vimeo-container {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.ce_youtube .youtube-container iframe,
.ce_vimeo .vimeo-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
}


/*ce_player */

.ce_player {
	max-width: 800px !important;
}

.ce_player video {
	width: 100%;
	height: auto;
	max-width: 800px;
}


/*ce_hyperlink */
.ce_hyperlink {
	padding: 15px;
	padding-left: 0;
}

.ce_hyperlink a {
	background-color: #ed8200;
	padding: 15px;
	border-bottom: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
	text-decoration: none;
	color: #fff;
}

.ce_hyperlink a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	padding-left: 5px;
}

.ce_hyperlink svg {
	margin-left: 5px;
}

.ce_hyperlink a:hover {
	background-color: #333;
}

/*ce_accordionStart */

.whitepapericon {
	margin-top: 25px;
}

.whitepapericon .ui-accordion-header img {
	width: 75px;
	height: 75px;
	border: 1px solid #000;
	position: absolute;
	margin-top: -50px;
	background-color: #efefef;
}

.whitepapericon .ui-accordion-header span:last-child {
	padding-left: 100px;
}


.ce_accordeon-standard {
	border-bottom: 1px solid #333;
	margin-bottom: 0px !important;

}

.ce_accordeon-standard .ui-accordion-content {
	padding-left: 20px;
	padding-right: 20px;
}

.ce_accordeon-standard .ui-accordion-header {
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 10px;
	font-weight: bold;
}

.ce_accordeon-standard .ui-accordion-header:hover {
	cursor: pointer;
	background-color: #efefef;
}

.ce_accordeon-standard .ui-accordion-header-collapsed:after {
	content: "+";
	float: right;
	margin-right: 10px;

}


.ce_accordeon-standard .ui-accordion-header-active:after {
	content: "-";
	float: right;
	margin-right: 10px;

}


.ce_accordeon-standard .last {
	margin-bottom: 35px !important;
}


.ce_accordion-video {
	padding: 0px !important;
	margin: 0 auto;
	max-width: 793px;
	background-color: #333;
}

.ce_accordion-video img {
	width: 100% !important;
	height: auto !important;

}


.videoplay-inside {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}


.ce_accordion-video .fakeplay {


	position: absolute;
	text-align: center;
}

.ce_accordion-video .fakeplay:hover {
	color: #ed8200;
}

.ce_accordion-video i.fab.fa-youtube {
	color: #000;
	font-size: 65px !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.ce_accordion-video i.fab.fa-youtube:hover {
	color: #ed8200;
	filter: alpha(opacity=100);
	-moz-opacity: 1 -khtml-opacity: 1;
	opacity: 1;
}


.ce_accordion-video .ui-accordion-content {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}


.ce_accordion-video button {
	padding: 10px;
	border: 0;
	background-color: #ed8200;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.ce_accordion-video button:hover {
	cursor: pointer;
	background-color: #666;
}

.ce_accordion-video {
	padding: 0px !important;
}

.ce_accordion-video .ui-accordion-header-collapsed:after {
	display: none;
}

.ce_accordion-video .ui-accordion-header {
	font-size: 0em !important;
}

.ce_accordion-video .ui-accordion-header-active:after {
	display: none;
}


.ce_accordionStart {
	padding: 20px;
	background-color: #ed8200;
}

.ce_accordionStart .toggler:hover {
	cursor: pointer;
}

.ce_accordionStart input,
.ce_accordionStart select,
.ce_accordion-video input,
.ce_accordion-video select {
	float: left;

}

.ce_accordionStart form label,
.ce_accordion-video form label {
	display: none;
}

.ce_accordionStart form,
.ce_accordion-video form {
	padding-top: 20px;
	padding-bottom: 20px;
}


.ce_accordionStart input,
.ce_accordion-video input {
	padding: 10px;
	border: 0;
	margin-right: 10px;
}

.ce_accordionStart button {
	padding: 10px;
	border: 0;
	background-color: #333;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.ce_accordionStart button:hover {
	background-color: #000;
}

.ce_accordionStart select,
.ce_accordion-video select {
	height: 38px;
	width: 100px;
	border: 0;
	border-radius: 0;
	margin-right: 10px;
	background-color: #fff;
	color: #333;
	-webkit-border-radius: 0;
	border: 0;
	outline: 1px solid #fff;
	outline-offset: -1px;

}

.ce_accordionStart p,
.ce_accordion-video p {
	margin-top: 25px;
	color: #fff;
	margin-bottom: 5px !important;
}

.ce_accordionStart .ui-accordion-header {
	font-size: 1.3em;
	color: #fff;
}

.ce_accordionStart .ui-accordion-header-collapsed:after {
	content: "→";
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	float: right;
	background: #333;
	padding: 5px;
	border-radius: 100%;
	width: 18px;
	height: 18px;
	text-align: center;
	margin-top: -4px;
}


.ce_accordionStart .ui-accordion-header-active:after {
	content: "↓";

	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	float: right;
	background: #333;
	padding: 5px;
	border-radius: 100%;
	width: 18px;
	height: 18px;
	text-align: center;
	margin-top: -4px;
}


.ce_accordionStart .formbody {
	display: block !important;
}

.ce_accordionStart .formular-anmeldung .formbody {
	display: flex !important;
}


.offen .ui-accordion-content {
	display: block !important;
}

.offen .ui-accordion-header-collapsed:after {
	display: none;
}

.offen .ui-accordion-header {
	pointer-events: none !important;
}

.ce_accordionStart .ui-accordion-content .ce_image {
	margin-top: 25px;
}

/*ce_downloads */

#main .ce_downloads {
	background-color: #efefef;
	padding: 35px;
}

#main .ce_downloads svg {
	margin-right: 5px;
	color: #ed8200;
}

#main .ce_downloads li {
	margin-top: 10px;
	margin-bottom: 10px;
}


#main .ce_downloads a {
	border: 0;
	color: #000;
	text-decoration: none;
}

#main .ce_downloads a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f019 ";
	padding-right: 5px;
}


/*ce_downloads */
#main .ce_download {
	background-color: #efefef;
	padding: 35px;
}

#main .ce_download svg {
	margin-right: 5px;
	color: #ed8200;
}

#main .ce_download a {
	border: 0;
}

#main .ce_download a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f019 ";
	padding-right: 5px;
}

/*ce_form*/
.ce_form .formbody {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.ce_form .kontaktanfrage {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 65%;
}

.ce_form .kontaktanfrage img {
	width: 100%;
	height: auto;
}

.ce_form .nav_subsub {
	width: 32% !important;
}

.ce_form .w66 {
	padding-right: 40px;
}

.ce_form hr {
	margin-bottom: 50px;
}

.ce_form .kontakt-s .kontaktname {
	font-size: 1.1em;
	margin-top: 15px;
}

.ce_form .kontakt-s .kontakttitel {
	font-size: .9em;
	color: #999;
	padding-bottom: 15px;
}

.ce_form .kontakt-s li:last-child {
	font-size: .95em;
}

.ce_form .kontakt-s .flag-de,
.ce_form .kontakt-s .flag-at {
	padding-left: 35px;
}

.ce_form .kontaktanfrage input,
.ce_form .kontaktanfrage textarea {
	border: 0;
	border-bottom: 1px solid #333;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	width: 100%;
}

.ce_form .kontaktanfrage textarea {
	border: 1px solid #333;
	font-family: "arial";
}

.ce_form .fa-envelope {
	font-size: 1.2em;
	margin-right: 6px;
}

.ce_form li {
	line-height: 1.5em;
}

#ctrl_538,
#ctrl_541,
#ctrl_555,
#ctrl_557,
#ctrl_567,
#ctrl_567,
#ctrl_569 {
	float: left;
	width: 45%;
}

#ctrl_539,
#ctrl_542,
#ctrl_556,
#ctrl_558,
#ctrl_568,
#ctrl_570 {
	float: right;
	width: 45%;
}
}

.ce_form .kontaktanfrage textarea {
	width: 100%;
}

.ce_form .kontaktanfrage .ue-kontaktanfrage {
	font-size: 2em !important;
}

.ce_form .kontaktanfrage button {
	background-color: #ed8200;
	padding: 15px;
	margin-top: 25px;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
	border: 0;
}

.ce_form .kontaktanfrage button:hover {
	background-color: #333;
	cursor: pointer;
}

.ce_form .kontaktanfrage .checkbox_container {
	margin-top: 15px;
}

.ce_form .kontaktanfrage .checkbox_container input {
	border: 1px solid #333;
	float: left;
	margin-top: -5px;
}

.ce_form .kontaktanfrage .datenschutztext {
	font-size: 0.8em;
	margin-top: 25px;
}

.ce_form .kontaktanfrage .checkbox_container #lbl_547_0 {
	padding: 10px;
}

.formular-anmeldung .formbody {
	max-width: 800px;
}

.formular-anmeldung button {
	padding: 10px;
	border: 0;
	background-color: #333;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.formular-anmeldung button:hover {
	background-color: #000;
}

.formular-anmeldung .widget {

	width: 49%;
	margin-bottom: 15px;
}

.formular-anmeldung .select {
	width: 100%;
	margin-bottom: 15px;
}


.formular-anmeldung .select #ctrl_594,
.formular-anmeldung .select #ctrl_611 {
	width: 40%;
	margin-bottom: 0px;
}

.formular-anmeldung .widget-text:nth-child(7),
.formular-anmeldung .widget:nth-child(12),
.formular-anmeldung .widget:nth-child(13) {
	width: 100% !important;
}


.formular-anmeldung .widget input,
.formular-anmeldung .widget select {
	border: none;
	border-bottom: 1px #ed8200 solid;
	padding: 10px;
	width: 100%;
}


.formular-anmeldung .widget select {
	border: 1px #ed8200 solid;
}

/*Datenschutz aktzeptieren*/


.datencheckbox .datencheckbox {
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 1em;
}

.datencheckbox .datencheckbox span {
	font-size: 0.85em;
}

.datencheckbox .datencheckbox a {
	border-bottom: 1px solid #ed8200;
	color: #333;
	text-decoration: none;
}

.datencheckbox .datencheckbox a:hover {
	border-bottom: 1px dashed #ed8200;
}

.datencheckbox .datencheckbox .checkbox {

	padding: 1px !important;
	margin-bottom: 0px !important;
	margin-left: -30px;
	margin-top: 20px;
	border: 0px !important;
	background: none !important;

}

.kontaktanfrage input[type='checkbox']:checked+label::before,
.kontaktanfrage input[type='checkbox']:not(:checked)+label::before,
.kontaktanfrage input[type='radio']:checked+label::before,
.kontaktanfrage input[type='radio']:not(:checked)+label::before {
	content: '';
	display: inline-block;
	width: 38px;
	height: 18px;
	position: relative;
	top: 3px;
	border: 1px solid #c02525;
	background: white;
	margin-right: 1em;
	box-shadow: inset 0 1px 1px 0 rgb(0 0 0 / 10%);
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.formular-anmeldung input[type='checkbox']:checked+label::before,
.formular-anmeldung input[type='checkbox']:not(:checked)+label::before,
.formular-anmeldung input[type='radio']:checked+label::before,
.formular-anmeldung input[type='radio']:not(:checked)+label::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 18px;
	position: relative;
	top: 3px;
	border: 1px solid #c02525;
	background: white;
	margin-right: 1em;
	box-shadow: inset 0 1px 1px 0 rgb(0 0 0 / 10%);
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.kontaktanfrage input[type='checkbox']:checked+label::before,
.kontaktanfrage input[type='radio']:checked+label::before,
.formular-anmeldung input[type='checkbox']:checked+label::before,
.formular-anmeldung input[type='radio']:checked+label::before {
	display: inline-block;
	width: 20px;
	height: 18px;
	position: relative;
	border: 1px solid #4cbb6c;
	background: white;
	margin-right: 1em;
	font-size: 0.9rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	content: "\f00c";
	color: #4cbb6c;
}

.kontaktanfrage input[type='checkbox']+label,
.kontaktanfrage input[type='radio']+label,
.formular-anmeldung input[type='checkbox']+label,
.formular-anmeldung input[type='radio']+label {
	display: flex;
	font-weight: 300;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	margin-left: -25px;
	font-size: 0.9rem !important;
	line-height: 1.2em;

}

/*ce_text */
#main .ce_text .float_left {
	margin-right: 15px;
	margin-bottom: 10px;
}

#main .ce_text a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ed8200;
}

#main .ce_text a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #ed8200;
}

#main .image_container a {
	border-bottom: 0 !important;
}

#main .ce_text .float_right img {
	margin-left: 15px;
	margin-bottom: 10px;
}

#main .ce_text .float_below img {
	margin-top: 25px;
	width: 70%;
	height: auto;
}

#main .w33 .float_below img {
	width: 100% !important;
	height: auto;
	max-width: 250px;
}


#main .ce_text .float_above img {
	margin-bottom: 25px;
	width: 70%;
	height: auto;
}

#main .w33 .float_above img {
	width: 100% !important;
	height: auto;
	max-width: 280px;
}

#main .ce_text .float_below,
#main .ce_text .float_above {
	margin: 0 auto;
	text-align: center;
}

#main .ce_text ul,
#main .ce_text ol {
	margin-bottom: 25px;
}

#main .ce_text ul li,
#main .ce_text ol li {
	font-size: 1.05em;
	line-height: 1.6em;
}

#main .ce_text ul {
	margin-bottom: 20px;

}

#main .ce_text ul li {
	margin-left: 25px;
}

#main .ce_text ul li:before {
	content: "■";
	color: #ed8200;
	padding-right: 0;
}

#main .ce_text ol {
	margin-left: 2em;
}

#main .ce_text li {
	counter-increment: count-me;
}

#main .ce_text li::before {
	content: counter(count-me) ". ";
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	padding-left: 10px;
	left: -2em;
	color: #ed8200;
	font-weight: 700;
}

/*
#main .inside .ce_text p {
	
	column-count: 2;
	column-gap: 50px;
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	
}

#main .inside  .w33  p{
	
	column-count: 1;
	-moz-column-count: 1; 
}*/
#main .ce_list ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	padding-right: 7px;
	color: #ed8200;
}

#main .ce_list ul li {
	font-size: 1.05em;
	line-height: 1.6em;
}

/*ce_image*/
#main .ce_image img {
	width: 70%;
	height: auto;
	margin: 0 auto;
}

#main .ce_image {
	text-align: center;
}

/*ce_gallery*/
.ce_gallery .cols_2,
.ce_gallery .cols_3,
.ce_gallery .cols_4 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ce_gallery .cols_2 li {
	width: 50%;
	padding: 10px;
}

.ce_gallery .cols_3 li {
	width: 33.3333%;
	padding: 10px;
}

.ce_gallery .cols_4 li {
	width: 25%;
	padding: 10px;
}

.ce_gallery .cols_2 img {
	width: 100%;
	height: auto;
}

.ce_gallery .cols_3 img {
	width: 100%;
	height: auto;
}

.ce_gallery .cols_4 img {
	width: 100%;
	height: auto;
}

.softwarevorstellung .ce_gallery .cols_2 li {

	width: 50%;
	padding: 10px;
	text-align: center;
}

.softwarevorstellung .ce_gallery .cols_3 li {
	width: 33%;
	padding: 10px;
	text-align: center;
}

.softwarevorstellung .ce_gallery .cols_2 img,
.softwarevorstellung .ce_gallery .cols_3 img {
	width: 80%;
	height: auto;
	max-width: 120px;
	max-height: 60px;
	width: auto;
	border: 0;
}

.softwarevorstellung .ce_gallery .cols_2 li:last-child,
.softwarevorstellung .ce_gallery .cols_3 li:last-child {
	border: 0;
}

/*ce_slider*/
.ce_sliderStart .slider-control .slider-prev,
.ce_sliderStart .slider-control .slider-next {
	display: none;
}

/*sonstiges*/
.softwarepromo {
	margin-bottom: 20px !important;
}

.softwarevorstellung .content-slider {
	margin-top: 25px;
}

.main-full {
	background-color: #efefef;
	max-width: 100% !important;
	padding: 50px;
	padding-bottom: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 0 !important;
	margin-bottom: 50px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 25px;
}

.main-full .block {
	margin-bottom: 25px !important;
}

.main-full .w66 {
	max-width: 800px;
}

.main-full .w33 {
	max-width: 350px;
	padding-left: 50px;
}

.main-first,
.main-first .block {
	margin-bottom: 0 !important;
}

.main-first h2 {
	font-size: 1.1em !important;
	margin-bottom: 10px !important;
	text-align: center;
	font-weight: 700;
	margin-top: 15px;
}

.main-first h1,
.main-first p {
	text-align: center;
}

.webinar {
	background-image: url(/files/theme/img/webinar-full.png);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}

.webinar .location {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	font-size: 2em !important;
	color: #fff;
}

.webinar .location span {
	border-bottom: 1px dashed #ed8200;
	padding-bottom: 5px;
}

.webinar .webinar-name {
	margin-bottom: 0 !important;
	width: 60%;
	margin: 0 auto;
}

.webinar .webinar-name a {
	color: #fff !important;
	border-bottom: 0 !important;
}

.webinar .more a {
	background-color: #ed8200;
	padding: 15px;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
	border-bottom: 0 !important;
}

.webinar .more a:hover {
	background-color: #333;
	color: #333;
}

.webinar .time {
	color: #ccc;
	font-size: .9em !important;
}

.webinar .layout_teaser {
	margin-left: -75px;
	margin-top: 40px;
}

.softwarevorstellung {
	padding-bottom: 50px !important;
	padding-top: 20px;
}

.flag-de:before {
	content: '';
	display: inline-block;
	height: 13px;
	width: 25px;
	background-image: url(/files/theme/img/flag-de.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: -35px;
}

.flag-at:before {
	content: '';
	display: inline-block;
	height: 13px;
	width: 25px;
	background-image: url(/files/theme/img/flag-at.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: -35px;
}

.nav_subsub {
	border-right: 1px solid #333;
}

iframe {
	margin-bottom: 50px;
}

.center>* {
	text-align: center;
	margin: 0 auto;
}

.vorstellung-links a {
	padding: 5px;
	background-color: #ed8200;
	color: #fff !important;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
	line-height: 2.5em;
	border-bottom: 0 !important;
}

.vorstellung-links a:hover {
	background-color: #333;
}

.home-vorteile li {
	line-height: 2em !important;
}

.home #main {
	margin-top: 25px;
}

.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 20px;
	right: 10px;
}

.scroll {
	position: absolute;
	right: 20px;
	bottom: 30px;
	background: #ccc;
	background: rgba(178, 178, 178, 0.7);
	padding: 15px;
	text-align: center;
	margin: 0 0 0 0;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.scroll:hover {
	background: rgba(178, 178, 178, 1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.scroll:hover .fas {
	padding-top: -10px;
}

.scroll .fas {
	font-size: 20px;
	margin-top: -5px;
	margin-left: 1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.back {
	padding: 10px;
	padding-left: 0px;
}

.back a {
	background-color: #ccc;
	padding: 10px;
	border-bottom: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
}

.back a:hover {
	color: #fff !important;
	background-color: #333;
}

.mobilenav {
	display: none;
}

select {
	color: #333;
}


.mp-01,
.mp-02,
.mp-03,
.mp-04,
.mp-05,
.mp-06,
.mp-07,
.mp-08,
.mp-09,
.mp-10 {
	display: none;
}


.sonderlink {
	background-color: #ed8200;
	padding: 15px;
	border-bottom: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
	text-decoration: none;
	color: #fff !important;
}

.sonderlink:hover {
	background-color: #333;
}

.logo-cn img {
	max-width: 200px;
	height: auto;
}

/*Cookiebar*/

.cookiebar {
	background-color: #333;
	font-size: 0.8em;
	padding-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #555;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.cookiebar__button {
	background-color: #ed8200;
	margin-top: 1px;
	margin-bottom: 1px;
}

.cookiebar__button:hover {
	background-color: #000;
}

.cookiebar__message,
.cookiebar__text {
	line-height: 1.5em;
	margin-top: 1px;
	margin-bottom: 1px;
}