    /*
    Theme Name: mare media Child-Theme
    Description: mare media Child-Theme
    Author: Bernd Torba, mare-media.com
    Author URI: https://mare-media.com
    Template: Divi
    Version: 1.0.0
    */
     
    /* Theme Anpassungen beginnen hier */

    /* Margin an fixem Logo 
    .et-fixed-header #logo {
	 padding-bottom: 10px !important;	 
    } */

    /* Anpassung Menüleiste oben  */
    nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
    padding-top: 10px;
    }

    /* .et_pb_slider_with_text_overlay .et_pb_slide_content {
    padding: 30px;
    } */

    .nav li ul {
    padding: 10px 0;
    }
    
    .et_pb_widget a {
    color: #666 !important;
    text-decoration: none;
    }

    #wp-admin-bar-et-use-visual-builder {
    display: none;
    }
    
    /* Farbe Hintergrund Startseite */
    

    /* Textfarbe Fussleiste */
    .et_pb_widget a {
    color: #FFF;
    text-decoration: none;
    }

    /* Unterhalb Footer */
    #footer-info {
    display: none;
    }

    /* Elegant Themes Icon Font  */
    @font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
    }

    /* Use the following CSS code if you want to use data attributes for inserting your icons */
    [data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    }

    /* Make CF7 look like DIVI-CF */
    .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, .wpcf7-select {
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    .wpcf7-submit {
    color: #2EA3F2 !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    }
    .wpcf7-submit:hover {
    background-color: #eee;
    border-color:#eee;
    padding: 6px 20px !important;
    }
	
    /* Was wir tun */
    .blurb-card .et_pb_main_blurb_image {
     margin-bottom: 0 !important;
    }
    .blurb-card h6 {
     color: #ffffff;
     margin-top: 20px;
    }
    .blurb-card .et_pb_button {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     zoom: 1;
     filter: alpha(opacity=0);
     opacity: 0;
    }
    .blurb-card .et_pb_blurb {
    margin-bottom: 0 !important;
    }
    .blurb-card .et_pb_column {
     position: relative;
    }
    .blurb-card .et_pb_blurb_container {
     background: #fff;
     padding: 75px 25px 25px 25px;
     border-radius: 4px;
     box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
     -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
     -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
     -webkit-transition: all 0.1s linear;
     -o-transition: all 0.1s linear;
     -moz-transition: all 0.1s linear;
     -ms-transition: all 0.1s linear;
     -kthtml-transition: all 0.1s linear;
     transition: all 0.1s linear;
     margin-top: -50px;
    }
    .blurb-card .et_pb_column:hover .et_pb_blurb_container {
     -webkit-box-shadow: 5px 15px 15px rgba(0, 0, 0, .2) !important;
     -moz-box-shadow: 5px 15px 15px rgba(0, 0, 0, .2) !important;
     box-shadow: 5px 15px 15px rgba(0, 0, 0, .2) !important;
     -webkit-transition: all 0.1s linear;
     -o-transition: all 0.1s linear;
     -moz-transition: all 0.1s linear;
     -ms-transition: all 0.1s linear;
     -kthtml-transition: all 0.1s linear;
     transition: all 0.1s linear;
    }
 
    /* Effect 8 */
    .blurb-card .et-pb-icon {
     padding: 33px;
     font-size: 35px;
     position: relative;
     z-index: 1;
     color: #ffffff !important;
     /*color: #3E3E3E !important;*/
     -webkit-transition: all 0.1s linear;
     -o-transition: all 0.1s linear;
     -moz-transition: all 0.1s linear;
     -ms-transition: all 0.1s linear;
     -kthtml-transition: all 0.1s linear;
    }
    .blurb-card .et-pb-icon:after {
     pointer-events: none;
     position: absolute;
     width: 100%;
     height: 100%;
     border-radius: 50%;
     content: '';
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
    }
    .blurb-card .et-pb-icon:before {
     content: '';
     display: block;
    }
    .blurb-card .et-pb-icon {
     background: rgba(255, 255, 255, 0.1);
     -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
     -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
     transition: transform ease-out 0.1s, background 0.2s;
    }
    .blurb-card .et-pb-icon:after {
     top: 0;
     left: 0;
     padding: 0;
     z-index: -1;
     box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
     opacity: 0;
     -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
     -ms-transform: scale(0.9);
     transform: scale(0.9);
    }
    .blurb-card .et_pb_column:hover .et-pb-icon {
     /*background: rgba(255, 255, 255, 0.05);*/
     background: rgba(0, 0, 0, 0.05);
     /*color: #fff !important;*/
     color: #888 !important;
     -webkit-transition: all 0.1s linear;
     -o-transition: all 0.1s linear;
     -moz-transition: all 0.1s linear;
     -ms-transition: all 0.1s linear;
     -kthtml-transition: all 0.1s linear;
    }
    .blurb-card .et_pb_column:hover .et-pb-icon:after {
     -webkit-animation: sonarEffect 0.5s ease-out 50ms;
     -moz-animation: sonarEffect 0.5s ease-out 75ms;
     animation: sonarEffect 0.5s ease-out 75ms;
    }
    @-webkit-keyframes sonarEffect {
     0% {
    opacity: 0.3;
    }
    40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px #3E3E3E, 0 0 10px 10px #3E3E3E, 0 0 0 10px #3E3E3E;
    }
    100% {
    box-shadow: 0 0 0 2px #3E3E3E, 0 0 10px 10px #3E3E3E, 0 0 0 10px #3E3E3E;
    -webkit-transform: scale(1.5);
    opacity: 0;
    }
    }
    @-moz-keyframes sonarEffect {
    0% {
    opacity: 0.3;
    }
    40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px #3E3E3E, 0 0 10px 10px #3E3E3E, 0 0 0 10px #3E3E3E;
    }
    100% {
    box-shadow: 0 0 0 2px #3E3E3E, 0 0 10px 10px #3E3E3E, 0 0 0 10px #3E3E3E;
    -moz-transform: scale(1.5);
    opacity: 0;
    }
    }
    @keyframes sonarEffect {
    0% {
    opacity: 0.3;
    }
    40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px #3E3E3E, 0 0 10px 10px #3E3E3E, 0 0 0 10px #3E3E3E;
    }
    100% {
    box-shadow: 0 0 0 2px #3E3E3E, 0 0 10px 10px #3E3E3E, 0 0 0 10px #3E3E3E;
    transform: scale(1.5);
    opacity: 0;
    }
    /* 40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px #dc1d49, 0 0 10px 10px #dc1d49, 0 0 0 10px #dc1d49;
    }
    100% {
    box-shadow: 0 0 0 2px #dc1d49, 0 0 10px 10px #dc1d49, 0 0 0 10px #dc1d49;
    -webkit-transform: scale(1.5);
    opacity: 0;
    }
    }
    @-moz-keyframes sonarEffect {
    0% {
    opacity: 0.3;
    }
    40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px #dc1d49, 0 0 10px 10px #dc1d49, 0 0 0 10px #dc1d49;
    }
    100% {
    box-shadow: 0 0 0 2px #dc1d49, 0 0 10px 10px #dc1d49, 0 0 0 10px #dc1d49;
    -moz-transform: scale(1.5);
    opacity: 0;
    }
    }
    @keyframes sonarEffect {
    0% {
    opacity: 0.3;
    }
    40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px #dc1d49, 0 0 10px 10px #dc1d49, 0 0 0 10px #dc1d49;
    }
    100% {
    box-shadow: 0 0 0 2px #dc1d49, 0 0 10px 10px #dc1d49, 0 0 0 10px #dc1d49;
    transform: scale(1.5);
    opacity: 0;
    } */
    }

    /* Wer wir sind */
	.border-hover .et_pb_column {
    overflow: hidden;
    position: relative;
    }
 
    .border-hover .et_pb_column img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }
 
    .border-hover .et_pb_column:hover img {
    transform: scale(1.1);
    }
 
    .border-hover .et_pb_column:hover .et_pb_image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    content: '';
    }
 
    .border-hover .et_pb_column .et_pb_promo_description:before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,
    -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    }
 
    .border-hover .et_pb_column .et_pb_promo_description:after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,
    -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    }
 
    .border-hover .et_pb_column:hover .et_pb_promo_description:before, .border-hover .et_pb_column:hover .et_pb_promo_description:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    }
 
    .border-hover .et_pb_column .et_pb_promo_description h2 {
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 37%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0;
    padding: 0;
    }
 
    .border-hover .et_pb_column .et_pb_promo_description p {
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }
 
    .border-hover .et_pb_column:hover .et_pb_promo_description h2 {
    opacity: 1;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    color: #fff;
    }
 
    .border-hover .et_pb_column:hover .et_pb_promo_description p {
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    }
 
    .border-hover .et_pb_promo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
 
    .border-hover .et_pb_promo_button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }


