/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/oswald-v49-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/oswald-v49-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/oswald-v49-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/oswald-v49-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/oswald-v49-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/oswald-v49-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Droid Serif';
    src: url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/droidserif-regular-webfont.woff2') format('woff2'),
         url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/droidserif-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Droid Serif';
    src: url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/droidserif-bold-webfont.woff2') format('woff2'),
         url('https://verena.abkuerzung.at/files/verenazeiner/layout/fonts/droidserif-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}





body {
  font-family: 'Droid Serif', Helvetica, Arial;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  background: #f6f6f6;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#bg {
  background-image: url("/files/verenazeiner/layout/headerbilder/header_home_01.png");
  background-color: #000;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin: 0 auto!important;
  width: 100%;
  max-width: 1920px;
  position: relative;
  z-index: 1;
  min-height: 432px;
  height: 432px;
}
#bgslider {
  background-image: url("/files/verenazeiner/layout/headerbilder/header_home_01.png");
  background-color: #000;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin: 0 auto!important;
  width: 100%;
  max-width: 1920px;
  position: absolute;
  z-index: -1;
  min-height: 432px;
  height: 432px;
}
#bg2 {
  background-color: #000;
  background-position: 50% 80px;
  background-repeat: no-repeat;
  margin: 0 auto!important;
  width: 100%;
  max-width: 1920px;
  position: relative;
  z-index: 1;
  min-height: 432px;
  height: 432px;
}
#bgslider2 {
  background-color: #000;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  margin: 0 auto!important;
  width: 100%;
  max-width: 1920px;
  position: absolute;
  z-index: -1;
  min-height: 432px;
  height: 432px;
}


#wrapper {
  width: 90%;
  max-width: 960px;
  margin: auto;
  position: relative;
  z-index: 2;
}

header {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: rgba(0, 0, 0, .2);
}
header .inside {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: auto;
  height: 80px;
  line-height: 80px;
  padding: 0 0px;
}
header.clone {
  position:fixed;
  top:-80px;
  left: 0;
  right: 0;
  z-index:999;
  background: rgba(0, 0, 0, .2);
}
header.clone.animated {
  background: rgba(0, 0, 0, 1);
}
body.down header.clone {
  top:0;
}
header.headerimg {
  background: rgba(0, 0, 0, .8);
}


#logo {
  width: 221px;
  height: 47px;
  margin-top: 10px;
  margin-right: 20px;
  float: left;
}
#logo img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter:alpha(opacity=100);
}




#main_full {
  width: 100%;
  float: left;
  background: #fff;
  margin-top: -20px;
}
#main_left {
  width: 49%;
  float: left;
  background: #fff;
  margin-top: -20px;
}
#right {
  width: 49%;
  float: right;
  background: #fff;
  margin-top: -20px;
}
#main_left .inside,
#main_full .inside,
#right .inside {
  padding:  20px;
}



#footer {
  width: 100%;
  float: left;
  margin: 40px 0px 100px 0px;
}



/*
    **************************************
    ***** NEWS ************************
    **************************************
*/


.mod_newslist {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.layout_simple a,
.layout_simple a:link,
.layout_simple a:visited {
  background-image: url("/files/verenazeiner/layout/kreis_klein.png");
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding-left: 25px;

  font-family: 'Oswald', Helvetica, Arial;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 2px;
  color: #000000;
  text-decoration: none;
}
.layout_simple a:hover {
  color: #8c8c8c;
  text-decoration: underline;
}

.layout_simple {
  width: 100%;
  float: left;
  font-family: 'Oswald', Helvetica, Arial;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 2px;
  color: #000000;
  text-decoration: none;
}
.layout_simple .news_title {
  float: left;
  width: auto;
}
.layout_simple .news_date {
  display: none;
  float: right;
  width: 75px;
  text-align: right;
  margin-left: 10px;
  color: #8c8c8c;
}


.layout_full {
  width: 100%;
  clear: both;
  float: left;
    margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f1f1f1;

}
p.info {
  margin-top: -25px;
  font-family: 'Oswald', Helvetica, Arial;
  font-weight: 300;
  color: #00;
}


/*
    **************************************
    ***** ARTICLE ************************
    **************************************
*/


.mod_article {
}


/*
    **************************************
    ***** GALERIE ************************
    **************************************
*/

.ce_gallery {
  width: 100%;
  float: left;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
}
.ce_gallery ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ce_gallery ul li {
  float: left;
  margin: 5px 10px 5px 0px;
  padding: 0px;
}
.ce_gallery .image_container {
  display: block!important;
  margin: 0px!important;
}
.ce_gallery img {
  display: block;
}
#slider {
  margin: 0px 5px!important;
}

