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, font, 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 {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none outside none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
:focus {
	outline: 0 none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-webkit-text-size-adjust: none;
	font-weight: 400;
}
section, article, aside, hgroup, header, footer, nav {
	display: block;
}

/*##################################################
 * ################ Start  #########################
 * ############################################### */



html {
	overflow-y: scroll;
}



html {
 	font-family: 'Source Sans Pro', sans-serif;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	background: white;	 
	font-size: 15px;
	font-weight: 400;
	color: #313131;
	line-height: 1.4;
}

strong {
	font-weight: 600;
}

a {
	color: #ffffff;
	font-weight: 400;
	
}
a:hover {
	color: #98c3e2;
}

.clearer {
	clear: both;
}

.wrapper {
	width: 100%;
}

.inner {
	max-width: 1140px;
	margin: 0 auto;
	z-index: 1000;
}

.listcontainer {
	width: 100%;
}

.blocks, .seminarliste, .listcontainer{
	/*margin: 0 auto; */
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.seminarliste {
	min-height: 500px;
	width: 100%;
}

.seminarliste .process {
	text-align: center;
	width: 100%;
	padding: 80px 0 0 0;
}

#header-wrapper {
	height: 136px;
	z-index: 50;
	overflow: hidden;
}

header {
	
	position: relative;
	z-index: 50;
}

header h1 a {
	display: block;
	float: left;
	margin: 0;
	height: auto;
	width: 330px;
	
	background-size: contain;
	
}

header h1 a img {
	width: 100%;
	height: auto;
}

.search  {
	float: right;
	background: #f5d9d2;
	width: 351px;
	height: 124px;
	box-sizing: border-box;
	position: relative; 
	padding: 40px 0 0 14px;
	font-size: 18px;
	color: #a82236;
}

.search:before {
	position: absolute;
	left: -46px;
	top: 0;
	content: " ";
	background: url("_img/search.png") no-repeat 0 0 transparent;
	width: 90px;
	height: 40px;
}

#nav-wrapper {
	min-height: 40px;
	background: #a82236; 
	position: relative;
	

	z-index: 40;
}

#nav-wrapper:before {
	content: " ";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: white;
}

#menubutton {
	display: none; /* nur für smartphone anzeigen */
}

nav  {
	position: relative;
	min-height: 39px;
	font-weight: 400;
}

#subnav-wrapper nav {
	min-height: 0;
}


nav ul {
	position: absolute;
	top: 0;
	left: 0;
	height: 39px;
	z-index: 40;
}

#subnav-wrapper nav ul {
	position: relative;
	overflow: hidden;
	height: auto;
	min-height: 39px;
}

nav ul li {
	height: 40px;
	width: auto;
	float: left;
	position: relative;
}

#subnav-wrapper nav ul li {
	height: 39px;	
}

nav ul li a {
	display: block;
	height: 39px;
	line-height: 39px;
	color: white;
	padding: 0 11px 0 11px;
	text-decoration: none;
	font-size: 17px;
	margin: 0 0 0 0;
}

nav ul li.subpages_true.act a {
	height: 40px;
}
	
	

#subnav-wrapper nav ul li a {
	color: white;
    font-size: 15px;
    height: 31px;
    line-height: 31px;
    padding: 0 14px;
    margin: 8px 1px 0;	
}
#subnav-wrapper nav ul li.act a {
	background: white;
	color: #a82236;
}

nav > ul > li.act  {
	-webkit-box-shadow:  0 0 30px 0 rgba(255,255,255,0.6);
	box-shadow: 0 0 30px 0 rgba(255,255,255,0.6);
	background: transparent;		
}

#subnav-wrapper nav > ul > li.act {
	-webkit-box-shadow: none;
	box-shadow: none;	
}

nav > ul > li.act > a  {
	background-color: #690716;
}


nav > ul > li:hover > a {
	background: url(_img/menugradient.png) no-repeat -18px 0 #a82236;
	color: #ffffff;
	
}

#subnav-wrapper nav > ul > li:hover > a {
	-webkit-box-shadow: none;
	box-shadow: none;	
}

nav > ul > li.act:hover > a {
	background: #690716 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;	
}

#subnav-wrapper nav > ul > li.act:hover > a {
	background: white !important;
	color: #a82236;
}



/*nav > ul > li:hover > a {
	background #1d5f9f;
}*/


nav ul li:hover li a {
	-webkit-box-shadow: none;
	box-shadow: none;
}


nav ul li ul {
	position: absolute;
	left: -18px;
	top: 43px;
	z-index: 10;
	width: auto;
	height: auto;
	
	background: url(_img/menugradient.png) no-repeat 0px -43px #257bb8;

	margin: 0;
	padding: 18px 0 20px 0;
	display: none;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
	
}
nav ul li:hover ul {
	
}

nav ul li ul li {
	padding: 0;
	margin: 0;
	height: auto;
	float: none;
}

nav ul li ul li.margin {
	margin-top: 18px;
}


nav ul li ul li a {
	height: auto;
	line-height: 1;
	padding: 4px 20px 5px 31px;
	margin: 0;
	color: #ffffff;
	border-bottom: 0;
	
	-webkit-box-shadow: none;
	box-shadow: none;
	white-space: nowrap;
	
}

nav ul li ul li a:hover {
	color: lightgray;
	color: rgba(255,255,255,0.8);
	
	-webkit-box-shadow: none;
	box-shadow: none;
}
nav ul li ul li.act a {
	text-decoration: underline;
}


