/*
	Theme Name: FORUM MENSCHENRECHTE
        Description: theme html5-FMR 
        based on framework [HTML5 Blank](http://html5blank.com)
	Version: 0.1
*/


/*** google fonts **/
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'),
       url('fonts/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-v9-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/pt-sans-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('fonts/pt-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-v9-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}

/*** google fonts Ende **/

/** 2024 **/

a:focus, a:focus-visible, :focus-visible {
  outline: 2px solid #8fbed1!important;

}

.page-id-98 figure.wp-block-gallery.has-nested-images {
  align-items: normal;
  margin-top: 20px;
}


/** neu 2023 **/

.wp-block-media-text .wp-block-media-text__content {
   padding: 0 8% 0 0;
}
.wp-block-media-text .wp-block-media-text__media {
   padding: 18px;
}


iframe.podigee-podcast-player {
  margin-bottom: 40px;
}


#PodcastImg ul {
  padding: 0;
  margin: 0;
}
.page-id-3274 section.pc_img {
  display: none;
}

.english-summary .wp-block-column h2,
.english-summary .wp-block-column p {
	color: #fff;
}




hr {
    margin: 40px 0 30px 0;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto!important;
}


.wp-block-image figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}


/** AG Logos auf AG Startseite **/

.ag_img {
	display: flex; 
	justify-content: space-between;
	margin-top: 30px;
	align-items:stretch;
}

#post-102 a img.alignnone {
    width:100%;
    height:100%;
	max-width: 150px; 
	margin:0;
}
.ag_img a {
    flex-shrink:1;
	flex-grow:1;
	margin-right: 5px;
}

.ag_img a:last-child {
	margin-right: 0px;			
}


.cc-banner .cc-message {
 font-size: 1.5rem;
}

a.cc-link {
  text-decoration: none;
}


.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}


.lcp_thumbnail {
    max-width: 270px;
}


div#text-2.widget_text div.textwidget,
div#text-3.widget_text div.textwidget {
  padding: 0 20px;
}

 footer .sidebar-widget {
    display:none;
  }

/*** Seite Mitglieder - Liste ***/
div#content section article#post-144 p {
   line-height: 2.5rem;
}
/**..**/

.clearfix:after {
content: ".";
display: block;
clear: both;
font-size: 0;
height: 0;
visibility: hidden;
} 

/*** yost breadcrumb ***/
p#breadcrumbs {
   padding:0 40px; 
   margin-top:0;
}


.wrapper {
  background: #fff;

}

/*** TOP-Button ***/
#buttonup {
  display: block;
  position: fixed;
  bottom:50px;
  right: 0px;
  color: #ffffff;
/*  background: rgba(60, 60, 60, 0.7) none repeat scroll 0 0;
  background: rgba(0, 45, 86, 0.7) none repeat scroll 0 0;*/
   background: rgba(255,107, 107, 0.7) none repeat scroll 0 0;
  padding: 0px 25px 0px 15px;
  z-index: 1000;
  height: 50px;
  line-height: 50px;
}




/*** List category posts ***/

.lcp_catlist h3, h3 {
   margin-bottom: 5px;
}

.lcp_catlist p {
   margin:0 0 3px 0;
}

.lcp_date {
  font-weight:normal;
}

.lcp_thumbnail {
  float:left;
  padding: 0 2vw 1vw 0;
}

.lcp_paginator {
  padding-left: 0;
}

.lcp_paginator li {
    border: 1px solid #ddd!important;
    display: inline-block;
    margin: 2px;
    padding: 0 5px;
}


/***lcp Ende ***/


.social_buttons_footer {
	display: none;
  	text-align: center;
  	margin-top: 1vw;
}

.social_buttons_footer a {
	margin: 0 2vw;
}

.mobilsearch {
	display: none;
}

/*------------------------------------*\
    UNSORTED
\*------------------------------------*/


div.list-content {
  background: #fff; 
  padding: 1vw;
}


fieldset {
    border: none;
    margin: 0 2px;
    padding: 0;
}


form.search {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}

form.search input {
	flex-grow: 1;
  	border: 1px solid #cccccc;
  	padding: 5px;
}

#aktuelles ul {
	margin: 0;
  padding: 0;
}

#aktuelles span.post-date, #topthema span.post-date {
  padding-right: 10px;

}

#aktuelles h3, #topthema h3 {
  display: inline-block;
  margin: 0 0 0 0px;
}

#aktuelles p, #topthema p {
	margin-top: 0.2rem;
  padding-top: 0;
}

