﻿/**************************
File : kindernetfrankfurt.css
Mandant : Frankfurt am Main
**************************/

/**************************
	INHALTSVERZEICHNISS

	- GENERAL
	- HEADER
	- HEADER_LOGO
	- HEADER_NAVIGATION
	- MENU
	- CONTENT
	- KITA_DETAILS
	- DOCUMENTS
	- ROUTING
	- PRINTPAGE
	- MAP_DETAILS
	- TREFFERLISTE
	- TREFFERLISTE_PRINT_PAGE
	- VORANMELDUNG
	- FOOTER
	- IE 7 HACKS
**************************/

@charset "UTF-8";


body
{
	font-family: Barlow Regular;
	font-size: 16px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Barlow Regular;
}

body p {
	font-family: Barlow Medium;
	font-size: 16px;
}

.wk_hp
{
	display: none;
}

body a, a.btn.btn-link
{
	color: #EC7404; 
}

.wk_body_style
{
	padding-top: 75px;
}

/*HEADER*/

nav
{
	font-size: 14px;
}

form.bs-docs-sidenav,
#sidebar .list-group
{
	font-size: 14px;
}

.navbar-toggle .icon-bar
{
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}

.navbar-toggle .icon-bar + .icon-bar
{
	margin-top: 4px;
}

.icon-bar
{
	background-color: #000;
}

.navbar .container .wk_navbar_background
{
	color: #EC7404;
}

.navbar
{
	border-bottom: 1px solid #ddd;
}

.back-picture img {
	content: url("bild_elosa.png");
	display: inline-block;
	width: 100%;
	height: auto;
}

.footer
{
	color: #FFFFFF;
	background-color: #006AB3;
	min-height: 50px;
}

.footer a 
{
		color: #FFFFFF;
}

.logo-bottom {
	margin-bottom: 2em;
}

.pull-right {
	font-size: 14px;
	margin-bottom: 1em;
}

#imp-rue {
	color: #ffffff;
}

.responsive-video iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 59.5%;
	height: 100%;
}

.responsive-video
{
	position: relative;
	padding-bottom: 25.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-left: 25%;
}

.cell-kitainfo a.btn.btn-link
{
	padding-left: 0;
}

.cell-kitainfo a.btn.btn-link i
{
	margin-right: 3px;
}

.navbar ul.nav a
{
	  	color: #000000;
		font-weight: bold;
		font-size: 16px;
		margin-left: 1em;
		margin-right: 1em;
}

.navbar ul.nav a:hover
{
	text-decoration: underline;
}

.navbar ul.nav a:focus
{
	background-color: #ec7404;
	text-decoration: underline;
}


.active
{
	background-color: #ec7404;
}

.navbar-default .navbar-nav > li > a, .dropdown-menu li a, .navbar-default .btn-link
{
	color: #EC7404; 
}

.panel-title a,
h1.Headline
{
	color: #EC7404;
}
h1.Headline
{
	border-bottom: 1px solid #EC7404;
}

.modal-dialog.wk-modal-xl
{
	width: 90%;
}


@media (min-width: 1200px)
{
	.wk_skyline
	{
		background: url("skyline_small.png") no-repeat scroll 0 63px;
		width: 212px;
		height: 123px;
		margin-left: 840px;
	}
	
	.wk_frankfurt_wappen
	{
		background: url("frankfurt_logo_small.png") no-repeat scroll 0 25px;
		width: 254px;
		height: 100px;
		margin-left: 840px;
	}
	
	.wk_gradient_left_right
	{
		background: linear-gradient(to right, white, white 25%, rgba(255, 255, 255, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0);
		position: absolute;
		width: 100px;
		height: 35px;
		margin-left: 170px;
		top: 43px;
	}
	.wk_gradient_right_left
	{
		background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0);
		position: absolute;
		width: 80px;
		height: 35px;
		margin-left: 1060px;
		top: 43px;
	}
	
	.wk_skyline,
	.wk_frankfurt_wappen
	{
		position: absolute;
		top: -16px;
	}
	
	#navbar ul.nav
	{
		margin-top: 33px;
		margin-left: 200px;
	}
	
}

@media (max-width: 1200px)
{
	.wk_skyline
	{
		background: url("skyline_small.png") no-repeat scroll 0 63px;
		width: 212px;
		height: 123px;
		margin-left: 650px;
	}
	
	.wk_frankfurt_wappen
	{
		background: url("frankfurt_logo_small.png") no-repeat scroll 0 25px;
		width: 254px;
		height: 100px;
		margin-left: 650px;
	}
	
	.wk_gradient_left_right
	{
		background: linear-gradient(to right, white, white 25%, rgba(255, 255, 255, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0);
		position: absolute;
		width: 100px;
		height: 35px;
		margin-left: 170px;
		top: 43px;
	}
	.wk_gradient_right_left
	{
		background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0);
		position: absolute;
		width: 80px;
		height: 35px;
		margin-left: 860px;
		top: 43px;
	}
	
	.wk_skyline,
	.wk_frankfurt_wappen
	{
		position: absolute;
		top: -16px;
	}
	
	#navbar ul.nav
	{
		margin-top: 31px;
		margin-left: 100px;
	}
	
}

