/*
Theme Name: îlot Bauschau
Text Domain: ilot
Version: 1.0
Description: A theme for Bauschau
Author: Alex Werth
Author URI: alexwerth.de

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');

/* -------------------------------------------------------/
GENERAL
---------------------------------------------------------*/
body {
    /*font-family: 'Nunito Sans', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    background-color: #E5E5E5;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}

#wpadminbar {
    top:inherit;
    bottom: 0;
}

a, a:hover, a:active, a:visited {
    color: #E3007C;
}

.m-t-20 {
    margin-top: 20px;
}

.m-bot-20 {
    margin-bottom: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-bot-30 {
    padding-bottom: 30px;
}

.p-bot-1-rem {
    padding-bottom: 1rem;    
}

h1.main-title {
    font-size: 2rem;
    font-weight: 500;
    color: #E3007C;
}

h2 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.2rem;
    font-weight: 500;
}
@media (max-width: 500px) {
    h4 {
        font-size: 1rem;
        font-weight: 600;
    }
}
h5 {
    font-size: 0.95rem;
    font-weight: 500;
}

main p:last-child {
    padding-bottom: 0;
    margin-bottom:0;
}

.color-txt {color: #E3007C;}

.co-black, h1.co-black {
    color: rgb(0,0,0);
}

.co-pink { color: #E3007C;}

h1.page-title {
    font-size: 1.7rem;
    color: black;
}

.lang {
    display: none;
}


/* -------------------------------------------------------/
HEADER
---------------------------------------------------------*/

.white-bg {
   background-color: white;
}

.container {
    padding-right: 30px;
    padding-left: 30px;
}



.logo-head {
    width: 272px;
    height: 29px;
    background: url('img/logo_bauschau.jpg') top left no-repeat;
    background-size: 100%;
    display: block;
}

/* Spezielles Logo für Beiträge mit Tag/Kategorie "b41" */
body.category-b41 .logo-head {
    background-image: url('img/logo_b41v1.jpg') !important;
}

@media (min-width: 1200px) {
    .logo-head{
    width: 341px;
    height: 36px;
    
    }   
}

@media (max-width: 420px) {
    .logo-head{
    width: 240px;
    height: 28px;
    }   
}

.bs-head {
    /*height: 92px; */
    /*padding-top: 20px;
    padding-bottom: 20px;*/
}

.bs-head .row {
    min-height: 82px;
	line-height: 50px;
}

.marg-bot {
    margin-bottom: 20px;
}

.langbox {
    position: absolute;
    top: 31px;
    left: 50%;
    display: none;
    /*transform: translateX(586px); */
}

@media screen and (min-width: 550px) {
    .langbox {
        display: block;
    }  
}

.langbox ul {
	list-style: none;
    display: inline;
}

.nav-mobile li.lang-item {
    display: block;
    padding: 0.7rem 0;
}


@media screen and (min-width: 550px) {
    .nav-mobile li.lang-item {
    display: none;
    }
    
    .navbar-collapse li.lang-item {
    display: none;
    }

}


/* -------------------------------------------------------/
SLIDER
---------------------------------------------------------*/
.swiper-container {
    width: 100%;
    height: 341px;
}

.swiper-slide {
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
}

.slider-col {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255,255,255,0.7);
    color: black;
    min-width: 33%;
    padding: 10px 20px;
}

.slider-col h1 {
	font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.swiper-button-prev:after, .swiper-button-next:after{
    color: #E3007C;
}
/* -------------------------------------------------------/
NAVIGATION
---------------------------------------------------------*/

.navbar-nav {
        font-size: 0.8rem;
  }

@media screen and (min-width: 1200px) {
    .navbar-nav {
        font-size: 0.87rem;
    }  
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    border-radius: 0;
    font-size: 0.8rem;
    top: 49px;
    line-height: 1.2rem;
}

@media screen and (min-width: 1200px) {
    .dropdown-menu {
        font-size: 0.87rem;
    }  
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}

@media screen and (min-width: 1200px) {
    
    .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .dropdown-menu .menu-item  {
        padding-right: 0;
        padding-left: 0;
    }
    
    .navbar-expand-lg .navbar-nav .menu-item {
        padding-right: 1.7rem;
        padding-left: 0;
    }
    
    .navbar-expand-lg .navbar-nav .menu-item:last-child {
        padding-right: 0;
    } 
    
    
}


.navbar-nav a, .navbar-nav a:visited, .navbar-nav a:active  {
    color: black;
}

.navbar-nav a:hover {
    color: #E3007C;
}
/* -------------------------------------------------------/
NAVIGATION MOBILE
---------------------------------------------------------*/
.nav-mobile a,.nav-mobile a:hover  {
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .nav-mobile-a {
        display: none;
    }
}

.nav-mobile .sub-menu {
	display: none;
    list-style: none;
    padding-inline-start: 0px;
}

.nav-mobile .sub-menu li {
    padding-left: 5px;
    border-bottom: none;
}

.nav-mobile {
	margin-top: 0px;
}
	
.nav-mobile li {
	line-height: 2rem;
    border-bottom: 1px solid #E5E5EE;
}

.nav-mobile li:last-child {
    border-bottom: none;
}

/* -------------------------------------------------------/
MENU BURGER BUTTON
---------------------------------------------------------*/

.ilot-menubutton{
  width: 28px;
  min-height: 18px;
  cursor: pointer;
  margin-top: 0px;
  transition: margin 0.3s linear 0s;
    padding: 0;
}

.ilot-menubutton:focus{
            border-color: transparent;
    }
.ilot-menubutton span{
  height: 2px;
  margin-top: 5px;
  background: rgb(0,0,0);
  display: block;
  position: relative;
  top: 0;
    width: 23px;
  transition: all 500ms ease-out;
}
    
.ilot-menubutton span:first-child {
  margin-top: 0;
}

.ilot-menubutton.active {

}

.ilot-menubutton.active span:nth-child(1) {
  	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}
.ilot-menubutton.active span:nth-child(2) {
  opacity: 0;
  top: 7px;
}
.ilot-menubutton.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -7px;

}