div.clear {
  clear: both;
}

img.attachment-thumbnail {
  float: left;
  margin-right: 15px;
}

.wrapper {
	box-shadow: 0 0 20px #a0a0a0;
}

#mainflex {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;

	margin: 0 1vw 0 1vw;
}

#mainflex section {
	background: #eeeeee;
	padding: 1vw;
}

#mainflex #content {
	width: 67%;
	flex-grow: 1;
	flex-shrink: 1;
	margin-right: 1vw;
}

#mainflex > aside {
	width: 33%;
	min-width: 250px;
	flex-grow: 1;
	flex-shrink: 1;
  	background: #ffffff;
}

#mainflex > aside > section {
  	background: #eeeeee;
  	padding: 1vw;
  	margin-bottom: 1vw;
}

.contentflex {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	align-items: stretch;
	margin-bottom: 1vw;
}

.contentflex > section {
	width: 50%;
	flex-grow: 1;
	flex-shrink: 1;
}

.contentflex > section:first-child {
	margin-right: 1vw;
}

div#content section div#presse {
  background: #fff;
  padding: 20px;

}

/*------------------------------------*\
    Header und Hauptnavigation
\*------------------------------------*/
#headerflex {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	justify-content: space-between;
    padding-top: 10px;
}

#service ul {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	justify-content: flex-end;
	list-style: none;
    padding-right: 12px;
  	padding-left: 0;
  	margin-left: 0;
}

#service ul a {
	display: block;
	padding: 0px 8px 0px 8px; 
	color: #002d56;
	border-left: 1px solid #002d56;
	line-height: 1.5rem;
}

#service ul li:first-child a {
	padding: 0px 8px 0px 8px; 
	border-left: 0px solid #002d56;
}

#service ul a:focus,
#service ul a:hover,
#service ul a:active {
	text-decoration: underline;
}

#service .social_buttons_header {
	text-align: right;
  	padding: 5px 20px 0 0;
}

#service .social_buttons_header img {
  	margin-left: 5px;
}

#service .social_buttons_header a:focus,
#service .social_buttons_header a:hover,
#service .social_buttons_header a:active {
	text-decoration: none;
}

li.menu-item a {
	display: block;
}

nav.nav ul > li:focus > ul,
nav.nav ul > li:hover > ul,
nav.nav ul > li:active > ul {
	display: block;
}

nav.nav ul.sub-menu {
	display: none;
	left: 0;
	position: absolute;
	z-index: 99;
	min-width: 100%;
}

nav.nav ul > li.menu-item {
	flex-grow: 1;
	padding: 0;
	position: relative;
	border-top: 1px solid #fff;
}

nav.nav ul.sub-menu > li.menu-item {
	text-align: left;
	padding: 0;
	font-size: 1.65rem;
    background: #fff;
    border-top: 1px solid #eee;
}


/** dritte Ebene **/

nav.nav ul.sub-menu li ul.sub-menu {
	top:0;
    left: 100%;
    color: green;
	position: absolute;
	z-index: 99;
	min-width: 100%;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
/*	font:300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: "PT Sans",sans-serif;
	font-size: 1.5em;	
	/*color:#222;*/
	color: #002D56;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	/*color:#7097BB;*/
    color: #ff6b6b;
	text-decoration:none;
}
a:hover {
	color:#0E2C4B;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
    text-decoration: underline;
	color: #7097BB; 
 /* background: #ffe66d; maisgelb **/
	  
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:10px auto;
	position:relative;
    padding-bottom: 1vw;
}
/* header */
.header {

}
/* logo */
.logo {
    padding-left:20px;
}
.logo-img {

}

div.claim {
   font-family: georgia, serif;
   font-size: 1.925rem;
   color: #002D56;
   padding-left:20px;
}
/* nav */
.nav {
     magin-top: 2%;
}

nav.nav ul {
    align-items: stretch;
    display: flex;
 /* justify-content: space-between;*/
    list-style: outside none none;
    padding: 0;
    background: #eee;
    text-align: center;
}

nav.nav ul li {
  /*  font-family: georgia, serif;*/
    font-size: 2.25rem;
    border-right: 2px solid #fff;
    padding: 10px 0px;
    
}

.current-menu-item {
   
} 

nav.nav ul > li:last-child,
nav.nav ul li li {
    border-right: 0;
}

nav.nav ul li a {
    color: #002D56;
    padding: 10px 15px; 
}