.wcms-search-searchfield-wrapper {
	width: 100%;
	margin: 0;
	
	
}

.wcms-search-searchfield {

	padding: 3px 5px 3px 5px;
	
	height: 40px;
	box-sizing: border-box;
	padding: 8px 15px 8px;
	width: 80%;
	font-family: 'Source Sans Pro', sans-serif;		
	font-size: 15px;
	color: #525252;
	font-style: italic;
	float: left;
}

.searchButton {
	border: 0;
	width: 40px;
    height: 40px;
    font-size: 17.22px;
    box-sizing: border-box;
    text-align: center;
    padding: 4px 0 8px;
    float: left;
    margin-left: 8px;
    text-indent: -9999px;
    
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
 
 
}
.searchButton:before {
    content: "\f002";
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    height: 40px;
    width: 40px;
    text-indent: 0;
    vertical-align: middle;
    box-sizing: border-box;
    padding-top: 10px;
    font-size: 17.22px;
}



.warenkorb {
	position: absolute;
	right: -15px;
	top: -24px;
	width: 128px;
	height: 56px;
	background: url(_img/warenkorb.png) no-repeat transparent;
	padding-top: 167px;
	padding-left: 72px;
	color: #a82236;
	font-size: 17px;
	z-index: 50;
	display: block;
	text-decoration: none;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	
	 
}
.warenkorb:hover {
	color: #a82236;
	text-decoration: none;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


#pagetools {
	width: 100%;
	height: 31px;
	line-height: 31px;
	font-size: 15px;
	color: #a82236;
	border-bottom: 1px solid #a82236;
	text-align: right;
	
}

#pagetools a  {
	margin-left: 21px;
	color: #a82236;
	text-decoration: none;
}

#pagetools a:hover {
	color: rgba(168, 34, 54, 0.8);
}

#pagetools a  i {
	margin-right: 0.2em;
}



#footer-wrapper {
	min-height: 375px;
	background: #a82236;
	overflow: hidden;
}

footer {
	min-height: 375px;
	color: white;	
	font-size: 15px;
}


footer a {
	color: white;
	text-decoration: none;
	font-size: 13px;	
}

footer a:hover  {
	text-decoration: underline;
}

footer .act a {
	text-decoration: underline;
}
footer .act a:hover {
	text-decoration: underline;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-wrapper {
	overflow: hidden;
}

#main {
	min-height: 30px;

}




article {
	padding: 15px 0 50px;
	min-height: 400px;	
	
}



article h1, article h2, article h3, article h4 article h5, article h6 {
	color: #a82236; 
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: 400;
}


article h1, article h2, article h3 {
	color: #a82236;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 36px;
	width: 100%;
	margin-top: 22px;
}

article i {
	display: block;
	font-size: 15px;
	text-align: left;
	border-bottom: 0;
	font-weight: 400;
	margin-bottom: 0px;
	padding-bottom: 0;
	letter-spacing: 3px;
	font-style: normal;
	text-transform: uppercase;
}

article h3 {
	font-size: 19px;	
	margin-top: 36px;
}


article.blocks h2 {
	/* float: left; */
}


article a {
	color: #a82236;
	font-weight: 400;
	text-decoration: underline;
}

article a:hover {
	color: rgba(168,34,54, 0.8);
}


article ul {
	list-style: disc;
	padding-left: 21px;
}
article ol {
	list-style: decimal;
	padding-left: 21px;	
}


A.wcms-linkInt-icon {
	*background: none;
}



.flitem {
	width: 32%;
	
	margin: 0 0 34px 0;
	float: left;
	box-sizing: border-box;
}

.one, .two {
	display: none;
}

/*.nojs .flitem {
	margin: 0 15px 34px 0;
}*/
.lastinrow {
	/*margin-right: 0 !important;*/
}
.firstinrow {
	/*clear: both;*/
}

.searchbutton {
	display: none;	
}
	


