/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
html * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #ddd;
}

#page-wrapper {
    position:relative;
    top:0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    background-color: white;
    margin-top: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#scrollToTop {
  position:fixed;
  bottom:0;
  right:0;
  color: #d0d2d3;
  background-color: #0e4194;
  padding:8px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  z-index:1000;
}

h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}



.sditable{
    border-width:0px;   
    border-style:outset;
	width: 100%;
	font-size: 16px;
}

.sditable td {
	padding: 10px;
	border: 1px solid #ddd;
	border-width:1px 0px;
	vertical-align: top;
}

.sditable td:first-child {
    border-left: none;
	width: 12%;
}

.sditable td:last-child {
    border-right: none;
}

.acg-fa {
    font-size: 30px;
}

#lexikon a {
    color: #13229e ;
    font-weight: bold;
}

.list-group-item {
    font-size: 20px;
}

.list-group-subitem {
    font-size: 15px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

img {
  max-width:100%;
  height:auto !important;
}

#header {
    min-height: 80px;    
    background-color: #eee;
    position:relative;
}

#footer {
    min-height: 37px;
    border: 1px solid #eee;
    margin-left: 20px;
    margin-right: 20px;
}

#footer p {
    text-align: center;
}

#footer a {
    margin-left: 7px;
    margin-right: 7px;
}

#banner {
  display:none;
  height: 220px;
  background: url("../img/acg-banner1.png") center center no-repeat;
  margin-bottom: 20px;
}

#logo {
  display:inline-block;
  max-height:31px;
}

#logo img {
  width:121px;
}

#header-nav {
  position:relative;
}

#header-nav-label {
  display:inline-block;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size:1.5em;
  padding:7px 7px 7px 20px;
  color:#999;
  text-transform: uppercase;
  text-align:left;
}

#lang {
  position: absolute;
  top:0;
  right:0;
  background-color: #FFF;
  -webkit-box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    -4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         -4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 3px 8px 4px 8px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  height:33px;

}

#login-wrapper {
  float:none;
  clear:both;
  margin:0em 20px 20px 20px;
  background-color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#login {
  padding:10px 10px 10px 10px;
}

#login .forgotten {
  display:inline-block;
  padding-right: 20px;
}

#login .form-horizontal .control-label {
    padding-top: 4px;
}

#content-wrapper {
    margin: 10px 5px 10px 5px;
    /*min-height: 150px;*/
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.highlight{
 background-color: #f7eda0;	
}

.news{
	font-size: 16px;
	border-width: 2.5px;
  border-color: #337ab7;
  padding: 15px 15px;
  padding-bottom: 30px;			
  margin-bottom: 20px;
  margin-top: 5px;
  color: inherit;

  background-image: url("/res/img/back_news.jpg");
  /*background-color: #eee;*/
}

.news-item{
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(221, 221, 221);
}

.newsimg{
  padding: 0px;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1),0 5px 5px 0 rgba(0,0,0,0.19) !important;
}

.border{
	border-radius: 4px;
}

.margin-bottom{
	margin-bottom: 20px;
}

.geoserver{
	background-image: url("../img/GN_Client.png");
	height: 150px;
	padding:0;
}

.mapstore{
	background-image: url("../img/MS_Client.png");
	height: 150px;
	padding: 0;
}

.faq{
	background-color:#FFF;
	border-color:#ddd;
	border-top: 5px;
}

.info{
	background-color: rgba(255,255,255,0.7); 
	position: relative;  
	top: 100%; 
	transform: translateY(-100%); 
	padding: 10px;
}

.faqanswer{
	padding-left: 5%;
	background-color:#f5f5f5;
}

/*------------------------------------------------------------------------------------*/
/* PANEL TOGGLE */
/*------------------------------------------------------------------------------------*/


.panel-heading a:after {
	font-family: FontAwesome;  /* essential for enabling FontAwesome */
	content: "\f077";    /* adjust as needed */
	float: right;        /* adjust as needed */
	color: #337ab7;         /* adjust as needed */
	transition: all 0.5s;
}
.panel-heading a.collapsed:after {
	content: "\f078";
	color: grey; 
}

.panel-title a{
	display:block;
}

.panel-title a:focus {outline: 0; text-decoration: none;}
.panel-title a:hover {outline: 0; text-decoration: none;}
.panel-heading:hover {outline: 0; text-decoration: none; background-color: rgb(51,122,183,0.25)}


/*------------------------------------------------------------------------------------*/
/* SERVNAV */
/*------------------------------------------------------------------------------------*/

#serv-nav{
	border: 0px solid yellow;
	margin:0px auto;
	margin-top:8px;
	text-align:center;
	/*text-align-vertical:center;*/
	/*font-family: Lucida Grande, Lucida Console;*/
}

#serv-nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
}

#serv-nav li{
	display: inline;
	padding: 0px 10px 0px 0px;
}

#serv-nav li a{
	color: #666;
	text-decoration: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix {
    *zoom: 1;
}

.navbar-toggle .icon-bar {
    display: block;
    background-color: #888;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 768px) {
    #page-wrapper {        
        max-width: 960px;
        margin-top: 25px;
        margin-bottom: 25px;
        -webkit-box-shadow: 0px 0px 10px 10px rgba(102,102,102,0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(102,102,102,0.2);
        box-shadow: 0px 0px 10px 10px rgba(102,102,102,0.2);
    }
    
    #login-wrapper
     {
      position:absolute;
      top:0;
      right:0;
      margin:0;
      margin-bottom:20px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow:    0px 3px 15px 0px rgba(0, 0, 0, 0.2);
      box-shadow:         0px 3px 15px 0px rgba(0, 0, 0, 0.2);
    }
    
    #login-wrapper {
      width:290px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-left-radius: 0px;
      padding-bottom:10px;
    }

    #login {
      padding:10px 20px 10px 10px;
      text-align:right;
    }
    
    #login .form-group {
      margin-bottom:7px;
    }
    
    #login,
    #login-form input {
      font-size: .95em;
      line-height: 1.5em;
      height: 2em;
      padding: 3px 6px;
    }

    #login-form label {
      font-weight: 700;
    }

    #login .forgotten {
      display:inline-block;
      padding-top:6px;
      padding-right: 10px;
      text-align: right;
      font-size: .9em;
    }
    
    #lang {
      position: absolute;
      top:0;
      right:288px;
      padding: 3px 15px 4px 8px;
    }
    
    #lang.logged-in {
      right:148px;
    }
    
    #banner {
      display:block;
    }
    
    #logo {
      display:inline-block;
      min-height:62px;
      max-height:auto;
    }

    #logo img {
      width:242px;
    }

    #diagonal-linien {
      display: block;
      height: 20px;
      background-image: url("../img/diagonal_linien.png");
      background-repeat: repeat-x;
      background-color: transparent;
    }

    
    #header-nav-label {
      padding-right:60px;
    }
    
    
}

@media only screen and (min-width: 992px) {
   
    #header-nav-label {
      padding-right:90px;
    }
    
    #scrollToTop {
      right:5px;
    }
	
		

}

@media only screen and (min-width: 540px) {
  #header-nav-label {
    display:inline-block;
  }
}
@media only screen and (max-width: 768px) {  
 
  #header{
	  padding-bottom: 5px;
  }
 
}