nav.nav > ul li ul {
  box-shadow: 0 0 10px #a0a0a0;
}



nav.nav > ul > li.current-menu-item > a, 
nav.nav > ul > li.current_page_ancestor > a,
nav.nav ul li a:hover,
nav.nav ul li a:focus,
nav.nav ul li a:active {
    background: #002D56;
    color: #fff;
    text-decoration: none;
}




nav.nav > ul > li > ul > li.current-menu-item > a,
nav.nav > ul > li > ul > li.current_page_ancestor > a {
   font-weight: bold;
}



/* sidebar */
.sidebar {

}
/* footer */
.footer {
	margin: 1vw 1vw 0 1vw;
  	background: #eeeeee;
  padding: 5px 1vw 5px 1vw;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
article {
  background:#fff; 
  padding: 5px 20px; 
}

article h1 {
  border-left: none;
  padding-left: 0;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


img {
  
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: "PT Sans",sans-serif;
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}



/*h1 {
    font-size: 1.45em;
    font-weight: normal;
    margin: 0 0 0.67em 0;
}*/


h1 {
  /*  border-left: 5px solid #ff6b6b;
    padding-left: 5px; */
    font-size: 1.45em;
    margin: 0 0 0.67em;
  
   font-weight: normal;
}


h2 {
   color: #003051;
}

h2.widgettitle {
  font-weight:normal;
  font-size: 2rem;
}

div#Sitemap.widgets_on_page ul {
  padding-left: 20px;
}

.sidebar-widget {
  background: #fff;
  padding:20px 0;
}
	
.sidebar-widget h3 {
  padding: 0px;
  margin:0;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}




/**
 **** MOBILE MENU
 *
 * responsive elements adapted from
 * http://t3-developer.com tutorial
 * thanks to Klaus Heuer  
 **/        
        
/**** MOBILE ANPASSUNGEN ********/
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 3px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}



#mobilMenu {
  overflow: hidden;
  outline: 0px !important;
	position: relative;
}

#mobilMenu > a.showmobile:focus {
  outline: 0px !important;
}

a#showmobileclose {
	position: absolute;
	top: 0;
	left: 0;
	display: block; 
	width: 100%;
}

.mobil-menuLink, a.mobil-homeLink {
  padding: 0;
  display: block;
  font-size: 2rem;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
}

.mobil-menuLink {
  text-align: center;
}

#mobilMenuListe {
  	color: #000000;
	margin-bottom: 1.90rem;
}

#mobilMenuListe.none-desk ul {
  margin: 0 0 0 0;
  padding: 0px;
  list-style: none;
}

#mobilMenuListe.none-desk > ul {
  margin: 20px 0 0 0;
}

#mobilMenuListe ul li {
  padding: 5px 5px 5px 40px;
  	text-align: left;  
}

#mobilMenuListe ul li.mobile_sub1 {
  border-top: 1px solid #dcda09;
  border-bottom: 0px;
  margin: 0px 10px 0px 20px;
  padding: 8px 10px;
}

#mobilMenuListe ul li.mobile_sub1:first-child {
  margin-top: 10px;
}

#mobilMenuListe ul li a {
  color: #000000;
  text-decoration: none;
  display: block;
	font-size: 1.5rem;
	font-weight: normal;
}

#mobilMenuListe ul li a:hover,
div#mobilMenuListe .current_page_item a {
  border-bottom:none;
  color: #999999 !important;
}

.hide-desktop {
  display: none ;
}
  
body .hidden {
  display: none;
}

.none-desk {
  	display: none;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


/************************************/
@media only screen and (min-width: 1px) and (max-width: 320px) {
header > nav.nav {
	display: none;
}

.none-mobile {
	display: none;
}

.none-desk {
  	display: block;
}

div.logo,
div.claim {
	padding-left: 2vw;
  	padding-right: 2vw;
}

div.claim {
  	font-size: 1.625rem;
}

div#mainflex {
	display: block;
}

div#mainflex #content {
	width: 100%;
}

div#mobilMenu {
	position: absolute;
  	left: 2vw;
  	width: 30px;
}

div#mobilMenuListe.none-desk > ul {
    margin: 50px 0 0;
}

div#service {
	display: none;
}

div.contentflex {
	display: block;
}

div.contentflex > section {
	width: 100%;
  margin-top: 1vw;
}

div#mainflex > aside {
	width: 100%;
  margin-top: 1vw;
}

section.mobilsearch {
	display: block;
}

