html {
    scroll-behavior: smooth;
}

body {
  font-family: urbane, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #011F26;
  font-size: 16px;
  font-weight: 300;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

@media (min-width: 1600px) {
.container {
    max-width: 1420px!important;
}
}

.hero {
    width: 100%;
    height: 100vh;
    padding-top: 92px;
    background-image: url(../dmxDaten/home/Titelbild.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50%, auto, cover;
}
.hero2 {
    width: 100%;
    height: 100vh;
    padding-top: 92px;
    background-image: url(../dmxDaten/home/Titelbild2.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50%, auto, cover;
}

@media (max-width: 991px) {
.hero {
    padding-top: 80px;
    padding-bottom: 80px;
    height: 100%;
    background-image: none;
}
.hero2 {
    padding-top: 80px;
    padding-bottom: 80px;
    height: 100%;
    background-image: none;
}
}

@media (max-height: 620px) {
.hero {
    padding-top: 80px;
    padding-bottom: 80px;
    height: 100%;
    background-image: none;
}
.hero2 {
    padding-top: 80px;
    padding-bottom: 80px;
    height: 100%;
    background-image: none;
}
}

.bg-primary {
    background-color: #0166E2!important;
}

.abstand {
    margin-top: 120px;
    margin-bottom: 120px;
}

.abstandpadding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.slidescroller {
    margin-top: -114px;
    padding-top: 114px;
}

@media (max-width: 320px) {
.slidescroller {
    margin-top: -106px;
    padding-top: 106px;
}
}

@media (max-width: 991px) {
.abstandlg {
    margin-bottom: 40px;
}
.abstandpadding {
    padding-top: 80px;
    padding-bottom: 80px;
}
}

@media (max-width: 767px) {
.abstandmd {
    margin-bottom: 40px;
}
}

/*--------------------------------------------------------------
# Typografie
--------------------------------------------------------------*/

a {
  color: #0166E2;
}

a:focus, a:hover {
  color: #019FE3;
  text-decoration: none;
}

h1 {
  font-size: 50px;
  font-weight: 600;
}

h2 {
  font-size: 36px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

.lead {
    font-size: 19px!important;
}

.red {
  color: #019FE3;  
}

@media (max-width: 767px) {
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
.lead {
    font-size: 18px!important;
}
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

    .form-control {
        padding: 20px;
        width: 100%;
        border: 0;
        border-radius: 10px;
        background-color: #ffffff;
    }

    /* Mark input boxes that gets an error on validation: */
    input.invalid {
        background-color: #ffdddd;
    }

    /* Hide all steps by default: */
    .tab {
        display: none;
    }

    /* Make circles that indicate the steps of the form: */
    .step {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #0166E2;
        border: none;
        border-radius: 50%;
        display: inline-block;
        opacity: 0.5;
    }

    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #0166E2;
    }

    .checkboxmargin {
        margin-top: 7px;
        margin-right: 10px;
    }

    .textbox {
        padding: 10px !important;
        font-size: 16px;
    }

    .form-check-label {
        margin-left: 14px;
    }

a:not([href]) {
    color: #ffffff;
    text-decoration: none;
}

a:not([href]):hover {
    color: #ffffff;
    text-decoration: none;
}

.btn {
    border-radius: 19px;
    font-weight: 300;
    padding: 0.5rem 1.5rem;
}

.btn-primary {
    background-image: -webkit-gradient(linear, left top, right top, from(#019FE3), to(#0166E2));
    background-image: linear-gradient(to right, #019FE3 0%, #0166E2 100%);
    color: #ffffff;
    border: none;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #011F26;
  border-color: #011F26;
  background-image: none;
}

.btn-outline-primary {
  color: #0166E2;
  border-color: #0166E2;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #019FE3;
  border-color: #019FE3;
}

.btn-outline-dark {
  color: #011F26;
  border-color: #011F26;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #011F26;
  border-color: #011F26;
}


:root {
	--white: #ffffff;
	--light: #f0eff3;
	--black: #000000;
	--dark-blue: #231f20;
	--dark-light: #353746;
	--red: #ff0000;
	--yellow: #f8ab37;
	--grey: #ecedf3;
}

/* #Select
================================================== */

.checkbox:checked ~ .background-color{
	background-color: var(--white);
}

.checkbox-tools[type="checkbox"]:checked,
.checkbox-tools[type="checkbox"]:not(:checked),
.checkbox-tools[type="radio"]:checked,
.checkbox-tools[type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}

.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label{
	position: relative;
	display: inline-block;
	padding: 16px;
	font-size: 15px;
	line-height: 20px;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	color: #ffffff;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox-tools:not(:checked) + label{
	background-color: #232B2A;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-tools:checked + label{
	background-color: #0166E2;
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:not(:checked) + label:hover{
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-color: #0166E2;
	z-index: -1;
}
.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil{
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label{
	background-color: var(--light);
	color: var(--dark-blue);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
	        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.card {
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 20px rgba(2, 104, 115, 0.1);
          box-shadow: 0px 2px 20px rgba(2, 104, 115, 0.1);
}

.card-img-top {
  border-radius: 10px 10px 0 0;
}

.accordion .card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .card .card-header {
  background-color: #f9f9f9;
}

.accordion .card .card-header .btn-link {
  color: #0166E2;
}

.icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.icon-box .icon {
    width: 60px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 30px;
}

@media (max-width: 340px) {
.icon-box {
    display: block;
}

.icon-box .icon {
    width: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#navigation {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding-top: 10px;
  padding-bottom: 10px;
}

#navigation.header-scrolled {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 2px 20px rgba(2, 104, 115, 0.1);
          box-shadow: 0px 2px 20px rgba(2, 104, 115, 0.1);
}

.navbar-logo {
  height: 68px;
}

@media (max-width: 320px) {
.navbar-logo { 
  height: 60px;
}
}

@media (max-width: 991px) {
#main-menu {
    margin-top: 20px;
    margin-bottom: 6px;
}
#navigation {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 2px 20px rgba(2, 104, 115, 0.1);
          box-shadow: 0px 2px 20px rgba(2, 104, 115, 0.1);
}
}

.navbar-nav .nav-link, .nav-item {
  color: #011F26;
  font-size: 16px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #0166E2;
}

.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
  color: #0166E2;
}

.navbar-toggler {
  color: #0166E2;
  border-color: #0166E2;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #0166E2;
}

.dropdown-item.active {
  background-color: #0166E2;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(1, 102, 226, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-color: #232B2A;
  color: #ffffff;
}

.footer a {
  color: #ffffff;
}

/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    color: #ffffff;
    background-color: rgba(1, 31, 38, 0.95);
    
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-top: 10px;
    vertical-align: baseline;
}

.disclaimer-footer {
  text-align: right;
}

@media (max-width: 768px) {
.disclaimer-footer {
  text-align: left;
}
}
.tox-tinymce {
  top: auto!important;
  bottom: 0!important;
}