/*
Theme Name:   Laufbar CMS
Theme URI:    https://wordpress.org/themes/twentysixteen/
Description:  Theme fuer das Lauf-bar CMS
Author:       ALCEDO MEDIA
Author URI:   https://www.alcedo-media.de
Template:     twentysixteen
Version:      1.0.0
*/

body, button, input, select, textarea {
	font-size: 13px;
}

.bt_bb_wrapper {
    color: #5F5F5F;
}

.bt_bb_wrapper h1,
.bt_bb_wrapper h2,
.bt_bb_wrapper h3 {
    color: #029ACC;
}

h2, 
.entry-content h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

h3, 
.entry-content h3 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h4, 
.entry-content h4 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px;
}

.content-area {
    width: 100%;
}

.bt_bb_row_wrapper {
    margin-bottom: 20px;
}

.bt_bb_button a {
    background: #009ddb;
    border: 1px solid #009ddb !important;
    box-shadow: none !important;
    color: #fff;
}

.bt_bb_section {
    margin-bottom: 50px;
}

.bt_bb_section .bt_bb_row_wrapper {
    margin-bottom: 50px;
}

.bt_bb_section .bt_bb_row_wrapper:last-child {
    margin-bottom: 0;
}

.bt_bb_section.infobox {
    border: 10px solid #eee;
    margin-right: 0;
    margin-left: 0;
    padding: 50px;
}


.bt_bb_section .teaserbox {
}

.bt_bb_section .bt_bb_image  {
    margin-bottom: 25px;
}

.bt_bb_section h3 {
    color: #029ACC;
    font-size: 24px;
    text-transform: uppercase;
}

.bt_bb_button {
    background: #009FE3;
    border: 0;
    color: #fff;
    margin-top: 25px;
}
.bt_bb_button a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: uppercase;
}

.bt_bb_service.bt_bb_style_outline .bt_bb_icon_holder {
    box-shadow: 0 0 0 1px #029ACC inset;
    color: #029ACC;
}
.bt_bb_service.bt_bb_style_outline .bt_bb_icon_holder:hover {
    background-color: #029ACC !important;
}
.bt_bb_service.bt_bb_style_outline:hover .bt_bb_icon_holder:hover {
    background-color: #029ACC !important;
}
.bt_bb_service.bt_bb_style_outline:hover .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1em #029ACC inset !important;
    box-shadow: 0 0 0 1em #029ACC inset !important;
    color: #fff;
}
.bt_bb_service_content {
    color: #5F5F5F;
}
.bt_bb_service_content a {
    color: #5F5F5F;
}
.bt_bb_service_content:hover a {
    color: #029ACC;
    text-decoration: none;
}
#stage .bt_bb_section .bt_bb_image {
	margin-bottom: 0 !important;
}
#sub-stage {
	margin: -75px 0 0 0;
}
#sub-stage .bt_bb_column {
	padding-left: 0;
	padding-right: 0;
}