:root {
  --cassiopeia-color-primary: #050505;
  --cassiopeia-color-link: #192486;
  --body-bg: #f5f4f0;

}

.container-header {
  background-image: -o-linear-gradient(315deg, var(--cassiopeia-color-primary) 0%, var(--cassiopeia-color-primary) 100%);
  background-image: linear-gradient(135deg, var(--cassiopeia-color-primary) 0%, var(--cassiopeia-color-primary) 100%);
}

@media (min-width: 0) and (max-width: 767px){
  
  .startpage-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 12rem;
    position: relative;
    border: solid 2px gray;
    background-color: #fff;
    border-radius: 15px;
  }
  
  .startpage-block-left {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 14.5rem;
    position: relative;
  }
  
  .block-image-container {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 12rem;
    display: initial;
  }	

  .block-text-container{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
    word-break: break-word;
    margin-top: 10px
  }
}

@media (min-width: 0) and (max-width: 922px){
  .mod-list li {
    padding-right: 10px;
  }
}

@media (min-width: 767px) {
    .block-image-container{
      width: 50%;
      height: 180px;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      display: flex;     
    }
    .block-text-container{
      width: 50%;
      height: auto;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 2.5rem;
      word-break: break-word;
    }
    .startpage-block {
      height: 100%;
      position: relative;
      display: flex;
	  border-radius: 15px 0 0 15px;
    }
    .startpage-block-left {
      flex-direction: row-reverse;
      height: 100%;
      position: relative;
      display: flex;
      border-radius: 0 15px 15px 0;
  }
}

.bg-red{
  background-color: #993333;
}
.bg-blue{
  background-color: #0066cc;
}
.bg-yellow{
  background-color: #ffff33;
}
.bg-black{
  background-color: #000000;
}

.headline {
  border-radius: 15px;
  background-color: #000;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 15px;
}

a.startpage-block-link {
  color: #000000;  
  text-decoration: none;
}

a.startpage-block-link:hover {
  color: #000000;  
  text-decoration: none;
}

a.no-decoration{
  color: #000000;  
  text-decoration: none;
}

.listitem{
  width: 100%;
  border: solid 1px gray;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #fff;    
}
.listitem-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.listitem-comp{
  font-size: 14px;
  margin-bottom: 4px;
}

a.listitem-link {
    font-size: 12px !important;
}

img.img-theme{
  border-radius: 15px;
}

.socialmedia-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 8rem;
    position: relative;
    border: solid 2px gray;
    background-color: #fff;
    border-radius: 15px;
}
.socialmedia-text-container{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
    word-break: break-word;
    margin-top: 10px
}

.container-header .mod-menu {
  flex-direction: row;
  flex: 1 0 100%;
  display: flex;
  list-style: none;
}
