/* 
 Theme Name:     ogkvd
 Author:         OGKVD
 Author URI:     http://www.design-worker.de
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.9
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

#logo-text { font-size: 16pt; }
#logo-tagline { display:none !important; }

@media only screen and (max-width: 980px) {
    #logo-text, #logo-tagline { display: none !important; }
}

/* Fixed header */
/*.et-fixed-header #logo-text { font-size: 12pt; }*/
/*.et-fixed-header #logo-tagline { font-size: 14px; }*/

/* Mobile */
@media only screen and (max-width: 981px) {
    /*#logo-text { font-size: 10pt; }*/
    /*#logo-tagline { font-size: 14px; } */
}

/* Smooth transitions */
#logo-text, #logo-tagline {
    transition: all .4s ease-in-out;
}

/* == General ==*/
h1,h2,h3,h4,h5,h6 {
    font-family: 'PT Serif', 'Georgia, Times New Roman';
}
p {
	/*font-family: "Open Sans",Arial,sans-serif;*/
    font-weight: 300;
    /*line-height: 1.7em;
	font-size: 18px;
    line-height: 140%;*/
}
#main-content li {
    font-weight: 300;
}

.border {
    border: 1px solid #e02b20;
}

strong {
    font-weight: 600 !important;
}
/*.shadow {
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0);
}*/
.shadow:hover {
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,.75);
}
.shadow {
	transition: box-shadow 300ms ease 0ms;
}

.home .et_pb_fullwidth_section blockquote {
    border: 0;
    padding: 0;
}

/* == News ==*/
/*.et_pb_slide_content .post-meta {
    height: 0px;
    overflow: hidden;
}
.et_pb_slide_content .post-meta .published {
    position: absolute;
    padding-bottom: 20px;
    text-align: center;
    color: #c0c0c0 !important;
    font-size: 14pt;
    text-align: center;
    align-content: center;
    line-height: 1em;
}*/
.aktuelles .et_pb_post {
    margin-bottom: 20px !important;
}

.single-post {
    
}
.single-post .et_pb_post {
	margin-bottom: 0;
}
.single-post #left-area {
	padding-bottom: 0;
}
.single .post {
	padding-bottom: 0;
}
.single-post .et_pb_text_1 {
	font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 10em;
	line-height: 1.1em;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
div.et_pb_section.et_pb_section_0::after {
	background-color: rgba(0,0,0,.5);
    
    /* == == */
}

/* == Form == */
#cf7md-form .mdc-button--primary.mdc-button--raised {
	background-color: #02a702;
}

/* == Tabs == */
.et_pb_tabs {
	border: 0;
}
.et_pb_tab {
	padding: 24px 0px;
}
ul.et_pb_tabs_controls {
	background-color: transparent;
}
ul.et_pb_tabs_controls::after {
	top: 0;
	/*border-top: 0;*/
}
.et_pb_tabs_controls li {
	border-right: 0;
	cursor: pointer !important;
}
.et_pb_tabs_0 .et_pb_tabs_controls li.et_pb_tab_active {
	background-color: #ffffff;
    border-bottom: 2px solid #cc0000;
}

/* == Tabellen == */
.tablepress tbody td,
.tablepress-table-description {
    font-weight: 300;
}
.tablepress-table-description {
    padding-bottom: 20px;
}

/* == Footer == */
#footer-bottom {
	padding: 15px 0 5px;
	background-color: #c0c0c0;
	/*background-color: rgba(0,0,0,.32);*/
}

/* == Login == */
.swpm-forgot-pass-link,
.swpm-join-us-link {
    display: none;
}

/* == Device specific == */
@media only screen and (max-width: 767px) {
    .et_pb_title_container h1 {
        font-size: 22px;
        line-height: 1.7em;
    }
}