/*
 *
 */

:root {
  --primary-color: #104B8C;
  --secondary-color: #104B8C;
  --muted-color: #A1A0AD;
  --text-color: #464457;
}
/* Sektionen */

.tpl-clip-section-oben {
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
}
.tpl-clip-section-unten {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
  background-color: rgb(107,195,249);
}

@media only screen and (min-width: 240px) and (max-width: 959px)
{
	.tpl-clip-section-oben {
	  -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%);
	  clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%);
  }
	.tpl-clip-section-unten {
	  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
	  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
	  background-color: rgb(107,195,249);
  }
}

@media only screen and (max-width: 640px)
{
  .tpl-clip-section-oben {

  }
  .tpl-clip-section-unten {

  }
}

/* Header */

.tm-header .uk-logo {
    font-family: 'Bad Script';
    /* font-weight: 600; */
}

/* Sprachauswahl */
.tpl-lang-switch div.mod-languages li {
  padding-left: 10px;
}

/* Footer */
.tpl-footer {
  border-top: 3px solid var(--primary-color);
}
.tpl-footer .uk-nav-default > li > a {
  justify-content: flex-end;
}

.tpl-footer .uk-totop {
    /* color: var(--primary-color); */
    transform: scale(3);
}