/*
    **************************************
    ***** STYLES *************************
    **************************************
*/

hr {
  background-color: #F3F3F3;
  border-width: 0;
  height: 2px;
  line-height: 0;
  margin: 10px 0px 20px 0px;
  width: 100%;
  float: left;
}
.ce_text hr {
  background-color: #FFFFFF;
}

ul {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}
.ce_text ul {
  float: left;
  width: 100%;
  margin: 0px 0px 18px 0px;
  padding: 0px 0px 0px 0px;
  list-style: square;
}
.ce_text ul li {
  padding: 2px 0px 2px 10px;
  margin: 0px 0px 0px 20px;
}


a,
a:link,
a:focus,
a img {
  outline: none;
}
.ce_text {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.ce_inlinemedia {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.ce_text.spacer {
  font-family: 'Oswald', Helvetica, Arial;
  font-weight: 300;
  border-top: 2px solid #f1f1f1;
  text-align: right;
  padding: 10px 0px;
  margin-top: -10px;
}

a img:hover {
  -moz-opacity: 0.80;
  -khtml-opacity: 0.80;
  opacity: 0.80;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter:alpha(opacity=80);
}
p {
    margin: 0px 0px 20px 0px;
    float: none;
}

div, p, a, li, td { -webkit-text-size-adjust:none; }

#container strong {
  font-family: 'Droid Serif', Helvetica, Arial;
  font-weight: 600;
}
a, a:link, a:visited {
  color: #8c8c8c;
  text-decoration: none;
}
a:hover {
  color: #3c3c3c;
  text-decoration: underline;
}

::selection {background:#dedede;color:#000;text-shadow:none;}
::-webkit-selection {background:#dedede;color:#000;text-shadow:none;}
::-moz-selection {background:#dedede;color:#000;text-shadow:none;}


h1 {
  margin: 5px 0px 25px 0px;
  padding: 0px 0px;
  color: #000000;
  font-family: 'Oswald', Helvetica, Arial;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 2px;
  width: auto;
  clear: both;
  text-transform: uppercase;
  display: inline-block;
  *display: inline; /* Für IE7 und darunter */
}
h2 {
  margin: 5px 0px 25px 0px;
  padding: 0px 0px;
  color: #000000;
  font-family: 'Oswald', Helvetica, Arial;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 2px;
  width: auto;
  clear: both;
  text-transform: uppercase;
  display: inline-block;
  *display: inline; /* Für IE7 und darunter */
}
h3 {
  margin: 5px 0px 15px 0px;
  padding: 0px 0px;
  color: #000000;
  font-family: 'Oswald', Helvetica, Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  width: 100%;
  text-transform: uppercase;
  display: inline-block;
  *display: inline; /* Für IE7 und darunter */
}
h4 {
  margin: 10px 0px 10px 0px;
  padding: 0px 0px;
  color: #C52D1A;
  font-family: 'Open Sans', Helvetica, Arial;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  display: inline-block;
  *display: inline; /* Für IE7 und darunter */
}

/*
    **************************************
    ***** AUSRICHTUNG ***********************
    **************************************
*/

.image_container {
  position: relative;
  overflow: hidden;
}
.image_container img {
  position: relative;
  z-index: 888;
  vertical-align: middle;
}
.image_container.float_right,
.image_container.float_left {
  background: none;
  height: auto;
  min-height: auto;
  line-height: auto;
}
.image_container.float_right {
  float: right;
  margin-left: 20px;
  width: auto;
}
.image_container.float_left {
  float: left;
  margin-right: 20px;
  width: auto;
}
.image_container.float_above {
  float: none;
  width: auto;
  margin-bottom: 10px;
}
.caption {
  text-align: right;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid #ddd;
  color: #8E8D8C;
}




/*
    **************************************
    ***** FORMS ***********************
    **************************************
*/


form {
	margin: 0px 0px 0px 0px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
label {
	padding: 10px 10px 0px 0px;
	font-family: 'Oswald', Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
  text-transform: uppercase;
	padding: 6px;
	font-size: 13px;
	color: #000000;
	cursor: pointer;
}
p.error,
p.confirm {
	margin: 0px;
	padding: 0px;
	color: #000000;
}


form, input, select, textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
textarea { overflow: auto; vertical-align: top; resize: vertical; max-width: 100%; }


input,
textarea,
select {
	font-family: 'Oswald', Helvetica, Arial;
	font-weight: 300;
  letter-spacing: 2px;
	font-style: normal;
	padding: 5px;
	font-size: 13px!important;
	color: #000;
	background: #ffffff;
	border: 1px solid #000;
	margin: 0 0 10px;
	width: 250px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: content-box; /* or `border-box` */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.checkbox {
	width: auto;
}

input:focus,
textarea:focus,
select:focus{
	border: 1px solid #8c8c8c;
	background: #F3F3F3;
	color: #000;
}
input:hover,
textarea:hover,
select:hover {
	border: 1px solid #8c8c8c;
	background: #F3F3F3;
	color: #000;
}

input.submit,
a.button {
  font-family: 'Oswald', Helvetica, Arial;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  padding: 5px;
  font-size: 13px;
  color: #ffffff;
  background: #000;
  border: 1px solid #000;
  margin: 0 0 10px;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  float: none;
}
input:hover.submit,
a:hover.button {
  border: 1px solid #8c8c8c;
  background: #ffffff;
  color: #000;
}
a.button {
  text-decoration: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}


/*
    **************************************
    ***** MAINMENU ***********************
    **************************************
*/

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}
#header nav {
  float: right;
  clear: right;
  margin-top: 5px;
  font-family: 'Oswald', Helvetica, Arial;
  font-weight: 300;
}
#header nav ul {
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: none;
  line-height: 30px;
}
#header nav ul.level_2 {
  position: absolute;
  width: auto;
  display: none;
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
  background: url("/files/verenazeiner/layout/pfeil.png") 0px 10px no-repeat;
  text-align: left;
  list-style-type: none;
}
#header nav ul.level_1 li.trail ul.level_2,
#header nav ul.level_1 li.active ul.level_2 {
  display: block;
}

#header nav ul li {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  padding: 0px 10px 0px 10px;
}
#header nav ul li.last {
  padding: 0px 0px 0px 10px;
}
#header nav ul li.first {
  padding: 0px 10px 0px 0px;
}