.social_buttons_footer {
	display: block;
}

  footer .sidebar-widget {
   display:block;
   background:none;
  }
  footer .sidebar-widget ul {
    padding:0;
    text-align: center;
    margin: 0;
  }

  footer .sidebar-widget ul li {
    display:inline;
    list-style:none;
    padding-right: 5px;
    padding-left: 5px;
  }

  footer .sidebar-widget ul li a {
   display:inline;
   color: #002d56;
   
  }
}

/************************************/
@media only screen and (min-width: 321px) and (max-width: 480px) {
header > nav.nav {
	display: none;
}

.none-mobile {
	display: none;
}

.none-desk {
  	display: block;
}

div#mainflex {
	display: block;
}

div#headerflex {
	display: block;
}

div.logo,
div.claim {
	padding-left: 2vw;
  	padding-right: 2vw;
}

div.claim {
  	font-size: 1.625rem;
}

div#mainflex #content {
	width: 100%;
}

div#mobilMenu {
	position: absolute;
  	left: 2vw;
  	width: 30px;
}

div#service {
	display: none;
}

div.contentflex {
	display: block;
}

div.contentflex > section {
	width: 100%;
  margin-top: 1vw;
}

div#mainflex > aside {
	width: 100%;
  margin-top: 1vw;
}

section.mobilsearch {
	display: block;
}


.social_buttons_footer {
	display: block;
}

  footer .sidebar-widget {
   display:block;
   background:none;
  }
  footer .sidebar-widget ul {
    padding:0;
    text-align: center;
    margin: 0;
  }

  footer .sidebar-widget ul li {
    display:inline;
    list-style:none;
    padding-right: 5px;
    padding-left: 5px;
  }

  footer .sidebar-widget ul li a {
   display:inline;
   color: #002d56;
   
  }

}

/************************************/
@media only screen and (min-width: 481px) and (max-width: 600px) {
header > nav.nav {
	display: none;
}

.none-mobile {
	display: none;
}

.none-desk {
  	display: block;
}

div#mainflex {
	display: block;
}

div#headerflex {
	display: block;
}

div.logo,
div.claim {
	margin-right: 50px;
}

div.claim {
  	font-size: 1.625rem;
}

div#mainflex #content {
	width: 100%;
}

div.contentflex {
	display: block;
}

div.contentflex > section {
	width: 100%;
  margin-top: 1vw;
}

div#service {
	display: none;
}

div#mobilMenu {
	position: absolute;
  	right: 0px;
  	width: 50px;
}

main.standardpage {
	margin-top: 1vw;
}

div#mainflex > aside {
	width: 100%;
  margin-top: 1vw;
}

section.mobilsearch {
	display: block;
}

.social_buttons_footer {
	display: block;
}

  footer .sidebar-widget {
   display:block;
   background:none;
  }
  footer .sidebar-widget ul {
    padding:0;
    text-align: center;
    margin: 0;
  }

  footer .sidebar-widget ul li {
    display:inline;
    list-style:none;
    padding-right: 5px;
    padding-left: 5px;
  }

  footer .sidebar-widget ul li a {
   display:inline;
   color: #002d56;
   
  }


}

/************************************/
@media only screen and (min-width: 601px) and (max-width: 800px) {
header > nav.nav {
	display: none;
}

.none-mobile {
	display: none;
}

.none-desk {
  	display: block;
}

div#mainflex {
	display: block;
}

div#headerflex {
	display: block;
}

div#mainflex #content {
	width: 100%;
}

div#service {
	display: none;
}

div#mobilMenu {
	position: absolute;
  right: 0px;
  width: 50px !important;
}

main.standardpage {
	margin-top: 1vw;
}

div#mainflex > aside {
	width: 100%;
  margin-top: 1vw;
}

section.mobilsearch {
	display: block;
}

.social_buttons_footer {
	display: block;
}

  footer .sidebar-widget {
   display:block;
   background:none;
  }
  footer .sidebar-widget ul {
    padding:0;
    text-align: center;
    margin: 0;
  }

  footer .sidebar-widget ul li {
    display:inline;
    list-style:none;
    padding-right: 5px;
    padding-left: 5px;
  }

  footer .sidebar-widget ul li a {
   display:inline;
   color: #002d56;
   
  }

}

/************************************/
@media only screen and (min-width: 801px) and (max-width: 1024px) {

nav.nav ul li {
    font-size: 2.0rem;
}

  footer .sidebar-widget {
   display:none;
  }
  
}

/************************************/
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
   footer .sidebar-widget {
    display:none;
  }

}