/* Color Variable */
/* Function Variable */
/* Header Area */

.ui.tiny.image {
    width: 160px;
    height: auto;
    font-size: .85714286rem;
    float: left !important;
    margin-right: 20px;
    margin-top: 5px;
}

.ui.big.image {

    width: 360px;
    height: auto;
    font-size: .85714286rem;
    float: left !important;
    margin-right: 20px;
    margin-top: 5px;

}

.ui.big.image-mobile {

    width: 360px;
    height: auto;
    font-size: .85714286rem;
}

.ui.fixed.top.menu {
  top: 5px;
  justify-content: center;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ui.fixed.top.menu .item {
  color: black;
  padding: 20px 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ui.fixed.top.menu .item.logo {
  background-color: #2c4375;
  color: #f7fdff;
  font-size: 20px;
}
.ui.fixed.top.menu .item.logo:hover {
  background-color: #2c4375;
}
.ui.fixed.top.menu .item:hover {
  background-color: #fff;
  color: #2c4375;
}
.ui.fixed.top.menu .item:before {
  background: none;
}
.ui.fixed.top.menu .item.icon {
  display: none;
}
@media (max-width: 768px) {
  .ui.fixed.top.menu .item:not(.icon) {
    display: none;
  }
  .ui.fixed.top.menu .item.icon {
    display: block;
  }
}
.ui.vertical.menu.collapse {
  position: fixed;
  top: -200vh;
  z-index: 100;
  border-radius: 0;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ui.vertical.menu.collapse.slide.down {
  top: 50px;
}
@media (min-width: 769px) {
  .ui.vertical.menu.collapse {
    display: none;
  }
}
.ui.vertical.menu.collapse .item {
  color: black;
  padding: 15px 20px;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ui.vertical.menu.collapse .item.logo {
  display: none;
}
.ui.vertical.menu.collapse .item:hover {
  color: #2c4375;
}
.ui.vertical.menu.collapse .item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.ui.vertical.menu.collapse .item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.progress.bar {
  position: fixed;
  top: 0;
  z-index: 101;
  height: 20px;
  width: 100%;
  background-color: #283479 !important;
}
.container.slider {
  max-height: 500px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .container.slider {
    max-height: 300px;
  }
}
.container.slider img {
  width: 100%;
}

/* Content Area */

body {
  padding-top: 60px;
}
.ui.vertical.menu.moderns {
  border-radius: 0;
  border: none;
}
.ui.vertical.menu.moderns .item.header {
  background-color: #2cc36b;
  color: #f7fdff;
}
.ui.vertical.menu.moderns .item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.ui.vertical.menu.moderns .item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ui.segments.moderns {
  border-radius: 0;
  border: none;
}
.ui.segments.moderns .segment.header {
  background-color: #2cc36b;
  color: #f7fdff;
  font-size: 14px;
  padding: 12px 17px;
}
.ui.segments.moderns .segment:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.ui.segments.moderns .segment:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.section {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px;
  text-align: center;
}
.section.one {
  padding-top: 40px;
  min-height: 200px;
}
.section.two {
  min-height: 200px;
}
.section.two .ui.segment {
  box-shadow: none;
  height: 160px;
}

.section.four .ui.segment {
  box-shadow: none;
  height: 160px;
}

.section.two .ui.segment i.icon {
  font-size: 60px;
}
.section.three {
  background-color: #2c4375;
  color: #f7fdff;
}
.section.four {
  min-height: 200px;
  padding-bottom: 0;
}

.section.five{
    background-color: #fff;
    color: #111;
}

/* Footer Area */

.container.footer {
  background-color: #2c4375;
  color: #f7fdff;
  height:50px;
  padding-bottom: 40px;
}
.container.footer .header {
  color: #f7fdff;
}
.ui.list a.item {
  color: #f7fdff;
}
.ui.list a.item:hover {
  color: #f7fdff;
}
.copyright {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #2c4375;
}
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 101;
  background-color: black;
}
#toTop i {
  font-size: 25px;
  color: #f7fdff;
}

/* Bascha Area */

footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.footnote {
	font-size: 11px;
	text-align: left;
	
}

.table-fees {
	margin-bottom: 0%;
}

.table-fees th,
.table-fees td {
	padding-top: 1% !important;
	padding-bottom: 1% !important;
	padding-left: 2% !important;
	text-align: left;
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif !important;
}

.table-bordered,
.table-bordered th,
.table-bordered td {
	border: 1px solid #dadada;
}

.text-left th,
.text-left td {
	float: left;
	padding-left: 1%;
}

.vgpw {
  border:0px; 
  width: auto !important;
}

.vgpwm {
    border: 0 none;
    margin-top: 20px;
    width: 1200px !important;
}

.why{
  text-align:justify;
  line-height:1.2em;
  font-size: 16px;
}

.imp {
    text-align: justify;
    line-height: 0.6em;
    font-size: 16px;
}

.inf {
    font-size: 0.9em;
    line-height: 1.6em;
    text-align: justify;
} 

.inf2 {
    font-size: 1.2em;
    line-height: 1.6em;
    text-align: justify;
} 

.move{
  margin-top:100px !important;
  padding-bottom: 15px;
}

.mowg{
    margin-top:184px !important;
}

.move2{
  margin-top:50px !important;
}

.move3{
  margin-top:15px !important;
}

.move4{
    margin-top: 60px
}

.movehead{
  margin-top:100px !important;
  padding-bottom: 15px;
  text-align:center;
}

.user-background{
	background-image: url('../img/goEIDAS.jpg');
	height: 550px;
	background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}

.pwned{
	margin-top: 170px;
}
	
.contact{
  color:white
}

.contact:hover{
  color:black;
}

.faq{
  font-size: 1.71429rem;
}

.vgw {
    border: 0 none;
    margin-top: 50px;
    width: 600px !important;
}

a:hover {
    color: #2c4375;
    text-decoration: none;
}

.hov {
    color: grey !important;
    text-decoration: none !important;
}

.hov:hover {
    color: #2c4375 !important;
    text-decoration: none !important;
}

.ui.user {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1250px;
}

h5.ui { 
    font-size:18px !important; 
}  

div.footer div.column p { 
    text-align:center; 
}

i.active-icon:hover{
    background-color: #2c4375;
	color: white;
	}

.ico {
	font-size:3em !important;
}

.ui.divider {
    text-transform: none !important;
}

.social {
    font-size: 2em !important;
}

.foot {
    color: #111;
    text-decoration: none;
}

.foot:hover {
    color: #2c4375;
    text-decoration: none;
}

.ui.vertical.menu .item > i.icon {
    float: none;
    margin: 0 0 0 0.5em;
    width: 1.18em;
}

.ui.button {
    -moz-user-select: none;
    background: #0099ff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0.285714rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    color: #eee;
    cursor: pointer;
    display: inline-block;
    font-family: Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    margin: 0.25em 0.25em 0 0;
    min-height: 1em;
    outline: 0 none;
    padding: 0.785714em 1.5em;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    transition: opacity 0.1s ease 0s, background-color 0.1s ease 0s, color 0.1s ease 0s, box-shadow 0.1s ease 0s, background 0.1s ease 0s;
    vertical-align: baseline;
}

.ui.grid > .column:not(.row), .ui.grid > .row > .column {
    display: inline-block;
	padding-left: 0;
    padding-right: 0;
    position: relative;
    vertical-align: top;
    width: 6.25%;
}


.news-single-rightbox {
    clear: both;
    float: right;
    font-size: 14px;
    text-align: right;
    width: 160px;
}

@media only screen and (min-width: 1200px) {
	.arrowRight {
		margin-left:88px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px)  {
	.arrowRight {
		margin-left:35px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.arrowRight {
		margin-left:0px;
	}
}

@media only screen and (max-width: 767px) {
	.arrowRight {
		margin-left:0px;
	}
	.hideOnMobile {
		display:none !important;
	}
}

.img { -ms-interpolation-mode: bicubic; }

.a:hover {
    color:#283479;
    text-decoration: none;
}

.caption {
    position: absolute;
    top: 40%;
    left: 35%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: gray;
    font-weight: bold;
    font-size: 40px;
}

.nohov {
  color: currentColor;
}

.nohov:hover {
    color: currentColor;
    text-decoration: none !important;
}

.lang{
    margin-top: 14px;
    width: 1.6em !important;
    height: 22px;
}
/* Mobile */

@media only screen and (max-width: 768px) {
[class*="mobile hidden"],
[class*="tablet only"]:not(.mobile),
[class*="computer only"]:not(.mobile),
[class*="large monitor only"]:not(.mobile),
[class*="widescreen monitor only"]:not(.mobile),
[class*="or lower hidden"] {
display: none !important;
}
}

/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  [class*="mobile only"]:not(.tablet),
  [class*="tablet hidden"],
  [class*="computer only"]:not(.tablet),
  [class*="large screen only"]:not(.tablet),
  [class*="widescreen only"]:not(.tablet),
  [class*="or lower hidden"]:not(.mobile) {
    display: none !important;

  }
}


/* Large Monitor */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  [class*="mobile only"]:not([class*="large screen"]),
  [class*="tablet only"]:not([class*="large screen"]),
  [class*="computer only"]:not([class*="large screen"]),
  [class*="large screen hidden"],
  [class*="widescreen only"]:not([class*="large screen"]),
  [class*="or lower hidden"]:not(.computer):not(.tablet):not(.mobile) {
    display: none !important;
  }
}

/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {
  [class*="mobile only"]:not([class*="widescreen"]),
  [class*="tablet only"]:not([class*="widescreen"]),
  [class*="computer only"]:not([class*="widescreen"]),
  [class*="large screen only"]:not([class*="widescreen"]),
  [class*="widescreen hidden"],
  [class*="widescreen or lower hidden"] {
    display: none !important;
  }
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    }
	
.flex-container-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    }
	

.flex-item:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }
	
	.flex-container2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start;
    }

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}	