#header nav ul li ul {
  font-size: 0px;
}
#header nav ul li ul li {
  width: auto;
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  float: left;
  margin: 2px 0px;
  padding: 5px;
  background: #fff;
  clear: both;
}
#header nav ul li ul li.last,
#header nav ul li ul li.first {
  margin: 2px 0px;
  padding: 5px;
}
#header nav a,
#header nav a:link,
#header nav a:visited {
    color: #ffffff;
    text-decoration: none;
}
#header nav ul li ul li a,
#header nav ul li ul li a:link,
#header nav ul li ul li a:visited {
    color: #000000;
    text-decoration: none;
}
#header nav a:hover {
    color: #8c8c8c;
    text-decoration: none;
}
#header nav ul li ul li a:hover {
    color: #8c8c8c;
    text-decoration: none;
}
#header nav ul li span.active {
    color: #8c8c8c;
    text-decoration: none;
}
#header nav ul li ul li span.active {
    color: #8c8c8c;
    text-decoration: none;
}
#header nav .trail {
    color: #8c8c8c!important;
}



#header.clone nav ul li ul li a,
#header.clone nav ul li ul li a:link,
#header.clone nav ul li ul li a:visited {
    color: #ffffff;
}
#header.clone  nav ul li ul li a:hover {
    color: #8c8c8c;
}
#header.clone nav ul li ul li span.active {
    color: #8c8c8c;
}
#header.clone nav ul li ul li {
  background: #000000;
}


