/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

*, :after, :before { box-sizing: inherit; }

/* ----------------  */

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

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'),
       url('//www.cruisetricks.de/wp-content/themes/gp-cruisetricksde/fonts/raleway-v18-latin-regular.woff2') format('woff2'), 
       url('//www.cruisetricks.de/wp-content/themes/gp-cruisetricksde/fonts/raleway-v18-latin-regular.woff') format('woff'); 
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('//www.cruisetricks.de/wp-content/themes/gp-cruisetricksde/fonts/raleway-v18-latin-600.woff2') format('woff2'), 
       url('//www.cruisetricks.de/wp-content/themes/gp-cruisetricksde/fonts/raleway-v18-latin-600.woff') format('woff'); 
}

/* 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: 'Raleway', 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.9em;
display: block;
margin-top: 0.8em;
font-weight: 600;
}

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;
}

.pagelist ul.pagelist {
    font-size: 1em;
}
.pagelist ul.pagelist li {
    padding: 0 4px;
}

/* 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;
	}

h1 {
	font-size:28px;
	margin: 5px 0px 10px 0px;
	font-weight: 700;
	color: #205B87;
}

/* < 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:50px;
width:100%;
max-width:935px;
margin: 20px auto;
}

#clogo {
	height: 110px;
	max-width: 376px;
	margin-top: 30px;
}

#clogoimg {
	width: 376px;
	margin-left:5px;
	margin-right:5px;
	}

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

#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;
}

#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; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
menu, nav { display: block; }

.main-navigation {
	clear: both;
	width: 100%;
	background-color: #205B87;
	line-height: 28px;
	font-size: 0.95em;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0 auto 0 auto;
	padding-left: 0;
}

.main-navigation ul { margin: 0 5px 0 auto; }

#socialnav .icon-facebook, #socialnav .icon-instagram, #socialnav .icon-twitter, #socialnav .icon-youtube, #socialnav .icon-rss {color: #8fadc3 !important;}
#socialnav .icon-facebook:hover {color: #ffffff !important;}

#socialnav .icon-instagram:hover {color: #ffffff !important;}

#socialnav .icon-twitter:hover {color: #ffffff !important;}

#socialnav .icon-youtube:hover {color: #ffffff !important;}

#socialnav .icon-rss:hover {color: #ffffff !important;}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
    -webkit-transition: 0s all;   
    -webkit-transition-delay: 0.3s; 
    -moz-transition: 0s all;   
    -moz-transition-delay: 0.3s; 
    -ms-transition: 0s all;   
    -ms-transition-delay: 0.3s; 
    -o-transition: 0s all;   
    -o-transition-delay: 0.3s; 
    transition: 0s all;   
    transition-delay: 0.3s; 
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#ffffff !important;
}

#socialnav {
	margin-right: 0px;
	margin-left: auto;
}

#socialnav a {
	display: inline;
	padding-left: 5px;
	outline: none;
}

.menu-item-147167 {
	padding: 0 !important;
	margin-0 0.5em 0 0.5em !important;
	background-color: #205b87 !important;
}

ul.sub-menu {
background-color: #eeeeee;
}

li.menu-item {
padding:0 0.5em 0 0.5em;
}

li.menu-item:hover {
background-color: #dddddd;
}

/* li.menu-item-has-children > a::after {
content: " +";
font-weight: 600;
} */

li.menu-item:hover #socialnav {
	background-color: #205b87;
}

ul.sub-menu {
background-color: #205B87;
}

li.menu-item:hover {
background-color: #538ab4;
}

.menu-fnetopmenu-container {
	max-width: 934px;
	margin: 0 auto 0 auto;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: table;
	}
	.main-navigation {
		border-top: 1px solid #678cab;
		border-bottom: 1px solid #678cab;
	}
}

#fnespacer {min-width:140px; width:140px; display:block; outline:none;}

/* #clogo { z-index: 100; }
#site-navigation { z-index: 50; }
#primary-menu { z-index: 150; } */

#gallerytop {
   object-fit: contain;
   max-width: 100%;
   max-height: 550px;
   width: auto;
   height: auto;
}

#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:49px;
	width:230px;
}

@media all and (max-width: 779px) {
	#socialsuche {margin-top: 20px;}
}

@media all and (max-width: 622px) {
	#socialsuche {margin-top: 0px;}
}

@media screen and (max-width: 468px) {
	#socialsuche {margin-bottom: 10px;}
}

#suchfeld {
	display:table-cell;
	padding-left:20px;
}

#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;
}

#searchform input:focus#s { width:180px; }

.tagSuggestContainer input#search_input {
	width: 180px !important;
	border: 0;
	outline: none;
	height: 12px;
	margin-left:2px;
}

input#search_submit {
	border: 0;
}

input#search_submit.button.buttons:hover {
	background-color: white;
}

img[usemap] { border: none; }
area {
	outline:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:active, a:focus, a:visited {
	outline: 0;
	-moz-outline-style: none;
	box-shadow: none;
}

/** sponsoring-logo **/
.site-main {margin-top:0px !important;}
.inside-article {padding-top:10px !important;}
.sponsoring {
   max-width: 180px;
	 float:right;
   margin: 10px 100px 5px 15px;
   display:flex;
   flex-direction: column;
}
@media (max-width: 900px) {
   .sponsoring { 
  	margin-right: 50px;
   }
@media (max-width: 768px) {
   .site-header {text-align:left;}
   .sponsoring { 
	margin-right:5px;
	display:block; 
	margin-bottom:-26px;
	}
   img.is-logo-image {margin-bottom:-48px !important;}
}
@media (max-width: 600px) {
   .sponsoring {
	display:block;
	padding-top: 15px;
	text-align:right;
	float:none;
	margin: -26px 5px 5px auto;
	}
}