@media (max-width: 992px)
{
	.navbar-header button
	{
		margin-top: 40px;
		background-color: #fff;
		border: 1px solid #ddd;
		z-index: 1;
	}
	
	
	.wk_skyline
	{
		background: url("skyline_small.png") no-repeat scroll 0 63px;
		width: 212px;
		height: 123px;
		margin-left: 310px;
	}
	
	.wk_frankfurt_wappen
	{
		background: url("frankfurt_logo_small.png") no-repeat scroll 0 25px;
		width: 254px;
		height: 100px;
		margin-left: 310px;
	}
	
	.wk_gradient_left_right
	{
		background: linear-gradient(to right, white, white 25%, rgba(255, 255, 255, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0);
		position: absolute;
		width: 100px;
		height: 35px;
		margin-left: 170px;
		top: 43px;
	}
	.wk_gradient_right_left
	{
		background: linear-gradient(to left, white 0%, white 50%, rgba(255, 255, 255, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0);
		position: absolute;
		width: 150px;
		height: 35px;
		margin-left: 570px;
		top: 43px;
	}
	
	.wk_skyline,
	.wk_frankfurt_wappen
	{
		position: absolute;
		top: -16px;
	}
}

@media (max-width: 767px)
{
	.navbar-header button
	{
		margin-top: 40px;
		background-color: #fff;
		border: 1px solid #ddd;
		z-index: 1;
	}
	
	.wk_skyline
	{
		background: url("skyline_small.png") no-repeat scroll 0 63px;
		width: 212px;
		height: 123px;
		margin-left: 310px;
	}
	#navbar
	{
		border: none;
	}
	
	.wk_frankfurt_wappen
	{
		background: url("frankfurt_logo_small.png") no-repeat scroll 0 25px;
		width: 254px;
		height: 100px;
		margin-left: 310px;
	}
	
	.wk_gradient_left_right
	{
		background: linear-gradient(to right, white, white 25%, rgba(255, 255, 255, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0);
		position: absolute;
		width: 100px;
		height: 35px;
		margin-left: 170px;
		top: 43px;
	}
	.wk_gradient_right_left
	{
		background: linear-gradient(to left, white 0%, white 50%, rgba(255, 255, 255, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0);
		position: absolute;
		width: 150px;
		height: 35px;
		margin-left: 590px;
		top: 43px;
	}
	
	.wk_skyline,
	.wk_frankfurt_wappen
	{
		position: absolute;
		top: -16px;
	}
}

/*OFF CANVAS*/

.wk_nav_panel
{
	margin-top: 60px;
}

.wk_menu_button
{
	position: absolute;
	top: 10px;
	right: 20px;
}

@media screen and (max-width: 992px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 40%; /* 6 columns */
	margin-top: 60px;
	margin-right: 60px;
  }
  
  .wk_nav_panel
  {
	position: static;
	margin-top: 0;
 }
}

/* CONTENT */

h1.wk_page_headline,
h2.wk_page_headline
{
	border-bottom: 1px solid #EC7404;
	color: #EC7404;
}

.list-group-item{
	font-family: Barlow Medium;
	font-size: 16px;
}

.list-group-item.active
{
	background-color: #fff;
	color: #EC7404;
	font-weight: bold;
	border-color: #ddd;
}

.list-group-item.active:hover
{
	background-color: #f5f5f5;
	color: #EC7404;
	font-weight: bold;
	border-color: #ddd;
}

a.list-group-item:hover
{
	color: #EC7404;
	font-weight: bold;
}

a.wk_bearbeiten_button,
.wk_bearbeiten_button
{
	position: absolute;
	top: 3px;
	right: 17px;
}

.bs-docs-sidenav.affix
{
	position: fixed;
	top: 130px;
}

.col-md-4 .bs-docs-sidenav.affix
{
	width: 32.2%;
}

.wk_details_panel
{
	margin-bottom: 20px;
}

.wk_details_panel .panel
{
	height: 100%;
}

a.wk_loeschen_button
{
	position: absolute;
	top: 13px;
	right: 17px; 
}

.wk_label
{
	font-size: 100%;
}

/* MAP_DETAILS */

h4 a.btn
{
	font-size: 18px;
}

.mapSize
{
	height: 600px;
	//height: 80%;
	//height: calc(100% - 0px);
}

/* TREFFERLISTE */



/* TREFFERLISTE_PRINT_PAGE */
.print-pageframe
{
	border: 1px solid black;
	padding-top: 20px;
	margin-bottom: 20px;
}

.invisible
{
	visibility: hidden;
}

.print-only{
	display: none;
}

.infoportal-previewbox
{
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	border: 1px solid #f0f0f0;
	border-radius: 6px 6px 6px 6px;
	background-color: #f9f9f9;
}

.infoportal-preview
{
	height: 18em;
	margin-bottom: 1em;
	overflow: hidden;
}

.infoportal-preview table td
{
	vertical-align: top;
	padding: 0 5px;
	font-size: 16px;
}

/* FOOTER */

/* Content */
.wk_label_Panel
{
	font-weight: bold;
}

.wk_legende
{
	font-size: 100%;
}

.popover
{
	width: 250px;
}