/*
    **************************************
    ***** MENÜ MOBILE ********************
    **************************************
*/


#nav-toggle {
  display: none;
  float: right;
  clear: right;

  width: 40px!important;
  height: 40px!important;
  line-height: 35px!important;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 34px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;

  margin-top: 3px;
}


#header nav#mobilemenu {
  float: right;
  clear: right;
  margin-top: 20px;
  font-family: 'Oswald', Helvetica, Arial;
  font-weight: 300;
  background: #000;
  padding: 10px;
  display: none;
}
#header nav#mobilemenu ul {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
}
#header nav#mobilemenu ul.level_2 {
  position: relative;
  clear: left;
  display: block!important;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  list-style-type: none;
  background: none;
}
#header nav#mobilemenu ul.level_1 li.trail ul.level_2,
#header nav#mobilemenu ul.level_1 li.active ul.level_2 {
  display: block!important;
}

#header nav#mobilemenu ul li {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  float: left;
  clear: left;
  padding: 0px 0px 0px 0px;
  width: 100%;
}

#header nav#mobilemenu ul li ul {
  font-size: 0px;
}
#header nav#mobilemenu ul li ul li {
  width: auto;
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  float: left;
  margin: 2px 0px;
  padding: 5px;
  background: #fff;
}

#header nav#mobilemenu a,
#header nav#mobilemenu a:link,
#header nav#mobilemenu a:visited {
    color: #ffffff;
    text-decoration: none;
}
#header nav#mobilemenu ul li ul li a,
#header nav#mobilemenu ul li ul li a:link,
#header nav#mobilemenu ul li ul li a:visited {
    color: #000000;
    text-decoration: none;
}
#header nav#mobilemenu a:hover {
    color: #8c8c8c;
    text-decoration: none;
}
#header nav#mobilemenu ul li ul li a:hover {
    color: #8c8c8c;
    text-decoration: none;
}
#header nav#mobilemenu ul li span.active {
    color: #8c8c8c;
    text-decoration: none;
}
#header nav#mobilemenu ul li ul li span.active {
    color: #8c8c8c;
    text-decoration: none;
}
#header nav#mobilemenu .trail {
    color: #8c8c8c!important;
}


/*
    **************************************
    ***** CHANGE LANGUAGE ****************
    **************************************
*/

#header nav.mod_changelanguage {
  margin-top: 11px;
}
#header nav.mod_changelanguage ul {
  line-height: 20px;
}
#header nav.mod_changelanguage ul li {
  font-size: 13px;
  padding: 0px 0px 0px 5px;
  color: #8c8c8c;
}


/*
    **************************************
    ***** MENÜ FOOTER ********************
    **************************************
*/

#footer nav {
  width: auto;
  float: left;
  font-family: 'Oswald', Helvetica, Arial;
  font-weight: 300;
}

#footer nav ul {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: none;
  line-height: 25px;
}


#footer .inside nav ul li {
  font-size: 12px;
  line-height: 25px;
  float: left;
  padding: 0px ;
  margin: 0px;
}
#footer .inside nav ul li strong {
  font-weight: 400;
}
#footer .inside nav ul li:after {
  content: "–";
  padding: 0px 10px;
}
#footer .inside nav ul li.noli:after {
  content: none;
}
#footer nav ul li.last {
}
#footer nav ul li.first {
  margin: 0px 10px 0px 0px;
}
#footer img {
  margin: 0px;
  padding: 0px;
  display: block;
}


#footer .inside nav a,
#footer .inside nav a:link,
#footer .inside nav a:visited {
  color: #000000;
  text-decoration: none;
}
#footer .inside nav a:hover {
  color: #8c8c8c;
  text-decoration: none;
}

