html, body {
	color: #222222;
	height: 99%;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
body {
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 100%;
}

/* Layout */

#fullwrapper {
padding: 0;
width: 978px;
margin: 0 auto;
}

#sidebartitle {
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 27px;
	font-style: italic;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 5px;
}
#sidebarsubtitle {
	font-size: 10px;
}
#container {
/* 	overflow:hidden; */
	margin: 0 0px;
}
* html #container {
	height: 1%;
}
#contents {
	width: 774px;
	float: left;
}
#newsinfo {
	padding-bottom: 5px;
}
#imagecontent {
	padding-left: 5px;
	padding-right: 4px;
}
#image {
	text-align: center;
	padding-right: 4px;
}
.imgheight {
}
#video {
	margin-left: auto;
	margin-right: auto;
}
#commentstage {
	margin-left: auto;
	margin-right: auto;
}
#image img{
	max-width: 100%;
}
#imgtitle {
	font-size: 18px;
	font-weight: bold;
}
#imgtitle p {
	font-size: 15px;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 0px;
}
#imgprevious, #imgnext, #tags, #slideshowlink, #metadata, #hitcounter, .fb-like, #newsprevious, #newsnext {
	text-align:center;
	float: left;
/*	display: inline-block; */
}
#buttons {
	text-align: center;
	height: auto;
}
.tags_title {
}
.taglist {
	padding-left: 0px;
	display: inline;
	list-style-type: none;
}
.taglist li {
	display: inline;
	list-style-type: none;
}


form label strong {
	color: red;
}

#commentform input[type="text"] {
	width: 270px;
}
img#captcha {
	display: block;
	float: left;
}
input#code {
	float: left;
	margin-left: 10px;
	width: 10em !important;
}

input.button {
	padding: 5px 8px 4px 8px!important;
}

#commentform textarea#comment {
	clear: both;
	width: 95% !important;
	height: 150px;
}
/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px 6px;
	border: 1px solid #e5e5e5;
}

textarea {
	font-family: 'PT Serif', Palatino, serif;
	font-weight:400;
	font-size: 17px;
	padding: 4px;
	width: 99%;
	color: #5A5A4B;
	height: 200px;
}

.checkbox {
	cursor: pointer;
}

.button {
	cursor: pointer;
	padding: 5px 5px;
}

label {
	cursor: pointer;
}

label:hover {
	color: #000;
}
#pagetitle, #searchtitle {
	font-size: 18px;
	font-weight: bold;
}
#pagecontent {
}
#mailform label, #registration_form label {
	width: 225px;
	float: left;
	display: block;
}
#mailform label, #registration_form label {
	clear: both;
}
#subject {
	float: left;
}
/* Sidebar and Menus
-----------------------------*/
#sidebar {
	width: 196px;
	float: left;
	display:inline;
}
#menu {
	padding: 5px;
}
#menutitle {
	padding: 5px;
	font-style: italic;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu li {
    background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px; 
}

#menu li.menu-active-1 > a, #menu li.menu-active a, #menu li a.menu-active {
    color: #002E5B;
}

/* Page Navigation
------------------------------ */

.bread {
font-size: 0.8em;
margin-top: 20px;
}

ul.pagelist {
	padding: 0;
	list-style-type: none;
}

ul.pagelist li {
	display: inline;
}

ul.pagelist li a,ul.pagelist span.disabledlink {
}

ul.pagelist li.current a {
	text-decoration: none;
	cursor: default;
}

ul.pagelist li.prev {
}

ul.pagelist li.next {
}

.disabledlink {
	color: #ddd;
	cursor: default;
}

.pagelist {
}

.pagenav {
	clear: both;
}

.disabled_nav {
	visibility: hidden;
}
/* Album Thumbnails
------------------------------ */
#albums {
}
#album {
	float: left;
	position: relative;
}
.albumdesc, .imagedesc {
	margin-top: 5px;
	width: 100px;
	height: 36px;
}
#albumdesc p, .imagedesc p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#imagethumbs {
}
.imagethumb {
	float: left;
}
.clearing {
	height: 0;
	clear: both;
}
/* News Articles
------------------------------ */
#newstitle {
	font-size: 18px;
	font-weight: bold;
}
#newslink {
}

