﻿@charset "UTF-8";

@import url('bootstrap.min.css');
@import url('magnific-popup.css');
@import url('fonts.css');
@import url('module.css');
@import url('menu.css');

:root,
:root.dark {
  --bg-color: #000000;
  --bg-color-zwei: #ffffff;  
  --text-color: #ffffff;
  --text-color-zwei: #ffa600;
  --filter-color-2:invert(95%) sepia(5%) saturate(0%) hue-rotate(355deg) brightness(103%) contrast(106%);
}

:root.light {
  --bg-color: #ffffff;
  --text-color: #000000;
  --bg-color-zwei: #000000;  
  --text-color-zwei: #ffa600;
  --filter-color-2:filter: brightness(0) saturate(100%);
}
html {
  scroll-behavior: smooth;
}
body {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.643;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	letter-spacing: 0px;
	text-align: left;
	color: #212529;
}
.logo{
	margin-top:15px;
}
.logo img {
  /* to black */
  filter: invert(1);
  /* or to white */
  filter: #ffffff;
  max-width:200px;
  height:auto;
}
h1, h2, h3, h4, h5, h6, [class^="heading-"] {
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: #151515;
  letter-spacing: 0;
}
h1.font-weight-bold, h2.font-weight-bold, h3.font-weight-bold, h4.font-weight-bold, h5.font-weight-bold, h6.font-weight-bold {
	font-weight: 500 !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
	color: #1DBEDE;
}

.h1,h1,.heading-1 {
  font-size:2.5rem
}
.h2,h2,.heading-2 {
  font-size:2rem
}
.h3,h3,.heading-3 {
  font-size:1.75rem
}
.h4,h4,.heading-4 {
  font-size:1.5rem
}
.h5,h5,.heading-5 {
  font-size:1.25rem
}
.h6,h6,.heading-6 {
  font-size:1rem
}
a, a:hover, a:focus, button {
	text-decoration: none !important;
	outline: none !important;
}
p {
	font-size: 15px;
	line-height: 1.6;
}
.no-pad {
	padding: 0 !important;
}


.heading-font + .heading-font {
	margin-top: 20px;
}

.heading-font + h2.heading-font {
	margin-top: 35px;
}

small,
.small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #1DBEDE;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.big {
	font-size: 18px;
	line-height: 1.55556;
}
.text-white {
  color: #fff !important;
}
.text-center {
  text-align: center !important;
}