.cat {
	height: 200px;
	background: #0969af;
	position: relative;
	overflow: hidden;
	
	cursor: pointer;
}
.cat div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 180px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	
	
	background: rgb(56,134,191); /* Old browsers */
	background: -moz-radial-gradient(center, circle cover,  rgba(56,134,191,1) 0%, rgba(9,105,175,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(56,134,191,1)), color-stop(100%,rgba(9,105,175,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, circle cover,  rgba(56,134,191,1) 0%,rgba(9,105,175,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, circle cover,  rgba(56,134,191,1) 0%,rgba(9,105,175,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, circle cover,  rgba(56,134,191,1) 0%,rgba(9,105,175,1) 100%); /* IE10+ */
	background: radial-gradient(circle at center,  rgba(56,134,191,1) 0%,rgba(9,105,175,1) 100%); /* W3C */
	

}
.cat .description {
	top: 200px;

	
	background: rgb(212,220,237); /* Old browsers */
	background: -moz-radial-gradient(center, circle cover,  rgba(212,220,237,1) 0%, rgba(175,190,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(212,220,237,1)), color-stop(100%,rgba(175,190,221,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, circle cover,  rgba(212,220,237,1) 0%,rgba(175,190,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, circle cover,  rgba(212,220,237,1) 0%,rgba(175,190,221,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, circle cover,  rgba(212,220,237,1) 0%,rgba(175,190,221,1) 100%); /* IE10+ */
	background: radial-gradient(circle at center,  rgba(212,220,237,1) 0%,rgba(175,190,221,1) 100%); /* W3C */


} 

.cat div span {
	display: inline-block;
	font-size: 23px;
	color: white;
	line-height: 1.2;
	width: 90%;
	padding: 5%;
	height: auto;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
}


.cat .description span {
	font-size: 18px;
	color: #01487c;
	line-height: 1.5;
}

.cat:hover .cover {
	top: -200px;
}
.cat:hover .description {
	top: 0;
}

.cat .button {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}




.product {	
	height: 423px;
	position: relative;
	background-color: #eff2f9;
}

.flsort-a {
	-webkit-transition:opacity 400ms ease-out;
	-moz-transition:opacity 400ms ease-out;
	-o-transition:opacity 400ms ease-out;
	transition:opacity 400ms ease-out;
}

.oneopenend .flsort-a {
	opacity: 0.4;
}

.oneopenend .flsort-a.open {
	opacity: 1;
}


.button, button, .wcms-intern-logout-button {
	display: block;
	background: #376901;
	height: 31px;
	width: 152px;
	color: white;
	text-align: center;
	line-height: 31px;
	text-decoration: none;
	cursor: pointer;
	border: 0;
}

.flsort-a .button:hover  {
	background: #376901;
}

.button:hover, button:hover, .wcms-intern-logout-button:hover {
	background: #85b94d;
	background: rgba(55,105,1,0.8);
	color: white !important;
}

.wcms-login-table-button-login {
	padding: 0;
}

.details {
	display: none;
	min-height: 0;
	float: left;
	margin: 0 0 40px 0;
	background: #f5d9d2;
	position: relative;
	
	box-sizing: border-box;
	
	-webkit-transition:opacity 400ms ease-out;
	-moz-transition:opacity 400ms ease-out;
	-o-transition:opacity 400ms ease-out;
	transition:opacity 400ms ease-out;
	width: 100%;
	
	
}

.details:before {
	content: " ";
	position: absolute;
	background: #376901;
	height: 11px;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 4;
}

.details.open {
	opacity: 1;
}




.details .content {
	padding: 48px 40px 30px 28px;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
}





.wcms-newsitem {
	max-width: 750px;
	margin: 0 auto 50px auto;
}


@media only screen and (max-width: 724px) {
	.details .content {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}


.details .close {
	position: absolute;
	background: #376901;
	color: white;
	border-left: 3px solid #f5d9d2;
	top: 0px;
	right: 0;
	width: 31px;
	height: 31px;
	display: block;
	text-align: center;
	line-height: 31px;
	text-decoration: none;
	z-index: 5;

}


.autor {
	height: 150px;
	background: #f5d9d2;
	position: relative;
	
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	
	
}

.autor.hide {
	width: 0;
	height: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;	
}

.autor.superhide {
	display: none;	
}

.ie8 .autor.hide {
	display: none; /* internet explorer below 9 */
}

.autor img {
	width: 121px;
	height: 150px;
	float: left;
	
	
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;

}
.autor.hide * {
	opacity: 0;
	-webkit-transform: scale(0.1);
}
.autor .name {
	position: absolute;
	left: 121px;
	top: 0;
	
	padding: 16px 16px;
	width: auto;
	height: 118px;
	font-size: 18px;
	
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.autor span {
	font-size: 11px;
	display: block;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	
}



.autor .button {
	position: absolute;
	top: 119px;
	right: 0;
	-webkit-transition: opacity 600ms ease-out;
	-moz-transition: opacity 600ms ease-out;
	-o-transition: opacity 600ms ease-out;
	transition: opacity 600ms ease-out;
}




.abc {
	margin: 36px 0 36px;
	width: 100%;
	text-align: center;
	min-height: 32px;
	float: left;
}

.abc a {
	min-width: 2px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	display: block;
	display: inline-block;
	text-transform: uppercase;
	color: white;
	background: #376901;
	text-decoration: none;
	margin: 4px 4px 0 0;
	padding: 0 6px;
}

.abc a:hover {
	color: white;
}


.sr {
	position: absolute;
	left: 0;
	top: 0;
	-moz-transform: translateX(-99999px);
	-webkit-transform: translateX(-99999px);
	-o-transform: translateX(-99999px);
	-ms-transform: translateX(-99999px);
	transform: translateX(-99999px);	
}





.blocks .text {
	float: left;
}

.text {
	color: #353535;
	font-weight: 400;
	
}
.threeCols {
	-moz-column-count: 3;
	-moz-column-gap: 55px;
	-webkit-column-count: 3;
	-webkit-column-gap: 55px;
	column-count: 3;
	column-gap: 55px;
}

hr, hr.wcms-line {
	border: none;
	margin: 40px 0 80px;
	background: url(_img/hr.png) no-repeat center center transparent;
	height: 20px;
	color: #a82236;
	text-align: center;
}


.teaser {
	height: auto;
	width: 31.2462%;
	float: left;
	margin: 0;
	background: #f9f3f1;
	position: relative;
	padding: 0 0 40px 0;
	box-sizing: border-box;
	border: 3px solid #a82236;
}

.teaser a:not(.button) {
	font-weight: bold;
}

	
.teaser img {
	width: 100%;
	height: auto;
}

.teaser .text {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	padding: 20px 15px 15px 10px;
	font-weight: 400;
}
.teaser.noimage .text {
	padding-top: 28px;
} 

.teaser .text img {
	float: right;
	margin: 5px 0 5px 5px;
	
}

.teaser .text h3 {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 16px;
	font-weight: normal;
	letter-spacing: 0px;
}
.teaser .text h3.nomargin {
	margin: 0 0 6px;
}
.teaser .text h4 {
	font-size: 15px;
	line-height: 1;
	margin: 0 0 16px;
	font-weight: normal; 
	
}

.teaser.fullwidth {
	width: 100%;
	margin: 0 0 1em 0;	
}

.teaser.logos-wrapper {
	padding: 1em 0;
	border: 0;
	background: #fff;
}

.teaser.logos-wrapper .logos {
	border-top: 2px solid #690716;
	border-bottom: 2px solid #690716;
	
    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: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}

.teaser.logos-wrapper .logos > div {
	margin: 10px 20px;
	text-align: center;
}

.teaser.logos-wrapper img {
	max-height: 150px;
	width: auto;
	max-width: 100%;
}

.teaser.logos-wrapper h3 {
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
}

.seminarfinder {
	height: auto;
	background: transparent;
	color: white;
	font-weight: 400;
}

.seminarkategorien {
	width: 49.2%;
	background: #690716;
}

.seminarkategorien.small {
	width: 31.2462%;
}


.seminarfinder h2, .seminarkategorien h2 {
	box-sizing: border-box;
	background: #a82236;
	margin: 0;
	padding: 8px 12px;
	color: #fff;
	font-size: 18px;
}

.seminarfinder h3, .seminarkategorien h3 {
	padding: 0;
	margin: 0 0 10px 0;
	color: #fff;
}

.seminarkategorien a {
	color: #fff;
	text-decoration: none;
}
.seminarkategorien a:hover { 
	color: #fff;
	text-decoration: underline;
}


.seminarfinder .content, .seminarkategorien .content {
	width: 100%;
	box-sizing: border-box;
	padding: 16px 16px 45px 16px;
	position: relative;
	background: #690716;
	color: #fff;
}

.seminarkategorien .content {
	padding: 0;
}

.seminarkategorien .content .column {
	float: left;
	box-sizing: border-box;
	width: 43%;
	padding: 12px;
}

.seminarkategorien .content .column:first-child {
	width: 57%;
	border-right: 1px solid White;
}


.seminarkategorien.small .content .column {
	width: 100% !important;
	border: 0 !important;
}

.seminarkategorien.small ul li {
	margin-bottom: 1px;
}

.seminarkategorien ul li.selected {
	background: #a82236;
}

.seminarkategorien ul li:before {
	color: #fff;
}


.seminarfinder h3 {
	color: white;
	padding: 2px 0 35px 37px;
	margin: 0;
	font-size: 17.79px;
	font-weight: normal;
	background: url(_img/seminarfinder.png) no-repeat -4px -5px transparent;
}

.seminarfinder select, .seminarfinder input {
	width: 48.4918%;
	background: white;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    height: 41px;
    line-height: 41px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 12px;
    color: #4d4d4d;
    padding: 0 37px 0 18px;
}

.seminarfinder .inputrow select:first-child, .seminarfinder .inputrow input:first-child {
	margin-right: 3.0162%;
}

.seminarfinder.big select, .seminarfinder.big input {
	width: 48%;
	margin-right: 2% !important;
}


.seminarfinder span {
	margin-bottom: 22px;
	display: inline-block;
	position: relative;
	z-index: 10;
}

.seminarfinder select {
	background: url(_img/drop.png) no-repeat right 19px center white;
	cursor: pointer; 
}

.seminarfinder .finder-search {
	position: absolute;
	bottom: 7px;
	right: 16px;
	/* padding-right: 32px; */
	width: 122px;
	border: 1px solid white;
	font-weight: 400;
	text-align: center;
	z-index: 10;
}

.seminarfinder.big .finder-search {
	bottom: 20px;	
}



.seminarfinder.big {
 	width: 49.2%;
	background: #690716;
}

.seminarfinder.big .content {
	width: 100%;
	
} 

.seminarfinder.big h3 {
	padding: 2px 0 10px 37px;
}
.seminarfinder.big span {
	margin-bottom: 16px;
}

/*
.seminarfinder.big:before {
	
	content: " ";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #a82236;
    bottom: -40px;
    left: 62px;
    z-index: 1;
    
    
    -moz-transform: rotate(45deg) skew(-15deg,-15deg);
	-webkit-transform: rotate(45deg) skew(-15deg,-15deg);
	-o-transform: rotate(45deg) skew(-15deg,-15deg);
	-ms-transform: rotate(45deg) skew(-15deg,-15deg);
	transform: rotate(45deg) skew(-15deg,-15deg);
	
}
*/

.seminareliste {
	float: left;
	padding-bottom: 60px;
}


.seminar {
	width: 49.2%;
	margin: 0 0 20px 0;
	min-height: 250px;
	box-sizing: border-box;
	
	background: #f9f3f1;
	border: 3px solid #a82236;
	font-size: 15px;
	font-weight: 400;
	padding: 0 20px 45px 20px;
	
	float: left;
	position: relative;
	
	overflow: hidden;
}

	.resultlist .seminar {
		width: 100%;
	}
	
	.seminar .termine {
		margin: 10px 0 0 0;
		border-left: 3px solid Silver;
		padding: 0 0 0 15px;
	}

.seminar .tag {
	background: #a82236;
	color: #fff1ee;
	text-transform: uppercase;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	margin-bottom: 20px;
}
	.seminar .tag.blue { 
		background: #054998;
	}


.seminar h4 {
	font-size: 16px;
	color: #a82236;
	font-weight: bold;
	margin-bottom: 14px;	
}
	/*
	.seminar.special {
		border: 3px solid rgb(55,105,1);
		background: #F1F9F1;
	}
	.seminar.special .tag {
		background: rgb(55,105,1);
	}
	.seminar.special h4 {
		color: rgb(55,105,1);
	}
	*/

.seminar table {
	margin-top: 14px;	
}
.seminar td {
	padding: 1px 4px 1px 0;	
}
.seminar td:first-child {
	padding-right: 36px;
}



.blocks .wcms-newsitem {
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
	padding: 15px;
	height: auto;
	min-height: 155px;
	color: #282828;
	position: relative;
	z-index: 5;
	margin-top: 40px;
}

.blocks .wcms-newsitem.Item0:before, .blocks .wcms-newsitem.Item2:after  {
	position: absolute;
	width: 193px;
	height: 23px;
	content: "Aktuelles";
	text-transform: uppercase;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	
	color: #e3beb5;
	font-weight: 400;
	border-bottom: 1px solid #e3beb5;
	text-align: center;
	left: -121px;
	top: 102px;
	z-index: 1;
	
}

.blocks .wcms-newsitem.Item2:after {
	left: 100%;
    
    
    -moz-transform: rotate(90deg) translateY(66px);
	-webkit-transform: rotate(90deg) translateY(66px);
	-o-transform: rotate(90deg) translateY(66px);
	-ms-transform: rotate(90deg) translateY(66px);
	transform: rotate(90deg) translateY(66px);
}
	


.blocks .wcms-newsitem h1, .blocks .wcms-newsitem h2, .blocks .wcms-newsitem h3, .blocks  .wcms-newsitem h4, .blocks  .wcms-newsitem h5, .blocks  .wcms-newsitem h6 {
	color: #282828;	
	font-size: 17.79px;
	margin-bottom: 21px;
	padding-top: 0;
	margin-top: 0;
}	





.col {
	float: left;
	width: 64.8%;
	margin: 0 1.2% 0 0;
	box-sizing: border-box;
}

.colright  {
	float: right;
	width: 32.8%;
	margin: 0 0 0 1.2%;
	
	padding: 0 2.35% 100px 2.35%;
	
	background: #f5d9d2;
	font-weight: 400;
	
	box-sizing: border-box;
}
	.colright .logo {
		max-width: 80%;
		max-height: 300px;
		margin: auto;
	}


.titleimgwrapper {
	width: 100%;
	height: auto;
	background: url(_img/seminartitel.jpg) no-repeat center center transparent;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin-bottom: 41px;
}
.titleimgwrapper:before {
	content: " ";
	padding-bottom: 56.26%;
	width: 100%;
	height: 0;
	position: relative;
	float: left;
}

.titleimgwrapper .title {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 96%;
	height: auto;
	min-height: 10px;
	box-sizing: border-box;
	padding: 13px 6.4% 13px 2.75%;
	color: white;
	background: rgba(168,34,54,0.9);
	font-size: 22px;
}

.titleimgwrapper .title .titletag {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 2.5px;
}

.titleimgwrapper .title i {
	margin-top: 6px; 
	text-transform: none;   
	font-style: italic;
	letter-spacing: 0;
}


article .dt {
	width: 19%;
	float: left;
	color: #a82236;
	padding-right: 3%;
}

article .dd {
	width: 78%;
	float: left;
	margin-bottom: 38px;
	font-weight: 400;	
}

article ul {
	list-style: none;
	padding-left: 22px;
}

article ul li {
	margin-bottom: 4px;
}

article ul li:before {
	font-family: 'FontAwesome';
	content: "\f0a9";
	color: #a82236;
	margin: 0px -16px 0 4px;
	position: relative;
	left: -25px;
}

a.wcms-linkInt-icon {
	padding-left: 22px;
	background: none;
	position: relative;
}

a.wcms-linkInt-icon:before {
	display: inline-block;	
	position: absolute;
	left: -3px;
}


.mailto:before {
	font-family: 'FontAwesome';
	content: "\f007";
	margin:0 9px 0 0;
	color: #a82236;
}

.pdf:before {
	content: "\f1c1";
	font-family: 'FontAwesome';
	margin:0 9px 0 0;
	color: #a82236;
}

.colright .tag {
	text-align: center;
	display: inline-block;
	background: #a82236;
	color: white;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	font-size: 17px;
	padding: 0 17px;
	
	
}

.colright h1, .colright h2, .colright h3, .colright h4, .colright h5, .colright h6 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 14px;
	margin-top: 65px;	
	color: #a82236;
}
.colright h1.first, .colright h2.first, .colright h3.first, .colright h4.first, .colright h5.first, .colright h6.first, .colright h1:first-child, .colright h2:first-child, .colright h3:first-child, .colright h4:first-child, .colright h5:first-child, .colright h6:first-child {
	margin-top: 26px;
}


.colright td {
	padding: 1px 4px;
}
.colright td:first-child {
	padding-right: 19px;
}


.colright .center {
	text-align: center;
}

.colright i {
	display: inline;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: italic;
    text-transform: none;
 }
 
article i.fa {
	font-style: normal;
	margin-right: 2px;	
}

article i.fa:before {
	width: 1em;	
	display: inline-block;
}
 
 .colright .hint {
 	font-size: 15px;
 	color: #a82236;	
 	margin-top: 8px;
 	font-style: italic;
 	font-weight: 400;
 	letter-spacing: -0.5px;
	font-weight: bold;
 }
 .colright .hint i {
 	font-style: normal;
 }

.colright .signup {
	display: block;
	background: #376901;
	width: 152px;
	color: white;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 10px 50px;
	line-height: 20px;
	width: auto;
	display: inline-block;
}

.a-mailto {
	text-decoration: none;
	color: #313131;	
}
.a-mailto:hover {
	color: #a82236;	
}


.colright input, .colright textarea {
	border: 1px solid #a0a0a0;
	box-sizing: border-box;
	background: white;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 8px;
	min-height: 33px
	color: #737373; 
	width: 100%;
	margin-bottom: 6px;
	text-align: left;
}

.colright textarea {
	min-height: 126px;
}

.colright button.send {
	float: right;
	padding: 0 27px;	
}


.specialtext h3 {
	margin-top: 2px;
}

.specialtext {
	width: 100%;
	
	position: relative;
	min-height: 0px;
		
}

.specialtext .image {
	
	width: 40%;
	height: 100%;
	border: 12px solid transparent;
	
	box-sizing: border-box;
	
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
 
		
}

.specialtext .content {
	float: right;
	width: 60%;
	box-sizing: border-box;
	
	padding: 9px 9px 9px 30px;
	
    display: table;
    z-index: 2;
    position: relative;
}

.specialtext .content .text {
	float: none;
	display: table-cell;
    vertical-align: middle;
    padding: 35px 0;
}

.specialtext:nth-child(even):before {
	
	position: absolute;
	height: 100%;
	width: 10000px;
	left: -2000px;
	top: 0;
	content: " ";
	z-index: 1;
	background: #fff1ee;
}

.specialtext:nth-child(odd) .content {
	float: left;
	padding: 9px 30px 9px 9px;
}

.specialtext:nth-child(odd) .image {
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
}




.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */





.contrast body, .contrast #subnav-wrapper, .contrast .content, .contrast .text, .contrast .seminar, .contrast .teaser, .contrast .button, .contrast button, .contrast .seminarfinder.big:before, .contrast #nav-wrapper, .contrast #footer-wrapper, .contrast .search, .contrast .seminar .tag, .contrast .colright, .contrast .colright .tag, .contrast .titleimgwrapper .title, .contrast .autor, .contrast div.info, .contrast .wcms-info-message-block {
	background: #003370 !important;
	
}

.contrast body {
	font-size: 19px;
}

.contrast h1, .contrast h2, .contrast h3, .contrast h4, .contrast h5, .contrast h6 {
	font-size: 22px !important;	
}

.contrast input, .contrast select, .contrast textarea, .contrast option {
	outline: 1px solid #f6ff00;
	color: #003370 !important;

}

.contrast .abc a, .contrast button, .contrast .button, .contrast .autor {
	
	outline: 1px solid #f6ff00;
	background: #003370 !important;
	color: #f6ff00 !important;
	
}

.contrast * {
	color: #f6ff00 !important;
	border-color: #f6ff00 !important;
}

.contrast *:before, .contrast *:after {
	color: #f6ff00 !important;
	border-color: #f6ff00 !important;
	background: none !important;
}

.contrast .seminarfinder h3 {
	background: none;
}

.contrast nav > ul > li.act > a, .contrast nav > ul > li:hover > a, .contrast nav > ul > li.act:hover > a {
	background: rgba(255,255,255,0.1) !important;
}

.contrast .specialtext .image {
	border-color: transparent !important;
}

.contrast header h1 a {
	background: url(_img/logo-contrast.png) no-repeat;	
}
.contrast header h1 a img {
	visibility: hidden;
} 

.contrast .teaser, .contrast .seminarfinder.small {
	height: 520px;	
}

.contrast .gradient {
	display: none;	
}

.contrast #nav-wrapper, .contrast #subnav-wrapper {
	border-top: 1px solid #f6ff00;
	border-bottom: 1px solid #f6ff00;
} 
.contrast #subnav-wrapper {
	border-top: none;
}

.temp {
	visibility: hidden;
	height: 0;
	width: 0;
	opacity: 0;	
}

footer {
	position: relative;
}

.button.more {
	position: absolute;
	bottom: 7px;
	right: 7px;
}

.flitem .button.more {
	
	bottom: 0;
	right: 0;
}

.button.video {
	position: absolute;
	bottom: 0;
	left: 0;
}


.fc {
	padding: 33px 10px 60px 10px;
	float: left;
	line-height: 1.5;
	z-index: 2;
	position: relative;
	font-size: 15px;
}
.fc a {
	font-size: 15px;
}
.fc a:hover {
	color: #cccccc;
	text-decoration: none;
}

.fc1, .fc2 {
	width: 290px;
	min-height: 50px;
	}

.fc3 {
	width: 220px;
}
.fc4 {
	width: 220px;
}

.fc h4 {
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 5px;
	font-weight: 400;
}

footer .gradient {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.97) 1%, rgba(125,185,232,0) 30%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,0.97)), color-stop(30%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.97) 1%,rgba(125,185,232,0) 30%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.97) 1%,rgba(125,185,232,0) 30%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.97) 1%,rgba(125,185,232,0) 30%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.97) 1%,rgba(125,185,232,0) 30%); /* W3C */
	



	
	opacity: 0.35;
	position: absolute;
	left: 50%;
	top: -420px;
	margin: 0 0 0 -1600px;
	width: 3200px;
	height: 840px;
	z-index: 1;
}


