html, body {	
	line-height: 1.6em;
	text-rendering: optimizeLegibility;	
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  background-size: cover;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
}
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	
	background-color:#e2e2e2;
	font-family: 'Varela Round', sans-serif;
	
}

::selection {
	 background: #333;
	 color: #fff;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

html {
	overflow-x: hidden;
}

a {
	text-decoration:none;	
	
}

a {
  text-decoration: none;
}
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


#container {
	position: relative;
	right: 0;
	width: 1200px;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;/* CSS Document */

}

#wrapper {
	float: left;
	width: 100%;
	background: #fff;
	
}
	
header.side-header {
	position: relative;
	float: left;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, .side-navigation, label div, a.more-link, input[type="submit"], .button a, .commentlist li .comment-author, nav.top-nav > ul > li > a, .top-bar-nav, .footer-nav, .post-comments, #respond .comment-form p label {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700 !important;
}

.content_section h2 {
	font-size:0.9em;
}

.content_section h3 {
	font-size:1.3em;	
	
}
.content_section h4 {
	font-size:1.1em;
	color:#ce4d35;
}

.content_section p {
	font-size:0.9em;
	line-height: 1.3em;
	margin-top: 8px;
}

.content_section article {
	padding-bottom:43px;
	
}

.content_section description p {
	font-size:0.55em;
	text-align: center;
}

.content_section description hr {
    border: 0;
    height: 0;
	border-bottom:1px solid #000;    
    /*background-image: linear-gradient(to right, #ccc, #333, #ccc);*/	
}


ol, ul {
  padding: 0;
  margin: 20px 0 20px 30px;
}

nav.responsive-nav li a {	
	background-color: #1e5078;
}

.top-bar {
	/* background-color: #bb0e29; */
	/* background-color: #d83d3f; */
	background-color: #ce4d35;
	background: rgb(206,77,53);
	background: radial-gradient(circle, rgba(206,77,53,1) 41%, rgba(187,14,41,1) 100%); 
	position: fixed;	
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	z-index: 2;
}
.top-bar-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.logo-header {
  float: left;
  margin: 10px 20px 10px 0;
  width: 355px;
}
.logo-header img {
  height: 82px;
  width: auto;
}


.top-bar-search {
  float: right;
  margin: 15px 0 15px 20px;
}
label.header-search {
  float: right;
  cursor: pointer;
}
#top-search {
  position: absolute;
  top: 0;
  right: 40px;
  width: 0;
  height: 60px;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  -ms-transition: width 0.4s;
  transition: width 0.4s;
  overflow: hidden;
  z-index: 9;
}


/*---------- Navi oben anfang ----------*/

nav.top-nav {
	position: relative;
	z-index: 2;
}

nav.top-nav ul {
	margin: 0;
}

nav.top-nav li {
	position: relative;
	float: left;
	list-style: none;
}