#footer #blume {
	float: right;
	width: 41px;
	margin-left: 10px;
}





/*
	**************************************
	***** SHARE **************************
	**************************************
*/

.sharebutton {
  background: #000;
  width: auto;
  padding: 0px 6px;
  text-align: center;
  color: #fff;
  float: right;
  cursor: pointer;
  margin-top: -20px;
}
.sharebutton:hover {
  background: #8c8c8c;
}
.sharelinks {
  position: relative;
  z-index: 1000;
  margin-top: -155px;
  clear: right;
  float: right;
  width: auto;
  height: auto;
  background: #f6f6f6;
  text-align: right;
  padding: 5px;
}

.sharelinks ul {
  list-style: none;
  margin: 0px 0px;
  padding: 0px;
}
.sharelinks ul li {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.sharelinks ul li:before {content: none!important;}

.closelink {
  font-size: 14px;
  padding: 0px 0px 2px 0px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align:center;
  float: left;
  background: #000;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}
.closelink:hover {
  background: #8c8c8c;
}




/*
    **************************************
    ***** EVENTS *************************
    **************************************
*/

.mod_eventlist,
.mod_eventreader {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.event {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px 0px 20px 0px;
  cursor: pointer;
}
.event_date {
  float: left;
  width: auto;
  font-family: 'Oswald', Helvetica, Arial;
  font-weight: 300;
  margin-right: 10px;
}
.event_title {
  margin-right: 10px;
  float: left;
  clear: left;
  width: auto;
  color: #000;
  font-family: 'Oswald', Helvetica, Arial;
  font-weight: 400;
  display: inline-block;
}
.info .event_title {
  clear: left;
  padding: 0px 10px 0px 0px;
}
.event_location {
  float: left;
  width: auto;
  font-family: 'Oswald', Helvetica, Arial;
  font-size: 13px;
  font-weight: 300;
}

.event_openclose {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 16px;
  font-family: 'Droid Serif', Helvetica, Arial;
  font-size: 16px;
  font-weight: 400;
  color: #8c8c8c;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.event.active .event_openclose {
  background: #fff;
}
.event:hover .event_openclose {
  background: #fff;
}
.event.active:hover .event_openclose {
  background: #fff;
}
a.show,
a.show:link,
a.show:visited {
  color: #8c8c8c;
  text-decoration: none;
}
.event:hover a.show,
a.show:hover {
  color: #000;
  text-decoration: none;
}
a.close,
a.close:link,
a.close:visited {
  color: #8c8c8c;
  text-decoration: none;
}
.event:hover a.close,
a.close:hover {
  color: #000;
  text-decoration: none;
}
.details {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
  font-family: 'Oswald', Helvetica, Arial;
  font-size: 13px;
  font-weight: 300;
}
#rechte-spalte-startseite .eventwrapper.last .details {
  border: none;
}
.empty { display: none; }



.tools {
  width: 100%;
  text-align: right;
  font-size: 12px;
}
.tools a,
.tools a:link,
.tools a:visited {
  color: #8c8c8c;
  text-decoration: none;
}
.tools a:hover {
  color: #000000;
  text-decoration: none;
}



/*
	**************************************
	***** YOUTUBE, AUDIO COLORBOX *********
	**************************************
*/

.ce_youtube {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 40px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mejs-time-loaded {background: #8c8c8c!important;}
.mejs-overlay-button {
  width:100px;
  height:100px;
  margin:-50px 0 0 -50px;
}

.ce_downloads {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 40px;
}



#cboxTitle {display: none!important;}


/*
	**************************************
	***** PAGINATION *********************
	**************************************
*/


.pagination {
  position: relative;
  width: auto;
  float: right;
  margin: 20px 0px 20px 0px;
}
.pagination p,
.pagination li.last,
.pagination li.first {
	display: none;
}
.pagination ul {margin:0px; padding: 0px;}
.pagination li { padding: 0px; margin: 0px; display: inline-block;}
.pagination ul li:before {content: none!important;}
.pagination li a {color: #fff; text-decoration: none; margin: 0px; padding: 0px 6px; display: block; background: #000; }
.pagination li a:hover { background: #8c8c8c; text-decoration: none; }

.pagination li span.current {
  color: #fff;
  text-decoration: none;
  margin:0px;
  padding: 0px 6px;
  display: block;
  background: #8c8c8c;
}

.pagination li.previous,
.pagination li.next {
  margin: 0px;
  padding: 0px;
}
.pagination li a.previous,
.pagination li a.next {
  text-decoration: none;
  color: #fff;
  width: auto;
  background: #000000;
}
.pagination li a:hover.previous,
.pagination li a:hover.next {
  text-decoration: none;
  color: #fff;
  background: #8c8c8c;
}


/*
    **************************************
    ***** LAZYLOAD ***********************
    **************************************
*/


.loading {
	border-bottom-color:rgba(0,0,0,0);
	border-bottom-left-radius:50%;
	border-bottom-right-radius:50%;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-left-color:rgba(0,0,0,0.1);
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:rgba(0,0,0,0);
	border-right-style:solid;
	border-right-width:2px;
	border-top-color:rgba(0,0,0,0.1);
	border-top-left-radius:50%;
	border-top-right-radius:50%;
	border-top-style:solid;
	border-top-width:2px;
	box-sizing:border-box;
	color:#7c7c7c;
	display:block;
	height:24px;
	left:50%;
	line-height:24px;
	margin-bottom:0;
	margin-left:-12px;
	margin-right:0;
	margin-top:-12px;
	position:absolute;
	top:50%;
	width:24px;
	z-index:10;
	-webkit-animation:loading .5s linear infinite;
	-moz-animation:loading .5s linear infinite;
	-ms-animation:loading .5s linear infinite;
	-o-animation:loading .5s linear infinite;
	animation:loading .5s linear infinite
}

@-webkit-keyframes loading {
	from {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	} to {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
	}
@-moz-keyframes loading{
	from {
		-moz-transform:rotate(0deg);
		transform:rotate(0deg)
	} to {
		-moz-transform:rotate(360deg);
		transform:rotate(360deg)
	}
	}
@-o-keyframes loading {
	from {
		-o-transform:rotate(0deg);
		transform:rotate(0deg)
	} to {
		-o-transform:rotate(360deg);
		transform:rotate(360deg)
	}
	}
@keyframes loading {
	from {
		transform:rotate(0deg)
	} to {
		transform:rotate(360deg)
	}
	}


/*
    **************************************
    ***** COOKIE BAR *********************
    **************************************
*/

.hidden {
  display:none;
}
.cookie-wrapper {
  padding: 20px 0px;
  text-align: left;
  position: fixed;
  z-index: 1000000000000;
  bottom: 0;
  left: 0;
  background: #f6f6f6;
  color: #000000;
  font-family: 'Droid Serif', Helvetica, Arial;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 24px;
  width: 100%;
}
.cookie-wrapper p {
  margin-bottom: 0px;
}
.cookie-wrapper .button {
  float: right;
  margin: 0px 0px 0px 20px;
}
.cookie-wrapper a {
  display: inline!important;
}
.cookie-wrapper .cookie_desc {
  width: 100%;
  max-width: 960px;
  padding: 0 20px;
  margin: auto;
}




/*
    **************************************
    ***** MEDIA QUERY ********************
    **************************************
*/


@media only screen
and (min-width : 0px)
and (max-width : 920px) {
	#nav-toggle {
	  display: block;
	}
	#header nav.mod_navigation {
	  display: none;
	}
	#main_left {
	  width: 100%;
	}
	#right {
	  width: 100%;
	  float: left;
	}
	#header nav.mod_changelanguage {
	  float: right;
	  margin-top: 5px;
	}
}

@media only screen
and (min-width : 921px) {
	#header nav#mobilemenu {
	  display: none!important;
	}
}
@media only screen
and (max-width : 340px) {
	#logo,
	#logo img {
	  width: 200px!important;
	  height: 43px!important;
	}
}
