/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

#sidebtns {
    position: fixed;
    right: 0;
    top: 70vh;
}

@media (min-width: 1024px) {
    #sidebtns {
        display: none;
    }
}

.content-spalte {
	padding: 80px 80px 10px 150px;
}


@media (max-width: 1023px) {
    .sidebar-spalte {
    	display: none !important;
    }

    .content-spalte {
    	width: 100% !important;
    	padding: 20px !important;
    }
}

/* ICONLISTE BULLETPOINTS */
span.elementor-icon-list-icon i.fas.fa-circle {
    transform: translateY(-.6em);
}

.floatwhite h1, .floatwhite h2, .floatwhite h3, .floatwhite h4, .floatwhite h5, .floatwhite h6 {
    background: var( --e-global-color-f3a545e );
    width: auto;
    display: inline;
    padding: 15px
}

.floatwhite-right .elementor-text-editor {
    background: var( --e-global-color-f3a545e );
    max-width: 500px;    
    padding: 15px;
    transform: translateX(-80px)
}

.floatwhite-left .elementor-text-editor {
    background: var( --e-global-color-f3a545e );
    max-width: 500px;    
    padding: 15px;
    transform: translateX(80px)
}

@media (max-width: 767px) {
  .floatwhite-right .elementor-text-editor {
    transform: translateX(0)
}

.floatwhite-left .elementor-text-editor {
    transform: translateX(0)
}
}

/*.stagebild::after {
  content: "";
  background: url(/wp-content/uploads/2021/03/ponschab-und-partner-header.jpg) !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
	background-size: cover !important;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  animation: opacity 3s forwards ease-in-out; !important;
  animation-iteration-count: 1
}

@keyframes opacity {
    0% { opacity:1; }
    66% { opacity:1; }
    100% { opacity:0.4; }
}

@media (max-width: 767px) {
  .stagebild::after {
  content: "";
  background-image: url(/wp-content/uploads/2021/03/ponschab-und-partner-header.jpg) !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  background-size: cover !important;
}
}*/

.seitenleiste {
		display: none !important;
	}

@media (min-width: 1024px) {
	main.site-main.type-page.status-publish.hentry {
        margin-left: 80px !important;
}
	.seitenleiste {
		display: block !important;
	}
}

.single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
    margin-top: 1.3em !important;
}

/* READ MORE */

.rm .elementor-tab-title::before {
		content: 'Weiterlesen';
    color: var( --e-global-color-1c9bd94 );
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: normal;
}

.rm .elementor-tab-title.elementor-active::before {
    content: 'Schließen';
    color: var( --e-global-color-1c9bd94 );
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: normal;
}

.rm .elementor-toggle-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
}

/*.elementor-text-editor p:last-child { 
    margin-bottom: 0px !important;
}*/

.page-id-1784 nav { display: none; }

.page-id-1808 nav { display: none; }

/* 
 * 
 * 
 * 
 * 
 * MEDIATOR SUCHEN FORMULAR 
 * 
 * 
 * 
 * 
 * */

[class*='gv-grid-col-'] {
	padding-right: 0 !important;
}

.tw_mediator_suche .gv-search-box.gv-search-field-checkbox {
    min-width: 23% !important;
    flex-wrap: wrap;
}

.tw_mediator_suche .gv-search-box.gv-search-field-select, .tw_mediator_suche .gv-search-box.gv-search-field-text {
	flex-direction: column;
    justify-content: space-between;
    min-width: 30%;
	margin-bottom: 1rem;
	position: relative;
}

@media (max-width: 768px) {
	.tw_mediator_suche .gv-search-box.gv-search-field-checkbox, .tw_mediator_suche .gv-search-box.gv-search-field-select, .tw_mediator_suche .gv-search-box.gv-search-field-text {
		flex-direction: row;
        min-width: 99% !important;

    }
}

.tw_mediator_suche .gv-search-box.gv-search-field-checkbox > label, .tw_mediator_suche .gv-search-box.gv-search-field-radio > label, .tw_mediator_suche .gv-search-box.gv-search-field-select > label, .tw_mediator_suche .gv-search-box.gv-search-field-text > label  {
    position: sticky;
	top: 0;
	font-weight: bold;
    margin-bottom: .5rem;
	background: #f5f5f5;
	width: 100%;
	padding: .5rem;
	border-bottom: 1px solid #dfdfdf;
}

.tw_mediator_suche .gv-search-box.gv-search-field-checkbox {
	position: relative;
    height: 220px;
    overflow: scroll;
    background: #f5f5f5;
    margin-bottom: 1rem;
    padding: 0 1rem;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    color: var(--e-global-color-secondary);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}

.tw_mediator_suche .gv-search-box.gv-search-field-checkbox p label {
	line-height: 1.4em;
}

.tw_mediator_suche .gv-search-box.gv-search-field-select, .tw_mediator_suche .gv-search-box.gv-search-field-text {
	background: #f5f5f5;
    padding: 1rem;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    color: var(--e-global-color-secondary);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}

.tw_mediator_suche .gv-search-box.gv-search-field-checkbox p label input {
    margin: .3rem .5rem;
}

.tw_mediator_suche .gv-search-box.gv-search-field-checkbox p label {
    margin: .7rem 0;
    display: flex;
}

.tw_mediator_suche .gv-search-box.gv-search-box-submit {
	justify-content: space-between;
    align-items: flex-end
}

.tw_mediator_suche .button.gv-search-clear {
    margin-top: 1rem;
    background: var(--e-global-color-aaa2a8d);
    text-align: center;
    padding: .3rem;
    color: #fff;
}

.dt-buttons, .dataTables_length {
	margin-bottom: 2rem;
}

.tw_mediator_suche .dataTables_scroll {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}

.tw_mediator_suche table.dataTable.display tbody tr td {
	padding: 1.7rem .7rem;
}


.tw_mediator_suche table.dataTable.display tbody tr:nth-of-type(odd) td {
	background: #f5f5f5;
}

.tw_mediator_suche table.dataTable.display tbody tr:nth-of-type(even) td {
	background: #fff;
}

.tw_mediator_suche td {
    border-top: 1px solid var(--e-global-color-secondary) !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.tw_mediator_suche thead th {
    border-top: none !important;
    border-right: 1px solid var(--e-global-color-secondary) !important;
    border-bottom: none !important;
    border-left: none !important;
    color: var(--e-global-color-secondary)
}

.tw_mediator_suche thead th:last-child {
	border: none !important;
}

/* Bildgröße Mediatorenprofil */ 
a.gravityview-fancybox img {
    max-width: 200px !important;
}