nav.top-nav li a {
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

nav.top-nav li:hover a {
        text-decoration: none;
}


/* first level navigation */

nav.top-nav > ul > li > a {
	margin: 0;
	padding: 0 30px 0 15px;
	color: #fff;
	font-size: 14px;
	line-height: 60px;
}

nav.top-nav > ul > li > a:only-child {
	padding: 0 15px;
}

nav.top-nav > ul li > a:after {
	position: absolute;
	right: 10px;
	content: '\f431';
	color: #fff;
        font: normal 16px 'Genericons';
	line-height: 60px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

nav.top-nav > ul li > a:only-child:after {
	content: '';
}

nav.top-nav > ul > li:hover a {
	color: #fff;
}


/* sub menu navigation */

nav.top-nav li ul {	
	position: absolute;
	top: -9999px;
	left: 0;
	padding: 0 5px;
	background: #fff;
	opacity: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	z-index: 1;
}

nav.top-nav li ul ul:before {
	display: none;
}

nav.top-nav li:hover ul {
	top: 60px;
	opacity: 1;
}

nav.top-nav li:hover li a {
	position: relative;
	float: left;
	width: 250px;
	padding: 10px;
	margin: 0;
	font-size: 1em;
	text-transform: none;
}

nav.top-nav li:hover li {
	margin-right: 0;
	border-bottom: 1px solid #eee;
}

nav.top-nav li:hover li:last-child {
	border-bottom: none;
}

nav.top-nav li li:hover > a {
	color: #fff;
}

nav.top-nav li li > a:after {
	position: absolute;
	right: 0;
	top: 50%;
	content: '\f501';
        font: normal .7em 'Genericons';
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

nav.top-nav li ul li ul,
nav.top-nav li:hover ul ul,
nav.top-nav li ul li:hover ul ul,
nav.top-nav li ul ul li:hover ul ul,
nav.top-nav li ul ul ul li:hover ul ul {
	top: -9999px;
	left: 250px;
	margin: 0;
	opacity: 0;
}

nav.top-nav li ul li:hover ul,
nav.top-nav li ul ul li:hover ul,
nav.top-nav li ul ul ul li:hover ul,
nav.top-nav li ul ul ul ul li:hover ul {
	top: 0;
	opacity: 1;
}


/*---------- Navi oben ende ----------*/


body, h6, nav.top-nav li:hover li a, nav.top-nav li li > a::after, .side-navigation a p {
  color: #222222;
}


nav.top-nav li li:hover > a, nav.top-nav li li:hover > a::after, nav.top-nav ul ul li.current-menu-item > a, nav.top-nav ul ul li.current-menu-ancestor > a, nav.top-nav ul ul li.current-menu-ancestor > a::after, nav.top-nav ul ul li ul .current-menu-item > a, nav.top-nav ul ul li ul .current-menu-ancestor > a, .entry span, h3 {
  /* color: #21ade0; */
  color: #ce4d35;
}


/* Top Bar */

.top-bar {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	z-index: 2;
}

.top-bar:hover {
	top: 0 !important;
}

.top-bar-content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.top-bar-search {
	float: right;
	margin: 15px 0 15px 20px;
}

.top-bar-search ul {
	float: left;
	margin: 0 20px 0 0;
	text-align: right;
}

.top-bar-search li {
	float: left;
	list-style: none;
}

.top-bar-search li a span {
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.span_lang {
	font-size:14px !important;
	color:white !important;
	font-family:'Titillium Web', sans-serif;
}

/* Top Bar ende */

/*
#contentWrapper {
	float: left;
	width: 100%;
	padding: 100px 60px 20px 60px;
	overflow: hidden;
}

#content {
  float: left;
  width: 70%;
	background:#333;
}

#sidebar {
	float: right;
	width: 25%;
	background: green;
	
}
*/

#contentWrapper { 
	border : 0; 
	overflow:hidden;
	width: 100%;
	padding: 60px 60px 20px 60px;	
}


/*
#contentWrapper div {
   min-height: 200px;
   padding: 10px;
}
*/

#content {
/*  background-color: gray; */
  float:left; 
  width:70%;
}
#sidebar { 
	float:right;
	background-color: white;
	overflow:hidden;
	border:none;
	min-height:170px;
	width: 25%;	
}

.width80 {
	width:80% !important;
}


h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: 700;
	line-height: 1.3em;
}

h1 {
	margin: 5px 0 20px 0;
	font-size: 2.3em;
}

h2 {
	margin: 0 0 5px 0;
	/* color: nav.responsive-nav li a:hover; */
	font-size: 1.9em;
}

h3 {
	margin: 20px 0 5px 0;
	font-size: 1.7em;
}

h4 {
	margin: 15px 0 5px 0;
	color: #777;
	font-size: 1.6em;
}

h5 {
	margin: 10px 0;
	font-size: 1.5em;
}

h6 {
	margin: 20px 0 10px 0;
	font-size: 1.3em;
	text-transform: uppercase;
}

.displayInline {
	display:inline;
}
.H3styleGray {
	margin: 20px 0 5px 0 !important;
	font-size: 1.3em !important;
}

.H3styleGray a {
	color: #222222 !important;	
}


.h2static {
	font-size:1.9em !important;
	
}

.genericon {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}


#top-search .search-form #sb:hover {
  /*	background-color: #113b63; */
	background-color: #bb0e29;
}


/* Responsive Navi */

nav.responsive-nav h6 {
  margin-top: 0;
}


nav.responsive-nav {
  display: none;
}

input#responsive-navigation[type="checkbox"] {
  display: none;
}

label.responsive-navigation-label {
  position: fixed;
  right: 20px;
  top: 15px;
  cursor: pointer;
  display: none;
  z-index: 3;
}

label.responsive-navigation-label {
  position: fixed;
  right: 20px;
  top: 15px;
  cursor: pointer;
  display: none;
  z-index: 3;
}
																										
input#responsive-navigation[type="checkbox"]:checked ~ label.responsive-navigation-label .genericon, label.responsive-navigation-label:hover .genericon, nav.responsive-nav li a:hover {
  background-color: #ce4d35;
}

label.responsive-navigation-label .genericon {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

/* Suchleiste */

.genericon-search::before {

    content: "\f400";

}

input#s, input.search-field {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2em;
  font-style: italic;
}