.ilot-menubutton {
  transition: top 0.4s ease;
}
.ilot-menubutton.active span {
  color: #164b9b;
}
.ilot-menubutton.active {
  top: 5px;
}

.a-menu-button span {
  background: #35373e;
    
}

button:focus {
    outline: none;
    box-shadow: none;
}
/* -------------------------------------------------------/
SLIDER
---------------------------------------------------------*/
.slider-top {
   /* height: 340px; */
    color:white;
}
/* -------------------------------------------------------/
FOOTER
---------------------------------------------------------*/
.grey-bg {
    background-color: rgb(243, 243, 243);
}

footer {
    font-size: 0.8rem;
}

footer a, footer a:visited, footer a:active {
    text-decoration: none;
    color: #E3007C;
}

footer a:hover {
    text-decoration: underline;
    color:#E3007C;
}

.fab {
    font-size: 24px;
    color: #E3007C;
}

.fa-facebook-f {
    font-size: 22px;
    margin-right: 15px;
}

.foot-links a {
    margin-right: 30px;
    text-decoration: underline;
}
@media screen and (max-width: 560px) {
    .foot-phone {    
        padding-top: 0.6em;
        padding-bottom: 0.6em;
    }
}

@media screen and (min-width: 560px) {
    .foot-links {
    text-align: right;
    }
}

a.linki-bill, a.linki-bill:active, a.linki-bill:visited {
    color: #E3007C;
}

a.mail-link, a.mail-link:active, a.mail-link:visited {
     color: black;
} 
/* -------------------------------------------------------/
NEWS / HOME
---------------------------------------------------------*/

.placeholder-pic {
    width: 100%;
    height: 155px;
}

.news-pic {
    margin-bottom: 20px;
    height: 175px;
    overflow: hidden;
}

.news-pic img {
    width: 100%;
    height: auto;
}

.news a, .news a:visited, .news a:active {
    color:#E3007C;
    text-decoration: none;
}

.news a:hover {
    font-weight: 600;
}

.news-date {
    margin-bottom: 15px;
    color: rgb(130,130,130);
    font-weight: 600;
}

.news-title {
    font-weight: 600;
    margin-bottom: 15px;
}

a.news-title, a.news-title:hover, a.news-title:visited, a.news-title:active {
    color: black;
    text-decoration: none;
}

.news-title h2 {
    font-size: 1.35rem;
    font-weight: 600;
}

.news-shorttxt{
    margin-bottom: 15px;
    overflow-x: hidden;
}

.one-news {
    margin-bottom: 60px;
}


.one-news {
    padding-left: 0;
    padding-right: 40px;
}

.one-news p {
    text-align: justify;
}

.all-news {
    margin-left: 0;
    margin-right: 0;
}

.page-txt, .page-prev {
    padding: 0;
    padding-right:  1.7em;
}

.title-link {
    color: black;
}

img.size-full {
    width: 100%;
    height: auto;
}

.header-img img {
    width: 100%;
    padding-bottom: 1em;
}

.langbox ul li {
    float: left;
    padding-right: 15px;
    padding-bottom: 8px;
}

.lang-item-64 a{
	display: block;
    width:33px;
    height:18px;
    background: url('img/flag_de.svg') top left no-repeat;
    background-size: 100%;
    color: transparent;
}

.lang-item-67 a{
	display: block;
    width:33px;
    height:18px;
    background: url('img/flag_en.svg') top left no-repeat;
    background-size: 100%;
    color: transparent;
}

/* -------------------------------------------------------/
KÜNSTLER SEITE
---------------------------------------------------------*/

.kunstlers {
    list-style: none;
    padding: 0;
}

.art-year h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.art-year {
    margin-bottom: 2.5rem;
}