#nav-wrapper .grad-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#nav-wrapper .gradient {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(125,185,232,0) 60%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(60%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(125,185,232,0) 60%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(125,185,232,0) 50%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(125,185,232,0) 60%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%, rgba(125,185,232,0) 60%); /* W3C */
	



	
	opacity: 0.45;
	position: absolute;
	left: 50%;
	top: -35px;
	margin: 0 0 0 -1600px;
	width: 3200px;
	height: 70px;
	z-index: 1;
}

#subnav-wrapper {
	background: #690716;
	z-index: 50;
	position: relative;
}



footer .bg {
	position: absolute;
	z-index: 1;
	
	background: url(_img/footer1.png) no-repeat transparent;
	width: 162px;
	height: 73px;
	bottom: 32px;
	left: -171px;
	
}
footer .bg2 {
	
	background: url(_img/footer2.png) no-repeat transparent;
	width: 636px;
	height: 151px;
	bottom: 0;
	left: 607px;
}



.img-wrapper {
	position: relative;
	float: left;
}

.button-wrapper {
	text-align: center;
}

.wcms-layout-element-3col-child h2 {
	border-bottom: 0px !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
}


.nojs #mobilenav {
	display: none;
}


.searchPoint .wcms-search-searchfield-wrapper {
	float: left;
	margin: 0;
	padding: 8px 20px 4px 20px;
	width: 100%;
	box-sizing: border-box;
	
		
}
.searchPoint .wcms-search-searchfield {
	padding: 3px 3% 3px 3%;
	width: 100%;	
	height: 45px;
	border: 0;
	border-radius: 4px;
	
}