#newsnav {
	padding-left: 5px;
}

#newsdate {
	font-size: 13px;
}

#newscategory {
}

.newscategories {
	padding-left: 0px;
	display: inline;
	list-style-type: none;
}
.newscategories li {
	display: inline;
	list-style-type: none;
}

#newscontent {
}

#newstags {
}

/* Search
------------------------------ */
input#search_input {
	width: 130px;
	background-color: white;
	padding: 5px;
	border-right: 0px;
}
input#search_submit { background-color: white; }
input#search_submit:hover {background-color: #eaf3fc; }

#searchshowmore {
	font-size: 13px;
}
#searchcategory {
	font-size: 18px;
	font-weight: bold;
}
#searchcategory p {
	font-size: 13px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 7px;
}
#searchcategory ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px 5px -5px 5px;
}
#searchcategory li {
    background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px; 
}
#searchmobile {display:none;}

/* Footer
------------------------------ */
#footer {
	clear: both; 
	text-align: center;
	padding: 16px;
	font-size: 0.7em;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
#zen-part {
	font-size: 1.3em;
	font-family: 'Raleway', Arial, sans-serif;
}

#photo-part {
	font-size: 1.0em;
	font-family: 'Raleway', Arial, sans-serif;

	font-weight: bold;
}

/* Link Styles
------------------------------ */
a:link {
	text-decoration: none;
	color: #205B87;
}

a:visited {
	text-decoration: none;
	color: #205B87;
}

a:active {
	text-decoration: none;
	color: #205B87;
}

a:hover {
	text-decoration: underline;
	color: #205B87;
}

/* Admin Toolbox
------------------------------ */
#admin,#admin_data {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
	z-index: 1001;
	text-align: left;
}

#admin_data {
	top: 0px;
	padding-top: 20px;
	z-index: 1000;
	line-height: 16px;
}

#admin h3 {
	color: #999;
	margin: 0;
	padding: 0;
	text-align: center;
}
#content-error {
	padding: 45px 25px 45px 25px;
}
/* Error Messages
------------------------------ */
.error {
	color: #C33;
}
.errorbox {
	padding: 20px;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	color: #DD6666;
}

.errorbox h2 {
	color: #DD6666;
	margin: 0px;
	background-color: #FDD;
}
.errorlist {
	list-style-type: none;
}

/* Borders
--------------------------------*/
#image img, #imgprevious, #imgnext, #tags, .comment, #commententry, textarea, .button,
#pagecontent, .imagethumb, #slideshowlink, #metadata,
#pagetitle, #newstitle, #newscontent, .inputbox, #hitcounter, .fb-like, #newsprevious, #newsnext, #search_input {
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    float: left;
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 0 0 10px;
    padding: 0 10px 15px;
    font-family: 'Raleway', Arial, sans-serif;;
    font-weight: 400;
}

#menu {
    float: left;
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 0 0 10px;
    padding: 0 10px 15px;
    font-family: 'Raleway', Arial, sans-serif;;
    font-weight: 400;
}

#album {
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    float: left;
    font-size: 0.8em;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 0 10px 15px;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 400;
}

/* Margins and padding
--------------------------------*/
#image, #imgtitle, #imgprevious, #imgnext, #tags, #slideshowlink, #metadata, #commentcontent, .comment,
textarea, .button, #pagetitle, #pagecontent, #newstitle, #newscontent, #searchtitle, #searchcategory, #menu, #album, .imagethumb,
#hitcounter, .fb-like, #newsprevious, #newsnext, #search_input {
	margin-bottom: 5px;
}
#container {
	margin-top: 5px;
}
#imgprevious, #imgnext, #tags, #slideshowlink, #metadata, #album, .imagethumb, #hitcounter, .fb-like, #newsprevious, #newsnext {
	margin-right: 5px;
}
#comments, #commententry {
	margin-top: 0px;
	margin-bottom: 10px;
}
#pagetitle, #pagecontent, #newstitle, #newscontent {
	margin-left: 5px;
}
img#captcha, #mailform label, #registration_form label, .errorbox, #video {
	margin-bottom: 10px;
}
#content, #newsarticle, #imgtitle, #pagetitle, #pagecontent, #newstitle, #newscontent, #searchtitle, #searchcategory {
	padding: 10px;
}
#imgprevious, #imgnext, #tags, #slideshowlink, #metadata, #album, .imagethumb, #hitcounter, #newsprevious, #newsnext {
	padding: 7px;
}

