@import  """"""""https://fonts.googleapis.com/css?family=Finger+Paint"""""""";

/* Theme customization starts here --------------------------------------------- */
/* Colors:
  Post card blue:		#95b5f1
	Beak yellow		    #fbf312
					    			rgb(251, 243, 18)
	Feathers red	    #c73a37
					    			rgb(199, 58, 55)
  Text colour:      #04519b Gradient blue like from the Openstrap them nav-bar
                    #044687
                    #033769
*/
/* Cookie banner */
body > div.pea_cook_wrapper.pea_cook_bottomcenter > p, body > div.pea_cook_more_info_popover > div > p:nth-child(1) {
	color: white;
}

/* Social Media / Like*/
/* Language selector */
#qtranslate-8-chooser {
	text-align: center;
}

#wrap > header > div.header-body > div > div > div.col-md-8.hidden-xs {
	position: relative;
	top: 30px;
	left: -105px;
	z-index: 1000;
}

/* Hide the header container and the name of the theme creators */
.brand-note {
	display: none;
}

/* Main nav bar, Main body, Footer, Extended footer ------------------------------*/
#wrap > div.navbar.navbar-inverse.navbar-static-top, #main-row, #footer > div, #extended-footer {
	position: relative;
	top: -60px;
}

/* The primary navigation area (maybe other menus, too)  --------------------------*/
#wrap > div.navbar.navbar-inverse.navbar-static-top {
	border-radius: 0;
}

.navbar-inverse {
	background: rgba(4,81,155,0);
	border-style: solid;
	border: whitesmoke;
	font-size: 1.6em;
}

.navbar-inverse .navbar-nav > li > a {
	color: #c73a37;
	font-weight: 500;
/* text-shadow: 0px 1px 1px #eee; */
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background: none;
	color: #04519b;
/* Blue */
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
/* Beak yellow */
	color: #fbf312;
	background: none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
/* Blue */
	color: #04519b;
}

/* Right side bar ---------------------------------------------- ----------------*/
#main-row > div.col-md-3.sidebar-right, #main-row > div.col-md-4.sidebar-right {
	margin-top: 5em;
}

#widget-front-page-text-8 > div > a > img, #widget-front-page-text-9 > div > a > img, #widget-front-page-text-10 > div > a > img {
	margin-bottom: .8em;
}

/* The comments box -------------------------------------------------------------*/
#comments {
	display: none;
}

/* General settings ------------------------------------------------------------ */
body, #bodychild, #header-top, h1, h2, h3, h4, h5, h6, .widget-title {
	font-family: "Finger Paint";
	color: #04519b;
	text-transform: none;
}

p {
	color: #044687;
}

body, #bodychid, #header-top, #wrap, #extended-footer, #footer, #bodychild > footer {
	background-color: #95b5f1;
}

#header-top {
	border-bottom: none;
	font-size: 1em;
}

/* Logo Header and Language Selector -------------------------------------------- */
#wrap > header > div.header-body {
	height: 40px;
}

#wrap > header > div.header-body > div > div {
	height: 40px;
}

/* The site logo (this takes up too much space) */
#wrap > header > div.header-body > div > div > div.col-md-4.pull-left {
	display: none;
}

/* The box containing the language selectors */
#wrap > header > div.header-body > div > div > div.col-md-8.hidden-xs {
	width: 100%;
}

/* Blurb ------------------------------------------------------------------------ */
#main-row > div.col-md-12 > div > div {
	width: 850px;
}

#main-row > div.col-md-12 > div {
	padding-bottom: 30px;
}

#main-row > div.col-md-12 > div > div > p.lead > img {
	padding-right: 50px;
}

/* The ladybird icon */
hr.style-eight, hr.style-eight:after {
	display: none;
}

/* Links in the paragraph text */
a {
	color: #c73a37;
}

a:visited {
	color: #c73a37;
	text-decoration: underline;
}

a:hover {
	color: #fbf312;
/* Beak yellow */
	text-decoration: none;
}

a:active {
	color: hotpink;
}

/* Contact page and Come Fly With Me ----------------------------------------------------------- */
#main-row > div {
	font-size: 1em;
	font-style: normal;
}

/* Labels and extry boxes*/
#g124-name, #g124-email, #contact-form-comment-g124-message, #g124-erforderlich, #contact-form-comment-g124-nachricht, #g42-name, #g42-email, #g42-telefon, #contact-form-comment-g42-comment, #g42-telefone, #g42-telephone, #contact-form-comment-g42-message, #contact-form-comment-g42-nachricht {
	border: solid;
	border-width: 1px;
	border-color: #04519b;
	background-color: #95b5f1;
	font-size: 1.2em;
	color: #033769;
}

/* Required text */
#contact-form-124 > form > div > label > span, #contact-form-42 > form > div > label > span {
	font-size: .8em;
	color: #033769;
}

/* Submit button*/
#contact-form-124 > form > p > input.pushbutton-wide, #contact-form-42 > form > p > input.pushbutton-wide {
	background-color: rgba(149,200,241,0);
	border: 2px outset buttontext;
	border-color: #95b5f1;
	color: #c73a37;
}