/*-----------------------------------------------------------------------------
URL      : www.pm-essenz.de
File     : default.css
Name     : Christoph Bommer 
Date     : 18.02.2023
Bemerkung: basiert auf UI-Kit
/*---------------------------------------------------------------------------*/

/* Definition overwriting ---------------------------------------------------*/

html {
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: normal;
  font-size: 1rem;
}

a,
.uk-link {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #DAF400;
  text-decoration-thickness: 2px;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #000000;
  background-color: #DAF400;
  text-decoration: none;
}

.uk-card-default {
  color: #000;
}

.uk-button {
  margin-bottom: 4px;
}

/* Definition of colors -----------------------------------------------------*/

/* Generell -----------------------------------------------------------------*/

.gen-text-larger {
  font-size: larger;
}

/* social media button */
.sm-button  {
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #222222;
  line-height: 30px;
  text-align: center;
}

.sm-button:hover{
  background-color: #DAF400;
}

/* button definition */
.button {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  margin-bottom: 4px;
  text-align: center;
  display: inline-block;
}
.button a:hover,
.uk-link:hover  {
  text-decoration: none;
}
.button a, .uk-link {
  text-decoration: none;
}
.button:hover {
  background-color: #DAF400;
}

.blog-button {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
  text-decoration-color: #DAF400;
  text-decoration-thickness: 2px;
  background-color: #f9ffc5;

}
.blog-button-link {
  color: #000;
}
.blog-button-link:hover {
  color: #000;
}

.button-footer {
  text-decoration: none;
}

/*---------------------------------------------------------------------------*/
/* Nav items */
.uk-navbar-nav > li > a {
  color: #000;
  background-color: transparent;
  font-weight: 500;
}
/* Nav Item Hover, Apply hover style also if dropdown is opened */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded="true"] {
   color: #666;  
}

#menu-logo-link a:hover {
  background-color: #F8F8F8;
}

/* EIGENE STYLES */
/* Index: -------------------------------------------------------------------*/
.index-rez {
  padding-top: 30px;
  padding-bottom: 30px;
}

.index-header {
  background-image: linear-gradient(30deg, transparent 25%, #ADD7FA 50%, #d11ea4 100%);
  background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.index-header-i {
  padding-top: 40px;
  padding-bottom: 40px;
}
.index-imgsize {
  width: 60%;
  max-width: 220px;
  height: auto;
}

/* prüfen ob notwendig */
.index-p-top {
  padding-top: 30px;
}

.index-teaser {
  background-color: #F8F8F8;
}
.index-icon {
  color: #d11ea4;
  font-size: 300%;
  text-align: left;
}

#index-poster-link a:hover {
  background-color: #fff;  
}

/* Author: Text- und Backgrouns-Farben --------------------------------------*/
.author-section {
  background-color: #ADD7FA;
  padding: 80px 50px 50px 50px;
}
/* Author: Titel Text */
.author-titel{
  color: #000;
  font-weight: 500;
}
/* Author: Text */
.author-text{
  color: #000;
  font-size:larger;
  padding-right: 20%;
}
/* Author: Rand um Bild */
.author-image {
  border: 1px solid #000;
}
/* Farbe Linked Social Media  */
.author-smedia {
  color: #1973e1;
}
.author-smedia > a:hover {
  color: #000;
}

.bubble-pos {
  position: relative;
  top: -17em;
  left: 19em;

/*  top: -250px;
  left: 270px;
  */
}
.bubble {
    position: relative;
    background: #ffffff;
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 150px;
    height: 60px;
    padding: 10px;
    border: #000000 solid 1px;
}
.bubble:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 8%;
  left: -20px;
  margin-top: -7px;
}
.bubble:before {
  content: '';
  position: absolute;
  width: 0;
  z-index: 0;
  border-style: solid;
  border-width: 0 21px 21px 0;
  border-color: transparent #000000 transparent transparent;
  top: 8%;
  left: -22px;
  margin-top: -8px;
  display: block;
}

/* Blog Stylings ------------------------------------------------------------*/
/* Blog: Platz unten am Hauptbild */
.blog-parent {
  position: relative;
}

.parent img{
  width:100%;
}
.blog-title {
  color: #000;
}
.blog-text-block {
  position: relative;
  bottom: 80px;
  left: 40px;
  width: 50%;
  background-color: #ADD7FA; /* hellblau: #ADD7FA grün: #BCD63F */
  color: #fff;
  padding: 20px;
}
.blog-text-subtitle {
  color: #222222;
}
.blog-text-block-text {
  font-size: larger;
}
.blog-text-title {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: larger;
}
.blog-text-block-text a {
  color: #fff;
}

.blog-text {
  margin-top: 10px;
  font-size: larger;
}

.blog-sm {
  background: #fff;
}

/* Links Stylings ------------------------------------------------------------*/
/* background-image: linear-gradient(30deg, transparent 40%, #ADD7FA 70%, #d11ea4 100%); */

.link-bg1 {
  background-color: #F8F8F8;
}
.link-bg2 {
  background-color: #ffd9f2;
}

/* Footer Stylings ----------------------------------------------------------*/
/* Link color festlegen */

/*---------------------------------------------------------------------------*/
/* no code beyond this line                                                  */