label.header-search:hover .genericon, input#header-search[type="checkbox"]:checked ~ label.header-search .genericon, #top-search .search-form #sb {
  background-color: #ce4d35;
}

input[type="submit"]::-moz-focus-inner {
    border: 0;
}

input[type="submit"] {
  width: auto;
  margin: 10px 0 10px 0;
  padding: 10px 15px;
  font-size: 0.9em;
  text-transform: uppercase;
  border: none;
  background: none;
    background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-appearance: none;
}

#top-search .search-form #sb {
  position: absolute;
  right: 0;
  top: -10px;
  height: 100%;
  padding: 0 20px;
}


label.header-search .genericon {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

label.header-search {
	float: right;
	cursor: pointer;
}

label.header-search .genericon {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

input#header-search[type=checkbox] {
	display: none;
}
 
input#header-search[type=checkbox]:checked ~ #top-search {
	width: 500px;
}

#top-search {
	position: absolute;
	top: 0;
	right: 40px;
	width: 0;
	height: 60px;
	-webkit-transition: width 0.4s;
	-moz-transition: width 0.4s;
	-o-transition: width 0.4s;
	-ms-transition: width 0.4s;
	transition: width 0.4s;
	overflow: hidden;
	z-index: 9;
}

#top-search .search-form {
	position: relative;
	width: 100%;
	margin: 10px auto;
}

#top-search .search-form form {
	margin: 0;
	padding: 0;
}

#top-search .search-form #s {
	width: 100%;
	height: 40px;
	background: #fff;
	margin: 0;
	padding: 0 10px;
	font-size: 0.95em;
	line-height: 40px;
	color: #b5b5b5;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

#top-search .search-form #sb {
	position: absolute;
	right: 0;
	top: -10px;
	height: 100%;
	padding: 0 20px;
}

input#top-bar[type=checkbox] {
	display: none;
}
 
input#top-bar[type=checkbox]:checked ~ #top {
	left: 0;
}

label.top-bar {
	position: absolute;
	width: 100%;
	height: 40px;
	padding-left: 20px;
	display: none;
	cursor: pointer;
	color: #fff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	z-index: 4;
}


footer.side-footer {
	position: relative;
	float: left;
	width: 100%;
	color: #ccc;
	border-top: 5px solid;
}

.footer-content {
	width: 100%;
	margin: 0 auto;
	font-size: 0.9em;
}

.footer-content a {
	color: #fff;
}

.sidebar-footer {
	float: left;
	width: 100%;
	padding: 30px 60px;
	background: #333;
}


.sidebar-area {
	float: left;
	width: 22.75%;
	margin-right: 3%;
}

.sidebar-area:nth-child(4) {
	margin-right: 0;
}

aside > ul, .sidebar-area > ul {
  margin: 0;
}

li.widget:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
li.widget {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  list-style: none;
}

.sidebar-footer h2.widgettitle {
  color: #fff;
  border-bottom-color: #555;
}
h2.widgettitle {
  margin: 0 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
    border-bottom-color: rgb(204, 204, 204);
  font-size: 1.1em;
  text-transform: uppercase;
}

li.widget {
  list-style: none;
}

li.widget ul {
  margin-left: 0;
}
ol ol, ul ul {
  margin: 0 0 0 10px;
    margin-left: 10px;
}
ol, ul {
  padding: 0;
  margin: 20px 0 20px 30px;
}

li.widget ul li::before {

    position: absolute;
    content: '\f431';
    left: -3px;
    top: -1px;
    font-family: 'Genericons';
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);

}

li.widget ul li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding-bottom: 5px;
  padding-left: 15px;
  list-style: none;
}

footer.side-footer, li.bypostauthor > article .comment-meta, .content-right, .post-right {
  border-top-color: #ce4d35;
}

.sidebar-area {
	float: left;
	width: 22.75%;
	margin-right: 3%;
}

.sidebar-area:nth-child(4) {
	margin-right: 0;
}

aside > ul,
.sidebar-area > ul {
	margin: 0;
}

.site-info {
  float: left;
  width: 100%;
  padding: 30px 60px;
  background: #222;
}

.logo-footer {
  float: left;
  margin-right: 30px;
}

.footer-content ul.statistic {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #555;
}

.footer-content ul.statistic li {
	float: left;
	width: 16.66666666%;
	padding: 10px 20px 0 20px;
	border-right: 1px solid #555;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
}

.footer-content ul.statistic li:last-child {
	border-right: none;
}

.footer-content ul.statistic h6 {
	width: 100%;
	margin: 0;
	color: #fff;
	font-size: 24px;
}