.searchPoint:after, .searchPoint .wcms-search-searchfield-wrapper button {
	display: none !important;
}



@media (max-width: 1099px) {	

}

@media (min-width: 1150px) {

}

@media (max-width: 1149px) {
	
	#main {
		width: 96%;
		padding: 0 2% 100px;
	}
	
	.blocks {
		padding: 30px 0 20px;
	}
	
	.flitem {		
		width: 48%;
	}
	
	.one, .three {
		display: none;	
	}
	.two {
		display: block;
	}
	
	footer {
		padding: 0 2% 60px;
	}
	
	footer .fc {
		width: 40%;
		padding: 33px 2% 10px 6%;
	}
	
	footer .bg2 {
		left: 50%;
	}
	
	
	
	nav ul {
		padding: 0 0.5%;
	}
	
	nav ul li a {
		padding: 0 6px;
		font-size: 16px;
	}
	
	header h1 {
		padding: 0 2%;
	}
	
	
	
	nav.inner .wcms-search-searchfield-wrapper {
		background: #a82236;
		margin: 0 0 !important;
		border-radius: 0 0 4px 4px;
	}
	
	
	nav.inner .wcms-search-searchfield {
		width: 200px;
		height: 24px;
	}
	
	nav.inner .search:hover {
		height: 75px;	
	}
	
	nav.inner .search a {
		display: block;
		height: 39px;
		line-height: 38px;
		color: white;
		padding: 0 11px 0 11px;
		text-decoration: none;
		font-size: 17px;
		text-align: right;
	}
	
	nav.inner .wcms-search-searchfield-wrapper {
		margin: 2px 0;
		
	}
	

	
	.seminarfinder.small select, .seminarfinder.small input {
		width: 100%;
		margin-right: 0;	
	}
	
	
	.blocks .wcms-newsitem {
		padding: 45px 15px 15px 15px;
	}
	
	
	.blocks .wcms-newsitem.Item2:after {
		display: none;
	}
	.blocks .wcms-newsitem.Item2 {
		margin-bottom: 50px;	
	}
	
	.blocks .wcms-newsitem.Item0:before {
	    position: absolute;
	    display: block;
	    width: 300%;
	    height: 23px;
	    margin-bottom: 15px;
	    content: "Aktuelles";
	    text-transform: uppercase;
	    -moz-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	    
	    color: #e3beb5;
	    font-weight: 400;
	    border-bottom: 1px solid #e3beb5;
	    text-align: center;
	    left: 0px;
	    top: 0px;
	    z-index: 1;
	}
	
		 

}

