@font-face {
  font-family: 'andreaii';
  font-display: swap;
  src: url(2032andrea-ii.woff2) format('woff2'), url(2032andrea-ii.woff) format('woff');
}
body {
	text-color: #666;
	max-width:1440px;
	margin:0 auto;
}
.custom-logo {
    margin-top:1em;
}
.textbereich
{
    margin-left:6em;
	margin-right:6em;
	text-align:center;
}
.dx-font-open-sans {
    font-family: "andreaii";
}
.dx-hr {
    border-bottom: 1px solid rgb(238, 238, 238);
}
.dx-br-8 {
    border-radius: 8px;
}
.dx-callout {
    z-index: 1;
    position: fixed;
    top: 40%;
    right: 0;
    background-color: rgba(255,108,2);
    padding: .6em 1em;
}
.dx-callout-link {
    color: white;
    text-decoration: none;
}
.dx-callout-link:hover {
    color: rgb(180, 221, 255);
    text-decoration: none;
}
.dx-rubberduck {
    z-index: 1;
    background-color: transparent;
    position: fixed;
    top: 25%;
    right: 5%;
    padding: .6em 1em;
    transition: all .2s ease-in-out;
    text-align: center;
}
.dx-rubberduck-link {
    color: white;
    text-decoration: none;
}
.dx-rubberduck-link:hover {
    color: rgb(180, 221, 255);
    text-decoration: none;
    transform: scale(1.1);
}
.dx-nav-h2 {
    font-size: 1.5em;
	color:#015a9c;
}
.dx-nav-link {
    font-size: 1.3em;
    text-decoration: none;
    color:#444;
    margin: .5em .5em;
    padding: .5em .5em;
}
.dx-nav-link:hover {
    color:rgb(45, 171, 255); 
}
.dx-nav-link.active {
    color:rgb(45, 171, 255);
}
.dx-btn-blue {
    background-color:rgb(45, 171, 255);
    font-size: 1.3em;
    color:#fff;
}
.dx-h123 {
    color:rgb(45, 171, 255);
    margin-top: 0.5em;
}
h1.dx-h123 {
    font-size: 32px;
}
h2.dx-h123 {
    font-size: 28px;
}
h2.kapitel {
    font-size: 21px;
	margin-bottom: 1em;
	text-align:center;
}
h3.dx-h123 {
    font-size: 21px;
}
.dx-footer-link-l {
	font-size: 21px;
	margin-top: 8px;
    color: rgb(235, 235, 235);
}
.dx-footer-link-l:hover {
    color:rgb(45, 171, 255);
}
.dx-footer {
    background-color: #444;
    color: rgb(156, 156, 156);
    padding: .8em;
}
.dx-footer-link {
    color: rgb(235, 235, 235);
}
.dx-footer-link:hover {
    color:rgb(45, 171, 255);
}
.container-fluid text-center {
    width:1000px!important;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 640px) {
.dx-rubberduck {
	width: 100%;
    z-index: 1;
    background-color: transparent;
	position: fixed;
    top: 5%;
	left: 0%;
    padding: .6em 1em;
    transition: all .2s ease-in-out;
    text-align: center;
}
.dx-rubberduck-image {
    width: 95%;
}
.textbereich
{
    margin-left:1em;
	margin-right:1em;}
}