/* Derzeit inaktiv: */

    /* Footer
    #footer-widgets {
    padding: 12px 0 0;
    height: 35px;
    }   */

    /* Abstand vor Footer
    #main-content {
    margin-bottom: 50px;
    } */
    
    /* Abstand der Sektionen     
    .et_pb_section {
    padding: 10px 0;
    }  */

    /* Abstand der Spalten
    .et_pb_row {
    padding: 4px 0;
    }  */
    
	/* Logo links 
     .et_header_style_centered #main-header .container {
     text-align: left;
     } */


    /* Divi image gallery widths 
    .et_pb_gallery_grid .et_pb_gallery_item,
    .et_pb_gallery_grid .column_width,
    .et_pb_gallery_grid .et_pb_gallery_image,
    .et_pb_gallery_grid .et_pb_gallery_image.portrait img
    {
    width: 150px;
    }
    .et_pb_gallery_grid .et_pb_gallery_image img
    {
    min-width: 150px;
    } */

    /* Set the image heights 
    .et_pb_gallery_grid .et_pb_gallery_item { clear:none !important; }
    .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n) { margin-right:0 !important; }
    .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n+1) { clear:both !important; }
    .et_pb_gallery_grid .et_pb_gallery_item { margin-right:5px !important; }
    .et_pb_gallery_grid .et_pb_gallery_image img { min-height: 0 !important; }
    .et_pb_gallery_grid .et_pb_gallery_image,
    .et_pb_gallery_grid .et_pb_gallery_image.landscape img
    {
    height: auto !important;
    }
    
    .et_pb_gallery_grid .et_pb_gallery_image,
    .et_pb_gallery_grid .et_pb_gallery_image.landscape img
    {
    height: 150px;
    }
    .et_pb_gallery_grid .et_pb_gallery_image img
    {
    min-height: 150px;
    } */

    /* Set the spacing between images 
    .et_pb_gallery_grid .gutter_width {
    width: 10px; } */

   
    /* Höhe des Sliders 
    @media only screen and ( min-width:981px ) {
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 446px !important; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 446px; 
    }
    .et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }  */
 

    /* Theme Anpassung enden hier */