:root {
    --clr-text: #aaa;
    --clr-accent: #8ed0d9;
    
    --ft-family: 'Poppins', sans-serif;
    --ft-size: 1em;
    --ft-weight-slim: 400;
    --ft-weight-bold: 700;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

::selection {
    color: #fff;
    background: var(--clr-accent);
}

::-moz-selection {
    color: #fff;
    background: var(--clr-accent);
}

::-webkit-scrollbar {
    background: #000;
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb{
    background: var(--clr-accent);
}

body {
    font-family: var(--ft-family);
    font-size: var(--ft-size);
    color: var(--clr-text);
    
    background-color: #000;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: var(--clr-accent);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #fff;
}

h2 {
    margin-bottom: 1.5em;
}

h3 {
    font-weight: 400;
}

.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
    font-weight: 400;
    color: var(--clr-accent);
}

.subpage h2 {
    margin-bottom: 1em;
    margin-top: 2em;
}

.subpage h3 {
    font-size: 1.3em;
    margin-top: 2em;
}

.subpage h4 {
    font-size: 1.2em;
    margin-top: 1.5em;
}

.container {
    max-width: 1120px;
    overflow: hidden;
}

/** || UTILITIES **/

.text-uppercase {
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: 1px;
}

.my-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

@media only screen and (min-width: 992px) {
    
    .padding-left {
        padding-left: 3em;
    }

    .padding-right {
        padding-right: 3em;
    }
    
}

@media only screen and (max-width: 1100px) {
    
    main.container {
        padding: 0 2rem;
    }
    
}


/** || HEADER **/

header#header-full  {
    height: 600px;
}

header#header-full.jumbotron {
    background-image: url(../assets/mik-header-lang.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

header#header-half.jumbotron {
    background-color: #111;
}

header#header-full  h1 {
    margin: 0;
}

header#header-full  h1 span {
    font-weight: 400;
}

.navbar-brand img {
    max-width: 200px;
}

.navbar-nav {
    margin-left: auto;
}

.navbar-nav a {
    font-size: 1.2em;
    margin-left: 40px;
}

.navbar-toggler-icon svg {
    fill: #fff;
}

#header-full.jumbotron {
    position: relative;
}

#header-full.jumbotron::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}

#header-full.jumbotron > .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: visible;
    z-index: 99;
}

#header-full .vertical-text {
    color: var(--clr-accent);
}

#header-full .header-content-inner {
    padding-bottom: 50px;
}

#header-full .header-content-inner div {
    display: flex;
    justify-content: space-between;
}

.social-icons svg {
    width: 25px;
    height: 25px;
    padding: 5px;
}

.social-icons .icon {
    background: #fff;
    fill: #000;
    border-radius: 50%;
}

.social-icons a {
    display: inline-block;
    margin: 0 .2em;
}

@media only screen and (min-width:1514px) {
        
    #header-full .navbar-brand img {
        margin-left: -208px;
    }
    
    #header-full .vertical-text {
        position: absolute;
        left: -228px;
        bottom: 90px;
    }

    #header-full .vertical-text-inner {
        transform: rotate(-90deg);
        width: max-content;
    }
    
    header .social-icons {
        width: fit-content;
        position: absolute;
        left: -108px;
        top: 210px;
    }

    header .social-icons a {
        display: block;
        margin: .5em 0;
    }
    
}

@media only screen and (max-width:1514px) {
    
    #header-full.jumbotron > .container {
        padding: 0 1.5em;
    }
    
    .header-content {
        justify-content: flex-start!important;
    }
    
    .nav-link {
        text-align: right;
    }
    
    .social-icons {
        margin-top: auto;
    }
    
    .vertical-text {
        margin: 2em 0;
    }
    
    .my-10 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    
}

@media only screen and (max-width: 768px) {
    
    header#header-full.jumbotron {
        Abackground-position-x: -1430px;
    }
    
    #header-full .header-content-inner {
        padding-bottom: 20px;
    }
    
    #header-full .header-content-inner div {
        display: block;
        margin: 5px 0;
    }
  
    .navbar-brand img {
      	max-width: 100px;
      	width: 100px;
  }
    
}

 {
    
}

