@import url("all.css");
@import url("font.css");
@import url("lightbox.css");


html, body {
	height: 100%;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #333;
}


/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 30px 0;
	line-height: 1.8;
	font-weight: 300;
	color: #008136;
	text-transform: uppercase;
}

p {
	text-align: justify;
	line-height: 1.8;
	margin: 15px 0;
	
	-moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
}

a {
	color: #39b101;
	text-decoration: none;
	transition: all .25s;
	outline: none !important;
}
a:hover {
	color: #008136;
	text-decoration: none;
}

small {
	display: block;
	font-size: 65%;
  color: #333;
}

strong,
b {
	font-weight: 600;
}

hr {
	border-color: #eee;
  margin: 30px 0;
}

ul.ul li {
	list-style-image: url("../img/list.png");
	line-height: 1.8;
}


/* IMAGE */
.img-content {
	width: 280px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.img-content.left {
	margin-right: 30px;
	float: left;
}
.img-content.right {
	margin-left: 30px;
	float: right;
}


/* BUTTONS */
.btn {
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	font-weight: 900;
}
.btn:focus {
	box-shadow: none;
}

.btn-primary,
.btn-colored {
	background: #39b101;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-colored:hover,
.btn-colored:focus,
.btn-colored.active {
	background: #008136;
	color: #fff;
}


/* FORM */
label {
	text-transform: uppercase;
}

.form-control {
	border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
	border-color: #39b101;
}

.has-error .form-control {
	border-color:#dc3545; 
}
.has-error label, 
.has-error .help-block {
	color:#dc3545; 
}

#danke {
	display: none;
}


/* NAV */
.navbar {
  background-color: #39b101 !important;
  padding: 0;
  position: fixed;
  top: 0;
  left: 320px;
  right: 0;
  z-index: 400;
}
.navbar .navbar-nav {
	width: 100%;
  vertical-align: middle;
  align-content: center;
  align-items: center;
}
.navbar .nav-item {
	max-width: 100%;
	flex-grow: 1;
	flex-basis: 0;
	text-align: left;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 15px 15px 15px 60px;
  text-transform: uppercase;
  font-weight: 900;
	font-size: 14px;
	min-width: 175px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-light .navbar-nav .nav-item:nth-child(1) .nav-link {
	background-image: url("../img/nav/nav_1.png");
	background-position: center left 15px;
	background-repeat: no-repeat;
	background-size: auto;
}
.navbar-light .navbar-nav .nav-item:nth-child(1) .nav-link:hover,
.navbar-light .navbar-nav .nav-item:nth-child(1) .nav-link:focus,
.navbar-light .navbar-nav .nav-item:nth-child(1) .nav-link.active  {
	color: #ffe500;
}

.navbar-light .navbar-nav .nav-item:nth-child(2) .nav-link {
	background-image: url("../img/nav/nav_2.png");
	background-position: center left 15px;
	background-repeat: no-repeat;
	background-size: auto;
}
.navbar-light .navbar-nav .nav-item:nth-child(2) .nav-link:hover,
.navbar-light .navbar-nav .nav-item:nth-child(2) .nav-link:focus,
.navbar-light .navbar-nav .nav-item:nth-child(2) .nav-link.active  {
	color: #ffd300;
}

.navbar-light .navbar-nav .nav-item:nth-child(3) .nav-link {
	background-image: url("../img/nav/nav_3.png");
	background-position: center left 15px;
	background-repeat: no-repeat;
	background-size: auto;
}
.navbar-light .navbar-nav .nav-item:nth-child(3) .nav-link:hover,
.navbar-light .navbar-nav .nav-item:nth-child(3) .nav-link:focus,
.navbar-light .navbar-nav .nav-item:nth-child(3) .nav-link.active  {
	color: #fbc000;
}

.navbar-light .navbar-nav .nav-item:nth-child(4) .nav-link {
	background-image: url("../img/nav/nav_4.png");
	background-position: center left 15px;
	background-repeat: no-repeat;
	background-size: auto;
}
.navbar-light .navbar-nav .nav-item:nth-child(4) .nav-link:hover,
.navbar-light .navbar-nav .nav-item:nth-child(4) .nav-link:focus,
.navbar-light .navbar-nav .nav-item:nth-child(4) .nav-link.active  {
	color: #f7ad00;
}

.navbar-light .navbar-nav .nav-item:nth-child(5) .nav-link {
	background-image: url("../img/nav/nav_5.png");
	background-position: center left 15px;
	background-repeat: no-repeat;
	background-size: auto;
}
.navbar-light .navbar-nav .nav-item:nth-child(5) .nav-link:hover,
.navbar-light .navbar-nav .nav-item:nth-child(5) .nav-link:focus,
.navbar-light .navbar-nav .nav-item:nth-child(5) .nav-link.active  {
	color: #f49900;
}

.navbar-brand {
  color: #fff !important;
  text-transform: uppercase;
	background: #fff;
	position: relative;
	margin-top: -15px;
	margin-left: -15px;
	margin-bottom: -15px;
	padding: 5px 15px;
}
.navbar-brand img {
	width: 88px;
}
.navbar-toggler {
  border: none;
  border-radius: 0;
  font-size: 30px;
  color: #fff !important;
  outline: none !important;
}



/* CONTENT */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

main {
  position: relative;
  display: block;
}

section {
  padding: 45px 30px;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #fff;
}
section.section-colored {
  background: #008136;
  color: #fff;
}
section.section-colored h1,
section.section-colored h2,
section.section-colored h3,
section.section-colored h4,
section.section-colored h5,
section.section-colored h6,
section.section-colored p,
section.section-colored a,
section.section-colored small {
  color: #fff;
}
section.section-colored hr {
	border-color: #fff;
}

section .section-title {
	text-align: center;
}

section.parallax {
  padding: 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

section#start {
  height: 100%;
  padding: 0;
}
section#start .logo {
	width: 250px;
}
section#start .scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
	color: #fff;
}
section#start .scroll-down:hover {
	bottom: 15px;
}
section#start .zitat {
	margin-top: 15px;
	color: #333;
}

