

/* ----------------------- Allgemein ----------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

html, body {
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
	color: #333;
	font-size:1em;
	line-height:1.4em;
}

#wrapper {
	width: 94%;
	margin: 2em auto;
}

img {
	max-width:100%;
	height:auto;
	border:none;
}

a:link,
a:visited,
a:active {
	color: #333;
	text-decoration:none;
}

a:hover,
a.current {
	border-bottom: 1px solid #333;
}
#logo-hd a,
#pfeilspalte a {
	border-bottom: none;
}

.artikel a:hover,
.artikel a.current {
	border-bottom: none;
}

u {
	text-decoration:none;
	border-bottom: 1px solid #333;
}

.klein {
	font-size: 0.8em;
	line-height: 1.25em;
}

h1 {
	font-size: 1.75em;
	line-height: 0.9em;
	font-weight: normal;
	font-family: 'eurostyle-light' , Tahoma, Geneva, sans-serif;
	margin: 0 0 0.25em 0;
}

h2 {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: normal;
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
	margin: 0 0 1em 0;
}

h3 {
	font-size: 1.75em;
	line-height: 1.25em;
	font-weight: normal;
	font-family: 'eurostyle-light' , Tahoma, Geneva, sans-serif;
	margin: 0 0 0.25em 0;
}

h4 {
	font-size: 1em;
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
}

p, p.large-margin {
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
	margin: 0 0 1em 0;
}

p.large-margin {
	margin-bottom: 2em;
}

p.small {
	font-size: 10px;
	line-height: 13px;
}



ul {
	list-style-type:none;
	width: 100%;
}

nav#subnavigation ul li {
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
}

ul li ul {
	margin: 0 0 0 2em;
}


/* ----------------------- Fonts ----------------------- */

@font-face {
    font-family: 'eurostyle-light';
    src: url('../fonts/2791EB_0_0.eot');
    src: url('../fonts/2791EB_0_0%EF%B9%96.eot#iefix') format('embedded-opentype'),
         url('../fonts/2791EB_0_0.woff') format('woff'),
         url('../fonts/2791EB_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eurostyle-regular';
    src: url('../fonts/2791EB_1_0.eot');
    src: url('../fonts/2791EB_1_0%EF%B9%96.eot#iefix') format('embedded-opentype'),
         url('../fonts/2791EB_1_0.woff') format('woff'),
         url('../fonts/2791EB_1_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* *********************** Header *********************** */

#header {
	width: 100%;
}

#logo {
	width: 17em;
	float: left;
}

#logo-hd {
	width: 178px;
	padding-top: 2px;
}

#navigation {
	width: auto;
	margin: 0 0 0 2.666%;
	border-bottom: 1px solid #333;
	height: 4em;
	position: relative;
}

.navigationsabstand {
	width: auto;
	margin-left: 16em;
}

nav#hauptnavigation ul {
	list-style-type:none;
	float:left;
	width:100%;
}

nav#hauptnavigation ul li {
	float:left;
	margin:0 2.5em 0 0;
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
}

nav#sprache ul {
	list-style-type:none;
	position: absolute;
	top: 0;
	right: 0;
	width:12%;
}

nav#sprache ul li {
	float:right;
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
}

#mobile-navigation {
	display: none;
}


/* *********************** Pfeil Zurück *********************** */

#pfeilspalte {
	clear: both;
	width: 100%;
	height: 2em;
	padding: 1em 0 1em 0;
}



/* *********************** Inhaltbereich *********************** */

#inhaltbereich {
	width: 100%;
	/*overflow: hidden;*/
	margin: 0 0 4em 0;
}

#subnavigation-wrapper {
	width: 16em;
	padding-top: 0.15em;
	float: left;
}

#inhalt {
	width: auto;
	margin: 0 0 0 16.4em;
	height: 10em;
}

nav#subnavigation ul {
	list-style-type:none;
	width: 100%;
	margin: 1em 0 2em 0;
}

nav#subnavigation ul li {
	font-family: 'eurostyle-regular' , Tahoma, Geneva, sans-serif;
}

nav#mobile-subnavigation {
	display: none;
}

