/* general stuff */
html, body {
  font-family: 'Open Sans', sans-serif;
  color: #373637;
  font-size: 14px;
  line-height: 24px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  color: #1fa3db;
}

#page-content {
  position: relative;
  height: auto !important;
  min-height: 100%;
  margin-bottom: -44px;  
  padding-bottom: 44px;
}

.form-group-sm label {
  margin-bottom: 0px;
  font-size: 11px;
}

.form-group-sm .radio-inline {
  font-size: 14px !important;
  line-height: 32px;
}

.form-group-sm input {
  height: 25px;
}

.form-group-sm .form-control {
  font-size: 14px;
  padding-top:1px;
  padding-bottom:1px;
}

.form-group-sm {
  margin-bottom: 5px;
}

.hrule {
  display: relative;
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin-top: 30px;
  margin-bottom: 30px;
}

.empty-form-item {
  height: 55px;
}

.form-block .radio-inline {
  margin-top: 10px;
  margin-bottom: 8px;
}

form h4 {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #202023;
    font-size: 30px;
  }

  h2 {
    font-family: 'Open Sans', sans-serif;
    color: #868787;
    font-size: 18px;
  }
}

h2 {
  margin-bottom: 30px;
}


#siteplatz .btn {
  border-radius: 4px;
}

#siteplatz .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 10px;
  width: 100%;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
}

#siteplatz .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  border-radius: 34px !important;
}

button[data-id="ws-picker-single"] {
  margin-left: 0px !important;
  width: 100% !important;
}

.btn-login {
  font-family: 'Open Sans';
  font-weight: 600;
	color:#fff;
  background-color: #1fa3db;
  border-color: #1d9acf;
  margin-top: 23px;
}

.btn-login:hover,.btn-login:focus,.btn-login:active,.btn-login.active,.open .dropdown-toggle.btn-login{
	color:#fff;
	background-color:#0C8FC7;
	border-color:#1b90c2;
}
  

.btn-yl {
  font-family: 'Open Sans';
  font-weight: 600;
  color: #202023;
  padding: 0px;
  background: transparent;
  border-style: solid;
  border-width: 2px;
  /*border-color: #1fa3db;*/
  border-radius: 0px;
  -moz-border-image: -moz-linear-gradient(top, #44a57c, #1fa3db);
  -webkit-border-image: -webkit-linear-gradient(top, #44a57c, #1fa3db);
  border-image: linear-gradient(to right, #44a57c , #1fa3db);
  border-image-slice: 1;
  overflow: visible;
  position: relative;
}

.btn-yl div {
  position: absolute;
  visibility: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #44a57c, #1fa3db);
  background: -o-linear-gradient(right, #44a57c, #1fa3db);
  background: -moz-linear-gradient(right, #44a57c, #1fa3db);
  background: linear-gradient(to right, #44a57c , #1fa3db);*/
}

.btn-yl span {
  position: relative;
  z-index: 1000;
}



.btn-yl:hover{
}

.btn-small {
  min-width: 150px;
  height: 46px;
  font-size: 12px;
  margin-top: 30px;
}

.section-header {
  font-family: 'Montserrat';
  font-weight: bold;
  text-transform: uppercase;
  color: #202023;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.section-bar {
  height: 5px;
  width: 60px;
  background: #d3cfc7;
  margin-top: 20px;
  border-radius: 20px;

}

.section-bar-center {
  left: 50%;
  margin-left: -30px;
  position: absolute;
}

.section-bar-inline {
  display: inline-block;
  margin-top: 15px;
}

/* Chart */

.c3 svg {
  font-family: 'Open Sans', sans-serif;
}

#chart {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 0px;
}

#wsselect {
  border-bottom-right-radius = 0px;
  border-top-right-radius = 0px;
}

/* The header (aka navigation bar) */

#language-menu, #language-dropdown {
  text-transform: uppercase;
}

@media (min-width: 767px) {
  #language-menu {
    min-width: 62px;
    text-align: center;
  }
  #language-menu li a {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#logo {
  /* height: 47px; */
  margin-top: -15px;
}

#header {
  margin-bottom: 40px;
  border-radius: 0px;
}

#header .btn-group, #header li {
  line-height: 20px;
}

.navbar-brand,
.navbar-nav li a {
  font-size: 14px;
  /*color: #202034;*/
  /*font-family: 'Montserrat';*/
  font-family: 'Open Sans', sans-serif;
  
}

/* About */

#about {
  margin-top: 100px;
  margin-bottom: 100px;
  height: 420px;
}



/* Bottom info. */

#bottom {
  text-align: center;
  margin-top: 80px;
}

#bottom h1 {
  font-size: 24px;
}

#bottom .col-md-4 {
  padding-left: 40px;
  padding-right: 40px;
}

/* Footer */

footer {
  width: 100%;
  padding-top: 10px;
  background: #222222;
  height: 44px;
  color: #aaa;
  font-size: 12px;
  bottom: 0px;
}

#footer-middle {
  text-align: center;
}

.adress-icon {
  width: 25px;
  display: inline-block;
  color: #868787;
}

.hadmin > a {
  color: red !important;
}

.panel-title a {
  color: #1fa3db;
}

.selectpicker {
  /*width: 220px;*/
  /*height: 34px;*/
  /*margin-bottom: 10px;*/
  /*border-color: #CCC;*/
}
