@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");

:root {
  --main-bg-color: #ef7f13;
  --secondary-color: #6e645c;
}

.bg-secondary {
    background-color: #555b62!important;
}
	
html{
  position:relative;
  min-height:100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  font-family:'Open Sans', sans-serif;
  font-size:20px;
  background-color:white;
  line-height:1.8;
  color:black;
}
h1,h2,h3,h4,h5,h6{
  font-family:'Open Sans', sans-serif;
  font-weight: 600;
  color: var(--secondary-color);
}

a{
  color: var(--main-bg-color);
  text-decoration: none;
}
footer a:hover{
  color: black;
  text-decoration: none;
}

hr {
  border-bottom: solid 1px black;
}
footer hr {
  border-bottom: solid 1px gray;
}

#dienstleistungen ul {
	list-style: none;
    padding-left: 0;
}
#dienstleistungenTrigger,#uberunsTrigger,#kontaktTrigger{
  margin-top:-65px;
  padding-top:65px
}
/*buttons*/
.btn {
      -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-design, .btn-design:visited {
    background: black;
    border: solid 1px black;
    border-radius: 30px;
  	color: white;
}
.btn-design:hover, .btn-design:active {
    background: white;
    border: solid 1px black;
    border-radius: 30px;
  	color: var(--main-bg-color);
}
.btn-design-secondary, .btn-design-secondary:visited {
    background: transparent;
    border: solid 2px var(--secondary-color);
    border-radius: 10px;
    color: #6e645c;
    transition: all 0.5s;
}
.btn-design-secondary:hover, .btn-design-secondary:active {
    background: var(--secondary-color);
    border: solid 2px var(--secondary-color);
    border-radius: 10px;
  	color: white;
}
.btn-white, .btn-white:visited {
    background: white;
    border: solid 1px var(--main-bg-color);
    border-radius: 30px;
  	color: black;
}
.btn-white:hover, .btn-white:active {
    background: white;
    border: solid 1px var(--main-bg-color);
    border-radius: 30px;
  	color: var(--main-bg-color);
}
.arrowDown {
    color: white;
}
.arrowDown ion-icon {
    color: white;
}
/*********/
/*Navbar*/

.navbar {
    height: 100px;
  	max-height: 100px;
}
.navbar-nav .nav-link {
    color: black;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: var(--secondary-color);
    font-weight: 700;
}
.logo {
    height: 65px;
    top: 10px;
    position: absolute;
    z-index: 2;
    right: 3rem;
}
.bg-design {
  background-color: var(--main-bg-color);
}
.bg-design-secondary {
  background-color: var(--secondary-color);
}
.text-design {
  color: var(--main-bg-color);
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(247 243 243) !important;
}
/**********/

.carousel-caption {
position: absolute;
    left: unset;
    bottom: 1.25rem;
    right: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: right;
}

video {
    height: 100vh;
    position: fixed;
    z-index: -1;
}
.h1Container {
  width:50%;
}
.newsWrapper {
    min-height: 440px;
}
.owl-carousel .owl-stage {
   margin-left: 12px;
}
.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block; /* Ensure the image is block-level to prevent extra space at the bottom */
}