nav.footer-nav {
  margin-bottom: 5px;
  font-weight: 700;
}

nav.footer-nav ul {
  margin: 0;
}

nav.footer-nav li {
  position: relative;
  display: inline;
  list-style: none;
  text-transform: uppercase;
}

nav.footer-nav li:first-child a {
  margin-left: 0;
}
nav.footer-nav li a {
  display: inline;
  margin: 0 10px;
    margin-left: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

nav.footer-nav li {
  list-style: none;
  text-transform: uppercase;
}

a.scroll-top .genericon {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}

a.scroll-top {
  background-color: #ce4d35;
  display: block;
}

a.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

a.scroll-top:hover {
  background-color: #1e5078;
}



#backToTop {
    visibility:hidden;
}



.featured.static {
  width: auto;
/*  margin: -40px -58px 40px -60px; */
}
.featured {
  position: relative;
  float: left;
  width: 70%;
 /* margin: -40px 0 40px 0; */
}

.featured.static .featured-content {
  width: 100%;
  left: 0;
  margin-left: 0;
}
.featured-content {
  position: relative;
  left: 50%;
  float: left;
  width: 4520px;
  margin-left: -2260px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.featured.static .featured-post#slider-nmb-1 {
  width: auto;
  max-width: 50%;
  height: 300px;
  border-right: 2px solid #fff;
}
.featured.static .featured-post {
  width: auto;
  max-width: 25%;
  height: 150px;
  margin-right: 0;
  overflow: hidden;
}
.featured-post {
  position: relative;
  float: left;
  width: 896px;
  margin-right: 10px;
  line-height: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}




.featured.static .featured-content {
  width: 100%;
  left: 0;
  margin-left: 0;
}

.featured {
  position: relative;
  float: left;
  width: 100%;
  /*margin: -40px 0 40px 0; */
}



.featured.static .featured-post#slider-nmb-1 {
  width: 335px;
  max-width: 50%;
  height: 147px;
  background-color:green;
  border-right: 2px solid #fff;
}

.featured.static .featured-post .featured-thumbnail img {
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}


.featured.static .featured-post .featured-title {
  display: block !important;
}
.featured-title {
  position: absolute;
  width: 100%;
  display: none;
  bottom: 0;
  left: 0;
  padding: 50px 20px 10px 20px;
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  line-height: 1.3em;
}

.featured-title p {
  margin: 0;
  font-size: 0.8em;
  color: #fff;
}

.featured.static .featured-post .featured-title h5, .featured.static .featured-post .featured-title h1 {
  font-size: 18px;
}

.featured-title h5, .featured-title h1 {
  margin: 0;
  color: #fff;
}

.featured.static .featured-post#slider-nmb-2 {
    border-right: 2px solid #fff;
  background-color: lightsalmon;
  width: 335px;
  height: 147px;	
}
.featured.static .featured-post#slider-nmb-3 {
  border-bottom: 2px solid #fff;
  background-color: lightgoldenrodyellow;
  width: 335px;
  height: 147px;
}


.featured.static .featured-post#slider-nmb-4 {
  border-right: 2px solid #fff;
  background-color: lightsalmon;
  width: 335px;
  height: 147px;	
}





.cities, .regions {
	z-index: 10;
 /*   background-color: #ffffff; */
    padding: 0 !important;
    background-clip: padding-box;
    width: 1200px;
    float: left;
	margin:0;
	
	
}

.featured-city, .featured-region {
  position: relative;
   /*width: calc(90% / 5); */
	width:110px;
   height: 62px;
   padding: 0;
   /*margin: 6px;*/
   float: left;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  /*border: 1px solid white;*/
  display: block !important;	
}
.featured-city p, .featured-region p {
	font-size:0.8em;	
}
.featured-city h1, .featured-region h1, .featured-city-quick-link {
	font-size:15px;	
	margin: 5px 0 12px 0;
}
#berlin-link {
/*	background-color: white; */

}
#munich-link {
/*	background-color: white; */
	
}
#hamburg-link {
/*	background-color: white; */
	
}
#frankfurt-link {
/*	background-color: white; */
	
}
#nrw-link {
	background-color: white;
}
#bayern-link {
	background-color: white;
}
#bawu-link {
	background-color: white;
}
#sonstigeregionen-link {
	background-color: white;
}
.featured-city-quick-link {	
	font-family: "Titillium Web", sans-serif;
	font-weight: 700 !important;	
	line-height: 1.3em;
}













