/* 
	Google Fonts unbedingt so einbauen. Ansonsten wird im Editor nicht die richtige Schrift dargestellt.
	@import url(http://fonts.googleapis.com/css?family=Lobster);
	@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);
*/

/*
|--------------------------------------------------------------------------
| general
|--------------------------------------------------------------------------
*/
html,
body {
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	color: #686868;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 2rem;
	margin: 0 0 40px 0;
}

h2 {
	font-size: 1.5rem;
	margin: 15px 0 30px;
}

h3 {
	font-size: 1.2rem;
	margin: 0 0 20px;
	font-weight: 700;
}

p {
	margin-bottom: 20px;
}

a,
a:hover,
a:focus {
	color: #eb8a00;
}

hr {
	border-color: #00518c;
}

img {
	max-width: 100%;
}


/*
|--------------------------------------------------------------------------
| bootstrap overwritings
|--------------------------------------------------------------------------
*/
a.mehr,
.btn,
.btn-default,
.btn-primary {
    padding: 6px 12px;
	color: inherit;
	border: 1px solid #eb8a00;
	text-shadow:none;
	background: transparent;
	border-radius: 0;
	transition: all 0.6s ease-in-out;

}

a.mehr:hover,
a.mehr:focus,
.btn:hover,
.btn-default:hover,
.btn-primary:hover,
.btn:focus,
.btn-default:focus,
.btn-primary:focus {
	text-decoration: none;
	background: #eb8a00;
	color: #fff;
	box-shadow: none;
	border: 1px solid #eb8a00;
}

a.mehr {
	padding: 10px 15px;
	display: inline-block;
}

