/* General */

body {
	font:             400 15px Verdana, sans-serif;
	line-height:      1.8;
	background-color: #EEEEEE;
	color:            #000000;
}
h2 {
	font-size:      24px;
	text-transform: uppercase;
	color:          #303030;
	font-weight:    600;
	margin-bottom:  30px;
}
h3 {
	font-size: 22px;
	color:     #303030;
}
h4 {
	font-size:     19px;
	line-height:   1.375em;
	color:         #303030;
	font-weight:   400;
	margin-bottom: 30px;
}
.bg-grey {
	background-color: #F6F6F6;
}
.container {
	margin: 0;
	width:  100%;
}
.container-fluid {
	padding: 60px 50px;
}
.logo {
	color:     #44DD44;
	font-size: 200px;
}
.logo-small {
	color:     #44DD44;
	font-size: 50px;
}


/* Navigation */

.navbar {
	margin-bottom:    0;
	background-color: #555555;
	z-index:          9999;
	border:           0;
	font-size:        12px !important;
	font-weight:      bold;
	line-height:      1.42857143 !important;
	letter-spacing:   2px;
	border-radius:    0;
}
.navbar li a, .navbar .navbar-brand {
	color: #FFFFFF !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
	color:            #44DD44 !important;
	background-color: #FFFFFF !important;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	color:        #FFFFFF !important;
}
.navbar-right {
	margin: 0;
}


/* Headline and Login */

.jumbotron {
	background-color: #CCCCCC;
	color:            #000000;
	padding:          100px 50px 50px 50px;
}
.jumbotron h1 {
	margin:    0 0 25px 0;
	font-size: 36pt;
}
.jumbotron p {
	margin: 0 0 50px 0;
}
.jumbotron input {
	display: inline;
	width:   auto;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
	color:            #44DD44;
}
.carousel-indicators li {
	border-color: #44DD44;
}
.carousel-indicators li.active {
	background-color: #44DD44;
}
.item h4 {
	font-size:   19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style:  italic;
	margin:      70px 0;
}
.item span {
	font-style: normal;
}


/* Services */

#services h4 {
	text-transform: uppercase;
}
.slideanim {
	visibility: hidden;
}
.slide {
	animation-name:             slide;
	-webkit-animation-name:     slide;
	animation-duration:         1s;
	-webkit-animation-duration: 1s;
	visibility:                 visible;
}
@keyframes slide {
	0% {
		opacity: 0;
		transform: translateY(70%);
	} 
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	} 
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}


/* Security */

.thumbnail {
	padding:    20px;
	box-shadow: 0 0 5px #44DD44;
    transition: all 200ms ease-out;
	font-size:  14px;
	text-align: justify;
}
.thumbnail:hover {
	box-shadow: 0 0 15px #44DD44;
}


/* Pricing */

.panel {
	border:        1px solid #44DD44; 
	border-radius: 0 !important;
	transition:    box-shadow 0.5s;
}
.panel:hover {
	box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-heading {
	color:                      #FFFFFF !important;
	background-color:           #44DD44 !important;
	padding:                    20px;
	border-bottom:              1px solid transparent;
	border-top-left-radius:     0px;
	border-top-right-radius:    0px;
	border-bottom-left-radius:  0px;
	border-bottom-right-radius: 0px;
}
.panel-body {
	padding:          20px;
}
.panel-footer {
	background-color: white !important;
	padding:          20px;
}
.panel h2 {
	margin: 0;
	color:  #FFFFFF;
}
.panel h3 {
	margin: 0;
}
.panel h4 {
	margin:    0;
	color:     #aaa;
	font-size: 14px;
}


/* Footer */

footer .glyphicon {
	font-size:     20px;
	margin-bottom: 20px;
	color:         #44DD44;
}


/* Modal */

.modal {
	margin-top: 20px;
}
.modal-header {
	background-color: #44DD44;
}
.modal-title {
	color: #FFFFFF;
}
.modal-body tr:hover {
	background-color: #F6F6F6;
}
.modal-body td {
	white-space:   nowrap;
	border-top:    1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}


/* Imprint */

#imprint_text table {
	width: 100%;
}
#imprint_text td {
	font-size: 12px;
}

/* Signup */
#signup_text {
	overflow-y: scroll;
	max-height: 400px;
	font-size:  14px;
}
#signup_text h5 {
	margin-top:  30px;
	fonz-size:   14px;
	font-weight: bold;
}
#signup_text h5:first-of-type {
	margin-top: 0;
}
#signup_text ul li {
	font-weight: normal;
}
#signup_text table {
	width:       auto;
	margin-left: 30px;
}
#signup_text tr:hover {
	background-color: #F6F6F6;
}
#signup_text td {
	padding-right: 30px;
}

/* Terms */

#terms_text {
	overflow-y: scroll;
	font-size:  14px;
	max-height: 400px;
}
#terms_text article {
	font-family:   inherit;
	margin-bottom: 20px;
}
#terms_text h5 {
	font-size:   14px;
	font-weight: bold;
}

/* Data Protection */

#dataprotection_text {
	overflow-y: scroll;
	font-size:  14px;
	max-height: 400px;
}
#dataprotection_text article {
	font-family:   inherit;
	margin-bottom: 20px;
}
#dataprotection_text h5 {
	font-size:   14px;
	font-weight: bold;
}

/* TEST System */

body.test .navbar       { background-color: yellow; }
body.test .navbar-right { display: none; }
body.test #title p      { display: none; }
body.test #services     { display: none; }
body.test #demo         { display: none; }
body.test #security     { display: none; }
body.test #pricing      { display: none; }
body.test #signup       { display: none; }
body.test #contact      { display: none; }
