/* OVERALL PAGE LAYOUT */
* {
	font-size: 14px;
	font-family: 'Montserrat', 'Sans-Serif', Helvetica, Arial, Lucida;
	margin: 0px;
	padding: 0px;
}
body {
	/*background: url("bg.png");*/
        background:white;
}
/*.center {
	width: 886px;
        padding-top:250px;
	margin: 0px auto;
}*/

.center {
	/*max-width: 960px;*/
        
        width:80%;
        max-width: 1170px;
        
        
	margin: 0px auto;
        padding-top:200px;
}


.infoText{
	color: #888;
	font-style:italic;	
	font-size:13px;
}


/* HEADER LAYOUT */
header {
	height: 50px;
	line-height: 50px;
	width: 100%;
	color: #FFF;
	background: #0F5EC7;
	/*border-bottom: #0F44A4 6px solid;*/
}
header .center a img#logo {
	float: left;
}
header .center nav {
	float: left;
}
header .center .right {
	float: right;
	color: white;
	line-height: 54px;
}
header .center .right strong {
	float: left;
}
header .center .right img {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
header .center .right p {
	display: inline;
}
/** HEADER LAYOUT - LINKS */
header .center nav a {
	color: white;
	line-height: 54px;
	text-decoration: none;
	margin-left: 30px;
}
/*header nav a:hover { text-shadow: rgb(255, 255, 255) 0px 0px 10px; }*/



/* PAGE CONTENT */
section.center > .contentArea {
	/*border: 1px solid #ebebeb;*/
	background: white;
	margin-top: 82px;
	margin-bottom: 120px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
        border-radius: 0px 10px 10px 10px;
}
section.center > .contentArea > #languageList {
	float: right;
	margin-bottom: 10px;
}
section.center > .contentArea > .content {
	margin-top: 10px;
	min-height: 512px;
        padding:10px;
}
section.center > .contentArea > .content h1{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 3px;
	font-size: 18px;
	margin-top: 0;
}


/* FOOTER */
footer {
	position: relative;
        
        
/*        bottom: 0px;
        position:fixed;*/
        
        
	/**/
/*	height: 70px;
	line-height: 70px;*/
	width: 100%;
	color: #FFF;
	background: #0086cd;
	/*border-top: #0F44A4 8px solid;*/
}
footer section.center nav {
	float: right;
}
footer section.center nav a {
	color: white;
	text-decoration: none;
	margin-right: 25px;
}
/*footer nav a:hover { text-shadow: rgb(255, 255, 255) 0px 0px 10px; }*/


/* FOOTER */
body > footer {
	width: 100%;
	/*margin-top: 280px;*/
	color: #FFF;
	/*border-top: #2051aa 1px solid;*/
/*        position: fixed;
        bottom:0;*/
        padding: 15px 0 5px;
}
body > footer > div.content1 {
	/*height: 70px;*/
	width: 100%;
	background: #0086cd;
	/*border-top: #0f44a4 8px solid;*/
	/*box-shadow: inset 0px 5px 5px -5px rgba(255,255,255,0.4);*/
}

body > footer section.center2 {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
body > footer section.center2 > * {
	/*padding-top: 25px;*/
	/*padding-bottom: 25px;*/
}
body > footer section.center2 nav {
	float: right;
}
body > footer section.center2 nav a {
	color: white;
	text-decoration: none;
	margin-right: 25px;
}
body > footer section.center2 nav a:hover {
	/*text-shadow: rgb(255, 255, 255) 0px 0px 10px;*/
}

#footd a{
    color:white;text-decoration: none;
}

@media(max-width: 480px){
	body > footer section.center2 span {
		font-size: 13px;
	}
	body > footer section.center2 > * {
		padding-top: 10px;
		padding-bottom: 10px;
	}
        
        
}
/* ERROR DISPLAY */
div#errorDisplay {
	padding-top: 20px;
	width: 100%;
	text-align: center;
}

div#errorDisplay > div.errorImageGeneral {
	height: 200px;
	background: url("error.svg") no-repeat center center;
	background-size: 300px 100%;
}
div#errorDisplay > h1.errorHeading {
	margin-top: 10px;
	font-size: 2em;
}
div#errorDisplay > div.errorMessage {
	margin-top: 2px;
	font-size: 1em;
}
div#errorDisplay > div.errorSupport {
	margin-top: 10px;
}

.restpostenportalhead{
     
    
    position:fixed;
    width:100%;
    height:100vh;
    top:0;
    left:0;
    
/*    position: absolute;
width: 100%;
height: 250%;
max-height: 1300px;*/


z-index: -1;
     
     
     background-image:url('backggr.jpg');
     background-position: top center;
background-size: cover;
background-color: #ffffff;
background-repeat: no-repeat;
}

@media (max-width: 800px) {
    .slider-bg.white {
        height: 400px;
        background-size: cover;
    }
    
    .et_menu_container2{
        width:100% !important;
    }
    
    .ipmi {
	width:auto !important;
        
}
    

    
    
}


/* HEADER LAYOUT */
header {
	height: 50px;
	line-height: 50px;
	width: 100%;
	color: #FFF;
	background: #0F5EC7;
	/*border-bottom: #0F44A4 6px solid;*/
}
header .center a img#logo {
	float: left;
}
header .center nav {
	float: left;
}
/** HEADER LAYOUT - LINKS */
header .center nav ul {
	display: inline-flex;
	list-style-type: none;
}
header .center nav a {
	color: white;
	line-height: 54px;
	text-decoration: none;
	margin-left: 30px;
}