.artikel {
	width:30.3%;
	max-width: 660px;
	margin:0 0 1em 2.1%;
	float:left;
	border-bottom:1px solid #333;
	padding-top:0.5em;
}

.artikel img {
	margin: 0 0 0.5em 0;
	width: 100%;
}

.artikel-bild {
	width:63.999%;
	margin:0 0 1em 2.6%;
	float:left;
}

.artikel-bild img {
	margin: 0 0 1em 0;
}

.artikel-text {
	width:30.666%;
	margin:0 0 1em 2.6%;
	float:left;
}

.grosserabstand {
	margin: 0 1em 0 0;
}






/* *********************** Responsive *********************** */

@media screen and ( min-width: 1710px) {
	#wrapper {
		width: 1680px;
		margin: 2em 0 2em 30px;
	}

}

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

.artikel {
	width:47.3%;
}


}


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

#logo {
	width: 13em;
}

.navigationsabstand {
	width: auto;
	margin-left: 13em;
}


nav#hauptnavigation ul li {
	margin:0 1em 0 0;
}

#subnavigation-wrapper {
	width: 13em;
}

#inhalt {
	margin: 0 0 0 13em;
}

.artikel-bild {
	width:97.333%;
}

.artikel-text {
	width:97.333%;
}

}


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

#navPrimary {
	margin-top: 1em;
}

#logo {
	width: auto;
	cleat: left;
}

#navigation {
	margin: 0;
	height:5em;
}

.navigationsabstand {
	margin-left: 0;
}



}



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

.artikel {
	width:97.3%;
}

}


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

#navigation {
	display: none;
}

#mobile-navigation {
	display: block;
	clear: left;
	width: auto;
	border-bottom: 1px solid #333;
	height: 3em;
	padding-top: 1.5em;
}

#subnavigation-wrapper {
	width: 8em;
}

#inhalt {
	margin: 0 0 0 8em;
}

.dd-container {
	padding: 0.25em 0 0 0 !important;
}

.dd-selected {
padding: 0.25em 0.5em 0.25em 0.5em !important;
font-weight: normal !important;
background-color: #fff !important;
border-color: #333 !important;
}

.dd-pointer-down {
border-top: solid 5px #333 !important;
}

.dd-select {
border-radius: 0px !important;
border: solid 1px #333 !important;
}

.dd-options {
border: solid 1px #333 !important;
border-top: none !important;
box-shadow: none !important;
padding: 0.25em 0 0.25em 0 !important;
}

.dd-option {
padding: 0.25em 0.5em 0.25em 0.5em !important;
display: block;
border-bottom: none !important;
overflow: hidden;
text-decoration: none;
color: #333;
cursor: pointer;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
}

.dd-option-selected {
background: #fff!important;
text-decoration: underline !important;
}

a.dd-selected:hover {
border-bottom: none !important;
}

.dd-option:hover {
background: #fff !important;
color: #333!important;
text-decoration: underline !important;
}


}


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

#subnavigation-wrapper {
	clear:left;
}

#inhalt {
	margin: 0 0 0 0em;
}

.artikel,
.artikel-bild,
.artikel-text {
	width:100%;
	margin:0 0 1em 0;
}

nav#subnavigation {
	display: none;
}

nav#mobile-subnavigation {
	display: block;
	clear: left;
	width: 100%;
	border-bottom: 0px solid #333;
	height: 2em;
	margin: 0 0 1em 0;
}

}




.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


#masonry {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#infscr-loading {
	position: absolute;
	bottom: 0;
	left: 2.6%;
	width: 200px;
}
#infscr-loading img {
	float: left;
	margin-right:10px;
}


#svLTM h3 {
	display: none;
}

@media print {

	.artikel[style] {
		position: relative !important;
		display: block !important;
		left: auto !important;
		top: auto !important;
		float: left;
		width: 30%;
		-webkit-transform: none!important;
		-moz-transform: none!important;
		-o-transform: none!important;
		transform: none!important;
	}

	#masonry[style] {
		height:auto !important;
	}
}


.video-container {
    position: relative;
    overflow: hidden;
	width:100%;
	height: auto;
}

.video-container iframe,
.video-container object,
.video-container video,
.video-container embed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}
