/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Für Fotogalerie Rahmen */
table th, table td {
    padding: 1px;
    text-align: left;
    vertical-align: top;
    border-bottom: none!important;
}	

 .aigpl-album-design-1 .aigpl-img-wrp {
  border: none !important;
  border-left: none !important;
}

.aigpl-gallery-album-wrp .aigpl-img-wrp::after
{ border-width:0px !important;
	
}


/* für Album Image das bei vor der Galerie kein großer Abstand ist*/
:target:before {
    content: "";
    display: none !important;
    height: 500px;
}

