/*
Theme Name: LVHS Niederalteich
Description: ChildTheme von twentytwelve - twentytwelve darf nicht gelöscht werden
Author: danubius - Die Agentur in Straubing für Webdesign, Suchmaschinenoptimierung, Print und Werbemittel – vom Konzept bis zur Umsetzung Ihr professioneller Partner.
Author URI: http://www.danubius.de/
Version: 1.0
Template: twentytwelve
*/

@import url(../twentytwelve/style.css);

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v16-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('fonts/roboto-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v16-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v16-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-condensed-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('fonts/roboto-condensed-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-condensed-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-condensed-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-condensed-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-condensed-v14-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-condensed-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('fonts/roboto-condensed-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-condensed-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-condensed-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-condensed-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-condensed-v14-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


/*Änderungen Teamfotos 03-04-2020*/
.tmm .tmm_member .tmm_photo {
    border-radius: 0 !important;
    height: auto !important;
}


/* Clearfix */
.clearfix:before,
.clearfix:after{content: " "; /* 1 */ display: table; /* 2 */}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}


/* Allgemein */
::selection{
	background-color: #4f39bc;
	color: #fff;
}
::-moz-selection{
	background-color: #4f39bc;
	color: #fff;
}
.site {
	background-color: #f4f4f4;
    max-width: none;
	overflow: visible;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body,
body.custom-font-enabled {
	background: #fff;
	color: #46505c;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	min-height: 100%;
	position: relative;
}
body .site {
    padding: 0;
	position: relative;
	margin: 0;
	max-width: inherit;
    box-shadow: none;
}
.inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	padding: 0 10px;
	position: relative;
}

a {
	color: #2e1d86;
	text-decoration: none;
}
a:hover,
a:visited {
	color: #2e1d86;
	text-decoration: underline;
}
a:focus {
	outline: 0;
}
b {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.widget-area .widget a,
.entry-content a,
.archive-meta a,
.entry-content a:visited {
	color: #2e1d86;
}
.archive-meta a:hover,
.widget-area .widget a:hover,
.entry-content a:hover {
	color: #2e1d86;
	text-decoration: underline;
}
.widget-area .widget a:active,
.entry-content a:active {
	text-decoration: none;
}
a.backlink {
    color: #ffffff !important;
}

img {
	max-width: 100%;
	height: auto;
}
hr {
	clear: both;
	margin-left: 0;
	margin-right: 0;
}
.divider {
	clear: both;
}

/* topheader */
.topheader {
	background-color: #fff;
	color: #2e1d86;
	font-size: 12px;
	padding-right: 60px;
}
.topheader .inner {
	position: static;
}
.topheaderRight {
	float: right;
}
.topheaderRight .topheaderRightTop > *,
.topheaderRight > * {
	display: inline-block;
	vertical-align: middle;
}
.topheaderRight .topheaderRightTop > * {
	margin-bottom: 10px;
}
.topheaderRightTop .searchform,
.topheaderRightTop .top-menu li {
	padding-top: 10px;
}
.top-menu ul {
	font-size: 0;
}
.top-menu li {
	display: inline-block;
	margin-right: 20px;
}
.topheader a,
.top-menu li a {
	color: #2e1d86;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
.topheader a:hover,
.top-menu li a:hover {
	text-decoration: underline;
}

/*facebook Icon*/
a[href*="facebook.com"]:before {
	content: "";
	background: url(img/facebook-icon.png) no-repeat;
	background-size: 29px 29px;
	display: inline-block;
	height: 29px;
	width: 29px;
}
li a[href*="facebook.com"] {
	display: inline-block;
	font-size: 0;
	height: 29px;
}

/* Header */
.site-header {
	background-color: #fff;
	left: 0;
	right: 0;
    padding: 0;
	position: relative;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	z-index: 1000;
}
.site-header .site-title {
	display: inline-block;
	font-size: 0;
	padding: 0;
	position: relative;
	text-align: left;
	z-index: 10;
}
.site-header .site-title a:hover {
	text-decoration: none;
}
.site-header .site-title span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.hgroup {
	position: relative;
	z-index: 2;
}
.hgroup > .inner {
	width: 100%;
}
#main {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
}
.logoWrapper {
	text-align: right;
	z-index: 1;
}
.logo {
	background-color: #fff;
	/*box-shadow: 0 0 7px rgba(0,0,0,0.3);*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    display: inline-block;
    height: auto;
	max-width: 380px;
	opacity: 1;
	padding: 10px;
    position: relative !important;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
    width: 100%;
}

/* Navigation */
.mainNaviOuter {
	position: relative;
	z-index: 2;
}
.menu-inner-wrapper {
	position: relative;
}
.menu-hauptmenue-container {
    font-size: 0;
}

.main-navigation {
    display: block;
    float: left;
    margin-top: 0;
    padding: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.main-navigation li a {
	background-color: transparent;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	padding: 15px 11px;
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	text-transform: none;
}
.main-navigation li li a {
    transition: none;
}
.main-navigation li {
    margin: 0;
	padding: 0;
	position: static;
	line-height: 1;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
    border: 0 none;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.main-navigation li ul {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation .focus > ul {
	opacity: 1;
}
.main-navigation li a:hover,
.main-navigation li a:focus {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation li a:hover,
.main-navigation li a:focus,
.main-navigation li:hover > a {
	background-color: #2e1d86;
    color: #fff;
}
.main-navigation li:hover > a {
	background-color: transparent;
}
.main-navigation li ul li a,
.main-navigation li ul li a:focus {
	background-color: transparent;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
}
.main-navigation li ul li:last-child a,
.main-navigation li ul li:last-child a:focus {
    border-bottom: none;
}
.main-navigation li ul li.current-menu-item > a,
.main-navigation li ul li.current-menu-ancestor > a,
.main-navigation li ul li.current_page_item > a,
.main-navigation li ul li.current_page_ancestor > a,
.main-navigation li ul li a:focus,
.main-navigation li ul li:hover > a,
.main-navigation li ul li a:hover {
	background-color: #2e1d86;
    color: #fff;
	font-weight: normal;
}
.main-navigation .submenu-wrapper {
	background: #eaebeb;
	z-index: 1;
}
.main-navigation li ul ul {
	left: 0;
	transition: inherit !important;
    z-index: 0;
}
.main-navigation li ul li .submenu-wrapper {
	background: none;
}
ul li ul li .dropdown-toggle,
ul li ul li .dropdown-toggle:active,
ul li ul li .dropdown-toggle:focus,
ul li ul li .dropdown-toggle:hover,
ul li ul li .dropdown-toggle.toggled-on {
    background: url("img/arrow-grey.svg") no-repeat center center;
    background-size: 20px;
    border: none;
    display: block;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0px;
    width: 40px;
}
ul li ul li .dropdown-toggle.toggled-on {
    transform: rotate(180deg);
    top: 0px;
}
.main-navigation li ul li ul,
.main-navigation li ul li:hover .submenu-inner > ul,
.main-navigation li ul li:hover .submenu-inner > ul,
.main-navigation .focus ul li:hover .submenu-inner > ul,
.main-navigation li ul li:hover .submenu-wrapper {
	/*border-left: 0;
	clip: inherit;
	opacity: 1;
	overflow: inherit;
	position: relative;
	height: inherit;
	margin: 0;
	width: 100%;*/
}
.main-navigation li ul li ul li,
.main-navigation li ul li ul li:first-child {
	width: 100%;
}
.main-navigation li ul li ul li:last-child {
	border-bottom: 0;
}
.main-navigation ul li ul li .submenu-inner {
	padding: 0;
}
.main-navigation li ul li ul li a {
	box-sizing: border-box;
	padding-left: 20px;
}

/* Searchform */
.mainSearch {
	display: inline-block;
}
.mainSearch span {
	font-size: 12px;
}
.mainSearch .mainSearchIcon {
	background: url("img/search.svg") no-repeat center 15px;
	cursor: pointer;
	display: inline-block;
	height: 19px;
    padding: 15px 10px 35px; 
	width: 19px;
} 
.mainSearch .mainSearchArea {
	background: #2e1d86;
	color: #fff;
	display: none;
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}
.mainSearchOpen .mainSearchArea {
	display: block;
}
#mainsearchinput {
	background: none;
	box-sizing: border-box;
	border: 0;
	color: #fff;
	font-size: 40px;
	padding: 5px;
	width: 100%;
}
.mainSearch .searchform {
	margin-top: 20px;
}
.mainSearch .searchform input[type="submit"],
.mainSearch .searchform input[type="submit"]:hover,
.mainSearch .searchform input[type="submit"]:focus {
	background: url("img/main-search.svg") no-repeat center center;
	background-size: 50px;
	border: 0;
	box-sizing: content-box;
	font-size: 0;
	height: 64px;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.4s all ease-in-out;
	width: 70px;
}
.mainSearch .searchform input[type="submit"]:hover {
	background-image: url("img/main-search-active.svg");
}

.searchform {
	position: relative;
}
.entry-content .searchform {
	margin-bottom: 20px;
	width: 100%;
}
.searchform div {
	position: relative;
}
#secondary .searchform,
#primary .searchform {
	display: inline-block;
	float: none;
    margin-top: 0;
	width: 100%;
}
.widget-area #s {
	width: 100%;
}
#s {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding-right: 30px;
	height: 30px;
	width: 100%;
}
.searchform input[type="submit"],
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus {
	background: #2e1d86 url("img/search.svg") no-repeat center center;
	background-size: 20px;
	border: 0;
	box-sizing: content-box;
	font-size: 0;
	height: 23px;
	opacity: 1;
	padding: 4px;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.4s all ease-in-out;
	width: 27px;
}
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus {
	opacity: 0.7;
}
.searchform input[type="text"] {
	min-width: 180px;
}
.em-booking-form-details input.input, 
.em-booking-form-details textarea { 
    width: 100%;
    box-sizing: border-box;
}
.em-booking-form-details { 
    box-sizing: border-box;
    width: 100%;
}
.em-booking-form label {
	float: none;
    width: 100%;
}
label[for="datenschutz"],
label[for="agb"] {
    display: none;
}
.em-booking-form span.input-group {
    margin-left: 20px;
}
/* Slider */
.slider.widget-area{
	background: url("img/slider-background.png") fixed;
	float: none;
	margin: 0;
	width: 100%;
}
.slider .master-slider-parent {
	background-color: #fff;
}
.slider.widget-area .widget {
	border-bottom: 10px solid #fff;
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
	background: #2e1d86 !important;
	bottom: 0;
	height: 50px !important;
	top: auto !important;
	width: 50px !important;
}
.ms-skin-default .ms-nav-prev {
	left: auto !important;
	right: 81px;
}
.ms-skin-default .ms-nav-prev:before,
.ms-skin-default .ms-nav-next:before {
	color: #46505c;
	display: inline-block;
	font-family: 'Linearicons-Free';
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}
.ms-skin-default .ms-nav-prev:before {
	content: "\e875";
}
.ms-skin-default .ms-nav-next:before {
	content: "\e876";
}
.contact-button-wrapper {
	margin-top: -40px;
}
.contact-button.button {
	padding: 22px 20px 22px 80px;
	position: relative;
}
.contact-button:before {
    color: #fff;
    content: "\e82a";
    border-right: 1px solid #4f39bc;
    display: inline-block;
    font-family: 'Linearicons-Free';
    font-size: 30px;
    height: 60px;
    left: 0;
    margin-right: 5px;
    position: absolute;
    line-height: 60px;
    text-align: center;
    top: -2px;
    vertical-align: middle;
    width: 60px;
}


a[href*="tel:"]:before {
	color: #46505c;
	content: "\e830";
	display: inline-block;
	font-family: 'Linearicons-Free';
	margin-right: 5px;
}
a[href*="mailto:"]:before {
	color: #46505c;
	content: "\e818";
	display: inline-block;
	font-family: 'Linearicons-Free';
	margin-right: 5px;
}
.fax:before {
	color: #46505c;
	content: "\e81c";
	display: inline-block;
	font-family: 'Linearicons-Free';
	margin-right: 5px;
}
.fax a[href*="tel:"]:before {
	content: "";
}

/* Content */
.site-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	padding: 10px;
	margin: 0 0 20px;
}
.archive-meta,
.entry-content table,
.comment-content table,
.entry-content p, .archive-meta p {
	font-size: 16px;
	margin-bottom: 20px;
}
.events li {
    line-height: 1.4;
    margin-bottom: 30px;
}

.imageBox .boxContent .boxContentInner {
	font-style: normal;
}

/*Veranstaltungen*/
.entry-content > div,
.em-location-map-container {
    width: auto;
    max-width: 100% !important;
    margin: 0;
}
div.css-search div.em-search-main .em-search-submit {
	background-color: #2e1d86 !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2e1d86), color-stop(1, #2e1d86) );
	border-radius: 0;
	top: 4px;
}
div.css-search div.em-search-main .em-search-submit:hover {
	background-color: #2e1d86 !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2e1d86), color-stop(1, #2e1d86) );
	opacity: 0.7;
	transition: 0.4s all ease-in-out;
}
.ui-widget-header {
    border: 1px solid #2e1d86 !important;
    background: #2e1d86 !important;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
	color: #2e1d86 !important;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus {    
	background-image: url(http://lvhsnied.danubius0282.nbsp.de/wp-content/plugins/events-manager/includes/css/images/ui-icons_ffffff_256x240.png) !important;
    border: 1px solid #ffffff !important;
    background: #2e1d86 !important;
    color: #ffffff !important;
}
.ui-widget-header .ui-icon:hover,
.ui-widget-header .ui-icon:active,
.ui-widget-header .ui-icon:focus {
	background-image: url(http://lvhsnied.danubius0282.nbsp.de/wp-content/plugins/events-manager/includes/css/images/ui-icons_ffffff_256x240.png) !important;
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight {
    border: 1px solid #2e1d86 !important;
    background: #2e1d86 !important;
	color: #ffffff !important;
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
    border: 1px solid #9283E4 !important;
    color: #9283E4 !important;
}
a.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
	background-image: url(http://lvhsnied.danubius0282.nbsp.de/wp-content/plugins/events-manager/includes/css/images/ui-icons_ffffff_256x240.png) !important;	
	background: #2e1d86 !important;
}
a.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover span,
a.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover span {
	background-image: url(http://lvhsnied.danubius0282.nbsp.de/wp-content/plugins/events-manager/includes/css/images/ui-icons_ffffff_256x240.png) !important;	
}
h2.inline {
    display: inline-block;
}
span.em-pagination {
    display: flex;
    justify-content: center;
}
.entry-content li a, 
.entry-content li,
span.em-pagination {
    font-size: 18px;
}
table.events-table th,
.css-events-list table.events-table td {
    padding: 10px 0 10px 10px;
}
td a {
    font-weight: 700;
    font-size: 18px;
}
.entry-content table, 
.comment-content table {
	line-height: 1.6;
}
.entry-content table, 
.comment-content table, 
.entry-content p, 
.archive-meta p,
.entry-content li, 
.archive-meta li {
	font-weight: normal;
}
a.page-numbers {
    padding-left: 2px !important;
    padding-right: 2px !important;
}
div.css-search div.em-search-text {
	background: transparent;
	padding-left: 0;
}
div.css-search div.em-search-main .em-search-submit {
	background: #2e1d86 url(img/search.svg) no-repeat center center;
    background-size: 20px;
    border: 0;
    box-sizing: content-box;
    font-size: 0;
    height: 23px;
	margin-top: 7px;
    margin-right: 20px;
    opacity: 1;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s all ease-in-out;
    width: 27px;
}
div.css-search div.em-search-main .em-search-submit:hover {
	background: #2e1d86 url(img/search.svg) no-repeat center center;
    background-size: 20px;
    border: 0;
    box-sizing: content-box;
    height: 23px;
	margin-top: 7px;
    margin-right: 20px;
    opacity: 0.7;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s all ease-in-out;
    width: 27px;
}
button.em-search-submit.loading img {
    display: none;
}

/*responsive Tables*/
.archive-meta .table-scrollable,
.entry-content .table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}
.archive-meta .table-scrollable::-webkit-scrollbar,
.entry-content .table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.archive-meta .table-scrollable::-webkit-scrollbar-thumb,
.entry-content .table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}
.archive-meta .table-scrollable table,
.entry-content .table-scrollable table {
	min-width: 480px;
}
.entry-content ul {
	list-style: none;
	margin-left: 0;
}
.entry-content ul li {
	margin-left: 0;
	padding-left: 20px;
	overflow-x: auto;
	text-indent: -10px;
}
.entry-content ul li:before {
	background-color: #46505c;
	content: "";
	display: inline-block;
	height: 5px;
	left: -5px;
	margin-right: 5px;
	position: relative;
	top: -2px;
	width: 5px;
}
.archive-meta,
.entry-content table, .comment-content table {
	color: #46505c;
}
.entry-content td, .comment-content td {
	border: 1px solid #f3f3f3;
    padding: 6px 10px;
}
table tr:nth-child(2n+1) {
	background-color: #f2f2f2;
}
blockquote {
    background: #fff;
	border-left: 5px solid #f0f0f0;
	font-style: italic;
	margin-bottom: 20px;
	padding: 20px;
}
.archive-header,
.page-header {
    border-bottom: none;
    margin-bottom: 24px;
    padding-bottom: 0;
}
.search.search-no-results .entry-header .entry-title,
.page-title,
.archive-title,
.entry-header .entry-title,
.entry-content h1,
.comment-content h1 {
	color: #46505c;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 0;
	text-transform: none;
}

#secondary .widget-title:after,
.search.search-no-results .entry-header .entry-title:after,
.page-title:after,
.archive-title:after,
.entry-header .entry-title:after,
.footer-logos-area h2:after,
.entry-content h1:after,
.comment-content h1:after {
	background: url('img/stripe-title-background.png');
	content: "";
	display: block;
	height: 10px;
	margin-top: 7px;
	width: 100%;
}


.search .entry-header .entry-title,
.category .entry-header .entry-title {
	color: #46505c;
	font-size: 22px;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.search article .entry-content .button,
.category article .entry-content .button {
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
.search article a:hover .entry-content .button,
.category article a:hover .entry-content .button {
	background-color: #2e1d86;
	background-image: none;
	color: #46505c !important;
	text-decoration: underline;
}

.search article .entry-content p,
.category article .entry-content p {
	color: #46505c;
	font-weight: 400;
	margin-bottom: 10px;
}
.search article > a,
.category article > a {
	cursor: pointer;
	text-decoration: none;
}
.search article > a:hover,
.category article > a:hover {
	opacity: 1;
	text-decoration: none;
}
.search article > a:hover .entry-title,
.category article > a:hover .entry-title {
	color: #46505c;
	text-decoration: underline;
}
div.wpcf7-validation-errors {
	border: 2px solid #4f39bc;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}
.archive-meta h2, 
th.event-time, 
th.event-description,
.em.pixelbones h2,
h2.inline,
h2,
.entry-content h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 15px;
	margin-top: 0;
}
.em.pixelbones h2 {
	font-size: 26px !important;
}
.entry-content h3, .archive-meta h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 7px;
	margin-top: 40px;
}
.entry-content h4, .archive-meta h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 30px;
}
.entry-content h5, .archive-meta h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 20px;
}
.entry-content h6, .archive-meta h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 20px;
}

.widget h3 {
	font-size: 24px;
}

.single .wp-post-image {
	display: none;
}
.single .slider .wp-post-image,
.slider #post-thumbnail-gallery {
	display: block;
	margin-bottom: 48px; 
}
.search .wp-post-image,
.archive .wp-post-image,
.category .wp-post-image {
	margin: 0;
}
.search .contentListThumb,
.archive .contentListThumb,
.category .contentListThumb {
	float: left;
	margin: 6px 10px 10px 0;
}
.search .entry-header,
.archive .entry-header,
.category .entry-header {
	margin-bottom: 10px;
}
.search .site-content article,
.archive .site-content article,
.category .site-content article {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.search .site-content article:last-child,
.archive .site-content article:last-child,
.category .site-content article:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.contentListThumb {
	display: inline-block;
	line-height: 0;
	overflow: hidden;
	position: relative;
}
.contentListThumb img {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
    transform: scale(1);
}

.search .site-content article.box,
.archive .site-content article.box,
.category .site-content article.box {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0px;
}
.box .contentListThumb {
	display: block;
}
.box .contentListThumb img {
	margin-bottom: 0;
}
a:hover .contentListThumb img {
	opacity: 0.7;
    transform: scale(1.05);
}
.box a:hover .contentListThumb img {
	opacity: 1;
}
article.box .entry-header {
	position: relative;
}
article.box .contentListThumb {
	margin: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
article.box .contentListThumb > span {
	display: block;
}
.box .entry-header .entry-title,
.box h2.entry-title {
    color: #fff !important;
    text-align: center;
	text-shadow: 0 0 7px #46505c;
}
.box-list {
	margin-right: -20px;
}
.box {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	margin-top: 20px;
	max-width: 570px;
	padding-right: 20px;
	width: 50%;
}
.box:nth-of-type(1),
.box:nth-of-type(2) {
	margin-top: 0;
}

.box.half {
	width: 50%;
}
article.box {
	overflow: hidden;
}
.box > a{
	display: inline-block;
	text-align: center;
	position: relative;
	height: 172px;
	width: 100%
}
.search .box .entry-header,
.archive .box .entry-header,
.category .box .entry-header
.box .entry-header {
	height: 100%;
	display: table;
	margin-bottom: 0;
	width: 100%;
}

.box .entry-header .entry-title {
	display: table-cell;
	vertical-align: middle;
}


.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
	opacity: 1;
	transition: all ease-in-out 0.5s;
}
.widget .ms-slide img,
.ms-slide img {
	transition: none;
}
.entry-content a:hover img {
	opacity: 0.4;
}
img.alignleft, .wp-caption.alignleft {
	margin: 0 20px 8px 0;
}
.wp-caption .wp-caption-text,
.gallery-caption, .entry-caption {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 0;
}
.gallery .gallery-icon img,
.gallery-item a, .gallery-caption {
	max-width: 100%;
}
.gallery-item a, .gallery-caption {
	width: 95%;
	margin-right: 5%;
}
.gallery-item {
	margin-top: 5%;
}
.gallery .gallery-icon img {
	border: 0 !important;
	padding: 0;
}
.site-content article {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* widget-content  */
.widget-content.widget-area  {
	float: none;
	margin-top: 20px;
	width: 100%;
}
.widget-content .widget-title {
	position: relative;
}

/*-- Widgets --*/
#secondary {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
	width: 100%;
}
#secondary.widget-area .widget h3.widget-title,
#secondary .widget-title,
#secondary .widget h2 {
	color: #46505c;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 35px;
}
.widget-area .widget h3.widget-title,
.widget-title,
.widget h2 {
	color: #2e1d86;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 25px;
	text-transform: none;
}
.widget-area .widget h3 {
	color: #2e1d86;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.widget-area .widget h2 + h3 {
	margin-top: -15px;
}
.widget-content .widget h2 {
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.widget-area .widget h3.widget-title,
.widget-title {
	display: block;
}
.search .entry-header .entry-title:after {
	background: none;
	content: "";
	height: 0;
	margin: 0;
}
.search .entry-header {
	margin-bottom: 10px;
}

.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets, .template-front-page .widget-area .widget:nth-child(2n), .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets,
.widget-area .widget {
	color: #46505c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.widget-area .widget li,
.template-front-page .widget-area .widget li {
	font-size: 14px;
	margin-top: 7px;
}
.template-front-page .widget-area .widget li a,
.template-front-page .widget-area .widget li a:visited,
.widget-area .widget a,
.widget-area .widget a:visited {
	color: #2e1d86;
}
.widget-area .widget p {
	margin-bottom: 30px;
}
.widget-area#secondary .widget p {
    margin-bottom: 10px;
}
.widget-area .widget p:last-child {
	margin-bottom: 0;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 14px;
	line-height: 1.6;
}
.home .widget-area .widget p,
.home .widget-area .widget li,
.home .widget-area .widget .textwidget {
	font-size: 14px;
	line-height: 1.7;
}
.widget-area .widget ul {
	list-style: square;
	margin-left: 15px;
	margin-bottom: 10px;
}
.widget_advanced_menu a {
	text-decoration: none;
}

.widget_advanced_menu a:hover {
	text-decoration: underline;
}

/* widget home */
.template-front-page .widget-area {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets,
.template-front-page .widget-area .widget:nth-child(2n),
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	float: left;
	width: 100%;
}

/* lightgrey*/
.lightgrey {
	background-color: #f3f3f3;
}

/* acf-rpw */
.acf-rpw-ul {
	list-style-type: none;
	margin-right: -40px;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}
.acf-rpw-li {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	padding-right: 40px;
	width: 50%;
}
.widget-area .widget li.acf-rpw-li,
.template-front-page .widget-area .widget li.acf-rpw-li {
	margin-top: 40px;
}
.widget-area .widget li.acf-rpw-li:first-child,
.template-front-page .widget-area .widget li.acf-rpw-li:first-child,
.widget-area .widget li.acf-rpw-li:nth-of-type(2),
.template-front-page .widget-area .widget li.acf-rpw-li:nth-of-type(2){
	margin-top: 0;
}
.acf-rpw-li a {
	background-color: #fff;
	display: block;
	font-weight: 400;
	padding: 20px;
	text-decoration: none !important;
}
.acf-rpw-li .arrowLink {
	margin-top: 20px;
}
.acf-rpw-li a:hover .acf-rpw-title,
.acf-rpw-li a:hover .arrowLink {
	text-decoration: underline !important;
}
.widget-area .widget h3.acf-rpw-title,
.acf-rpw-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
}
.widget-area.widget-content .widget h3.acf-rpw-title,
.widget-content .acf-rpw-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
}
.widget-area .widget h3.acf-rpw-title,
.acf-rpw-title,
.acf-rpw-more{
	color: #46505c !important;
}
.template-front-page .widget-area .widget li.acf-rpw-li a,
.template-front-page .widget-area .widget li.acf-rpw-li a:visited,
.widget-area .widget .acf-rpw-li a,
.widget-area .widget .acf-rpw-li a:visited,
.acf-rpw-li a,
.acf-rpw-excerpt {
	color: #46505c;
}
.acf-rpw-img {
	display: block;
}
.acf-full .acf-rpw-ul {
	list-style-type: none;
	margin-right: 0;
}
.acf-full .acf-rpw-li {
	padding-right: 0;
	width: 100%;
}
.acf-full .acf-rpw-li a {
	background-color: transparent;
	padding: 0;
}
.widget-area .widget .acf-full li.acf-rpw-li,
.template-front-page .widget-area .widget .acf-full li.acf-rpw-li,
.widget-area .widget .acf-full li.acf-rpw-li:nth-of-type(2),
.template-front-page .widget-area .widget .acf-full li.acf-rpw-li:nth-of-type(2){
	margin-top: 10px;
}
.acf-full .acf-rpw-li .acf-rpw-title {
	position: relative;
	padding-left: 17px;
}
.acf-full .acf-rpw-li .acf-rpw-title:before {
	content: "\e876";
	display: inline-block;
	font-family: "Linearicons-Free";
	font-size: 12px;
	left: 0;
	margin-right: 5px;
	position: absolute;
	top: 2px;
	transition: 0.3s all ease-in-out;
	text-decoration: none !important;
}
.acf-full .acf-rpw-li a:hover .acf-rpw-title:before {
	left: 2px;
}
.acf-rpw-after-loop {
	margin-top: 20px;
}
.more-link {
	font-weight: 700;
}
/*Sliderpfeile*/
.ms-skin-default .ms-nav-next:before {
	content: "\e87a";
	color: #ffffff;
}
.ms-skin-default .ms-nav-prev:before {
	content: "\e87a";
	color: #ffffff;
	transform: rotate(180deg);
}