/* Fonts
--------------------------------*/
#imgprevious, #imgnext, #tags, #slideshowlink, #metadata, #menu, #menu ul, ul.pagelist,
#admin, #admin_data, #content-error, .errorbox, .albumdesc, #hitcounter, .fb-like, #newsprevious, #newsnext {
	font-size: 13px;
}


/* fne aus cruisetricks wp und responsive
------------------------------------------------*/
normal {font-weight:400;}
strong, b {font-weight:700;}

body {
font-size: 100%;
line-height: 1.5em;
font-family: 'Raleway', Arial, sans-serif;
font-weight:400;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
	}

#navigation, #fnetopmenu {
font-family: 'Raleway', Arial, sans-serif;
font-weight:400;
}

h1,h2,h3,h4,h5 {
font-family: 'Raleway', Arial, sans-serif;
font-weight:400;
line-height: 1.3em;
}

h1 a, h2 a {
	color: #205B87;
	}

h3 a, h4 a, h5 a {
	color: #222;
	}


/* < 978px */
@media screen and (max-width: 978px) {
	body {width: 100%;}
	#header {width: 100%;}
	#sidebar {display: none;}
	#searchmobile {display: block;}
	#container {width: 100%; }
	#contents {width: 100%; }
	#fullwrapper {width: 100%;}
}

/* < 768px */
@media screen and (max-width: 767px) {
	#leftcontent, #twocol, #threecol, #threecol2, .commentlist {width:auto !important;}
	.fne-pagina {
	width:auto;
	min-width:0;
	}
	.moplogo {
	top:108px;
	left:10px;
	z-index:1000;
	}
	.leadboard-wrap{
	width: auto !important;
	min-width:0 !important;
	}
	.widebanner {display:none;}
}

/* < ca. 640px */
@media screen and (max-width: 40em) {
	body {
	font-size:90%;
	width:100%;
	}
	.moplogo {
	top:108px;
	left:10px;
	z-index:1000;
	}
	.headimg {background-position: -150px 50%;}
	#book {display:none;}
	.newsliste {
	width:auto;
	border:0;
	}
	#buchad {display:none;}
	#news {
	border-right:0px;
	min-width:0;
	}
	#morenews {
	position: absolute;
	bottom: 0px;
	right: -50px;
	}
	img.size-medium {
	width: 100%;
	height: auto;
	}
}

/* < ca. 515px */
@media screen and (max-width: 32.25em) {
	body {
	font-size:80%;
	}
	#fne300fne250fne {float:none;}
	.headimg {background-position: -250px 50%;}
	#leftcontent {
	margin-left:0;
	padding-left:3px;
	padding-right:3px;
	}
}

/* < ca. 420px */
@media screen and (max-width: 26.5em) {
	#ad468x60 {
	width:320px;
	height:250px;
	margin: 10px 0 0 auto;
	}
	.leftcontent h1, .meta, .entry p {width:95%;}
}

/* ausrichtung des search form in ubermenu */
li.ss-nav-menu-notext {max-height:25px !important;}
.search_input {
font-family: 'Raleway', Arial, sans-serif;
font-weight: 400;
font-size:0.9em;
margin-right:3px;
background-color:#dde2e5;
border-color:#f6f6f6;
}

/* ausklappmenu galerie */

/* #menu { position:absolute; } */

#menu ul { list-style-image:none; }

.topmenu a { text-align:center; }

.topmenu a {
  padding:1px 5px;
  text-decoration:none;
  margin:0;  
}