/** || INTRO **/

#intro .background {
    position: relative;
}

#intro .background_1 {
    background-image: url(../assets/mik-intro.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

#intro .background_2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../assets/mik-logo-weiss-ohne-text.png); 
    background-position: center; 
    background-size: contain; 
    background-repeat: no-repeat;
    opacity: .08;
  	z-index: -1;
}

/** || SERVICES **/

.service-icon {
    padding-right: 6em;
}

.service-icon {
    background-image: url(../assets/MIK_icons.svg);
    background-size: 450%;
    background-position: left -10px;
    background-repeat: no-repeat;
}

.service-icon_2 {
    background-position: -120px 0px;
}

.service-icon_3 {
    background-position: -250px 0px;
}

.service-icon_4 {
    background-position: -370px 0px;
}

#services .background {
    position: relative;
}

#services .background_1 {
    background-image: url(../assets/mik-services.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 150px;
    width: 100%;
}

#services .content-image_2 {
    position: absolute;
    margin-top: -100px;
    margin-left: -50px;
    width: 350px;
    border: 10px solid #000;
}

/** || FORM **/

label.form-label  {
    color: #fff;
    text-transform: uppercase;
}

input.form-control,
.form-check-input,
textarea.form-control {
    border: 2px solid var(--clr-accent);
    background: transparent;
    border-radius: 0 !important;
    color: #fff;
}

textarea {
    height: 150px;
}

.form-control:focus {
    background: transparent;
}

button.btn {
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--clr-accent);
    border: 2px solid var(--clr-accent);
    border-radius: 0;
    padding-top: 8px;
  	outline: 2px solid #000;
  	transition: outline-offset 350ms ease;
}

button.btn:hover {
  	outline-offset: -4px;
}

.carousel-inner {
    width: 90%;
    margin: auto;
}

.carousel-indicators {
    position: static;
    width: 90%;
    margin: auto;
    gap: 20px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.carousel-indicators li {
    width: auto;
    height: auto;
    margin: 0;
    position: relative;
}

.carousel-indicators li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--clr-accent);
    opacity: .5;
}

.carousel-indicators li.active::after {
    background-color: transparent;
}

/** || CONTACT **/

#contact .background {
    position: relative;
}

#contact .background_1 {
    background-image: url(../assets/mik-contact.jpg);
    background-size: cover; 
    background-repeat: no-repeat;
    height: 100%; 
    width: 100%;
}

/** || FOOTER **/

footer {
    border-top: 3px solid var(--clr-accent);
    color: #fff;
}

footer img {
    width: 100%;
    max-width: 400px;
    margin: auto;
}

footer .social-icons .icon {
    background: var(--clr-accent);
    fill: rgba(0, 0, 0, 1);
}

footer .social-icons .icon:hover {
    background: #000;
    fill: var(--clr-accent);
}

footer span {
    margin-left: 20px;
}

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

.scrollToTopBtn {
    font-size: 1.5em;
    background: transparent;
    border: 0 none;
    color: #fff;
    position: fixed;
	bottom: 90px;
	right: 45px;
	z-index: 100;
	opacity: 0;
	transform: translateY(100px);
	transition: all .5s ease
}
    
.showBtn {
	opacity: 1;
	transform: translateY(0)
}

.dark.cc_dialog button.cc_b_ok,
.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
    background-color: var(--clr-accent) !important;
}

@media only screen and (max-width: 450px) {
  
    .contact-info * {
    	display: block;
      	margin: 0;
    }
  
  	footer .footer-bottom {
     	text-align: center;
  	}
    
    .display-none-mobile {
        display: none;
    }
    
}

@media only screen and (max-width: 991px) {
    
    .navbar-nav a {
        margin-left: 0;
        margin-right: 1em;
    }
    
    .display-none-tablet {
        display: none;
    }
    
}