img#logo:hover {
  transform: scale(110%);
}

/** HEADER LAYOUT - MEANMENU */
@media (max-width: 980px){
	header .center a img#logo {
		position: absolute;
		left: 5px;
		top: 0;
		z-index: 9999999;
	}
        #main-header{
            height:50px !important;
        }
        
        #main-header img{
            height:40px !important;
        }      
        
        
            
            
        .headcont{
            /*margin-left:20px !important;*/
        }
        .et_pb_slide_description{
            margin-top:100px !important;
        }
        
        .center {padding-top:200px !important;
        }
        .centered {
               padding-top:0 !important;   
        }
        #et-top-navigation{
            padding-top:15px !important;
        }
        .center{
            width:100% !important;max-width:100% !important;
        }
/*        .center2{
    font-size:9px !important;
}     .center2 a{
    font-size:9px !important;
}*/

footer{
    height:150px !important;
}
.contentArea{
    margin-bottom: 0 !important;
}
/*.restpostenportalhead{
    background-repeat: repeat-y !important;
    
}*/




}

.content article{
    width:100% !important;
}
.headcont{
    margin-left:10px;
}

.et_pb_slide_description{
    background: rgba(0,134,205, 0.8);
float: left;
margin-top: 150px;
padding: 1.2rem !important;
text-align: left;color:white;
position: relative;
left: -1rem;
border-radius: 3px 20px 20px 20px;




}
.et_pb_slide_title{
    margin-top: 0;
font-size: 32px;
font-weight: bold;
color:white;
padding:0 0 0.2rem 0;
}


.pslidtidldd{
    font-size: 16px;
}


.mean-container .mean-bar {
	position: absolute !important;
	top: 0;
}
.mean-container .mean-nav ul li a {
	text-align: center !important;
	font-size: 16px;
	font-weight: bold;
}



#main-header{
    top: 0px;
    
     position:absolute;
/*    background-color: #1963c6;
   
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);*/
    z-index:999;width:100%;
    
    
font-weight: 500;
line-height: 23px;transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;display:block;height:85px;




background: linear-gradient(rgb(0, 118, 180), rgb(0, 134, 205));
box-shadow: rgba(0, 0, 0, 0.133) 0px 4px 4px;




}

.et_menu_container{
    position: relative;height: 100%;
text-align: left;width: 80%;
max-width: 1170px;
margin: auto;
}
.logo_container{
    position: absolute;
width: 100%;
height: 100%;
}


#logo{
    display: inline-block;float:none;margin-bottom: 0;vertical-align: middle;max-height: 60px;margin-top:10px;
}

#et-top-navigation{
    /*padding-top:33px;*/

padding-right: 0px;
padding-left: 0px;
padding-top: 30px;
    float:right;
    /*margin: 0 5% 0 0;*/
}
#top-menu-nav{
    display:block;float:left;
}

.nav22{
    float: right;
margin-right: -162px;list-style: none;margin:0;padding:0;
}

.nav22item{
    display: inline-block;padding-right:30px;font-size:14px;position: relative;line-height:1em;
}

.nav22ilink{
    /*color:white;    font-weight: 600;*/
    font-size: 14px;
    font-family:'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    color: white;
/*text-transform: uppercase;*/
/*font-weight: bold;
border-bottom: 3px solid transparent;

padding-bottom: 32px;*/
/*background: none;
box-shadow: none;
margin-right: 0px;
    text-shadow: 0 1px 0 rgba(255,255,255,.25);*/
    
    
}

.nav22ilink:hover {
    border-bottom-color: white;
}

.clearfix2{
            width:100% !important;
        }   

        #footerlogoipp{
            max-width:183px;
        }
        
    @media (max-width: 980px) {

        #footd{
            max-height: 50px;
        }    
        
.footermenuicons {
   font-size:14px !important
}
#footerlogoipp{
    width:80px !important;
}
#footer-info0{
    font-size: 10px !important;padding-left: 10px !important;text-align:center !important;
}
#footer-info1{
    font-size: 10px !important;width:40% !important;line-height: 2;padding-top: 0 !important;
}
#footer-info1 a{
    font-size: 10px !important;
}
#footer-info2{
    font-size: 10px !important;
    /*width:20% !important;*/
    line-height: 2;padding-top: 0 !important;
}
#footer-info2 a{
    font-size: 10px !important;
}
     }  

/* cookie dialog */
.cdddNotice h5 {
	font-weight:bold;
	font-size:16px;
}
.cdddNotice .modal-footer {
	margin-top: 10px;
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.cdddNotice .button-bar {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.cdddNotice .button-bar .btn-secondary {
	border: 1px solid lightgray;
	padding:5px;
	cursor:pointer;
	border-radius: 3px;
}
.cdddNotice .button-bar .btn-primary {
	background: green;
	border: 1px solid green;
	font-weight: bold;
	padding:5px;
	cursor:pointer;
	color:#fff;
	border-radius: 3px;
}
.cdddNotice .button-bar .btn-primary:hover {
	background: #27b527;
}