input[type=text],
input[type=password],
input[type=email],
textarea.form-control {
	border: 1px solid #eb8a00;
	border-radius: 0;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea.form-control:focus {
	border-color: #00518c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,81,140,.6);
}

/*
|--------------------------------------------------------------------------
| header
|--------------------------------------------------------------------------
*/
header {	
	margin: 20px 0;
	position: relative;
}

.webtool .shortcuts {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	max-width: 260px;	
}

.webtool .shortcuts a.shortcut-link {
	display: block;
	width: 100%;
	padding: 10px 20px;
	text-align: right;
	border: 1px solid #eb8a00;
	color: #fff;
	background: #eb8a00;	
	text-decoration: none;
	margin-bottom: 10px;
	max-width: 230px;
	font-size: 0.8rem;
	transition: all 0.6s ease-in-out;
}

.webtool .shortcuts a.shortcut-link:hover,
.webtool .shortcuts a.shortcut-link:focus {
	color: #eb8a00;
	background: #fff;
	max-width: 240px;
}

.webtool .shortcuts ul.social-links {
	margin: 15px 0 0 80px;
	padding: 0;
	list-style: none;
}

.webtool .shortcuts ul.social-links li {
	display: inline-block;
}

.webtool .shortcuts ul.social-links a {
	display: block;
	width: 25px;
	height: 25px;
	background: #959595;
	transition: all 0.6s ease-in-out;
}

.webtool .shortcuts ul.social-links a:hover,
.webtool .shortcuts ul.social-links a:focus {
	background: #eb8a00;
}

.webtool .shortcuts ul.social-links a img {
	float: left;
}

.webtool .search-form .search-input {
	border:none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	background: transparent;
	color: #fff;
	padding: 5px 0;
	width: 95%;
	margin-right: 5%;
}

.webtool .search-form .search-input:focus {
	box-shadow: none;
	border-bottom: 1px solid #fff;
}

.webtool .search-form .search-button {
	padding: 0;
	width: 30px;
	border: none;
	background: transparent;
	margin-bottom: -15px;
	float: left;
}

@media(min-width: 992px) {
	/*header {
		margin-bottom: 80px;
	}*/
}

@media(max-width: 1199px) {
	.webtool .search {
		margin-bottom: 15px;
	}
}


/*
|--------------------------------------------------------------------------
| main navigation
|--------------------------------------------------------------------------
*/
nav.main-nav {
	width: 100%;
	background: #00518c;
}

nav.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.main-nav li {
	display: inline;
}

nav.main-nav a {
	display: inline-block;
	color: #fff;
	padding: 15px;
	text-decoration: none;
	transition: 0.6s all ease-in-out;
}

nav.main-nav a:hover,
nav.main-nav a:focus,
nav.main-nav li.active a,
nav.main-nav li.parent-active a {
	background: #eb8a00;
}



/*
|--------------------------------------------------------------------------
| navigation mobile
|--------------------------------------------------------------------------
*/
.menu-button {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #eb8a00;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 8px 75px 8px 8px;
    height: 50px;
    background-image: url(/art/worldenergy/menu-burger.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    transition: all 0.5s ease-in-out;
}

.menu-button .navicon,
.navigation-mobile .navicon {
	display: none;
}

.menu-button:focus {
	outline: 0;
}

.navigation-mobile {
	background: #00518c;
}

.navigation-mobile .flexnav {
	margin: 0;
	padding: 0;
}

.navigation-mobile .flexnav .touch-button {
	width: 75px;
	padding: 10px;
	background: transparent;
}

.navigation-mobile .flexnav .touch-button:before {
	color: #fff;
	font-family:'Glyphicons Halflings';
	content: "\e114";
}

.navigation-mobile .flexnav .touch-button.active:before {
	content: "\e113";
}

.navigation-mobile .flexnav li {
	position: relative;
	display: block;
	width: 100%;
}

.navigation-mobile .flexnav li a {
	background-color: transparent !important;
	border: none;
	padding: 10px;
	width: 100%;
	color: #fff;
	text-decoration: none;
}

.navigation-mobile .flexnav li a:hover,
.navigation-mobile .flexnav li a:focus,
.navigation-mobile .flexnav li.active > a,
.navigation-mobile .flexnav li.parent-active > a {
	color: #eb8a00;
}

.navigation-mobile .flexnav ul {
	padding: 0 0 0 10px;
}

.navigation-mobile .flexnav ul li a {
	padding: 5px 10px;
	font-size: 0.9rem;
	line-height: 1.1;
}


/*
|--------------------------------------------------------------------------
| navigation left
|--------------------------------------------------------------------------
*/
nav.side-nav {
	padding-right: 80px;
}

nav.side-nav {
	margin-top: 40px;
}

nav.side-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav.side-nav li {
	padding: 5px 0;
}

nav.side-nav a {
	display: block;
	color: inherit;
	line-height: 115%;
	font-size: 1.25rem;
	transition: 0.6s all ease-in-out;
}

nav.side-nav a:hover,
nav.side-nav a:focus,
nav.side-nav li.active > a,
nav.side-nav li.parent-active > a {
	color: #eb8a00;
	text-decoration: none;
}

nav.side-nav ul ul {
	padding: 0 0 0 20px;
}

nav.side-nav ul ul a {
	font-size: 1rem;
}

nav.side-nav ul ul ul {
	padding-left: 10px;
}

nav.side-nav ul ul ul a {
	font-size: 0.9rem;
}

/*
|--------------------------------------------------------------------------
| hauptinhalt
|--------------------------------------------------------------------------
*/
.main-content {
	margin-top: 40px;
}



/*
|--------------------------------------------------------------------------
| zusatzinhalte
|--------------------------------------------------------------------------
*/
section.eintrag {
	padding: 30px 0;
	margin-top: 30px;
}

section.eintrag:nth-child(even) {
	background: #eee;
}

section.poweredby {
	padding: 30px 0;
	margin: 30px 0;
	background: #bebebe;
	color: #fff;
}

ul.powered-by {
	padding: 0;
	margin: 0;
	list-style: none;
	display: table;
}

ul.powered-by li {
	display: table-cell;
	max-width: 200px;
	position: relative;
	vertical-align: middle;
}

h2.section-title {
	text-align: center;
}

.login {
	font-size: 0.8rem;
}

.login h2 {
	font-size: 1rem;
	margin-bottom: 10px;
}

.login .toggleLinks p {
	margin-bottom: 0;
}

@media(max-width: 767px) {
	ul.powered-by li {
		display: block;
		width: 100%;
	}
}

/*
|--------------------------------------------------------------------------
| footer
|--------------------------------------------------------------------------
*/
footer {
	padding: 50px 0 80px;
	background: #5c5c5c;
	color: #fff;
}

footer h2 {
	text-align: left;
}

footer a {
	color: #fff;
	transition: 0.6s all ease-in-out;
}

footer a:hover {
	text-decoration: none;
}



/*
|--------------------------------------------------------------------------
| template uebersicht
|--------------------------------------------------------------------------
*/
.row.kachel-row {
	margin: 0 -5px;
}

.kachel-wrap {
	margin-bottom: 10px;
	padding: 0 5px;
}

.kachel-wrap a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.uebersicht-kachel {
	width: 100%;
	position: relative;
	background-size: cover;
	
	padding-top: 60%;
}

.kachel-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgba(0,0,0,0.6);
	transition: all 0.6s ease-in-out;
}

.uebersicht-kachel:hover .kachel-overlay {
	background: transparent;
}

.title-outer-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 100px;
	width: 100%;
	display: table;
}

.title-inner-wrap {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	padding: 0 15px;
}

.uebersicht-kachel h2 {
	margin: 0;
	font-size: 1.2rem;
	color: #fff;
	transition: all 0.3s ease-in-out;	
}

.uebersicht-kachel:hover .kachel-overlay h2 {
	text-shadow: 2px 2px #333;
}



/*
|--------------------------------------------------------------------------
| youtube videos responsive
|--------------------------------------------------------------------------
*/
.videoWrapper {
	position: relative;
	padding-bottom: 75%; /* 4:3; */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}