/* Fügen Sie hier Ihr eigenes CSS ein */
* {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.important-button {
    padding: 25px !important;
    background-color: red !important;
    font-size: 15pt !important;
    text-decoration: none !important;
}

.important-button-2	{
    padding: 25px !important;
    background-color:none !important;
    font-size: 15pt !important;
    text-decoration: none !important;
}
/*media all*/
body {
    font-family: "Merriweather",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: black;
    background-color: #f2f4f7;
}
/*media all*/
.wp-caption {
    max-width: 100%;
    padding: 5px;
    text-align: center;
  	background-color: rgba(0,0,0,0) !important;
  	color:black !important;
}
.wp-caption-text {
  	font-size:23px !important;
}
/*media all*/
body {
  background-image:none;
}
/*media all*/
.content-container {
    background-color: #cccccc;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0px 2px 3px 0px rgba(31,31,31,0.05);
    border-radius: 2px;
}

.icon-box__title {
    color: black;
}
.icon-box__subtitle, .widget-icon-box .icon-box, .textwidget {
    color: black;
}
.header-widgets .icon-box > .fa,
.header-widgets .icon-box:hover > .fa {
    color: black !important;
}

/* Plugin WP Colorbox */

#cboxContent {
    background: none;
    overflow: visible;
    color: white;
    font-family: "Tahoma";
    font-size: 9pt;
    font-weight: bold;
}
#cboxContent {
    color: white;
    font-family: "Tahoma";
    font-size: 9pt;
    font-weight: bold;
}
#cboxMiddleLeft {
    width: 14px;
    background: none;
}
#cboxMiddleRight {
    width: 14px;
    background: none;
}
#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: none;
}
#cboxTopCenter {
    height: 14px;
    background: none;
}
#cboxTopRight {
    width: 14px;
    height: 14px;
    background: none;
}
#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: none;
}
#cboxBottomCenter {
    height: 43px;
    background: none;
}
#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: none;
}
.widget_text .textwidget {
    background-color: #cccccc;
    padding: 10px;
}
 
.img-responsive {
    display: block;
    height: auto;
    margin-top: 20px !important;
}
#cboxLoadedContent {
height:auto !important;
}
#colorbox {
height: 4000px !important;
}
#cboxWrapper {
height:auto !important;
}
#cboxContent {
height:auto !important;
}
#inline_content_important,
#inline_content_free_therapy,
#inline_content,
#inline_content_2,
#inline_content_3,
#inline_content_4,
#inline_content_5,
#inline_content_6 {
font-size:14pt !important;
}
.wp-colorbox-inline.important-button-wrap.cboxElement {
    display: block;
    text-align: center;
}
.header-widgets {
    margin-top: 0;
    margin-bottom: 0;
}