@charset "utf-8";

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../webfonts/oswald-v48-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/oswald-v48-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../webfonts/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../webfonts/lato-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/lato-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
	margin: 0px;
	height: 100%;
	background-color: #FFFFFF;
}
 
:focus {
	 outline:0; 
	 -moz-outline:0; 
}

body {	 
	background-color: #FFFFFF;
	position: relative;
	margin: 0;
	padding: 0px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 20px;
}	  

.main {
	max-width: 1250px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}

.main.slim {
	max-width: 800px;
}

.infoblock {
	max-width: 1250px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	margin-top: 50px;
}

img {
	vertical-align: baseline;
}

span,div {
	zoom: 1;
}			   

a {
	zoom: 1;
	color: inherit;
}
	
a img {
	border-width: 0px;
}	   

form {
	margin: 0px;
	padding: 0px;
}
		
textarea, input, select {
	font-family: 'Lato',sans-serif;
}		

ul, li {
	padding: 0px;
	margin: 0px;
}

sup {
	font-size:60%;
	vertical-align:top;
	position: relative;
	top: -6px;
}

iframe {
	max-width: 100%;
}

/**** HEADER ***/

.topheader {
	position: relative;
	padding: 10px 25px 38px 20px;
}

.socialicons {
	position: absolute;
	top: 12px;
	right: 20px;
}

.socialicons a {
	margin-left: 5px;
}

.socialicons .language-selection {
	text-decoration: none;
	color: #f01414;
	font-size: 10px;
	position: relative;
	top: -4px;
}

.socialicons .language-selection:hover {
	text-decoration: underline;
}

.menubar {
	position: absolute;
	box-sizing: border-box;
	left: 0px;
	top: 112px;
	width: 100%;
	height: 33px;
	background-color: #f01414;
	color: white;
	padding: 7px 20px 7px 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	line-height: 19px;
	text-transform: uppercase;
}

.menubar.fixed {
	top: 0px;
	position: fixed;
	z-index: 999;
}

.menu li {
	display: inline;
	margin-right: 5px;
}

.menu a {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
}

.menu a:hover, .menu .sel a {
	color: #f01414;
	background-color: white;
}

.iconmenu {
	position: absolute;
	right: 20px;
	top: 4px;
}

.iconmenu li {
	display: inline;
	margin-left: 5px;
}

.iconmenu a {
	text-decoration: none;
}

.iconmenu .suchform {
	display: inline-block;
	vertical-align: top;
}

.suche {
	position: absolute;
	right: 25px;
	top: 4px;
}

.suchform .suchfeld {
	border: none;
	padding: 2px 5px 1px 5px;
	width: 200px;
/*
	display: inline-block;
	vertical-align: middle;
	padding: 5px 4px 0px 4px;
	font-size: 14px;
	line-height: 11px;
	width: 250px;
	margin-bottom: 2px;
*/
}

.suchform .suchfilter {
	display: inline-block;
	vertical-align: middle;
	border: none;
	border-radius: 0px;
	font-size: 11px;
	background-color: white;
	line-height: 11px;
	padding: 6px 4px 2px 4px;
	-moz-appearance: none;
    -webkit-appearance: none;
	margin-bottom: 2px;
}

.suchform .suchbutton {
	display: inline-block;
	vertical-align: middle;
}

.mobile-icons {
	display: none;
}

.mobile-menuicon {
	position: absolute;
	right: 18px;
	top: 6px;
}

#menu-hide { display: none; }

.mobile-menucontainer { display: none; }

.mobile-menu {
	display: none;
	color: white;
	background-color: #f01414;
}

.mobile-menu a {
	display: block;
	text-align: center;
	font-family: 'Oswald',sans-serif;
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	padding: 3px 10px 4px 10px;
	border-top: 1px solid white;
}

.mobile-menu .sel a {
	background-color: white;
	color: #f01414;
}

/**** BIGHEADER / IMAGESLIDER ***/

.bigheader {
	position: relative;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 15px;
}

.bigheader .pagedots {
	position: absolute;
	right: 25px;
	bottom: 20px;
}

.dot .full { display: none; }
.dot.sel .full { display: inline; }
.dot.sel .empty { display: none; }

.slide-container {
	position: relative;
}

.slide {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: none;
}

#slide-0 { display: block; }

.slide .overlay {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 150px;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));	
}

.slide .title {
	position: absolute;
	left: 25px;
	bottom: 17px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: white;
}

.slide .title h1, .slide .title h2 {
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 30px;
	line-height: 34px;
}

.bigheader .stoerer {
	box-sizing: border-box;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	padding-top: 14px;
	background-color: #f01414;
	color: white;
	text-decoration: none;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	line-height: 22px;
	text-transform: uppercase;
	transform: rotate(10deg);
}

/**** CONTENTBLOCK ****/

hr {
	border: none;
	border-bottom: solid 1px #ededed;
	margin: 0px;
}

.contentblock {
	position: relative;
	margin-top: 28px;
	padding-bottom: 32px;
}

.contentblock .headline {
	margin-bottom: 25px;
}

