/*
Theme Name: amethyst
Theme URI: 
Author: Tidenhub
Author URI: 
Description: Custom-designed features, made with love by Tidenhub Digital GmbH
Version: 99.0
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentythree
Text Domain: amethyst
Tags: 
*/

html, body { overflow-x: hidden; }

/* Intro container Home */
@media (min-width:768px){
  .intro-container{height:60vh;min-height:80vh;align-items:stretch}
  .intro-container.wp-block-columns{display:flex}
  .intro-container > .wp-block-column{display:flex;flex-direction:column;height:100%}
  .intro-container > .wp-block-column > *:first-child{flex:1 1 auto;min-height:100%}

  .intro-text > .wp-block-group{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
  }
}
/* Ende Intro container Home */

.no-decoration > a {
  text-decoration: none;
}
.wp-block-list.is-style-no-bullets {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.wp-block-list.is-style-no-bullets li {
  margin-bottom: 0.5em; /* optional etwas Abstand zwischen Einträgen */
}


ul.wp-block-list.is-style-check-list {
    padding: 0;
}

.wp-block-list.is-style-check-list li {
  list-style: none;
  position: relative;
  padding-left: 1.75em;
  padding-bottom: 0.2em;
}

.wp-block-list.is-style-check-list li::before {
content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 1.2em;
    height: 1.2em;
    background-color: #002c4c;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.8em 0.8em;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3E%3Cpath%20fill='none'%20stroke='%23fff'%20stroke-width='2'%20d='M2%209l4%204%208-8'/%3E%3C/svg%3E");
}


.linkbox:hover {
    box-shadow: 0 0 14px #002c4c3b;
}

.linkbox {
    transition: box-shadow 0.5s ease;align-content;
}
.layer-top {  
position: relative;
    top: 0px;
    z-index: 1;
}

.wave-container {
  position: relative;
  padding-bottom: 120px;
}


.wave-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 90" xmlns="http://www.w3.org/2000/svg"><path fill="%23FFFBF9" d="M0,0 C660,120 1080,0 1440,20 L1440,0 L0,0 Z" /></svg>') no-repeat bottom;
  background-size: cover;
  pointer-events: none;
}

.wave-container-top {
  position: relative;
  padding-top: 120px;
}

.wave-container-top::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 90" xmlns="http://www.w3.org/2000/svg"><path fill="%23FFFBF9" d="M0,0 C660,120 1080,0 1440,20 L1440,0 L0,0 Z" /></svg>') no-repeat top;
  background-size: cover;
  transform: scaleY(-1);
  pointer-events: none;
}
.marker {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15 Q150 0 295 15' stroke='%23bc2c35' stroke-width='6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 0.5em;
  background-position: 0 100%;
  padding-bottom: 0.2em;
}

mark.has-inline-color {
    color: #cc0165;
}

.wp-block-button.is-style-simple-button .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  background-color: transparent;
  padding: 0;
  border: none;
  color: #340569;
  text-decoration: none;
  font-weight: normal;
  transition: color 0.3s ease;
}

.wp-block-button.is-style-simple-button .wp-block-button__link::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform: translateX(0);
}

.wp-block-button.is-style-simple-button .wp-block-button__link:hover::after {
  transform: translateX(4px);
}
.weiterlesen-button {
    background-color: var(--wp--preset--color--primary);
    border-radius: 12px;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
    color: white !important;
}

@media (max-width: 768px) {
    ul.zweispaltig {
        columns: 1;
    }
}
@media (min-width: 769px) {
	ul.zweispaltig {
    columns: 2;
    column-gap: 2rem;
    list-style-position: outside;
    padding-left: 1.2em;
}
}
ul.zweispaltig li {
    break-inside: avoid;
    margin-bottom: 1.5rem;
    padding-left: 0.5em;
	margin-top: 0px;
}
.position-relative {
	position: relative
}
