.paragraph {
  margin-bottom: 25px;
}
/**.content .field--item {
  clear: both;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.paragraph .field--item {
  clear: none;
  float: none;
  margin-bottom: 0px;
  width: auto;
}**/

.field--name-field-inhaltselemente,
.view-content,
.paragraph--type--text-mit-nebenstehendem-bild, 
.blogbeitrag .field--name-field-inhaltselemente,
.path-node .field--name-field-inhaltselemente,
.path-frontpage .fronticons {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  clear: both;
}
.field--name-field-inhaltselemente .fullwidth {
  max-width: 100%;
}
.field--name-field-inhaltselemente .field--item,
.view-content .field--item {
  position: relative;
}
.roundimage .field--type-image .field--item,
.field--name-field-medien .field--name-field-media-image .field--item{
  border: 2px solid #ddd;
  padding: 5px;
  border: 2px solid #ddd;
   border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
.roundimage .img,
.roundimage .img-responsive,
.field--name-field-medien img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.paragraph--type--person {
  width: 45%;
  float: left;
  margin-right: 5% !important;
  margin-bottom: 40px !important;
}

.paragraph--type--person .container_left {
  width: 40%;
  float: left;
}
.paragraph--type--person .container_right {
  width: 60%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
}
.paragraph--type--person a {
  color: #000;
}
.field--name-field-telefon a::before {
  content: 'T';
  margin-right: 10px;
}
.paragraph--type--seitenheader {
  width: 100%;
  background: url(../../../../../themes/custom/frontend/images/header_background.jpg);
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
  position: relative;
}
.headercontainer,
.paragraph--type--seitenheader {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #000000;
  text-shadow: -1px 0 1px #fff, 0 1px 1px #fff, 1px 0 1px #fff, 0 -1px 1px #fff;
  display: block;
}
.headercontainer {
  padding: 10%;
}
.headerlogo {
  width: 20%;
  max-width: 110px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
}
/***.paragraph--type--seitenheader .h1 {
  font-size: 3em;
  text-transform: uppercase;
  display: inline;
  font-weight: 700;
  border-bottom: 3px solid #5ea1cb;
}**/
.paragraph--type--seitenheader .headercontainer_inner {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  background: rgba(255,255,255,0.7);
  padding: 20px;
  width: auto;
}
.paragraph--type--seitenheader .h1 {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 700;
}
.radio-saw::after {
  content: '';
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #c30022;
}
.rockland::after {
  content: '';
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f3cb13;
}
.radio-kombi::after {
  content: '';
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fe6000;
}
.webradios::after {
  content: '';
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, #c30022 25%, #fe6000 25%, #fe6000 50%, #c30022 50%, #c30022 75%, #fe6000 75%, #fe6000 100%);
background-size: 120.00px 120.00px;
}
.vmg::after {
  content: '';
  width: 33px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #5ea1cb;
}
.radio-saw .h1 {
  border-bottom: 3px solid #c30022;
}
.rockland .h1 {
  border-bottom: 3px solid #f3cb13;
}
.radio-kombi .h1 {
  border-bottom: 3px solid #fe6000;
}
.webradios .h1 {
  border-bottom: 3px solid #c30022;
}
.vmg .h1, .page-node-type-page .field--name-title {
  border-bottom: 3px solid #5ea1cb;
}
.paragraph--type--spacer,
.paragraph--type--spacer-mit-trennlinie {
  clear: both;
  margin: 20px 0;
  float: left;
  width: 100%;
}
.field--name-field-inhaltselemente .half {
  width: 35%;
  margin-bottom: 20px;
}
.field--name-field-inhaltselemente .medialeft {
  margin-right: 10%;
  float: left;
}
.field--name-field-inhaltselemente .mediaright {
  margin-left: 10%;
  float: right;
}
.field--name-field-inhaltselemente .full {
  width: 100%;
  margin: 0 0 20px 0;
}
.image_left .field--name-field-bild {
  width: 35%;
  margin-right: 10%;
  margin-bottom: 20px;
  float: left;
  position: relative;
}
.image_right .field--name-field-bild {
  width: 35%;
  margin-left: 10%;
  margin-bottom: 20px;
  float: right;
  position: relative;
}
.imagecontainer .bu {
  color: #000;
  position: relative;
  background: none;
}
.container_left .field--name-field-media-image {
  width: 100%;
}
.paragraph--type--zweispaltiges-desktoplayout .field--name-field-containerinhalte {
  display: flex;
  flex-wrap: wrap;
}
.paragraph--type--zweispaltiges-desktoplayout .field--name-field-containerinhalte .field--item {
  width: 50%;
}
.paragraph--type--zweispaltiges-desktoplayout .field--name-field-containerinhalte .field--item .field--item {
  width: 100%;
}
.txtleft {
  padding-right: 5%;
  margin-bottom: 20px;
}
.txtright  {
  padding-left: 5%;
  margin-bottom: 20px;
}
.paragraph--type--from-library .txtleft,
.paragraph--type--from-library  .txtright {
  padding: 0;
}
.blocktitle {
  font-size: 1.5em;
  font-weight: 700;
  margin: 25px 0 15px 0;
  text-transform: uppercase;
}
.paragraph--type--slider {
  position: relative;
}
.paragraph--type--slider .slidertxt {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  background: rgba(255,255,255,0.7);
  padding: 20px;
}
.paragraph--type--slider .slidetitle {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 700;
}
.paragraph--type--slider .slidetxt {
  font-size: 1.7em;
  border-bottom: 1px solid #ccc;
  display: inline;
}
.paragraph--type--slider a {
  color: #000;
  text-decoration: none;
}
.paragraph--type--slideshow .slick-dots {
  bottom: auto;
  top: 10px;
  right: 10px;
  width: 40px;
}
.paragraph--type--slideshow .slick-dots li {
  display: block;
}
.paragraph--type--slideshow .slick-dots li button::before {
  font-size: 16px;
  color: #5ca1cb;
}
.paragraph--type--slideshow .slick-arrow {
  width: 80px;
  height: 80px;
}
.paragraph--type--slideshow .slick-arrow::before {
  color: white;
  font-size: 50px;
}
.paragraph--type--medien .field--name-field-verlinkungstext {
  padding-top: 40px;
  margin-top: 30px;
}
/***
.paragraph--type--medien .field--name-field-verlinkungstext a {
  color: #000;
  padding: 20px 0;
  display: block;
}
.paragraph--type--medien .field--name-field-verlinkungstext::before {
  content: '';
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #0786bd;
  background: #fff;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}
.paragraph--type--medien .field--name-field-verlinkungstext a::before {
  font-family: 'Glyphicons Halflings';
  content: "\e038";
  color: #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #0786bd;
  height: 60px;
  width: 60px;
  float: left;
  margin-left: -85px;
  padding: 10px;
  font-size: 40px;
  line-height: 40px;
  margin-top: -15px;
}
***/
.paragraph--type--sytemblock {
  position: relative;
}
.introicons {
top: -120px;
z-index: 99;
left: 0;
right: 0;
height: auto;
}
.introicons table img,
.fronticons table img {
  max-width: 150px;
}
.introicons a,
.fronticons a {
  text-decoration: none !important;
  color: #000;
  font-weight: 700;
  font-size: 1.2em;
}
.teaser {
  text-align: left;
  float: left;
  margin-bottom: 50px;
}
.teaser.row1 {
  margin-left: 20%;
  width: 80%;
}
.teaser.row2 {
  margin-left: 30%;
  width: 70%;
}
.teaser.row3 {
  margin-left: 40%;
  width: 60%;
}
.teaser img {
  max-width: 80px;
  float: left; 
  margin-right: 15px;
}
.quellenangabe {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: right;
}
.fullwidth .field--name-field-block-einfuegen .paragraph--type--seitenheader {
  padding: 5% 10%;
  display: table;
}
.zwischentitel {
  width: 100%;
  display: block;
  clear: both;
}
/*** AUDI FIELD & PLAYER ***/
.field--name-field-media-audio-file {
  z-index: 9999;
}
.audiofield-player label {
  display: none;
}
.cp-container {
  background: none;
  padding: 0;
}
.cp-controls {
    padding: 12px;
    width: 104px;
    height: 104px;
    font-family: 'Glyphicons Halflings';
}
.cp-controls .cp-play,
.cp-controls .cp-pause {
  background: none;
  width: 80px;
  height: 80px;
}
.cp-controls .cp-play::before,
.cp-controls .cp-pause::before {
  font-family: 'Glyphicons Halflings';
  content: "\e038";
  color: #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #0786bd;
  height: 80px;
  width: 80px;
  float: left;
  font-size: 40px;
  line-height: 40px;
  padding: 20px;
  text-indent: 0;
}
.cp-controls .cp-play:hover,
.cp-controls .cp-pause:hover {
  background: none;
}
.audiostyle {
  float: left;
  margin-right: 15px;
}
.cp-controls .cp-play:hover::before {
  content:"\e072";
}
.cp-controls .cp-pause:hover::before {
  content:"\e073";
  padding: 20px 17px 20px 23px
}
.cp-progress-1, .cp-progress-2 {
  background: url(../../../../../themes/custom/frontend/images/jplayer_progress.png);
}
.cp-buffer-1, .cp-buffer-2 {
  background: none;
}
.audiocontainer {
  display: table;
}
.paragraph--type--audio {
  display: table;
  width: 300px;
  margin: 0 auto;
}
.audiotxt {
  display: table-cell;
  vertical-align: middle;
}

.blocktitle {
  font-size:26px;
  font-weight:400;
  line-height:1.1;
  text-transform:inherit;
}