/*Button*/
span.more-link.button:hover, 
span.more-link.button:focus, 
span.more-link.button:active {
    color: white;
}
span.more-link.button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	text-decoration: none !important;
}
span.more-link.button {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #2e1d86;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
span.more-link.button:hover:before, 
span.more-link.button:focus:before, 
span.more-link.button:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
span.more-link.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4f39bc;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
/*Button: Rundbrief*/
@media only screen and (max-width: 768px){
	.su-row .su-column{
			margin: 0 !important;
		}
}
.envelope .su-row .su-column{
	margin: 0;
}
.entry-content .su-row{
	margin-bottom: 112px;
	width: 100%;
}
.su-row{
	position: relative;
}
.textBlock {
    border: 1px solid black;
    padding: 15px;
}
.textBlock p {
	font-size: 12px;
    line-height: 20px;
}
.buttonBlock {
    margin: 0;
    position: absolute;
}
.buttonBlock .button{
	display: block;
}
.buttonBlock a.button {
    padding-top: 22px;
    padding-bottom: 23px;
    padding-left: 80px;
}
.buttonBlock a.button:before{
	color: #fff;
    content: "\e865";
    border-right: 1px solid #4f39bc;
    display: inline-block;
    font-family: 'Linearicons-Free';
    font-size: 30px;
    height: 60px;
    left: 0;
    margin-right: 5px;
    position: absolute;
    line-height: 60px;
    text-align: center;
    top: 0px;
    vertical-align: middle;
    width: 60px;
}
.envelope {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/* Artikelliste */
.search article a:hover .entry-content .button, 
.category article a:hover .entry-content .button {
	color: #ffffff !important;
}
.search article > a:hover .entry-title, 
.category article > a:hover .entry-title {
	text-decoration: none;
}
h2.entry-title:after {
	display: none !important;
}
.search .contentListThumb, 
.archive .contentListThumb, 
.category .contentListThumb {
	margin: 6px 20px 10px 0;
}

/* white */
.widget.white {
	background-color: #fff;
}

/* blue header */
.blue-header:before {
	background: #2e1d86 url('img/stripe.png') fixed;
	content: "";
	display: block;
	height: 240px;
	position: absolute;
	top: 0;
	width: 100%;
}
.widget-content .widget.blue-header h2 {
	margin-top: 25px;
	color: #fff;
}

/* stripes */
.stripes .widget-title {
	background: url('img/stripe-title-background.png');
	color: #46505c !important;
	line-height: 1.1 !important;
}
.stripes.blue-header .widget-title {
	color: #fff !important;
}
.stripes .widget-title span {
	background: #f4f4f4;
	padding-left: 20px;
	padding-right: 20px;
}
.stripes.white .widget-title span {
	background: #fff;
}

/* oneThird / twoThird */



/* left / right */
.left {
	float: left !important;
}
.right {
	float: right !important;
}

.one_half {
	max-width: 460px !important;
}

/* Footer */
footer[role="contentinfo"] {
	background: #46505c;
    border-top: 0;
	color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 0;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
footer[role="contentinfo"] a:hover {
	opacity: 1;
	text-decoration: underline;
}
.widget-area.widget-footer {
	float: none;
	width: 100%;
	z-index: 1;
}
.widget-area.widget-footer .widget p {
	margin-bottom: 0;
}
.widget-area.widget-footer .widget img {
	border-bottom: 1px solid #9aa4b0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.template-front-page .widget-area.widget-footer .widget li a,
.template-front-page .widget-area.widget-footer .widget li a:visited,
.widget-area.widget-footer .widget a,
.widget-area.widget-footer .widget a:visited {
	color: #fff;
}
.widget-area.widget-footer .widget ul {
	margin-left: 0;
}
.template-front-page .widget-area.widget-footer .widget.widget_nav_menu li,
.widget-area.widget-footer .widget.widget_nav_menu li {
	list-style: none;
}
.widget-area.widget-footer .widget {
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: left;
}
.widget-area.widget-footer .widget h2,
.widget-area.widget-footer .widget .widget-title {
	color: #9aa4b0;
	font-weight: 400;
}
.widget-area.widget-footer .widget .widget-title:after {
	background-color: #9aa4b0;
	content: "";
	display: block;
	height: 2px;
	margin-top: 5px;
	width: 100%;
}
.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets,
.template-front-page .widget-area .widget:nth-child(2n),
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets,
.template-front-page .widget-area .widget:nth-child(odd) {
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.template-front-page .widget-area#secondary {
	clear: none;
	float: right;
}
.template-front-page .widget-area#secondary aside,
#secondary aside {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.widget-footer a[href*="mailto:"]:before,
.widget-footer a[href*="tel:"]::before,
.widget-footer .fax:before { 
	color: #fff;
}

/*Formulare*/
button, input, select, textarea {
	border-radius: 0;
	border-color: #f4f4f4;
}
button, input, select, textarea {
	background-color: #f4f4f4;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin: 0 !important;
}
.input.wpcf7-form-control.wpcf7-submit.has-spinner {
	margin-top: 30px;
}

	/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span,
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover,
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {	
	line-height: 1;
	color: #fff;
	background-color: #2e1d86;
	background-image: none;
	box-shadow: none;
}
.menu-toggle,
.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle.toggled-on,
.menu-toggle:focus {
	border: 0;
}
/* Formular */
.wpcf7-captchac {
	background-color: #fff;
	border: 1px solid #e2e1e1;
	padding: 10px;
}
input:not[type="submit"], select, textarea {
	border: 1px solid #e2e1e1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	min-width: 300px;
	width: 50%
}
form button:focus, 
form input:focus, 
form select:focus, 
form textarea:focus {
	border: 1px solid #2e1d86;
} 
form input[type="submit"]:focus{
	border: 0;
} 
.button {
	display: inline-block;
}

.button,
input[type="submit"], 
input[type="button"], 
input[type="reset"], 
article.post-password-required input[type="submit"], 
.bypostauthor cite span {
	background-color: #2e1d86;
	background-image: none;
	border: 2px solid #2e1d86;
	border-radius: 0;
	box-shadow: none;
	color: #fff !important;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1;
	min-width: inherit;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	text-decoration: none !important;
	text-transform: uppercase;
}
.button:hover,
input[type="submit"]:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
article.post-password-required input[type="submit"]:hover, 
.bypostauthor cite span:hover {
	color: #fff !important;
	opacity: 1;
	background-color: #2e1d86;
	background-image: none;
	text-decoration: underline !important;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #2e1d86;
	background-image: none;
}
.entry-content form h2 {
	border-bottom: 1px solid #ccc;
	margin-top: 50px;
}
.wpcf7-list-item.first {
	margin-left: 0;
}
.wpcf7-list-item-label {
}
.entry-content form p {
	margin-bottom: 30px;
}
form .form-label {
	font-size: 14px;
	font-weight: bold;
}
form .form-label-sub {
	font-size: 14px;
}
form .description {
    font-size: 14px;
    margin: 5px 0;
}
form .form-label,
form .description {
	display: block;
}
form .wpcf7-checkbox input {
	margin-left: 0 !important;
}

form .wpcf7-form-control-wrap,
form .wpcf7-form-control-wrap input[type="text"],
form .wpcf7-form-control-wrap input[type="email"],
form .wpcf7-form-control-wrap input[type="tel"],
form .wpcf7-form-control-wrap input[type="file"],
form .wpcf7-form-control-wrap textarea,
input.wpcf7-form-control.wpcf7-number,
form .form-label + span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
}
form .wpcf7-form-control-wrap input[type="radio"] {
	width: auto;
}
form .without-label,
.wpcf7-not-valid-tip {
}
span.wpcf7-not-valid-tip {
	line-height: 1.1;
}
form .mandatory {
	font-weight: bold;
	font-size: 11px;
}
form .wpcf7-form-control-wrap.plz,
form .wpcf7-form-control-wrap.ort {
	display: inline-block;
	float: left;
}
form .wpcf7-form-control-wrap.plz {
	width: 20%;
}
form .wpcf7-form-control-wrap.ort {
	margin-left: 3%;
	width: 77%;
}

.dropdown-toggle {display: none;}

/* Widget Classes */
.table.widget div {
	display: table;
}
.table.widget .content-column {
	display: table-cell;
	float: none;
	vertical-align: middle;
}


/* mappress */
.mapp-layout {
	border: 0;
	margin: 0;
}
.mapp-directions {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;

}
.mapp-route > div {
	margin-top: 10px;
}
.mapp-dir-print,
.mapp-dir-close {
	margin-left: 10px;
}
.mapp-dir-renderer {
	font-size: 14px;
}
.mapp-dir-renderer td {
    padding: 10px;
}
.adp-list {
	margin-top: 10px;
}
.adp-directions {
	width: 100%;
}
.adp-list table tr:nth-child(2n+1) {
    background-color: #fff;
}
img.adp-marker {
	max-width: inherit;
}
a.mapp-dir-print, 
a.mapp-dir-close, 
a.mapp-myloc, 
input.mapp-dir-get, 
.mapp-dir-daddr-err {
	font-size: 16px;
	font-weight: normal;
}
.mapp-dir-daddr-err {
	color: #B40003;
}

/* dan-scroll-up-button */
.dan-scroll-up-button {
	background: #2e1d86;
	bottom: 20px;
	font-size: 0;
	height: 45px;
	line-height: 0;
	position: fixed;
	right: 20px;
	width: 45px;
	z-index: 100;
}
.dan-scroll-up-button:before {
    color: #fff;
    content: "\e877";
    font-family: "Linearicons-Free";
    font-size: 30px;
    line-height: 45px;
    padding-left: 8px;
    text-align: center;
}

/* dan-a-to-z-index */
.dan-a-to-z-index {
	list-style: none;
	margin-bottom: 40px;
}
.dan-a-to-z-index-letter,
.dan-a-to-z-index-reset{
	border: 1px solid #f2f2f2;
	display: inline-block;
	color: #46505c;
	cursor: default;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 7px 13px;
}
.dan-a-to-z-index-letter-awaylable:hover,
.dan-a-to-z-index-reset:hover{
	cursor: pointer;
	text-decoration: underline;
}
.dan-a-to-z-index-letter-awaylable,
.dan-a-to-z-index-reset {
	background: #2e1d86;
	color: #46505c;
}
.dan-a-to-z-index-selected-letter {
    border-color: transparent;
    border-bottom: 1px solid #46505c;
}
.dan-a-to-z-index-preview-letter {
    color: #46505c;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 0;
	margin-bottom: 20px;
    text-transform: none;
}

/* box-wrapper */
.box-link-outer {
	overflow: hidden;
}
.widget-area .widget .box-link-wrapper,
.widget-area .widget ul.box-link-wrapper,
.box-wrapper-link {
	list-style: none;
	margin-left: 0;
}
.box-link-wrapper li,
.widget-area .widget .box-link-wrapper li,
.home .widget-area .widget .box-link-wrapper li {
	list-style: none;
	margin: 0 auto 40px;
	max-width: 362px;
}
.template-front-page .widget-area .widget .box-link-wrapper li a:hover,
.box-link-wrapper .title,
.widget-area .widget .box-link-wrapper .title {
	color: #46505c;
}
.imageWrapper {
	margin-bottom: 15px;
}
.imageWrapper,
.imageWrapper p {
	font-size: 0 !important;
	line-height: 0 !important;
}
.imageBox a {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 10px 30px;
	position: relative;
}
.box-link-wrapper a:hover {
	text-decoration: none !important;
}
.box-link-wrapper a:hover .title,
.widget-area .widget .box-link-wrapper a:hover .title {
	color: #2e1d86;
}
.box-link-wrapper a:after {
    background-color: #2e1d86;
	bottom: -20px;
    color: #fff;
    content: "\e87a";
    display: inline-block;
    font-family: 'Linearicons-Free';
    font-size: 22px;
    height: 40px;
    line-height: 40px;
	position: absolute;
	right: 0;
    text-align: center;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
    width: 40px;
}
.box-link-wrapper a:hover:after {
	bottom: -24px;
}

/* AddQuicktag */
.arrowLink:before {
	content: "\e876";
	display: inline-block;
	font-family: "Linearicons-Free";
	font-size: 12px;
	left: 0;
	margin-right: 5px;
	position: relative;
	transition: 0.3s all ease-in-out;
	text-decoration: none !important;
	vertical-align: text-top;
}
.arrowLink:hover:before {
	left: 2px;
}
.arrowLink {
	display: inline-block;
	font-weight: 700;
	text-decoration: none !important;
}

/* Shortcode Ultimates */
.su-spoiler-title {
	font-size: 16px !important;
}


/* mappress */
.mapp-map-links {
	border: 0;
}
.home #primary {
	width: 100%;
}
.template-front-page .widget-area#secondary {
	display: none;
}

/* footer logos */
.footer-logos-area {
	background-color: #fff;
	color: #46505c;
	font-size: 14px;
	line-height: 1.3;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer-logos-area a {
	color: #46505c;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.footer-logos-area a:hover {
	opacity: 0.7;
}
.footer-logos-area img {
	height: 120px;
	margin-bottom: 10px;
}
.footer-logos-area h2 {
	color: #46505c;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 35px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	width: calc(100% + 15px);
	margin: calc(15px / -2);
}

.footer-logo-item {
	width: calc(50% - 15px);
	flex: 0 1 calc(50% - 15px);
	margin: calc(15px / 2);
	margin-bottom: 20px;
}

.home-columns .flex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: calc(100% + 20px);
	margin: calc(20px / -2);
}
.home-column-50 {
	width: calc(100% - 20px);
	flex: 0 1 calc(100% - 20px);
	margin: calc(20px / 2);
}

.em.pixelbones a {
	color: #2e1d86 !important;
}
.em.pixelbones .button.button-primary.input:focus, .em.pixelbones .input .button.button-primary:hover, .em.pixelbones .input button.button-primary:hover, .em.pixelbones .input input[type=button].button-primary:hover, .em.pixelbones .input input[type=reset].button-primary:hover, .em.pixelbones .input input[type=submit].button-primary:hover, .em.pixelbones button.button-primary.input:focus, .em.pixelbones input[type=button].button-primary.input:focus, .em.pixelbones input[type=reset].button-primary.input:focus, .em.pixelbones input[type=submit].button-primary.input:focus, .em.pixelbones.input .button.button-primary:hover, .em.pixelbones.input button.button-primary:hover, .em.pixelbones.input input[type=button].button-primary:hover, .em.pixelbones.input input[type=reset].button-primary:hover, .em.pixelbones.input input[type=submit].button-primary:hover,
.em.pixelbones .button.button-primary.input,
.em.pixelbones .input .button.button-primary,
.em.pixelbones .input button.button-primary,
.em.pixelbones .input input[type=button].button-primary,
.em.pixelbones .input input[type=reset].button-primary,
.em.pixelbones .input input[type=submit].button-primary,
.em.pixelbones button.button-primary.input,
.em.pixelbones input[type=button].button-primary.input,
.em.pixelbones input[type=reset].button-primary.input,
.em.pixelbones input[type=submit].button-primary.input,
.em.pixelbones.input .button.button-primary,
.em.pixelbones.input button.button-primary,
.em.pixelbones.input input[type=button].button-primary,
.em.pixelbones.input input[type=reset].button-primary,
.em.pixelbones.input input[type=submit].button-primary {
	background-color: #2e1d86 !important;
	border-color: #2e1d86 !important;
}

@media screen and (min-width: 500px) {
	.footer-logo-item {
		width: calc(33.33% - 15px);
		flex: 0 1 calc(33.33% - 15px);
	}

	.widget-area .widget .box-link-wrapper,
	.widget-area .widget ul.box-link-wrapper,
	.box-wrapper-link {
		margin-right: -40px;
	}
	.box-link-wrapper li,
	.widget-area .widget .box-link-wrapper li,
	.home .widget-area .widget .box-link-wrapper li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		float: left;
		max-width: 402px;
		padding-right: 40px;
		width: 50%;
	}
}
@media screen and (min-width: 600px) {
	.home-column-50 {
		width: calc(50% - 20px);
		flex: 0 1 calc(50% - 20px);
		margin: calc(20px / 2);
	}
	.footer-logo-item {
		width: calc(25% - 15px);
		flex: 0 1 calc(25% - 15px);
	}
	.main-navigation {
		background-color: #2e1d86;
	}
	.menu-inner-wrapper {
		margin: 0 auto;
		max-width: 1180px;
		position: static;
	}
	.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
		display: inline-block !important;
	}
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
		display: none !important;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		background-color: #2e1d86;
	}
	.main-navigation .current-menu-item:hover > a,
	.main-navigation .current-menu-ancestor:hover > a,
	.main-navigation .current_page_item:hover > a,
	.main-navigation .current_page_ancestor:hover > a,
	.main-navigation li a:hover,
	.main-navigation li a:focus,
	.main-navigation li:hover > a {
		background-color: #4f39bc;
	}
	.main-navigation li ul ul {
		left: 100%;
	}
	.slider.widget-area {
		margin-top: -20px;
	}
	.site-header {
		background-color: transparent;
	}

}
@media screen and (min-width: 768px) {
	.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets, .template-front-page .widget-area .widget:nth-child(2n), .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets,
	.widget-area .widget {
		margin-bottom: 40px;
	}
	.widget-content .widget {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.widget-footer-outer {
		margin-right: -40px;
	}		
	.widget-footer-wrapper {
		display: table;
		table-layout: fixed;
		width: 100%;
	}	
	.template-front-page .widget-area.widget-footer .widget,
	.template-front-page.two-sidebars .widget-area.widget-footer .front-widgets,
	.template-front-page .widget-area.widget-footer .widget:nth-child(2n),
	.template-front-page.two-sidebars .widget-area.widget-footer .front-widgets + .front-widgets,
	.widget-area.widget-footer .widget {
		display: table-cell;
		padding-right: 40px;
		vertical-align: top;
		width: 33.3333333%;
	}	
	.template-front-page .widget-area.widget-footer .widget.widget-first,
	.template-front-page.two-sidebars .widget-area.widget-footer .front-widgets.widget-first,
	.template-front-page .widget-area.widget-footer .widget:nth-child(2n).widget-first,
	.template-front-page.two-sidebars .widget-area.widget-footer .front-widgets + .front-widgets.widget-first,
	.widget-area.widget-footer .widget.widget-first {
		width: 33.3333333%;
	}
	.slider.widget-area {
		margin-top: -40px;
	}
	.box-link-wrapper li,
	.widget-area .widget .box-link-wrapper li,
	.home .widget-area .widget .box-link-wrapper li {
		width: 33.33333%;
	}
	footer[role="contentinfo"]:after {
		background: url('img/lvhs-symbol.png') no-repeat;
		bottom: 50%;
		content: '';
		height: 254px;
		display: block;
		margin-bottom: -127px;
		position: absolute;
		right: 0;
		width: 151px;
		z-index: 0;
	}
	
	#secondary{
		width: 30%;
	}
	.site-content {
		width: 66.10169491525424%;
	}
	.home #primary {
		width: 100%;
	}

	.footer-logo-item {
		width: calc(20% - 15px);
		flex: 0 1 calc(20% - 15px);
	}
	
}
@media screen and (min-width: 769px){
	.envelope .su-column-size-1-2 {
    	width: auto;
	}
	.su-column-size-1-2.textBlock{
		width: 100%;
	}
	.buttonBlock {
    	top: 0;
    	right: 0;
	}
	.buttonBlock a.button {
    	padding-bottom: 35px;
		padding-top: 35px;
	}
	.entry-content .su-row{
		margin-bottom: 20px;
	}
	.buttonBlock a.button:before{
		height: 75px;
		padding-top: 13px;
	}
}
@media screen and (min-width: 960px) {
	.topheader {
		padding-right: 0;
	}
	.mainNaviOuter > div {
		background-color: #4f39bc;
	}
	.main-navigation li {
		float: left;
		position: relative;
	}
	.main-navigation .nav-menu > li {
		border-right: 1px solid #48379c;
	}
	.main-navigation .nav-menu > li:first-child {
		border-left: 1px solid #48379c;
	}
	.main-navigation li li {
		border-right: 0;
		display: block;
		float: left;
	}
	.main-navigation li li > a,
	.main-navigation li li:hover > a {
		border-bottom: 0;
	}
	.main-navigation li ul li > a {
		background-color: #4f39bc;
	}
	.main-navigation li ul li:hover > a {
		background-color: #2e1d86;
		color: #fff;
	}
	.main-navigation li ul li a,
	.main-navigation li ul li a:focus {
		border-bottom: 0; 
	}
	
	.main-navigation li a {
		font-size: 16px;
	}
	.main-navigation li ul li a,
	.main-navigation li li a {
		width: 180px;
	}
	.main-navigation li ul.rightToLeft{
    	right: 0px;
		transition: none;
	}
	.main-navigation li ul ul.rightToLeft{
		left: -100%;
		right: auto;
		top: 0;
	}
	.site-header {
		position: fixed;
	}
	.site-header.scrolledOut {
		top: -52px;
	}
	.logo {
		top: 0;
	}
	.scrolledOut .logo {
		top: -90px;
		opacity: 0;
	}
	.menu-toggle {
		display: none !important;
	}
	.main-navigation ul.nav-menu.toggled-on,
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
	}
	#main {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.widget-content.widget-area  {
		margin-top: 40px;
	}
	.four-col .box-link-wrapper li,
	.widget-area .widget .four-col .box-link-wrapper li,
	.home .widget-area .widget .four-col .box-link-wrapper li {
		width: 25%;
	}
}
@media screen and (min-width: 1024px) {
	.footer-logo-item {
		width: calc(14.2% - 15px);
		flex: 0 1 calc(14.2% - 15px);
	}
}
@media screen and (min-width: 1200px) {
	.widget-area .widget h3.widget-title,
	.widget-title,
	.widget h2,
	th.event-time, th.event-description {
		font-size: 26px;
	}	
	.template-front-page .widget-area.widget-footer .widget,
	.template-front-page.two-sidebars .widget-area.widget-footer .front-widgets,
	.template-front-page .widget-area.widget-footer .widget:nth-child(2n),
	.template-front-page.two-sidebars .widget-area.widget-footer .front-widgets + .front-widgets,
	.widget-area.widget-footer .widget {
		width: 25%;
	}	
	.template-front-page .widget-area.widget-footer .widget.widget-first,
	.template-front-page.two-sidebars .widget-area.widget-footer .front-widgets.widget-first,
	.template-front-page .widget-area.widget-footer .widget:nth-child(2n).widget-first,
	.template-front-page.two-sidebars .widget-area.widget-footer .front-widgets + .front-widgets.widget-first,
	.widget-area.widget-footer .widget.widget-first {
		width: 50%;
	}
}