.fix {
    margin: 0 0 1em;
    margin-top: 0px;
    margin-top: 0px;
    line-height: 0.5em;
	text-align: left;
    color: black;
    font-size: 40px;
}

.fix-mobile {
    margin: 0 0 1em;
    margin-top: 0px;
    margin-top: 0px;
    line-height: 0.5em;
	text-align: center;
    color: black;
    font-size: 32px;
}

.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}

.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.80);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
    border-radius: 10px;
}
.hvrbox .hvrbox-text {
    text-align: center;
    font-size: 30px;
    display: inline-block;
    position: relative;
    top: 50%;
    left: 48%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: bold;
    line-height: 1.0;
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}	

.hovi:hover {
    color: #F3F5F6 !important;
    text-decoration: none;
}

.hovi {
    color: #F3F5F6 !important;
    text-decoration: none;
}

#prog {
    background-color: #fff;
    color: #111;
}

.section-sum {
  padding-top: 0px;
}

/* TEST */
article.accordion
{
  display: block;
  max-width: 80em;
  padding: 0.5em 0.5em 1px 0.5em;
  margin: 0 auto;
  background-color: #888;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

.chap
{
  display: block;
  max-width: 80em;
  padding: 0.5em 0.5em 1px 0.5em;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

.h2acc {
  font-weight: 400;
  font-size: 16px;
  margin-left: 5px;
  margin-bottom: 0.5em;
  margin-top: 8px;
  }
article.accordion section
{
  display: block;
  max-width: 80em;
  height: 3em;
  padding: 0 1em;
  margin: 0 0 0.5em 0;
  color: #333;
  background-color: #555;
  overflow: hidden;
  border-radius: 3px;
}


article.accordion section h2
{
  font-size: 16px;
  width: 100%;
  line-height: 2em;
  padding: 0;
  margin: 5px;
  color: #ddd;
}

article.accordion section h2 a
{
  display: block;
  width: 100%;
  line-height: 2em;
  text-decoration: none;
  color: inherit;
  outline: 0 none;
}

article.accordion section:target
{
  height: auto;
  background-color: #fff;
}

article.accordion section:target h2
{
  font-size: 16px;
  color: #333;    
  padding-top: 200px;
  margin-top: -130px;
}

article.accordion section,
article.accordion section h2
{
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.accnav
{     
     font-size: 16px;
   font-color:  #fff;
   float:right;
}

.accnav2
{     
     font-size: 16px;
   font-color:  #fff;
   float:left;
}

.totop {
        
    background: #DDD;
        float: left;
    font-size: 1em;
    padding: 1.25em;
  min-height: 0;
    transition: padding-top 0.75s ease 0s;

}

.totop {

        width:40px;
        height:64px;
        background: #DDD;
        position:fixed;
        bottom:50px;
        right:0px;
        display:block;

}

.totop:hover {

        text-decoration:none;

}

#floatlink {
position:fixed;
right: 20px;
bottom: 10px;
z-index:10;
font: bold 12px Century Gothic;
letter-spacing: 0.2em;
}

.h2accord {
   font-size: 1em;  
  margin-top: 1em;
  margin-bottom: 0em;
}

.normal {
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
}

#banner object {
    width: 1100px;
    height: 700px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0099ff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0099ff;
    border-color: #0099ff;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #0099ff;
    background-color: #eee;
    border-color: #ddd;
}

.move {
    padding-top:70px;
    padding-bottom:20px;
}

.marg-news {
   margin-top:51px;
  }

.marg-aus {
   margin-top:81px;
  }

ul.f3-widget-paginator > li {
   display:inline;
   padding-right: 2px;
}

ul.f3-widget-paginator{
   padding-left: 0px;
}

.article {
  padding-bottom: 15px;
}

.teaser-text {
    padding-top: 15px;
}

.more {
  font-size: 0.9em;
  color: #111;
}

.newshead {
   color: #111;
}
.center2 {
    text-align: justify;
    text-decoration: underline;
    font-size: 16px;
    padding-bottom: 20px;
}
.ui.segments {
    border: 0;
    box-shadow: none;
}

.ui.segment {
    background: #eee;
}

.fourall {
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    border: 2px solid rgba(34,36,38,.15) !important;
}