@media (max-width: 1149px) {

	.seminarkategorien.big {
		font-size: 13.5px;
	}

}

@media (max-width: 850px) {

	#nav-wrapper nav {
		position: absolute;
		left: 0;
		top: 0;
		
		-webkit-transform: translateX(-99999px);
		   -moz-transform: translateX(-99999px);
             -o-transform: translateX(-99999px);
		    -ms-transform: translateX(-99999px);
		        transform: translateX(-99999px);
	}
	
	#nav-wrapper nav ul li ul {
		display: block;
	}
	
	#subnav-wrapper {
		display: none;
	}
	
	#menubutton {
	    display: block;
		height: inherit;
		line-height: 40px;
		width: 100%;
		box-sizing: border-box;
		padding: 0 8px;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 20px;
		position: relative;
		z-index: 10;
		
	}
	#menubutton i {
		font-size: 24px;
		margin-right: 8px;
	}
	
	#menubutton:hover {
		color: white;		
		
	}
	
	.teaser, .seminarkategorien.small {
		width: 100%;
		margin-bottom: 20px;
	}
	
	
	
	.seminarkategorien.big {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.seminarfinder.big {
		width: 100%;
	}
	
	.seminarfinder.big .content {
		display: none;
	}
	
	.teaser.logos-wrapper .logos {
		 -webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.teaser.logos-wrapper .logos > div {
		max-width: 30%;
		margin: 10px 1%;
	}
	
}



@media (max-width: 747px) {


	.abc a {
		padding: 0 10px;
	}
	
	.search {
		position: absolute;
		right: 0;
		top: 0;
		margin: 0 10px;
		height: 39px;
		overflow: hidden;
		width: auto; 
		display: none;
	}
	
	footer .fc, footer a {
		font-size: 18px !important;
	}
	footer .fc {
		width: 88%;
		padding: 33px 2% 20px 6%;
	}
	
	article > .col {
		width: 100%;
	}
	
	article {
		padding-bottom: 10px;
	}
	
	aside.colright {
		min-height: 0 !important;
		padding-bottom: 30px;
	}
	
	
	header h1 {
		padding: 6px 0;
		overflow: hidden;
	}
	header h1 a {
		margin: 0 auto 20px;
		float: none;
		max-width: 98%;
		background-size: contain;
	}
	
	
	.seminar {
		width: 100%;
	}
	
	
	

	
	.blocks .wcms-newsitem {
		width: 100%;
		margin-bottom: 5px;
		padding: 4px 15px 15px 15px;
		min-height: 0;
	}
		
	.blocks .wcms-newsitem.Item0:before {
	    position: relative;
	    width: 100%;
	}
	
	
	
	
	.specialtext:nth-child(odd) .image {
	    position: relative;
	    left: auto;
	    top: 0;
	    right: 0;
	}
	.specialtext .image {
	    width: 100%;
	    min-height: 350px;
	    border: 12px solid transparent;
	    box-sizing: border-box;
	    position: relative;
	    left: 0;
	    top: 0;
	    z-index: 2;
	}
	
	.specialtext .content {
		width: 100%;
		padding: 9px;
		min-height: 0 !important;
	}
	
	
	
	.threeCols {
		column-count: 1;
		-webkit-column-count: 1;
	}
	
	
	article img {
		max-width: 100%;
		height: auto !important;
	}
	
	div.wcms-layout-element-2col-child, div.wcms-layout-element-3col-child {
		width: 100%;
		margin: 0;
		padding-bottom: 40px;
	}
	
	
	.details .content {
		padding: 38px 20px 30px 16px;	
	}
	
	.flitem {		
		margin: 0 0 36px 0;
		width: 100%;
	}
	
	.two, .three {
		display: none;	
	}
	.one {
		display: block;
	}
	
	.oneopenend .flsort-a {
		opacity: 1;
	}
	
	
	
}
@media (max-width: 650px) {
	.seminarfinder select, .seminarfinder input {
		width: 100%;
		margin-right: 0;	
	}

	
	.seminarfinder.big .inputrow {
		width: 100%;
	}
	.seminarfinder.big .inputrow select, .seminarfinder.big .inputrow input{
		width: 48%;
	}	
		
	
	.seminar {
		width: 100%;
	}
	
	.teaser, .seminarfinder {
		width: 100% !important;
	}
	
	.seminarfinder .content {
		width: 100% !important;
	}
	
	.specialtext .image {
	    min-height: 0;
	    height: 300px;
	}
	
	article .dt {
		margin-bottom: 14px;
		font-size: 18px;
		width: 100%;
	}
	
	article .dd {
		clear: both;
		width: 100%;
	}
	
	.titleimgwrapper:before {
		padding-bottom: 0;
	}
	.titleimgwrapper {
		
	}
	
	.titleimgwrapper .title {
		position: relative;
		bottom: auto;
		top: auto;
		margin: 15% 0 5%;
		width: 100%;
		
	}
	
	.colright h1, .colright h2, .colright h3, .colright h4, .colright h5, .colright h6 {
		margin-top: 20px;
	}
	
	
}




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

	.seminarkategorien .content .column {
		width: 100% !important;
		border: 0 !important;
	}
	
	
	.seminarfinder.big .inputrow {
		width: 100%;
	}
	.seminarfinder.big .inputrow select, .seminarfinder.big .inputrow input{
		width: 100%;
	}	
		
	
	.teaser.logos-wrapper .logos > div {
		max-width: 45%;
		margin: 10px 1%;
	}
		
}