.overlay {
    position: absolute;
    top: 35px;
    left: 35px;
    right: 35px;
    bottom: 35px;
    border: 1px solid white;
    pointer-events: none; /* Allow clicks to pass through to the image */
}
#news, #Sortiment {
  background: url(/img/element-1notes.png);
    background-repeat: no-repeat !important;
    background-position: top right !important;  
    background-size: auto !important;  
}
#subpages {
    background-image: url(/img/footer-head-inverted.png);
    background-repeat: no-repeat !important;
    background-position: bottom left !important;
    background-size: auto !important;
    background-blend-mode: overlay;
}
.dropdown-toggle::after {
    display: contents;
    margin-left: .255em;
    vertical-align: .255em;
    content: "\f107";
    border: none;
    font-family: 'Font Awesome 6 Pro';
}
.owl-dots {
    margin-top: 25px;
    text-align: center;
}
.owl-dots span {
    width: 10px;
    height: 10px;
    display: block;
    background: var(--secondary-color);
    margin-right: 15px;
    border-radius: 78px;
      margin-top: -13px;
}
.owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    display: block;
    background: var(--main-bg-color);
    margin-right: 15px;
    border-radius: 78px;
}
.border-bottom {
    border-bottom-color: #ef7f13 !important;
}
/*Form*/
.kontaktBox input.form-control, .kontaktBox textarea.form-control {
	border: 1px solid #002831;
    color: black;
    padding: 10px;
    box-shadow: none;
    background: white;
}
/*
select#gender {
    border: #256ba7 solid 1px;
    background: #256ba7;
    color: white;
}
*/
form {
  color: #222;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
}
.success-message-main {
  display: none;
  font-family:'Open Sans', sans-serif;
  background: #7bc557 !important;
  border: solid 2px #7bc557 !important;
  border-radius: 0px !important;
  color: #fff !important;
  -webkit-transition: color .3s, border-color .3s, background-color .3s;
  transition: color .3s, border-color .3s, background-color .3s;
  text-transform: uppercase;
  padding: 5px;
  text-align: center;
}
/******/
/* Footer */
.logoFooter {
    max-height: 60px;
}
footer a {
  color: var(--main-bg-color);
}
footer {
    color: #ffffff;
    background: url(/img/footer-head.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #6e645c;
    font-size: 18px;
}
.footerimg {
    height: 35vw;
    width: 100vw;
    background: url(/img/allemann-media-kontakt.jpg);
    background-repeat: no-repeat !important;
    background-position: ceter !important;  
    background-size: cover !important;
}
/****/
.linkImg {
	max-height: 40px;
    margin-right: 10px;
    margin-left: 0px;
    background: white;
    padding: 5px;
    border-radius: 30px;
    margin-bottom: 15px;
}
.wieBox {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
  min-height: 350px;
}
.wieBox.firstBox {
clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
.wieBox.lastBox {
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
}


/*Responsive*/



@media (max-width: 1199px) {
  .display-1 {
      font-size: calc(0.1rem + 3.5vw) !important;
  }
  .h1, h1 {
      font-size: calc(0.1rem + 2.5vw) !important;
  }  
}

@media (min-width: 992px) {
  .navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
  .navbar-nav .dropdown-menu {
    margin-top: -9px;
    border-radius: 0;
    border:none;
    color:white;
    background-color:transparent;
  }
  .navbar-nav .dropdown-menu li, .dropdown-item {
    background-color:black;
    color: white;
  }  
    .navbar-nav .dropdown-menu li:hover, .dropdown-item:focus, .dropdown-item:hover {
    background-color:var(--main-bg-color);
      color: black;
  }  
  
}
@media (max-width: 991px) {
    .navbar-collapse {
      left: 0;
      position: absolute;
      top: 49px;
      background-color: #212529;
      width: 100%;
      padding-right: 1rem!important;
      padding-left: 1rem!important;
      margin-right: 0!important;
      margin-left: 0!important;
  }  
    .nav-link {
      color: var(--main-bg-color);
  }
  .dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:visited, .dropdown-toggle:focus, .dropdown-toggle:focus-within, .dropdown-toggle:focus-visible, button:focus:not(:focus-visible) {
    outline: 0 !important;
    box-shadow: none !important;
  }
  video {
      height: 70vh;
      position: fixed;
      z-index: -1;
      bottom: 0;
  }  
.carousel-caption {
    bottom: unset;
    top: 6.25rem;
}
  .carousel-caption a {
    display: none;
}  
  .logo {
    height: 41px;
    top: 30px;
}
}
@media (max-width:767px){
  h3 {
      font-size: 18px;
  }
  .btn {
    width:100%;
  }
  .footerLogo {
    font-size: 15px;
}
      .display-1 {
        font-size: calc(0.1rem + 6.5vw) !important;
    }
      .h1, h1 {
        font-size: calc(0.1rem + 4vw) !important;
    }
  .logo {
      right: 1.5rem;
  }  
}
@media (max-width:575px){
  .logo {
      right: 0.5rem;
  }
  .h1Container {
    width:75%;
  }  
}
@media (max-width:483px){
    .logo {
      max-height: 70px;
  }
}

/* Policy */
.cc_container {
    background: #fff !important;
    color: black !important;
    font-size: 17px;
    font-family:'Open Sans', sans-serif !important;
    box-sizing: border-box;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: white !important;
    background-color: #256ba7 !important;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-family: 'Open Sans', sans-serif !important;
}
.cc_container .cc_message {
    transition: font-size 200ms !important;
    display: block !important;
    color: black !important;
}

/* scrollbar */
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    background: none;
    border: solid 1px rgba(0, 40, 49, 1);
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(221,222,58,1);
    border: solid 1px rgba(221,222,58,1);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(221,222,58,0.7);
}
/******/

/* New HTML */

main {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}