/* X-Small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap*/


svg.bi.bi-download {
    width: 50px;
    height: auto;
    padding: 10px;
}

svg.bi.bi-file-arrow-down {
   margin: 10px;
}


svg.bi.bi-link-45deg {
    width: 50px;
    height: auto;
    padding: 10px;
}

.mitarbeiter-carousel .carousel-control-next,
.mitarbeiter-carousel .carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

h1 {
	margin: 50px 0;
	font-family: 'Bad Script', cursive;
	font-size: 2.5rem;
	color: #646057;
	line-height: inherit;
}

h2 {
	margin: 50px 0;
	font-family: 'Bad Script', cursive;
	line-height: inherit;
}

strong, b {
 	font-style: italic;
}

.languages {
	margin-top: -37px;
	z-index: 1;
	position:relative;
}

#Lang li a {
	font-size: 0.85rem;
	color: #333;
	padding: 2px 10px;
	border: 1px solid #ccc;
	width: 40px;
	display: inline-block;
	text-align: center;
	background-color: #fff;
	margin-left: 2px;
	margin-right: 2px;
}

#Lang li#languages_active a {
	text-decoration: none;
	color: #fff;
	background-color: #474540;
}

.navbar-nav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}

.navbar-brand img{ 
	height: 50px;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #474540;
    border-color: rgba(0,0,0,.15);
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #d6522c;
}



/*******************SLOGANS*******************/


.slogan { 
        display:none;
}

.slogan-2 p {
	font-family: 'Bad Script', cursive;
	font-size: 1.5rem;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	color: #fff;
}

.slogan-2 p span {
	display: inline-block;
}



.home-storybox {
	padding-top:15px;
	padding-bottom: 15px;
	margin-top: 40px;
    margin-bottom: 40px;
}

.home-storybox h1 span, .home-storybox h2 span {
	display: inline;
}

.bg-orange {
	background-color: #f39801;
	color:#ffffff;
}


.bg-red {
	background-color: #d6522c;
	color:#ffffff;
}

.bg-gray {
	background-color: #474540  /*8c8575*/;
	color:#ffffff;
}

.bg-darkgray {
	background-color: #474540;
	color:#ffffff;
}

.crop {
  object-fit: cover;
  height: 150px;
  white:100%;
}


.img-banner p {
	font-family: 'Bad Script', cursive;
	color:#fff; 
	font-size:1.2rem;
}

.map-banner {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
}

.sticker-galerie {
border: 1px solid #fff;
font-size: 12px;
display: block;
}


.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #f39801;
    border-color: #f39801;
}

.download-list {
	border-radius: 0px;
}

.download-list .list-group-item {
	padding: 20px;
    display:block;
    margin-right: 0.3em; 
    background-image: url("../../files/file-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
	background-size: 25px;
    background-position: 20px 20px;
}

.download-list .list-group-item a {
	color: #333333;
	margin-left: 40px;
	display:block;
}
/*
.download-list .list-group-item::before {
	font-family: "Font Awesome 5 Free";
	content: "\f1c1";
	padding-right: 20px;
}*/

.circle-size { 
	width: 160px;
}

/*****************NEWS*****************/

#wobj_list_news h2 {
    font-family: unset;
    font-size: 1.25rem;
    margin: 15px 0;
}
#wobj_list_news h2 a {
    color: #212529;
    text-decoration: none; 
}

.single-news h2 {
   font-family: unset;
   margin-bottom: 0px;
}


/*****************BOX-PANEL*****************/

.img-hover-zoom {
  height: 300px; /* Modify this according to your need */
  overflow: hidden; /* Removing this will break the effects */
}

.img-hover-zoom img {
  transition: transform .5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.1);
}

/*****************GALLERY*****************/

ul.images {
    list-style: none;
    overflow: auto;
    padding: 0;
}
ul.images li {
    float: left;
    margin: 5px 5px 0px 0px;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    background-position: center 25%;
}
ul.images li a img, ul.images li a .thumb {
    display: block;
    height: 222px;
}



/*****************************************/
/*****************FOOTER*****************/
/***************************************/

.footer{
  background: #474540;
  color:white;
}


.footer  .about-company p {font-family: 'Bad Script', cursive;}
.footer  .about-company i {font-size: 25px;}

.footer  .about-company   a{
      color:white;
      transition: color .2s;
      &:hover{color:#4180CB}
}

.location i{font-size: 18px;}

.copyright p{border-top:1px solid rgba(255,255,255,.1);} 



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 



}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

.home-storybox {
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	margin-top: 100px;
    margin-bottom: 100px;
}

.home-storybox h1, .home-storybox h2 {
	font-size: 1.75rem;
}

.home-storybox h2 span {
	display: block;
}
.home-storybox h1 span {
	display: block;
}


.home-storybox p {
	margin-left: 30px;
}
 
 .img-banner p { 
	font-size:2.5rem;
}

 .crop {
  object-fit: cover;
  height: 280px;
}

.map-banner {
	padding-top: 50px;
	padding-bottom: 20px;
	margin-top: 100px;
}

.sticker-galerie {
    top: 20px;
    left: -40px;
	transform: rotate(-20deg);
	border: 3px solid #fff;
	font-size: 15px;
	font-family: 'Bad Script', cursive;
	font-weight: bold;
}
.sticker-galerie a {
	text-decoration:none;
}

 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 



.navbar-brand {
    margin-right: 3rem!important;
}

/*******************SLOGANS*******************/

.slogan { 
        display:block;
	position: absolute;
	bottom: 40px;
	color: #FFF;
	left: 15%;
	z-index: 1
}
.slogan p {
	font-family: 'Bad Script', cursive;
	font-size: 3rem;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.slogan p span {
	display: block; 
	padding-left: 70px;
}



.slogan-2 p {
	font-family: 'Bad Script', cursive;
	font-size: 3.5rem;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	color: #fff;
}



.home-storybox h1, .home-storybox h2 {
	font-size: 2.5rem;
	line-height:inherit;
}

.img-banner p { 
	font-size:2.5rem;
}

.crop {
  object-fit: cover;
  height: 210px;
}

/*****************GALLERY************/
ul.images {
    list-style: none;
    overflow: auto;
    padding: 0;
}
ul.images li {
    float: left;
    margin: 5px 5px 0px 0px;
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    background-position: center 25%;
}
ul.images li a img, ul.images li a .thumb {
    display: block;
    height: 222px;
}

 }

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

.navbar-nav {
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;	
}

.crop {
  object-fit: cover;
  height: 300px;
}

.img-banner p { 
	font-size:3.5rem;
}

.slogan {
bottom: 90px;
}

.slogan p {
	font-size: 4.5rem;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.slogan p span {
	padding-left:100px;
}

/*****************GALLERY************/
ul.images {
    list-style: none;
    overflow: auto;
    padding: 0;
}
ul.images li {
    float: left;
    margin: 5px 5px 0px 0px;
    width: 210px;
    height: 210px;
    position: relative;
    overflow: hidden;
    background-position: center 25%;
}
ul.images li a img, ul.images li a .thumb {
    display: block;
    height: 222px;
}



 }
 

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { ... }
