/* generic */

body {
	line-height: 140%;
}

h1,h2,h3,h4,h5,h6,.name{
	color:#338899;
	font-family: "Oswald", "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

h2 {
	font-size: 220%;
	padding-bottom: 1em;
}

h3 {
	font-size: 160%;
	margin-bottom: 0.5rem;
}

h4 {
	font-size: 140%;
	margin-bottom: 0.5rem;
}


a {
	text-decoration: none;
	color: #cc6633;
}

a:hover {
	color: #cc4433;
}



/* header */

#topBar {
	background-color: black;
	margin-bottom: 1cm;
	
	background-color: #262626;
	border-bottom: 1px solid #c8c8c8;	
}

h1 {
	font-size: 180%;
	padding-top: 5mm;
}

ul {
	list-style: none outside;
}

ul.dots {
	list-style: initial;
	margin-left: 15px;
}


/* footer */

#footer {
	background-color: #262626;
	border-top: 1px solid #c8c8c8;
	color: #999999;
	padding: 5mm 0mm 5mm 0mm;
	margin-top: 1cm;
}

#footer a {
	color: #ad5803;
}



/* menu */

#mainMenu li {
  float: left;
  position: relative;
  text-align: left;
	padding-right: 5mm;
}

#mainMenu li a {
	transition: color 0.2s ease-in;
font-family: "Oswald", "Times New Roman", Helvetica, Arial, sans-serif;
font-size: 15px;
color: #b5b5b5;
text-decoration: none;
text-transform: uppercase;
padding-right: 8px;
display: block;
}

#mainMenu li.active a,
#mainMenu li a:hover {
		color: #cc6633;
}



/* title bar */

.titleBar h2 {
	font-weight: 700;
}

.titleBar span {
  display: block;
  font-weight: 300;
  font-size: 130%;
  color: #303030;
  padding: 0;
	line-height: 90%;
}


/* specific */

#login_form p.form-submit input[type="submit"], button {
  float: none;
}

input[type="password"], input[type="text"] {
  width: 30%;
  margin-bottom: 6px;
}

input[type="password"], textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f2f2f2;
  padding: 5px;
}

.seatbox {
	margin-bottom: 20px;
}

ul.list {
  margin-left: 5mm; 
}

li.bullets {
  list-style-type: disc;
  margin;
  padding;
}

span.warning {
  font-size: 90%;
  color: red;
}

.button {
	background-color: #cc6600;
	color: white;
	font-weight: 100;
}


/* main page  */

.client.hide {
	display: none;
}

.maindeviceselection {
	margin-top: 36px;
}

.systemselection {
	margin-top: 5mm;
}

.systemselection a.button {
	width: 100%;
	background-color: white;
	color: black;
}

/* login page specific design */

.container.login .titleBar {
	margin-left: 5mm;
	margin-bottom: 10mm;
}

.container.login h3 {
	margin-bottom: 0;
}

.container.login button {
	display: block;
}

.container.login label {
	font-weight: normal;
	font-size: 90%;
	margin-bottom: 0;
	margin-top: 2mm;
}


/*  FeinCMS */

.feincms-content div.image img {
	width: 100%;
}

.feincms-content div.image {
	margin-bottom: 2.5rem;
}

.feincms-content .row {
	margin-bottom: 2.5rem;
}

.feincms-content ul, .feincms-content ol  {
	list-style: initial;
	margin-left: 15px;
}

.feincms-content ol  {
	list-style: decimal;
}

.feincms-content li {
	margin-bottom: initial;	
}

.feincms-content h3.diff {
	color: black;
	font-weight: 100;
}

.feincms-content h4 {
	text-transform: initial;
}

.feincms-content .choose-device {
	margin-top: 6rem;
	text-align: center;
}

.feincms-content img.in-text {
	padding: 0.5rem 1rem 0.5rem 1rem;
	vertical-align: middle;
}

.arrow-down-box {
	background-image: url(/media/static/arrow_down.png);	
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
}

@media (min-width: 550px) {
	.feincms-content .li-space li {
		margin-bottom: 1rem;
	}
}

/* Copied from bootstrap */

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 2.5rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.feincms-content .sub-navigation ul ul li {
	margin-bottom: 0px!important;
}

.feincms-content .sub-navigation ul ul {
	margin-top: 0px!important;
	
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}


.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