.featured.static .featured-city .featured-city-title, 
.featured.static .featured-region .featured-region-title, .featured-city-quick-link {
  display: block !important;
}
.featured-city-title, .featured-region-title, .featured-city-quick-link {
  position: absolute;
  width: 100%;
  display: none;
  bottom: 0;
  left: 0;
  line-height: 1.3em;
}




.article_single_post {
	max-width: 630px;
}




#overview {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between; 
	line-height:1.0em;
}

.overview_content {	
	margin-bottom:10px;
	text-align: center; 
	width:70px;
}
.overview_content a {
	font-size:0.8em;
}
.overview_content img {	
	border-radius:3%;
}



.featured-post:last-child {
  margin-right: 0;
}

.genericon-leftarrow::before {
  content: "\f503";
}

.featured-nav-left .genericon, .featured-nav-right .genericon {
  position: absolute;
  top: 50%;
  left: -232px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  font-size: 28px;
  text-align: left;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
}

.featured.static .featured-post .featured-thumbnail img {
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}

.featured.static .featured-post:hover .featured-thumbnail img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}


.featured-nav-left .genericon {
  background-color: #ce4d35;
}


.preview_images {	
	display: flex;	
}
.preview_image {
	padding:0 2px;	
}


.layout_portrait {		
	display: none;
}	


a { color: #bb0e29; }

a:hover { color: #ce4d35; }

.post_image img {
	
	
	
}

/*---------- for devices with less than 1024 pixel maximum-width ----------*/

@media screen and (max-width: 1190px) {
    
	body {
		margin:0;
	}
	
	.top-bar-search {
 		 margin-right: 40px;
	}
	
	#top-search {
	  right: 80px;
	}
	
	.top-bar {
		padding: 0px 20px 0px 20px;
	}
	
	#container {
		width:100%;
		
	}
	
	#contentWrapper {

	}

	.top-bar-content {
  		width: 100%;
	}	
	
	
	#content { 
		float: none;
		margin-right:0;
		width:100%;
		border:0;
		border-bottom:1px solid #000;		
	}
	#sidebar { 
		margin-top:10px;
		float:left;
		width:100%;
	}
	
	nav.top-nav {
		display: none;
	}

	nav.responsive-nav {
		position: absolute;
		top: 60px;
		right: -400px;
		width: 400px;
		padding: 20px;
		display: block;
		overflow: hidden;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
		z-index: 2;
	}

	nav.responsive-nav ul {
		float: left;
		width: 100%;
		margin: 0;
	}

	nav.responsive-nav li {
		list-style: none;
		text-align: left;
	}

	nav.responsive-nav li a {
		position: relative;
		float: left;
		width: 100%;
		padding: 10px 15px;
		margin-bottom: 5px;
		color: #fff;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
	}
	
		nav.responsive-nav ul.sub-menu li a {
		padding-left: 30px;
	}

	nav.responsive-nav ul.sub-menu li a:before {
		position: absolute;
		left: 20px;
		top: 50%;
		content: '\f501';
		font: normal 10px 'Genericons';
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	label.responsive-navigation-label {
		display: block;
	}

	input#responsive-navigation[type=checkbox]:checked ~ nav.responsive-nav {
		right: 0;
	}

	input#responsive-navigation[type=checkbox]:checked ~ #container {
		right: 400px;
	}
	

	
}



/*---------- for devices with less than 900 pixel maximum-width ----------*/
@media screen and (max-width: 900px) {
	.sidebar-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-info {
		padding-left: 20px;
		padding-right: 20px;
	}

	.logo-footer {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.side-navigation.post-navi {
		padding: 0 20px;
	}

	.side-navigation .nav-links {
		margin-top: 40px;
		text-align: center;
	}	

	.sidebar-area {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}	
	
	.site-info {
	  padding-bottom: 80px;
	  text-align: center;
	}
	
	.featured {
		/*display: none; */
	}	
	
	
}

/*---------- for devices with less than 728 pixel maximum-width ----------*/
@media screen and (max-width: 728px) {
	
	.post_image img {		
		display: block;
		margin: 0 auto;
		max-width: 100%;
		margin-bottom:5px;
	}

}

/*---------- for devices with less than 570 pixel maximum-width ----------*/
@media screen and (max-width: 570px) {
	
	.top-bar-search {		
		margin-right:0px;	
	}
	.featured {
		display: none;
	}		

}



/*---------- for devices with less than 536 pixel maximum-width ----------*/
@media screen and (max-width: 536px) {
	
	.layout_landscape {		
		display: none;		
	}
	.layout_portrait {		
		display: flex;		
	}	
	
	
	
	
}



/*---------- for devices with less than 400 pixel maximum-width ----------*/



