/* style sheet friedensforum */

@import url(https://fonts.googleapis.com/css?family=Karla:400,700|Lilita+One|Oxygen:400,700,300);

body {
  width:100%;
  margin:0;
  background-color:#f8f8f8;
}

.clear{
  clear:both;
}

/* editor */

.button4,.button5,.button6,.button7,.button8,.button9,.button10,.button11{
  width: 24px;
  height: 24px;
  border-width: 0;
}

.button4 {
  background: url(images/b.png) 0% 50%;
}

.button5 {
  background: url(images/i.png) 0% 50%;
}

.button6 {
  background: url(images/u.png) 0% 50%;
}

.button7 {
  background: url(images/url.png) 0% 50%;
}

.button8 {
  background: url(images/mail.png) 0% 50%;
}

.button9 {
  background: url(images/center.png) 0% 50%;
}

.button10 {
  background: url(images/bild.jpg) 0% 50%;
}

.button11 {
  background: url(images/pdf.gif) 0% 50%;
}

/* end editor */

/* header */

#logo{

}

/* search form */

.search{

}

.search_results {

}

#keyword {

}

/* buttons top */

#mobile_menu_button {
	z-index:999;
	position: fixed;
	top: 13px;
	right: 20px;
	background-image: url(../../images/mobile_menu.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid white;
}

#menu_container{
	height: 123px;
	z-index: 99999;
}  

#menu {
	display:none;
	top: 70px;
    margin-left: 0;
    left: 0;
    width: auto;
    z-index: 999999;
	overflow:scroll;	
}

header.small #menu_container #logo {
	width: 85px;
}

header .menu_item:first-child {
	border-top: 1px solid #ffffff;
}

header.small .menu_item,
.menu_item {
  z-index: 99;
  position: relative;
  float: right;
  right: 0;
  border-left: 1px solid #ffffff;
  text-align: center;
  background-color: #92D4F8;
  width: 70%;
  height: 25px;
  line-height: 25px;
  padding:0;
  box-sizing: border-box;
  font-size: 0.9em;
  cursor: pointer;  
  border-bottom: 1px solid #ffffff;  
}

iframe {
	max-width: 100%;
}

.menu_item .inner_menu,
header.small .inner_menu, 
.menu_item div{
	margin:0;
	padding:0;
	height: 25px;
	line-height: 25px;
}

#main_image {
margin-top: -40px;
background-size: 400%;
height: 250px;
}

/******************** main / text ********************/

.pdf{
  float:left;
  padding-right:5px;
  margin-top:-2px;
}

/* newsletter */

#newsletter{
	display: none;
}

#container {
  z-index:3;
  position:relative;
  width:100%;
  height:auto;
}

#active_item {
	display: none;
	background: none;
}

.event #in_the_middle, 
.aktuelles #in_the_middle,
#in_the_middle{
  z-index:2;
  padding: 0;
  position: relative;
  width: 100%;
  left: 0;
  margin:0;
  top: 0;
  height:auto;
}

#in_the_middle.one_article {
	top: 30px;
	width: 90%;
	left: 5%;
	padding: 20px 10%;
}

#text_box{

}

.article_row {
	display: block;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}

.article_row .article {
	width: 90%;
	left:5%;
	display: block;
	margin-top: 20px;
	padding: 20px 10px 30px 10px;
	box-sizing: border-box; 
}

.article_row .article:nth-child(3) {
	width: 90%;
}

h1 {
	word-wrap: break-word;
}

.article_row .article h1 {
	margin-top:15px;
}

.event #in_the_middle h1 {
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
}

.image_box{
	font-size:11px;
	font-family:Arial;
	padding-right:10px;
	padding-bottom:5px;
	width:100%;
	text-align: left;
}

.image_box a > img {
	max-width: 100%;
	border: 1px solid #dedede;
}

.article .image_box a > img {
	max-width: 100%;
	max-height: 50%;
}

.image_box .image_text {
	width:100%;
}


.article .image_box .image_text {
	width:100%;
}

.image_box2 {
	width: 100%;
	font-size: 11px;
	font-family: Arial;
	padding-bottom: 20px;
}

.image_box2 div,
.image_box2 img {
	width: 100%;
}


/* footer */

#footer{
  z-index:2;
  position:relative;
  margin-top:80px;
  left:0;
  width:100%;
  height:auto;
  text-align:center;
  font-size:0.85em;
  bottom:0;
}

#footer > div {
	width: 90%;
	left: 5%;
	padding: 0;
}

#footer > div div:nth-child(1),
#footer > div div:nth-child(2),
#footer > div div:nth-child(3) {
	width:100%;
	float: none;
	margin-top: 30px;
	margin-left: 10px;
}

.clear_footer {
	clear:both;
	width:100%;
	height:350px;
}

.clear_simple,
.clear_simple40 {
	clear: both;
	width: 100%;
}

.clear_simple {
	clear: both;
	height: 30px;
}

.top70 {
	margin-top: 70px;
}

.clear_simple40 {
	height: 40px;
}


/* form elements */

textarea{
  width:100%;
  height:300px;
}

input[type="text"],input[type="password"]{
  position:relative;
  height:30px;
  width:100%;
}

input[type="submit"]{
  position:relative;
  height:25px;
  padding: 08px;
  font-size:12px;
  border:0;
  font-weight:bold;
  background-color:#208ccc;
  color:#ffffff;
  border-radius:5px;
  top:-2px;
  cursor:pointer;
  cursor:hand;
}

.page_button {
	float: left;
}

div.page_button.selected {
	height: 23px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fefefe;
    width: 25px;
    line-height: 25px;
    font-weight: 800;
    margin-top: -2px;
    font-size: 0.8em;
    background: #ffffff;
}

select{
  height:30px;
  padding-top:5px;
  padding-bottom:5px;
}

#formular td{
  padding-top:10px;
}

#page_form {
	clear: both;
	width:100%;
	margin-top: 20px;
}

/* admin area */

#admin_menu{
  z-index:101;
  position:fixed;
  top:60px;
  right:0;
  background-color:#208ccc;
  padding:15px;
}

#admin_menu a{
  color:#ffffff;
}

@media screen and (max-width:500px) {
	table#image_table tr td {
		width: 100%;
	}
}

a { text-decoration:none; }
