/*
 Theme Name:   Twenty Twentyfour Child
 Description:  Twenty Twentyfour Child
 Author:       brunoisensee.de
 Author URI:   httpw://www.brunoisensee.de
 Template:     twentytwentyfour
 Version:      1.0
 Text Domain:  twentytwentyfour-child
*/

#privacyShortcode{
    /*text-decoration: none;*/
    font-weight: 500;
}

.wp-block-column{
    display: flex;
    justify-content: center;
}

.wp-block-column :first-child {
    align-self: center;
}

a:link {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  a:active {
    text-decoration: underline;
  }