.contentblock .headline h1, .contentblock .headline h2 {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	border-bottom: solid 2px #f01414;
	margin: 0px;
	padding-bottom: 4px;
}

.contentblock li {
	margin-left: 20px;
}

.bigtext {
	font-size: 18px;
	line-height: 25px;
}

.kategorieauswahl {
	position: absolute;
	right: 0px;
	top: 3px;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding: 5px 4px 3px 4px;
}

.kategoriefilter, .sortierung {
	vertical-align: middle;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	border: none;
	border-radius: 0px;
	background-color: #f01414;
	background-image: url(../img/dropdown-caret.png);
	background-size: 15px 6px;
	background-position: right center;
	background-repeat: no-repeat;
	color: white;
	-moz-appearance: none;
    -webkit-appearance: none;
	cursor: pointer;
	position: relative;
	top: -2px;
	padding: 2px 5px;
	width: 100px;
}

.taglink {
	display: inline-block;
	background-color: #f01414;
	padding: 1px 5px 1px 5px; 
	margin-right: 5px;
	margin-bottom: 5px;
	color: white;
	font-weight: bold;
	text-decoration: none;	
}

.taglink:hover {
	background-color: black;
}

/**** PAGING ****/

.paging {
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #f01414;
}

.paginglink {
	text-decoration: none;
	display: inline-block;
	width: 22px; 
	height: 22px;
	border: 1px solid #f01414;
	border-radius: 1px;
	text-align: center;
}

.paginglink.sel {
	background-color: #f01414;
	color: white;
}

/**** GRID ****/

.grid {
	font-size: 0px;
	line-height: 0px;
	margin-left: -12px;
	margin-right: -12px;
}

.entry {
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 24px);
	min-height: 360px;
	overflow: hidden;
	margin-left: 12px;
	margin-right: 12px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 15px;
}

.entry .imagecontainer {
	position: relative;
	display: block;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}

.entry .imagecontainer .imagelink img {
    transition: all 0.4s ease;
}

.entry .imagecontainer:hover .imagelink img {
	transform: scale(1.2);
}

.entry .imagecontainer .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,0.65);
	transition: all 0.4s ease;
}

.entry .imagecontainer:hover .overlay {
	opacity: 1;
}

.entry .imagecontainer .icon {
	position: absolute;
	top: 50%;
	opacity: 0;
    transition: all 0.4s ease;
}

.entry .imagecontainer:hover .icon {
	opacity: 1;
}

.entry .imagecontainer .icon-1 {
	right: 50%;
	margin-right: 5px;
	margin-top: -12px;
}

.entry .imagecontainer .icon-2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 5px;
	margin-top: -12px;
}

.entry .titlelink {
	text-decoration: none;
}

.entry .titlelink:hover {
	color: #f01414;
	text-decoration: underline;
}

.entry h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 0px;
}

.entry .subtitle {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 19px;
}

.entry .smalltext {
	font-size: 12px;
}

.more-link {
	display: none;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FAFAFA;
/*
	border: 1px solid #f01414;
	color: #f01414;
*/
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
}

.more-link:hover {
/* 	background-color: #f01414; */
	color: #f01414;	
}

/**** TWITTER-BLOCK ****/

.colblock iframe {
	border-left: solid 1px #ededed !important;
}

/**** NEWSLETTER-FORM ****/

.newsletter-form {
	margin-top: 15px;
}

form input[type=text], form input[type=password] {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	padding: 2px 4px;
	width: 260px;
	margin-bottom: 10px;
}

form input[type=submit], .submit-button {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px;
	margin-top: 5px;
	margin-right: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
	background-color: #f01414;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	cursor: pointer;
}

form input[type=submit].small {
	vertical-align: top;
	padding: 3px 10px 5px 10px;
	margin-top: 0px;
}

form .checkbox {
	margin-bottom: 8px;
}

form .error {
	font-weight: bold;
	padding-top: 15px;
}

/**** BEITRAG ****/

.beitragstext {
	margin-top: 15px;
	max-width: 800px;
}

.beitragstext .tab-container {
	position: relative;
	border-bottom: solid 2px #f01414;
	margin-bottom: 20px;
}

.beitragstext .tab {
	display: inline-block;
	padding: 5px 16px;
}

.beitragstext .tab.sel {
	background-color: #f01414;
	color: white;
}

.beitragstext .tab h2 {
	margin: 0px;
	font-size: 16px;
}

.beitragstext .tab a {
	text-decoration: none;
}

.beitragstext .tab a:hover {
	text-decoration: underline;
}

.beitragstext .tab.sel a:hover {
	text-decoration: none;
}
	
.beitragstext .tab-container .sharebuttons {
	position: absolute;
	right: 0px;
	top: 0px;
}

.beitragstext .kategorietext {
	font-weight: bold;
}

.beitragstext .kategorietext a {
	text-decoration: none;
}

.beitragstext .kategorietext a:hover {
	text-decoration: underline;
}

.beitragstext .info {
	position: relative;
	font-size: 12px;
	line-height: 18px;
}

.beitragstext .info .datum {
	position: absolute;
	right: 0px;
	top: 0px;
}

