 .my-logo h1 {
    display:inline;
}
#logo_image
{
    max-height:2.3rem;
}

/* #logo_content */
/* { */
/*     margin-top:-30px; */
/* } */

#logo
{
    /* margin-top:25px; */
    padding-bottom:5px;
    margin-top:-5px;
}

a {
    color:#B10027;
}

.search_results_header
{
    text-transform: uppercase;
}

/*handelsblatt orange  #EE7000;			 */
.carousel-caption h2
{
    color:#B10027
}

.my-logo h1 a  {
    padding: 0px;
    font-size: 3rem;
    font-weight: 400;
    /* margin: 5px 0px 0px 10px; */
    color: #624334;
    font-family: 'Yanone Kaffeesatz', cursive;
    margin-top:6px;
    text-decoration:none;
    margin-bottom:1px;
}

.my-logo h1 a
{
    color:#fff;
}

.my-logo h1 a span.smaller
{
    font-size: .5em;
    /*color:#B10027;*/
    color:#BE465C;
}

body
{
    background-image: url("/images/high_five_edited.png");
    background-repeat: no-repeat;
    font-family:Lato,helvetica,arial,sans-serif;
    /* "Source Sans Pro" */
}

.input-group-lg > .search_form_element, .disabled_option, .square_border
{
    border-radius: 0px;
}

.panel_row
{
    min-height:550px;
    /* width:103%; */
    background-image:url('/images/partnerseek_homepage.jpg');
    background-repeat:no-repeat;
    background-size:100%;
    background-position:50%;
    background-attachment:fixed;

}

h1, h2, h3, h4, h5, h6
			{
			    text-rendering: optimizelegibility;
			    font-family:inherit;
			}

.panel_row h1
{
    text-align:center;
    font-size:72px;
    font-weight:300;
    /* margin-left:-450px; */
    
}

.panel_container
{
    padding-top:280px;
}

.search_form
{
    /* white-space: nowrap; */
    background: none repeat scroll 0% 0%;
    padding: 10px;
    box-sizing: border-box;
}

/* .search_form .typeahead-list */
/* { */
/*     white-space: auto; */
/* } */

.hp_search_form_elem
{
    width:190px;
}

#main
{
    margin-top:30px;
}

#home_page_panel_container .search_form_element
{
    width:14rem;
}
#activities_panel_container .search_form_element
{
    width:170px;
}

#activities_panel_container .input-group-addon
{
    border-radius:0;
}

/* @media (min-width: 768px) */
/* { */
    .form-inline .input-group {
	vertical-align:top;
    }
/* } */				

@media (max-width: 767px) {
    /* CSS goes here */
    .form-inline .input-group > .search_form_element
    {
	width:100%;
    }
}

@media (max-width: 767px) {
    /* CSS goes here */
    .my_subtitle
    {
	display:none;
    }
}

#content
{
    margin-top:20px;
    }


/* Bootstrap defines the following widths */

/*     Extra small devices (phones, less than 768px) */
/*     Small devices (tablets, 768px and up) */
/*     Medium devices (desktops, 992px and up) */
/*     Large devices (large desktops, 1200px and up) */

.signup_or_separator__text
{
    display: inline-block;
    padding: 8px;
}

.signup_or_separator
{
    background: transparent none repeat scroll 0% 0%;
    height: 34px;
    position: relative;
    text-align: center;
}

.signup_or_separator hr
{
    margin: -16px auto 10px;
    width: 90%;
}


/* upload stuff */

.delete {
    cursor:pointer;
    border: none;
}

.file {
    float: right;
}

.file-link {
    margin-bottom: 15px;
}

/* footer */
/* { */
/*     background-color:#12282f; */
/*     border-top: 25px solid #1F4B59; */
/*     color:#FBFBF9; */
/*     font-weight:500; */
/* } */

.save_button_container
{
    margin-top:2em;
}

.message_display_container a:hover
{
    text-decoration:none;
}
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

footer
{
    height:1600px;
}


@media (max-width: 767px) {
    footer
    {
	height:3600px;
    }
    .panel_container
    {
	padding-top:20px;
	margin:0 auto;
	
    }
    #home_page_panel_container .search_form_element
    {
	width:100%;
    }
    .panel_row
    {
	background-position-y:20%;
    }
}

#main_container {
    margin-top: 3rem;
}

#footer
{
    clear:both;
}

.wrapper {
    min-height: 100vh;
    max-height: 100%;
}

main {
    max-height: 100%;
    overflow-y: auto;
}