@media only screen and (max-width: 375px) {
	
	.specialtext .image {
	    height: 200px;
	}
	  
		
	.details {
		width: 100%;
	}	
	
	.seminar td {
		display: block;
	}



}

@media only screen and (max-width: 290px) {
	.product .cover .imgc1 {
		width: 35%;
	}
	
	#main {
		width: 99%;
		padding: 30px 0.5% 100px;
	}
	
	#header-wrapper {
		min-height: 40px;
		height: auto;
	}
}



/* mmMenu Styles */
html.mm-opened.mm-jwk .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-jwk {
  background: #8a2a38;
  color: white;
  color: rgba(255, 255, 255, 0.9); }

.mm-menu.mm-jwk .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-jwk .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.9); }
.mm-menu.mm-jwk .mm-list > li > a.mm-subopen:after, .mm-menu.mm-jwk .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.9); }
.mm-menu.mm-jwk .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-jwk .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-jwk .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-jwk .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-jwk.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-jwk.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-jwk .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.9); }
.mm-menu.mm-jwk li.mm-noresults {
  color: rgba(255, 255, 255, 0.7); }

.mm-menu.mm-jwk em.mm-counter {
  color: rgba(255, 255, 255, 0.5); }

.mm-menu.mm-jwk .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-jwk .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 1); }
  .mm-menu.mm-jwk .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }


.mm-list > li > a, .mm-list > li > span {
	line-height: 26px !important;
	font-size: 18px;
}

.mm-list a.mm-subopen {
	width: 52px !important;
}

.mm-list .navPointSortiment .mm-subopen {
	width: 100% !important;
}

.mm-list a.mm-subopen:after {
	right: 23px !important;
}

.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
	margin-right: 52px;
}