.content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  padding: 30px;
  background: rgba(255,255,255,0.75);
  border: 1px solid #008136;
  width: 1110px;
}

section.bg-img {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto;
}


/* SIDEBAR */
.sidebar {
  background: #eefcd8;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 1px solid #39b101;
  width: 300px;
  z-index: 1;
	
	background-image: url("../img/logo-flower-trans.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
}
.sidebar-inner {
  padding: 30px;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sidebar-logo {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.sidebar-logo .logo {
  width: 190px;
  margin: 0 auto;
  display: block;
}
.sidebar .sidebar-zitat {
  text-align: center;
  width: 100%;
}
.sidebar .sidebar-zitat h4 {
	line-height: 1.2;
}
.sidebar .sidebar-img img {
	margin-bottom: 15px;
}


/* FOOTER */
footer {
  padding: 30px 30px;
  display: block;
  text-align: center;
  color: #fff;
  background: #39b101;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #00451d;
}
footer img {
	width: 180px;
}


/* TABLE */
.table th, 
.table td {
	padding: 15px;
	border-color: #fff;
	color: #fff;
	font-size: 16px;
}


/* TWO COLS */
div.two-colums {
	-moz-column-width: 400px;
	-moz-column-gap: 30px;
	-moz-hyphens: auto;
	-webkit-column-width: 400px;
	-webkit-column-gap: 30px;
	-webkit-hyphens: auto;
	column-width: 400px;
	column-gap: 30px;
	display: block;
}


/* MODALE */
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-header {
	border: none;
	color: #fff;
	background: #39b101;
	border-radius: 0;
	padding: 30px;
}
.modal-header .modal-title {
	color: #fff;
}
.modal-header .close {
	color: #fff;
	font-size: 32px;
}
.modal-body {
	border: none;
	padding: 30px;
}
.modal-footer {
	border: none;
	border-radius: 0;
	padding: 30px;
}

/* ccm19 */
.ccm-settings-summoner {
	display: none !important;
}


/* MOBIL */
@media (max-width: 1555px) {
  /* CONTENT */
  .container  {
    width: 900px;
  }
  .content-center {
    width: 870px;
  }
}
@media (max-width: 1290px) {
  /* CONTENT */
  .container {
    width: 700px;
  }
  .content-center {
    width: 670px;
  }
}


@media (max-width: 1199.98px) {
  /* SIDEBAR */
  .sidebar {
    display: none;
  }
  
  /* NAV */
  .navbar {
    left: 0 !important;
    padding: 0 15px;
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
  }
  .navbar .nav-item { 
    text-align: left;
    width: 100%;
  }
	.navbar-light .navbar-nav .nav-link {
		font-size: 12px;
	}
  
  /* CONTENT */
  main {
    padding-left: 0 !important;
  }
}
@media (max-width: 991.98px) {
	/* NAV */
	.navbar {
    padding: 15px;
  }
	.navbar-light .navbar-nav {
		padding-top: 30px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 14px;
	}
	.navbar-brand img {
		width: 105px;
	}
	
	/* IMAGE */
	.img-content {
		width: 220px;
	}
	
	/* TABLE */
	thead {
		display:none;
	}

	tr {
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}

	td {
		float: left;
		width: 100%;
	}
	td:first-child {
		border-top: none;
	}

	td::before {
		content:attr(data-label);
		word-wrap: break-word;
		background: none;
		border-right: 2px solid #ccc;
		width: 140px;
		float: left;
		padding: 15px 15px;
		font-weight: bold;
		margin: -0.90em 1em -1em -1em;
	}
}
@media (max-width: 767.98px) {
  /* CONTENT */
  .content-center {
    width: 510px;
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    margin: 0 auto;
  }
  section#start {
    padding: 45px 15px;
  }
	
	section {
		padding: 45px 15px;
	}
}
@media (max-width: 575.98px) {
  /* CONTENT */
  .container {
    width: 100%;
  }
  .content-center {
    width: calc(100% - 30px);
		padding: 15px;
  }
	
	section#start .content-center h5 {
		font-size: 20px;
	}
	
	/* IMAGE */
	.img-content {
		width: 280px;
		float: none !important;
		margin: 15px auto;
		display: block;
	}
	.img-content.left,
	.img-content.right {
		margin: auto;
		float: none;
	}
}