@media screen and (max-width: 959px) {
	ul li ul li .dropdown-toggle,
	ul li ul li .dropdown-toggle:active,
	ul li ul li .dropdown-toggle:focus,
	ul li ul li .dropdown-toggle:hover,
	ul li ul li .dropdown-toggle.toggled-on {
	}
	.dropdown-toggle,
	.dropdown-toggle:active,
	.dropdown-toggle:focus,
	.dropdown-toggle:hover,
	.dropdown-toggle.toggled-on {
		background: none;
		border: none;
		display: block;
		height: 36px;
		line-height: 1;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
	}
	.dropdown-toggle:before {
		color: #fff;
		content: "\e874";
		font-family: 'Linearicons-Free';
		font-size: 22px;
	}
	.dropdown-toggle.toggled-on:before {
		content: "\e873";
	}
	
	.mainNavi {
		font-size: 0;
		margin-left: 0;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation li a:hover,
	.main-navigation li a:focus,
	.main-navigation li:hover > a {
		color: #fff;
		opacity: 1;
	}
	.main-navigation li a {
		color: #fff;
		text-decoration: none;
	}
	.main-navigation li ul {
		opacity: 1;
		position: static;
		overflow: visible;
		width: 100%;
		height: auto;
		clip: auto;
	}
	.menu-inner-wrapper {
		min-height: inherit;
	}
	.main-navigation {
		display: inline-block;
		margin-top: 0;
		float: none;
		right: 0;
		position: relative;
		padding: 0;
		text-align: left;
		width: 100%;
	}
	.main-navigation button.menu-toggle {
		background: #2e1d86;
		border-radius: 0;
		font-size: 0;
		height: 40px;
		right: 10px;
		line-height: 0;
		margin: 0 0 0 20px;
		padding: 0;
		position: absolute;
		text-align: center;
		top: -52px;
		width: 40px;
		z-index: 30;
	}
	.main-navigation button.menu-toggle:after {
		color: #fff;
		content: "\e871";
		font-family: 'Linearicons-Free';
		font-size: 24px;
		line-height: 40px;
	}
	.main-navigation button.menu-toggle.toggled-on{
		top: -52px;
	}
	.main-navigation button.menu-toggle.toggled-on ~ div {
		margin-top: 0;
	}
	.main-navigation > div {
		margin: 0;
	}
	.main-navigation > div .nav-menu {
		width: 100%;
		position: relative;
	}
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
		padding-right: 0;
	}
	.main-navigation ul.nav-menu.toggled-on {width:100%;}
	.main-navigation li > a {display:block; text-align:left; }
	.main-navigation ul {overflow:hidden;}
	.nav-menu .sub-menu li a {width:100%; color: #fff }
	.nav-menu .sub-menu li .sub-menu a {width:100%; color: #fff }
	.main-navigation ul.nav-menu {padding: 0 !important; width: 100%!important; z-index: 100;}
	.main-navigation li {
		background-color: #2e1d86;
		border-left: 0;
		border-top: 1px solid #48379c;
		margin: 0;
		position: relative;
		display: block;
		width: 100%;
	}
	.main-navigation li a {
		display: block;
		padding: 10px 5px;
		float: none;
	}
	.main-navigation .sub-menu ul li a {
		display: block;
		font-weight: normal;
		padding: 10px 25px;
	}
	.main-navigation .sub-menu li a {
		border-bottom: 0;
		display: block;
		padding: 10px 15px;
	}
	.main-navigation .sub-menu li {
		border-top: 1px solid #48379c;
		transition: none;
	}
	.main-navigation li ul li .submenu-inner > ul, .main-navigation li ul li .submenu-inner > ul, .main-navigation .focus li .submenu-inner > ul, .main-navigation li ul li .submenu-wrapper, .main-navigation li:hover ul li .submenu-inner > ul, .main-navigation li:focus ul li .submenu-inner > ul, .main-navigation .focus li .submenu-inner > ul, .main-navigation li:hover ul li .submenu-wrapper,
	.main-navigation .submenu-wrapper.toggled-on .sub-menu{
		transition: none;
	}
    .main-navigation > ul {height: auto; display: none; position: absolute; left: 0; right: 0; top:0 }
    .main-navigation > ul > li{width: 100%; float: none; background:#fff;}

 	.main-navigation .sub-menu {
		position: static;
		border:0;
		padding-top:0;
		display: none;
	}
	.main-navigation .sub-menu.toggled-on {
		display: block;
	} 
	.mainNavi {
		margin-top: 10px;
	}

}
@media screen and (max-width: 599px) {
	.page-title, .archive-title, .entry-header .entry-title, .entry-content h1, .comment-content h1 {
		font-size: 32px;
	}
	.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets, .template-front-page .widget-area .widget:nth-child(2n), .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		margin-bottom: 20px;
	}
	form .wpcf7-form-control-wrap.plz {
		width: 30%;
	}
	form .wpcf7-form-control-wrap.ort {
		margin-left: 3%;
		width: 67%;
	}
	.widget-area .widget .box-wrapper li,
	.box-wrapper li {
		margin-bottom: 30px;
		width: 50%;
	}
	.acf-rpw-li {
		padding-right: 0;
		width: 100%;
	}
	.acf-rpw-ul {
		margin-right: 0;
	}
	.widget-area .widget li.acf-rpw-li,
	.template-front-page .widget-area .widget li.acf-rpw-li,
	.widget-area .widget li.acf-rpw-li:nth-of-type(2),
	.template-front-page .widget-area .widget li.acf-rpw-li:nth-of-type(2) {
		margin-top: 20px;
	}
	.topheader {
		padding-right: 0;
	}
}

/* IE 8 */
.ie8 .menu-toggle {
	display: none;
}
.ie8 .main-navigation UL.nav-menu {
	display: block; 
	position: relative; 
	overflow: visible;
}
.ie8 .main-navigation li ul { 
	display: none;
}
.ie8 .main-navigation li:hover ul { 
	display: block; 
	position: absolute; 
	top: 25px; 
	z-index: 99999; 
	width: 200px;
}
.ie8 .main-navigation li:hover ul li, .main-navigation li:hover ul li a { 
	display: block;
}
.ie8 .main-navigation li a, .ie8 .main-navigation li {
		display: inline-block;
	}
.ie8 .site-content { 
	float: left; 
}

.tmm .tmm_member .tmm_photo {
	background-position: top center;
}

.tmm_photo.tmm_pic_hauswirtschaft_4,
.tmm_photo.tmm_pic_hauswirtschaft_5,
.tmm_photo.tmm_pic_hauswirtschaft_6 {
	width: 90% !important;
	height: 40px !important;

}

.tmm_photo.tmm_pic_paedagogisches-team_0 {
	background-position: center center !important;
}

.tmm_photo.tmm_pic_traegerverein_1 {
	background-position: center center !important;
}