.topmenu ul { display:none; }

.topmenuon ul {
  display:block;  
  z-index:500;
}

#fneliste { margin-left: -1em !important; }

ul#fneliste > li a{
  position:relative;
  clear:both; /* special IE6 */
}

ul#fneliste li:first-child { display: none; }


#menu li {
 /*   background-image: url(images/arrow_right.gif); */
}

.ubersichtul>#topmenu {
font-weight: 400;
background-image: none;
margin-left: -1em;
}

#fneliste {
font-weight: normal;
margin-left: 0 !important;
}

table {
border-collapse: collapse;
width: 100%;
}
table, td {
border: 1px solid #abadb3;
}
table, td  {
vertical-align: middle;
padding: 2px;
background-color: white;
}
.arrow:hover { background-color: #eaf3fc; }

#searchfields_icon { display:none; }

a img {
border: 0 !important;
}

/* logo-bereich */
#headimg {
 display: -webkit-box;
 display: -moz-box;
 display: -webkit-flexbox;
 display: -ms-flexbox;
 display: -webkit-flex;display:flex;
flex-direction:row;
 -webkit-box-orient: horizontal;
 -moz-box-orient: horizontal;
 -webkit-box-direction: normal;
 -moz-box-direction: normal;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
flex-direction:row;
 -webkit-flex-wrap: wrap;
flex-wrap:wrap;
 -webkit-box-pack: justify;
 -moz-box-pack: justify;
 -webkit-flex-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
justify-content:space-between;
align-items:center;
align-content:center;
height:89px;
width:100%;
max-width:978px;
margin: 10px auto;
}

@media screen and (max-width: 525px) {
#headimg {height:auto;}
#socialsuche {width:auto; height:auto;}
#clogo {
height:auto;
padding-bottom:10px;
}
}

#clogo {
height:69px;
max-width:385px;
}
#socialsuche {
 display: -webkit-box;
 display: -moz-box;
 display: -webkit-flexbox;
 display: -ms-flexbox;
 display: -webkit-flex;
display:flex;
 -webkit-box-orient: horizontal;
 -moz-box-orient: horizontal;
 -webkit-box-direction: normal;
 -moz-box-direction: normal;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
flex-direction:row;
 -webkit-flex-wrap: wrap;
flex-wrap:wrap;
 -webkit-box-pack: end;
 -moz-box-pack: end;
 -webkit-flex-pack: end;
 -ms-flex-pack: end;
 -webkit-justify-content: flex-end;
justify-content:flex-end;
align-items:center;
align-content:center;
height:69px;
width:155px;
}
#social {
display:table-cell;
}

/* icon font social media */
@font-face {
    font-family: 'fneicons';
    src:    url('//cdn.cruisetricks.de/fnestatic/fonts/fneicons.eot?xfw42y');
    src:    url('//cdn.cruisetricks.de/fnestatic/fonts/fneicons.eot?xfw42y#iefix') format('embedded-opentype'),
        url('//cdn.cruisetricks.de/fnestatic/fonts/fneicons.ttf?xfw42y') format('truetype'),
        url('//cdn.cruisetricks.de/fnestatic/fonts/fneicons.woff?xfw42y') format('woff'),
        url('//cdn.cruisetricks.de/fnestatic/fonts/fneicons.svg?xfw42y#fneicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'fneicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.icon-facebook, a.icon-twitter, a.icon-googleplus, a.icon-youtube, a.icon-rss { color: #678cab; text-decoration:none; }
.icon-facebook:hover {color:#45589a; text-decoration:none;}
.icon-twitter:hover {color:#31a5df; text-decoration:none;}
.icon-googleplus:hover {color:#e72e20; text-decoration:none;}
.icon-youtube:hover {color:#ca1216; text-decoration:none;}
.icon-rss:hover {color:#f59701; text-decoration:none;};

#searchform {
display:inline-block;
width:223px;
height:22px;
border:#678cab 1px solid;
background:#fff 0 0 no-repeat;
border-radius: 5px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
float:right;
}

.imagethumb img { cursor: zoom-in; }