.beitragstext label {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	min-width: 180px;
	padding-bottom: 5px;
}

.beitragstext label.nobold {
	font-weight: normal;
}

.spalte-rechts {
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(100% - 850px);
}

.related-entry {
	display: block;
	position: relative;
	min-height: 63px;
	padding-left: 135px;
	text-decoration: none;
	font-size: 10px;
	padding-top: 5px;
	margin-bottom: 15px;
}

.related-entry:hover {
	background-color: #FAFAFA;
}

.related-entry .image {
	position: absolute;
	left: 0px;
	top: 0px;
}

.related-entry h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
}

/*** COLUMN-BLÖCKE ***/

.contentblock.columns {
	font-size: 0px;
	line-height: 0px;
	margin-left: -12px;
	margin-right: -12px;
}

.colblock {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 24px);
	margin-left: 12px;
	margin-right: 12px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 15px;
	padding-right: 20px;
}

.colblock.double {
	width: calc(66.66% - 24px);
}


/**** FOOTER ****/

.footer {
	clear: both;
	position: relative;
	background-color: #f01414;
	color: white;
	padding: 7px 10px 70px 10px;
	margin-top: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}

.footermenu li {
	display: inline;
	margin-right: 5px;
}

.footermenu a {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
}

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

/**** POPUP ****/

.popup {
	display: none;
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 450px;
	margin-left: -225px;
	margin-top: -30px;
	background-color: white;
	border: 4px solid white;
	text-align: center;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.popup-body {
/* 	border: 1px solid #f01414; */
	padding: 28px 15px 20px 15px;
}
	
.popup-close {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	right: 2px;
	top: 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 16px;
	background-color: #f01414;
	color: white;
	text-align: center;
}

.popup-button {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px;
	margin-top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
	background-color: #f01414;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	line-height: 20px;
	cursor: pointer;	
	margin-top: 20px;
	margin-bottom: -10px;
	margin-left: 2px;
	margin-right: 2px;
}

.popup-text p:first-child {
	margin-top: 0px;
}

.popup-text p:last-child {
	margin-bottom: 0px;
}


#fbcontainer { height: 437px; }

/**** ERWEITERTE SUCHE ****/

.suche-headline {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 4px;
	margin-top: 15px;
}

.suche-auswahl {
	font-size: 15px;
}

.akkordeon-content {
	display: none;
}

.coltext {
	padding-top: 20px;
	column-count: 4;
}

.coltext a {
	text-decoration: none;
}

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

@media only screen and (max-width: 1280px) {	
	.bigheader { margin-left: -20px; margin-right: -20px; }
	.slide .title { left: 20px; }
	.bigheader .pagedots { right: 20px; }
}

@media only screen and (max-width: 1000px) {	
	.topheader { padding: 5px 25px 33px 20px; }
	.topheader .logo img { width: 100px; }
	.menubar { top: 61px; }
	.menu { display: none; }
	.iconmenu { display: none; }
	.suche { left: 20px; right: auto; }
	.mobile-icons { display: block; }
	.mobile-menucontainer { display: block; }
	.entry { width: calc(50% - 24px); }
	.colblock { width: calc(50% - 24px); }
	.colblock.double { width: calc(100% - 24px); }
	.coltext { column-count: 3; }
}

@media only screen and (max-width: 680px) {	
	.entry { width: calc(100% - 24px); }
	.colblock { width: calc(100% - 24px); padding-right: 0px; margin-bottom: 30px;}
	.bigheader .stoerer { right: 10px; top: 10px; padding-top: 4px; width: 80px; height: 80px; border-radius: 40px; font-size: 12px; line-height: 14px; }
	.coltext { column-count: 2; }
	.beitragstext .tab { padding: 3px 7px; }
	.beitragstext .tab h2 { font-size: 13px; } 
}

@media only screen and (max-width: 500px) {	
	.topheader { padding: 5px 10px 33px 10px; }
	.topheader .logo img { width: 60px; }
	.socialicons { right: 10px; }
	.menubar { top: 40px; }
	.suche { left: 10px; }
	.suchform .suchfeld { width: 200px; }
	.suchform .suchfilter { display: none; }
	.mobile-menuicon { right: 10px; }
	.main { padding-left: 10px; padding-right: 10px; }
	.infoblock { padding-left: 10px; padding-right: 10px; }
	.bigheader { margin-left: -10px; margin-right: -10px; }
	.slide .title { left: 10px; bottom: 10px; }
	.slide .title h1, .slide .title h2 { font-size: 22px; line-height: 25px; }
	.bigheader .pagedots { display: none; }
	.beitragstext .tab-container { margin-bottom: 35px; }
	.beitragstext label { display: block; padding-bottom: 0px; margin-top: 5px; }
	#button-watchlist { position: absolute; right: 0px; top: 32px; }
	.kategorieauswahl { display: block; position: relative; margin-top: -10px; margin-bottom: 10px;}
	.kategorieauswahl .kriterium { display: inline-block; white-space: nowrap; margin-bottom: 10px; }
}

@media only screen and (max-width: 400px) {	
	.coltext { column-count: 1; }
}